diff options
author | jlam <jlam@pkgsrc.org> | 2000-03-07 19:03:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-03-07 19:03:59 +0000 |
commit | 02e1d51ab5f83e6d1bdc6ac5f425fafa92540b2b (patch) | |
tree | d5963f83ac9e549d539cfa1ed383cf04b273e635 /devel/doc++ | |
parent | 45d51bc174017021b0b63df40759b51f7741fd15 (diff) | |
download | pkgsrc-02e1d51ab5f83e6d1bdc6ac5f425fafa92540b2b.tar.gz |
DOC++, a documentation system for C, C++, Java similar to JavaDoc.
Diffstat (limited to 'devel/doc++')
-rw-r--r-- | devel/doc++/Makefile | 17 | ||||
-rw-r--r-- | devel/doc++/files/md5 | 3 | ||||
-rw-r--r-- | devel/doc++/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/doc++/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/doc++/pkg/PLIST | 34 |
5 files changed, 59 insertions, 0 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile new file mode 100644 index 00000000000..d874fc6fb6d --- /dev/null +++ b/devel/doc++/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/07 19:03:59 jlam Exp $ + +DISTNAME= doc++-3.3.13 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/doctools/} \ + http://zeus.imaginator.com/doc++/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.imaginator.com/doc++/ + +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/doc++ + ${INSTALL_DATA} ${WRKSRC}/doc/manual/html/* ${PREFIX}/share/doc/doc++ + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/doc++/files/md5 b/devel/doc++/files/md5 new file mode 100644 index 00000000000..5f627ff3f73 --- /dev/null +++ b/devel/doc++/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/03/07 19:04:00 jlam Exp $ + +MD5 (doc++-3.3.13.tar.gz) = 14374542e1589b5a13c5d0af1fe46ac7 diff --git a/devel/doc++/pkg/COMMENT b/devel/doc++/pkg/COMMENT new file mode 100644 index 00000000000..1f2e45eb57c --- /dev/null +++ b/devel/doc++/pkg/COMMENT @@ -0,0 +1 @@ +documentation system for C, C++ and Java diff --git a/devel/doc++/pkg/DESCR b/devel/doc++/pkg/DESCR new file mode 100644 index 00000000000..4af01bee430 --- /dev/null +++ b/devel/doc++/pkg/DESCR @@ -0,0 +1,4 @@ +DOC++ is a documentation system for C, C++ and Java generating both TeX +output for high quality hardcopies and HTML output for sophisticated online +browsing of your documentation. The documentation is extracted directly from +the C/C++ header/source files or Java class files. diff --git a/devel/doc++/pkg/PLIST b/devel/doc++/pkg/PLIST new file mode 100644 index 00000000000..6b0c19ec88d --- /dev/null +++ b/devel/doc++/pkg/PLIST @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/07 19:04:00 jlam Exp $ +bin/doc++ +bin/docify +bin/promote +share/doc/doc++/ClassGraph.class +share/doc/doc++/ClassGraphPanel.class +share/doc/doc++/ClassLayout.class +share/doc/doc++/CommonBase.html +share/doc/doc++/Derived_Class.html +share/doc/doc++/Example.html +share/doc/doc++/FileInclusion.html +share/doc/doc++/FrequentlyAskedQuestions.html +share/doc/doc++/General.html +share/doc/doc++/HIER.html +share/doc/doc++/HIERjava.html +share/doc/doc++/InstallationInstructions.html +share/doc/doc++/Intermediate.html +share/doc/doc++/Introduction.html +share/doc/doc++/ManualEntries.html +share/doc/doc++/NavigatorButton.class +share/doc/doc++/Quickstart.html +share/doc/doc++/ReferenceManual.html +share/doc/doc++/Structure.html +share/doc/doc++/TextFormatting.html +share/doc/doc++/Usage.html +share/doc/doc++/down.gif +share/doc/doc++/function.html +share/doc/doc++/icon1.gif +share/doc/doc++/icon2.gif +share/doc/doc++/index.html +share/doc/doc++/logo.gif +share/doc/doc++/supportedHTMLmacros.html +share/doc/doc++/supportedTeXmacros.html +@dirrm share/doc/doc++ |