Path to this page:
./
devel/cunit,
C Unit checking test software
Branch: CURRENT,
Version: 2.1.3nb1,
Package name: CUnit-2.1.3nb1,
Maintainer: pkgsrc-usersCUnit is a lightweight system for writing, administering, and running
unit tests in C. It provides C programmers a basic testing
functionality with a flexible variety of user interfaces.
CUnit is built as a static library which is linked with the user's
testing code. It uses a simple framework for building test
structures, and provides a rich set of assertions for testing common
data types. In addition, several different interfaces are provided
for running tests and reporting results. These interfaces currently
include:
Automated Output to xml file Non-interactive
Basic Flexible programming interface Non-interactive
Console Console interface (ansi C) Interactive
Curses Graphical interface (Unix) Interactive
Required to run:[
devel/autoconf]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 502.441 KB
Version history: (Expand)
- (2024-05-06) Updated to version: CUnit-2.1.3nb1
- (2022-12-03) Updated to version: CUnit-2.1.3
- (2017-11-23) Package has been reborn
- (2013-12-07) Updated to version: CUnit-2.1nb1
- (2009-01-11) Package added to pkgsrc.se, version CUnit-2.1 (created)
CVS history: (Expand)
2024-05-06 10:40:34 by Jonathan Perkin | Files touched by this commit (113) |
Log message:
*: Revision bumps for ncurses 6.5 overhaul.
|
2024-05-06 10:33:53 by Jonathan Perkin | Files touched by this commit (37) |
Log message:
*: Remove long-obsolete USE_NCURSES references.
|
2022-12-03 09:46:39 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message:
cunit: updated to 2.1.3
2.1.3
- Ability to build with a non-source directory build root
- Fixed files included in the download source file
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-01-03 12:23:16 by Thomas Klausner | Files touched by this commit (1) |
Log message:
cunit: use tools framework for autoconf
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|