diff options
author | cube <cube@pkgsrc.org> | 2004-09-27 20:41:19 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-09-27 20:41:19 +0000 |
commit | a2321f4a20939d463412f2c59c6baeb946254beb (patch) | |
tree | 6dd72d8aa9f99e336fc2e39170e1f8eb9efbf3e8 /devel/check | |
parent | 263931004042dbc4a812e61fa36e59ffaaee918f (diff) | |
download | pkgsrc-a2321f4a20939d463412f2c59c6baeb946254beb.tar.gz |
Update to version 0.9.1. From PR#27038 by Roland Illig.
Fri, Sep 3, 2004: Released Check 0.9.1
Updated tutorial with new features.
Added support for XML output of the test results, courtesy of Frederic Peters.
Fixed setup bug from forum, failure in setup did not abort test in nofork mode.
Applied varargs patch (#933411) and added test cases.
Applied fail_if (#709167) patch.
Applied 'newbies' patch #995028 for autoconf doc.
Applied doc patch #995028 from Bill Barnard.
Fixed portability problems tests by changing == to =.
Changed copyright according to bug report.
Applied patch 796705. Replacing _exit with exit.
Applied patch for bug 793671.
Mon, May 17, 2004: Released Check 0.9.0
Run fixture teardowns in reverse order to setup
Plugged some memory leaks.
Added test name to log outputs.
Applied patch (802160) for distcheck bug (579604).
Fixed log printouts for nofork mode.
Updated documentation and converted to DocBook.
Added a new print mode, CK_ENV, that gets the print mode from the
environment variable CK_VERBOSITY.
Made tcase_free and suite_free static. This may break existing test
programs. Everything is now freed when srunner_free is called.
Diffstat (limited to 'devel/check')
-rw-r--r-- | devel/check/Makefile | 6 | ||||
-rw-r--r-- | devel/check/PLIST | 23 | ||||
-rw-r--r-- | devel/check/distinfo | 8 | ||||
-rw-r--r-- | devel/check/patches/patch-aa | 16 |
4 files changed, 31 insertions, 22 deletions
diff --git a/devel/check/Makefile b/devel/check/Makefile index 4c6e15c0c50..658d210f6d1 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:43:17 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/09/27 20:41:19 cube Exp $ # -DISTNAME= check-0.8.4 -PKGREVISION= 1 +DISTNAME= check-0.9.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/} @@ -12,5 +11,6 @@ COMMENT= Unit test framework for C GNU_CONFIGURE= # defined CONFIGURE_ARGS+=--enable-plain-docdir +USE_GNU_TOOLS+= make .include "../../mk/bsd.pkg.mk" diff --git a/devel/check/PLIST b/devel/check/PLIST index fb2efd658af..8d4aa6a2054 100644 --- a/devel/check/PLIST +++ b/devel/check/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/06/23 07:10:42 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/09/27 20:41:19 cube Exp $ include/check.h lib/libcheck.a share/aclocal/check.m4 @@ -7,16 +7,25 @@ share/doc/check/ChangeLog share/doc/check/ChangeLogOld share/doc/check/NEWS share/doc/check/README +share/doc/check/c14.html +share/doc/check/c163.html +share/doc/check/c237.html +share/doc/check/c33.html +share/doc/check/c57.html share/doc/check/examples/Makefile.am.money share/doc/check/examples/check_money.c share/doc/check/examples/configure.in.money share/doc/check/examples/money.c share/doc/check/examples/money.h -share/doc/check/tutorial.html -share/doc/check/tutorial-1.html -share/doc/check/tutorial-2.html -share/doc/check/tutorial-3.html -share/doc/check/tutorial-4.html -share/doc/check/tutorial-5.html +share/doc/check/index.html +share/doc/check/x108.html +share/doc/check/x115.html +share/doc/check/x172.html +share/doc/check/x183.html +share/doc/check/x214.html +share/doc/check/x220.html +share/doc/check/x234.html +share/doc/check/x68.html +share/doc/check/x80.html @dirrm share/doc/check/examples @dirrm share/doc/check diff --git a/devel/check/distinfo b/devel/check/distinfo index b2d6af7cff1..06047def789 100644 --- a/devel/check/distinfo +++ b/devel/check/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2003/06/23 07:10:42 uebayasi Exp $ +$NetBSD: distinfo,v 1.4 2004/09/27 20:41:19 cube Exp $ -SHA1 (check-0.8.4.tar.gz) = 4d5ced349ca76e2e945ab8b722d5007bc1b44860 -Size (check-0.8.4.tar.gz) = 134449 bytes -SHA1 (patch-aa) = 006e21d3927c4ec11cbe46c25afeb35f2b90b154 +SHA1 (check-0.9.1.tar.gz) = 8fa632d083b6b6fd7ff8cd3bc267d42a92732dcf +Size (check-0.9.1.tar.gz) = 158743 bytes +SHA1 (patch-aa) = 959c2a5b72eb722b54b8c486b2a69f8202c0a053 diff --git a/devel/check/patches/patch-aa b/devel/check/patches/patch-aa index a70b704784a..307030a2899 100644 --- a/devel/check/patches/patch-aa +++ b/devel/check/patches/patch-aa @@ -1,14 +1,14 @@ -$NetBSD: patch-aa,v 1.1 2003/06/23 07:10:46 uebayasi Exp $ +$NetBSD: patch-aa,v 1.2 2004/09/27 20:41:20 cube Exp $ ---- doc/Makefile.in.orig Mon Oct 21 20:30:28 2002 +--- doc/Makefile.in.orig 2004-09-03 13:58:42.000000000 +0200 +++ doc/Makefile.in -@@ -82,10 +82,8 @@ html_docs = tutorial.html tutorial-1. +@@ -85,10 +85,8 @@ sgml_docs = tutorial.sgml + html_docs = *.html - - EXTRA_DIST = $(lyx_docs) $(sgml_docs) $(html_docs) --@MAKE_DOC_TRUE@doc_DATA = $(lyx_docs) $(sgml_docs) $(html_docs) --@MAKE_DOC_FALSE@doc_DATA = $(lyx_docs) --@MAKE_DOC_TRUE@CLEANFILES = $(sgml_docs) $(html_docs) *.*~ + EXTRA_DIST = $(sgml_docs) $(html_docs) +-@MAKE_DOC_TRUE@doc_DATA = $(sgml_docs) $(html_docs) +-@MAKE_DOC_FALSE@doc_DATA = $(sgml_docs) +-@MAKE_DOC_TRUE@CLEANFILES = $(html_docs) *.*~ -@MAKE_DOC_FALSE@CLEANFILES = *.*~ +doc_DATA = $(html_docs) +CLEANFILES = $(html_docs) |