Port details |
- libcheck Unit test framework for C
- 0.10.0 devel
=54 0.10.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-12-05 00:47:02
- Last Update: 2017-02-05 11:14:37
- SVN Revision: 433395
- People watching this port, also watch:: gmake, pcre, libxml2, libiconv, freetype2
- License: LGPL21
- WWW:
- http://check.sourceforge.net/
- 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.
WWW: http://check.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libcheck>0:devel/libcheck
- No installation instructions:
- This port has been deleted.
- PKGNAME: libcheck
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (check-0.10.0.tar.gz) = f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
SIZE (check-0.10.0.tar.gz) = 769119
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libcheck-0.10.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.0 05 Feb 2017 11:14:37 |
sunpoet |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
0.10.0 13 Aug 2015 17:31:26 |
sunpoet |
- Update to 0.10.0
- Regenerate patch file with makepatch:
Changes: http://sourceforge.net/p/check/code/HEAD/tree/trunk/NEWS |
0.9.14_1 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.9.14 18 Jan 2015 22:48:33 |
sunpoet |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD |
0.9.14 28 Jul 2014 12:54:53 |
sunpoet |
- Update to 0.9.14
- Strip shared library in post-install:
Changes: http://sourceforge.net/projects/check/files/check/0.9.14/NEWS-README-0.9.14/view |
0.9.13 31 May 2014 18:11:47 |
sunpoet |
- Update to 0.9.13
- Use USES=libtool
Changes: http://sourceforge.net/projects/check/files/check/0.9.13/NEWS-README-0.9.13/view |
0.9.12 23 Jan 2014 03:27:29 |
sunpoet |
- Update to 0.9.12
- Use PORTDOCS and PORTEXAMPLES
- Simplify Makefile
Changes: http://sourceforge.net/projects/check/files/check/0.9.12/NEWS-README-0.9.12/view |
0.9.11 05 Nov 2013 17:55:18 |
sunpoet |
- Strip shared library
- Cleanup Makefile |
0.9.11 05 Nov 2013 16:56:21 |
sunpoet |
- Update to 0.9.11
- Support STAGEDIR
Changes: http://sourceforge.net/projects/check/files/check/0.9.11/NEWS-README-0.9.11/view |
0.9.10 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.9.10 25 Aug 2013 16:14:58 |
sunpoet |
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) |
0.9.10 21 Aug 2013 17:17:26 |
sunpoet |
- Remove leading indefinite article from COMMENT |
0.9.10 21 Aug 2013 12:03:52 |
sunpoet |
- Use USES=gmake |
0.9.10 26 Apr 2013 02:28:07 |
sunpoet |
- Update to 0.9.10
- Use USES=pathfix
- Cleanup Makefile
Changes: http://sourceforge.net/projects/check/files/check/0.9.10/NEWS-README-0.9.10.txt/view |
0.9.9 24 Apr 2013 15:46:36 |
bapt |
Fix configure not setting correctly the awk path is ac_cv_prog_AWK is cached
Reported by: miwi |
0.9.9 01 Feb 2013 21:53:47 |
sunpoet |
- Update to 0.9.9
- Cleanup Makefile header
Changes: http://sourceforge.net/projects/check/files/check/0.9.9/NEWS-README-0.9.9.txt/view |
0.9.8 09 Jul 2012 19:13:00 |
sunpoet |
- Convert to new options framework
- Sort PLIST |
0.9.8 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.9.8 28 Oct 2011 16:47:58 |
miwi |
- Fix build on FreeBSD 10
Approved by: maintainer via irc |
0.9.8 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
0.9.8 12 Apr 2011 15:19:26 |
sunpoet |
- Remove obsolete MD5 checksum |
0.9.8 22 Sep 2010 17:10:26 |
sunpoet |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
0.9.8 22 Oct 2009 06:42:24 |
rafan |
- Update to 0.9.8
PR: ports/139152
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer) |
0.9.6 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.9.6 04 Feb 2009 20:45:51 |
itetcu |
- fix plist with -D NOPORTEXAMPLES
- info pages are not governed by NOPORTDOCS, install them unconditionally.
PR: ports/131271
Submitted by: rafan@
Approved by: maintainer timeout to QAT BotMails |
0.9.6 11 Jan 2009 04:26:18 |
chinsan |
- Update to 0.9.6
- Make portlint happier
- Pass maintainership to submitter
PR: ports/130249
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> |
0.9.5_1 04 Nov 2008 16:23:34 |
wxs |
Respect NOPORTDOCS and NOPORTEXAMPLES.
Noticed by: QAT |
0.9.5_1 01 Sep 2008 00:59:45 |
linimon |
Reset mikeh, who has not done any commits for over a year.
Hat: portmgr |
0.9.5_1 07 Apr 2008 16:25:08 |
lippe |
- Declare again DISTNAME to unbreak the port.
- Bump PORTREVISION.
Reported by: bf <bf2006a@yahoo.com>
Approved by: gabor (mentor), mikeh (maintainer) |
0.9.5 07 Apr 2008 04:09:47 |
lippe |
- USE_LDCONFIG to install shared libs.
- Use INFO instead of install-info in pkg-plist.
- Patch to install into libdata/pkgconfig instead of lib/pkgconfig.
- Fix and sort pkg-plist.
PR: ports/121746
Submitted by: myself
Approved by: gabor (mentor), mikeh (maintainer) |
0.9.5 25 Mar 2008 04:38:00 |
edwin |
add SHA256 for check-0.9.5.tar.gz |
0.9.5 14 Mar 2008 16:00:08 |
pav |
- Stop packaging mtree symlinks
PR: ports/121691
Submitted by: Scot Hetzel <swhetzel@gmail.com> |
0.9.5 10 Jan 2007 17:33:43 |
mikeh |
* Cleanup files left/removed by libcheck.
Noticed by: kris@'s pointyhat email |
0.9.5 25 Dec 2006 22:42:19 |
mikeh |
* Upgrade libcheck to 0.9.5.
Tested by: Ashish Shukla <wahjava@gmail.com> |
0.9.3 05 Jul 2006 18:30:09 |
seanc |
Update libcheck (C unit testing library) to 0.9.3. Port changes
include:
*) Update check.m4 to search for libraries and headers in /usr/local/*
and $prefix/*. Ports/programs that use libcheck now work with the
configure arg `--with-check` without needing to specify the
location as an argument. Someone with more autofoo may want to
review this. Patch submitted upstream.
*) Removed incorporated patches.
*) Installing docs and examples in their proper location.
*) Removed a description of the benefits of unit testing in pkg-descr.
*) No longer installing COPYING.
Approved by: mikeh (maintainer) |
0.9.2 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.9.2 15 Nov 2004 04:16:40 |
mikeh |
Upgrade to check 0.9.2. |
0.8.4 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.8.4 05 Dec 2003 00:46:02 |
mikeh |
Add libcheck 0.8.4, a unit test framework for C.
PR: 59280
Submitted by: mikeh@FreeBSD.org |