From 758578c90c3f77f0981fa4812001b8a7fc937baf Mon Sep 17 00:00:00 2001 From: avsm Date: Sun, 19 Jan 2003 00:10:16 +0000 Subject: [PATCH] initial import of check-0.8.4 -- 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. The output from unit tests can be used within source code editors and IDEs. --- devel/check/Makefile | 21 +++++++++++++++++++++ devel/check/distinfo | 3 +++ devel/check/pkg/DESCR | 8 ++++++++ devel/check/pkg/PLIST | 17 +++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 devel/check/Makefile create mode 100644 devel/check/distinfo create mode 100644 devel/check/pkg/DESCR create mode 100644 devel/check/pkg/PLIST diff --git a/devel/check/Makefile b/devel/check/Makefile new file mode 100644 index 00000000000..9efaf667e5d --- /dev/null +++ b/devel/check/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/01/19 00:10:16 avsm Exp $ + +COMMENT= "unit test framework for C programs" + +DISTNAME= check-0.8.4 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/} + +HOMEPAGE= http://check.sf.net/ +MAINTAINER= Anil Madhavapeddy + +# LGPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= gnu +CONFIGURE_ARGS= --enable-plain-docdir + +.include diff --git a/devel/check/distinfo b/devel/check/distinfo new file mode 100644 index 00000000000..d0c9c62f62c --- /dev/null +++ b/devel/check/distinfo @@ -0,0 +1,3 @@ +MD5 (check-0.8.4.tar.gz) = 2869c0fb14b9e277931dbe3df22de1ab +RMD160 (check-0.8.4.tar.gz) = 7dfc5b931f5a70f1405d32bc34aec804acbfa802 +SHA1 (check-0.8.4.tar.gz) = 4d5ced349ca76e2e945ab8b722d5007bc1b44860 diff --git a/devel/check/pkg/DESCR b/devel/check/pkg/DESCR new file mode 100644 index 00000000000..bac7add4c0b --- /dev/null +++ b/devel/check/pkg/DESCR @@ -0,0 +1,8 @@ +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. The output from unit tests can be used within +source code editors and IDEs. + +WWW: ${HOMEPAGE} diff --git a/devel/check/pkg/PLIST b/devel/check/pkg/PLIST new file mode 100644 index 00000000000..3ba94515312 --- /dev/null +++ b/devel/check/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/19 00:10:16 avsm Exp $ +include/check.h +lib/libcheck.a +share/aclocal/check.m4 +share/doc/check/COPYING +share/doc/check/ChangeLog +share/doc/check/ChangeLogOld +share/doc/check/NEWS +share/doc/check/README +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.lyx +@dirrm share/doc/check/examples +@dirrm share/doc/check