notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
criterion C and C++ unit testing framework for the 21st century
2.4.2_4 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.2_2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-07-03 18:48:15
Last Update: 2024-10-23 07:11:50
Commit Hash: 9997938
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: MIT
WWW:
https://github.com/Snaipe/Criterion
Description:
Criterion is a cross-platform C and C++ unit testing framework for the 21st century. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suites, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (58 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/criterion-2.4.2_4/catalog.mk
  3. /usr/local/share/licenses/criterion-2.4.2_4/LICENSE
  4. /usr/local/share/licenses/criterion-2.4.2_4/MIT
  5. include/criterion/abort.h
  6. include/criterion/alloc.h
  7. include/criterion/assert.h
  8. include/criterion/criterion.h
  9. include/criterion/embedded.h
  10. include/criterion/event.h
  11. include/criterion/hooks.h
  12. include/criterion/internal/asprintf-compat.h
  13. include/criterion/internal/assert.h
  14. include/criterion/internal/assert/complex.h
  15. include/criterion/internal/assert/exceptions.h
  16. include/criterion/internal/assert/ieee.h
  17. include/criterion/internal/assert/memory.h
  18. include/criterion/internal/assert/op.h
  19. include/criterion/internal/assert/op.hxx
  20. include/criterion/internal/assert/stream.h
  21. include/criterion/internal/assert/tag.h
  22. include/criterion/internal/assert/tostr.h
  23. include/criterion/internal/assert/types.h
  24. include/criterion/internal/capabilities.h
  25. include/criterion/internal/common.h
  26. include/criterion/internal/deprecation.h
  27. include/criterion/internal/designated-initializer-compat.h
  28. include/criterion/internal/hooks.h
  29. include/criterion/internal/new_asserts.h
  30. include/criterion/internal/ordered-set.h
  31. include/criterion/internal/parameterized.h
  32. include/criterion/internal/preprocess.h
  33. include/criterion/internal/redirect.h
  34. include/criterion/internal/stdio_filebuf.hxx
  35. include/criterion/internal/stream.hxx
  36. include/criterion/internal/test.h
  37. include/criterion/internal/theories.h
  38. include/criterion/logging.h
  39. include/criterion/new/assert.h
  40. include/criterion/new/memory.h
  41. include/criterion/new/stream.h
  42. include/criterion/options.h
  43. include/criterion/output.h
  44. include/criterion/parameterized.h
  45. include/criterion/redirect.h
  46. include/criterion/stats.h
  47. include/criterion/theories.h
  48. include/criterion/types.h
  49. lib/libcriterion.a
  50. lib/libcriterion.so
  51. lib/libcriterion.so.3
  52. lib/libcriterion.so.3.2.0
  53. libdata/pkgconfig/criterion.pc
  54. share/locale/de/LC_MESSAGES/criterion.mo
  55. share/locale/fr/LC_MESSAGES/criterion.mo
  56. @owner
  57. @group
  58. @mode
Collapse this list.
Dependency lines:
  • criterion>0:devel/criterion
To install the port:
cd /usr/ports/devel/criterion/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/criterion
  • pkg install criterion
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: criterion
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1685979400 SHA256 (Snaipe-Criterion-v2.4.2_GH0.tar.gz) = 83e1a39c8c519fbef0d64057dc61c8100b3a5741595788c9f094bba2eeeef0df SIZE (Snaipe-Criterion-v2.4.2_GH0.tar.gz) = 874664

Expand this list (2 items)

Collapse this list.

SHA256 (MrAnno-debugbreak-83bf7e9_GH0.tar.gz) = 6ec24bdf3d361ec2bb7d128c56b8e870a1bb2d6b22eab3c2821eb1e15ccb8919 SIZE (MrAnno-debugbreak-83bf7e9_GH0.tar.gz) = 7060

Collapse this list.


Packages (timestamps in pop-ups are UTC):
criterion
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.2_42.4.2_4-2.4.2_42.4.2_4---
FreeBSD:13:quarterly2.4.2_22.4.2_22.4.22.4.2_22.4.2_2---
FreeBSD:14:latest2.4.2_42.4.2_42.4.12.4.2_42.4.2_4---
FreeBSD:14:quarterly2.4.2_22.4.2_2-2.4.2_22.4.2_2---
FreeBSD:15:latest2.4.2_42.4.2_4n/a2.4.2_4n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. khash.h : devel/klib
  2. py311-protobuf>0 : devel/py-protobuf@py311
  3. nanopb>0 : devel/nanopb
  4. cmake : devel/cmake-core
  5. protoc : devel/protobuf
  6. gettext-runtime>=0.22_1 : devel/gettext-runtime
  7. msgfmt : devel/gettext-tools
  8. meson : devel/meson
  9. ninja : devel/ninja
  10. python3.11 : lang/python311
  11. pkgconf>=1.3.0_1 : devel/pkgconf
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. nanopb>0 : devel/nanopb
  2. python3.11 : lang/python311
Library dependencies:
  1. libboxfort.so : devel/boxfort
  2. libffi.so : devel/libffi
  3. libgit2.so : devel/libgit2
  4. libnanomsg.so : net/nanomsg
  5. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_criterion
USES:
gettext localbase:ldflags meson python pkgconfig shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Snaipe/Criterion/tar.gz/v2.4.2?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.2_4
23 Oct 2024 07:11:50
commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9commit hash: 9997938019d47492b2dbb352a2fb7a717f3130a9 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump consumers of libgit2 due to update
2.4.2_3
18 Oct 2024 18:56:41
commit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8dcommit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8dcommit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8dcommit hash: 60f7140fe7e30fe55dc7f27448a1d6e147576a8d files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of devel/libgit2

libgit2 updated to 1.8.1
2.4.2_2
01 Oct 2024 18:56:20
commit hash: 4485bd8221c2c5630b87826d37da850b3361b782commit hash: 4485bd8221c2c5630b87826d37da850b3361b782commit hash: 4485bd8221c2c5630b87826d37da850b3361b782commit hash: 4485bd8221c2c5630b87826d37da850b3361b782 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: drop support for expired FreeBSD 14.0

Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2.4.2_2
13 Nov 2023 13:10:10
commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025adcommit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025adcommit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025adcommit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgrade
2.4.2_1
08 Sep 2023 13:50:20
commit hash: 482248a09dab712095926b4a2b160ab36fd89022commit hash: 482248a09dab712095926b4a2b160ab36fd89022commit hash: 482248a09dab712095926b4a2b160ab36fd89022commit hash: 482248a09dab712095926b4a2b160ab36fd89022 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Bump ports with dependency to libgit2

See f11ed41604723ab3c75c6a108850858b7efd4f10
2.4.2
26 Jul 2023 00:48:20
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2.4.2
20 Jul 2023 17:42:36
commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9commit hash: 05706f90a8f196ba6a92886c6f2bd5e2a3192dc9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/criterion: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2.4.2
05 Jun 2023 16:05:46
commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9commit hash: 52bf11c32f6192bcac5f1bb9a7ec872cf41d11e9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Update 2.4.1-13 → 2.4.2

Reported by:	portscout
2.4.1.13
12 Mar 2023 09:02:30
commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603commit hash: 8cb13effe152bc58e0ba52e162482d742b3ed603 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Update 2.4.1 → 2.4.1-13

This updates unbreaks criterion: the previous version was broken with
the previous revision of nanopb.
2.4.1
09 Sep 2022 21:02:04
commit hash: e2438a86b81aea7cd41a66ca23fc49510679d85bcommit hash: e2438a86b81aea7cd41a66ca23fc49510679d85bcommit hash: e2438a86b81aea7cd41a66ca23fc49510679d85bcommit hash: e2438a86b81aea7cd41a66ca23fc49510679d85b files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Update path set in BUILD_DEPENDS for CMake in more ports

Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.4.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.1
03 Jul 2022 22:30:04
commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7commit hash: 8891b1d70c016f64aaf53b352f11ed61dcc89cc7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Add tests; Remove unnecessary compile flags
2.4.1
03 Jul 2022 19:51:16
commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805commit hash: 3d9c7d7e8ad201cf4dd05a4132531317df6f9805 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: Small corrections
2.4.1
03 Jul 2022 18:47:18
commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59commit hash: c32decee33ce9db095fb2b77e4ece07c5ec50f59 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/criterion: New port: C and C++ unit testing framework for the 21st century

This KISS-compliant library makes testsuites as simple as possible.

Number of commits found: 15