From 38726ab23df2ac699298b821863ac2b117e7cbb9 Mon Sep 17 00:00:00 2001 From: hwr Date: Tue, 24 Aug 1999 13:21:34 +0000 Subject: 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. --- devel/cxref/Makefile | 14 ++++++++++++++ devel/cxref/files/md5 | 3 +++ devel/cxref/patches/patch-aa | 12 ++++++++++++ devel/cxref/pkg/COMMENT | 1 + devel/cxref/pkg/DESCR | 8 ++++++++ devel/cxref/pkg/PLIST | 6 ++++++ 6 files changed, 44 insertions(+) create mode 100644 devel/cxref/Makefile create mode 100644 devel/cxref/files/md5 create mode 100644 devel/cxref/patches/patch-aa create mode 100644 devel/cxref/pkg/COMMENT create mode 100644 devel/cxref/pkg/DESCR create mode 100644 devel/cxref/pkg/PLIST (limited to 'devel/cxref') 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 -- cgit v1.2.3