summaryrefslogtreecommitdiff
path: root/devel/cxref
diff options
context:
space:
mode:
authorhwr <hwr@pkgsrc.org>1999-08-24 13:21:34 +0000
committerhwr <hwr@pkgsrc.org>1999-08-24 13:21:34 +0000
commit38726ab23df2ac699298b821863ac2b117e7cbb9 (patch)
tree24419c60734bbeffe72024e8b81e06ee28a6104e /devel/cxref
parent9b2125c48dedf286404c6f37fb3467782912ead4 (diff)
downloadpkgsrc-38726ab23df2ac699298b821863ac2b117e7cbb9.tar.gz
Import of cxref-1.5a
Cxref is s a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It has been designed to work with ANSI C, incorporating K&R, and most popular GNU extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work.
Diffstat (limited to 'devel/cxref')
-rw-r--r--devel/cxref/Makefile14
-rw-r--r--devel/cxref/files/md53
-rw-r--r--devel/cxref/patches/patch-aa12
-rw-r--r--devel/cxref/pkg/COMMENT1
-rw-r--r--devel/cxref/pkg/DESCR8
-rw-r--r--devel/cxref/pkg/PLIST6
6 files changed, 44 insertions, 0 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile
new file mode 100644
index 00000000000..8c539347603
--- /dev/null
+++ b/devel/cxref/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/24 13:21:34 hwr Exp $
+#
+
+DISTNAME= cxref-1.5a
+CATEGORIES= devel lang
+MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gedanken.demon.co.uk/cxref/
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/cxref/files/md5 b/devel/cxref/files/md5
new file mode 100644
index 00000000000..b764c41371f
--- /dev/null
+++ b/devel/cxref/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/08/24 13:21:34 hwr Exp $
+
+MD5 (cxref-1.5a.tgz) = ff487b175d44b5eae21942d958a02004
diff --git a/devel/cxref/patches/patch-aa b/devel/cxref/patches/patch-aa
new file mode 100644
index 00000000000..53759661157
--- /dev/null
+++ b/devel/cxref/patches/patch-aa
@@ -0,0 +1,12 @@
+# $NetBSD: patch-aa,v 1.1.1.1 1999/08/24 13:21:34 hwr Exp $
+--- doc/Makefile.in.orig Tue Aug 24 15:05:55 1999
++++ doc/Makefile.in Tue Aug 24 15:06:10 1999
+@@ -53,7 +53,7 @@
+ ########
+
+ all : sources docs
+- @
++
+
+ ########
+
diff --git a/devel/cxref/pkg/COMMENT b/devel/cxref/pkg/COMMENT
new file mode 100644
index 00000000000..a62637dedcf
--- /dev/null
+++ b/devel/cxref/pkg/COMMENT
@@ -0,0 +1 @@
+A C Cross Referencing & Documenting tool.
diff --git a/devel/cxref/pkg/DESCR b/devel/cxref/pkg/DESCR
new file mode 100644
index 00000000000..7ab8fb682e5
--- /dev/null
+++ b/devel/cxref/pkg/DESCR
@@ -0,0 +1,8 @@
+Cxref is a program that will produce documentation (in LaTeX, HTML,
+RTF or SGML) including cross-references from C program source code.
+It has been designed to work with ANSI C, incorporating K&R, and most
+popular GNU extensions.
+
+The documentation for the program is produced from comments in the
+code that are appropriately formatted. The cross referencing comes
+from the code itself and requires no extra work.
diff --git a/devel/cxref/pkg/PLIST b/devel/cxref/pkg/PLIST
new file mode 100644
index 00000000000..d16da555cf9
--- /dev/null
+++ b/devel/cxref/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/24 13:21:34 hwr Exp $
+bin/cxref
+bin/cxref-cc
+bin/cxref-query
+man/man1/cxref.1
+man/man1/cxref-query.1