summaryrefslogtreecommitdiff
path: root/devel/cunit/patches
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2009-01-10 21:03:58 +0000
committeragc <agc@pkgsrc.org>2009-01-10 21:03:58 +0000
commitd1b819101e7cdc472ef13a1b7f56e9550457ff92 (patch)
treed4a258f15e7e6dd00e5fe43312ad2cf86b30483e /devel/cunit/patches
parenta14c71f05bbbf4f5237be2693dc99a2b92e3a1b6 (diff)
downloadpkgsrc-d1b819101e7cdc472ef13a1b7f56e9550457ff92.tar.gz
Initial import of CUnit-2.1 into the packages collection.
CUnit 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
Diffstat (limited to 'devel/cunit/patches')
-rw-r--r--devel/cunit/patches/patch-aa14
-rw-r--r--devel/cunit/patches/patch-ab15
-rw-r--r--devel/cunit/patches/patch-ac15
3 files changed, 44 insertions, 0 deletions
diff --git a/devel/cunit/patches/patch-aa b/devel/cunit/patches/patch-aa
new file mode 100644
index 00000000000..cd451c5018b
--- /dev/null
+++ b/devel/cunit/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/01/10 21:03:58 agc Exp $
+
+Place documentation in the correct place
+
+--- doc/Makefile.am 2009/01/10 17:32:20 1.1
++++ doc/Makefile.am 2009/01/10 17:32:29
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to produce Makefile.in
+
+-docdir = $(prefix)/doc/@PACKAGE@
++docdir = $(prefix)/share/doc/@PACKAGE@
+
+ doc_DATA = \
+ CUnit_doc.css \
diff --git a/devel/cunit/patches/patch-ab b/devel/cunit/patches/patch-ab
new file mode 100644
index 00000000000..42d33b54593
--- /dev/null
+++ b/devel/cunit/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2009/01/10 21:03:58 agc Exp $
+
+Place docs in correct directory
+
+--- doc/Makefile.in 2009/01/10 17:57:40 1.1
++++ doc/Makefile.in 2009/01/10 17:58:05
+@@ -192,7 +192,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-docdir = $(prefix)/doc/@PACKAGE@
++docdir = $(prefix)/share/doc/@PACKAGE@
+ doc_DATA = \
+ CUnit_doc.css \
+ error_handling.html \
diff --git a/devel/cunit/patches/patch-ac b/devel/cunit/patches/patch-ac
new file mode 100644
index 00000000000..02e0b951ed4
--- /dev/null
+++ b/devel/cunit/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1.1.1 2009/01/10 21:03:58 agc Exp $
+
+Place doc headers in correct directory
+
+--- doc/headers/Makefile.in 2009/01/10 18:01:36 1.1
++++ doc/headers/Makefile.in 2009/01/10 18:02:34
+@@ -183,7 +183,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-dochdrdir = $(prefix)/doc/@PACKAGE@/headers
++dochdrdir = $(prefix)/share/doc/@PACKAGE@/headers
+ INCLUDE_FILES = \
+ Automated.h \
+ Basic.h \