diff options
author | Olivier Mehani <olivier.mehani@nicta.com.au> | 2013-09-10 16:43:10 +1000 |
---|---|---|
committer | Olivier Mehani <olivier.mehani@nicta.com.au> | 2013-09-10 16:43:30 +1000 |
commit | 91ad3decdf37958dfc54280a09aa6b3ac6a53b6e (patch) | |
tree | 004aa4ddcb3f35142ffa54944154fea1e70b938b |
[devel/check] Import 0.9.8 Portfile
Signed-off-by: Olivier Mehani <olivier.mehani@nicta.com.au>
-rw-r--r-- | PortIndex | 2 | ||||
-rw-r--r-- | PortIndex.quick | 1 | ||||
-rw-r--r-- | devel/check/Portfile | 37 |
3 files changed, 40 insertions, 0 deletions
diff --git a/PortIndex b/PortIndex new file mode 100644 index 0000000..ca2811f --- /dev/null +++ b/PortIndex @@ -0,0 +1,2 @@ +check 625 +variants universal portdir devel/check description {C unit testing framework} homepage http://check.sf.net/ epoch 0 platforms darwin name check long_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. The output from unit tests can be used within source code editors and IDEs.} license LGPL-2.1+ maintainers {landonf openmaintainer} categories devel version 0.9.8 revision 0 diff --git a/PortIndex.quick b/PortIndex.quick new file mode 100644 index 0000000..1324b30 --- /dev/null +++ b/PortIndex.quick @@ -0,0 +1 @@ +check 0 diff --git a/devel/check/Portfile b/devel/check/Portfile new file mode 100644 index 0000000..d4bd31a --- /dev/null +++ b/devel/check/Portfile @@ -0,0 +1,37 @@ +# $Id: Portfile 97669 2012-09-11 09:48:22Z jmr@macports.org $ + +PortSystem 1.0 + +name check +version 0.9.8 +categories devel +license LGPL-2.1+ +maintainers landonf openmaintainer +homepage http://check.sf.net/ +description C unit testing framework +long_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. The \ + output from unit tests can be used within \ + source code editors and IDEs. +platforms darwin + +master_sites sourceforge:check + +checksums md5 5d75e9a6027cde79d2c339ef261e7470 \ + sha1 a75cc89411e24b5d39b7869f8233e19f210de555 \ + rmd160 75e0d1981109086ac597e57655ba9561f1b79211 + +configure.args --infodir=${prefix}/share/info \ + --mandir=${prefix}/share/info + +test.run yes +test.target check + +livecheck.type regex +livecheck.url https://sourceforge.net/projects/check/files/ +livecheck.regex {check-(\d+(\.\d+?)+)} |