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
Port details on branch 2024Q4
check Unit test framework for C
0.15.2_1 devel on this many watch lists=13 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 0.15.2_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-02-06 11:04:56
Last Update: 2024-04-13 13:03:19
Commit Hash: 62ed195
People watching this port, also watch:: gmake, libltdl, libtasn1, giflib, gmp
License: LGPL21
WWW:
https://libcheck.github.io/check/
Description:
Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (41 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/check-0.15.2_1/catalog.mk
  3. /usr/local/share/licenses/check-0.15.2_1/LICENSE
  4. /usr/local/share/licenses/check-0.15.2_1/LGPL21
  5. bin/checkmk
  6. include/check.h
  7. include/check_stdint.h
  8. lib/libcheck.a
  9. lib/libcheck.so
  10. lib/libcheck.so.0
  11. lib/libcheck.so.0.0.0
  12. libdata/pkgconfig/check.pc
  13. share/aclocal/check.m4
  14. share/doc/check/ChangeLog
  15. share/doc/check/NEWS
  16. share/doc/check/README
  17. share/examples/check/Makefile.am
  18. share/examples/check/README
  19. share/examples/check/configure.ac
  20. share/examples/check/src/Makefile.am
  21. share/examples/check/src/main.c
  22. share/examples/check/src/money.1.c
  23. share/examples/check/src/money.1.h
  24. share/examples/check/src/money.2.h
  25. share/examples/check/src/money.3.c
  26. share/examples/check/src/money.4.c
  27. share/examples/check/src/money.5.c
  28. share/examples/check/src/money.6.c
  29. share/examples/check/src/money.c
  30. share/examples/check/src/money.h
  31. share/examples/check/tests/Makefile.am
  32. share/examples/check/tests/check_money.1.c
  33. share/examples/check/tests/check_money.2.c
  34. share/examples/check/tests/check_money.3.c
  35. share/examples/check/tests/check_money.6.c
  36. share/examples/check/tests/check_money.7.c
  37. share/examples/check/tests/check_money.c
  38. share/man/man1/checkmk.1.gz
  39. @owner
  40. @group
  41. @mode
Collapse this list.
Dependency lines:
  • check>0:devel/check
To install the port:
cd /usr/ports/devel/check/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/check
  • pkg install check
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: check
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1598621565 SHA256 (check-0.15.2.tar.gz) = a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a SIZE (check-0.15.2.tar.gz) = 774985

Packages (timestamps in pop-ups are UTC):
check
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.15.2_10.15.2_10.15.20.15.2_10.15.2_1-0.15.2-
FreeBSD:13:quarterly0.15.2_10.15.2_10.15.20.15.2_10.15.2_10.15.20.15.20.15.2
FreeBSD:14:latest0.15.2_10.15.2_10.15.20.15.2_10.15.2_10.15.2-0.15.2
FreeBSD:14:quarterly0.15.2_10.15.2_1-0.15.2_10.15.2_10.15.20.15.20.15.2
FreeBSD:15:latest0.15.2_10.15.2_1n/a0.15.2_1n/a0.15.2_10.15.2_10.15.2_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. indexinfo : print/indexinfo
This port is required by:
for Build
  1. databases/galera26
  2. databases/leofs
  3. devel/efl
  4. net-im/libaccounts-glib
  5. net-im/tox
  6. net-mgmt/riemann-c-client
  7. security/kickpass
Expand this list (13 items / 6 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. security/libscep
  3. security/openvpn-auth-ldap
  4. security/yubico-piv-tool
  5. sysutils/libdnf
  6. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. databases/galera*
  2. net-im/tox12*
  3. Collapse this list of deleted ports.
for Libraries
  1. devel/libr3
  2. devel/libsigrok
  3. games/freedink-engine
  4. sysutils/slurm-wlm

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. mail/libmapi*
  2. www/libhpack*
  3. Collapse this list of deleted ports.
for Run
  1. security/libscep

Configuration Options:
===> The following configuration options are available for check-0.15.2_1: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_check
USES:
libtool pathfix pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/libcheck/check/releases/download/0.15.2/
Collapse this list.

There are no commits on branch 2024Q4 for this port