summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-12-26 05:00:45 +0000
committerSteve Price <steve@FreeBSD.org>1998-12-26 05:00:45 +0000
commitd258ede9d90bc8a097d9c4335c09d5f3c89bfa70 (patch)
treedbabd254c086e8c1b25c4232ee5a76bed0a4c803 /devel
parentActivate the qtarch port. (diff)
Initial import of doc++ version 3.2.
A javadoc style documentation system. PR: 9157 Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
Notes
Notes: svn path=/head/; revision=15618
Diffstat (limited to 'devel')
-rw-r--r--devel/doc++/Makefile31
-rw-r--r--devel/doc++/distinfo1
-rw-r--r--devel/doc++/pkg-comment1
-rw-r--r--devel/doc++/pkg-descr4
-rw-r--r--devel/doc++/pkg-plist3
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile
new file mode 100644
index 000000000000..916ced98c672
--- /dev/null
+++ b/devel/doc++/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: DOC++
+# Date created: 20 Dec 1998
+# Whom: Ruslan@Shevchenko.Kiev.UA
+# Version required: 3.2
+#
+# $Id$
+#
+
+DISTNAME= docxxsrc
+PKGNAME= doc++-3.2
+CATEGORIES= devel
+MASTER_SITES= http://www.zib.de/Visual/software/doc++/
+
+MAINTAINER= Ruslan@Shevchenko.Kiev.UA
+
+RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \
+ gs:${PORTSDIR}/print/ghostscript5 \
+ anytopnm:${PORTSDIR}/graphics/netpbm
+
+WRKSRC= ${WRKDIR}/src
+USE_GMAKE= yes
+
+do-build:
+ (cd ${WRKSRC}; gmake ${MAKE_ENV} all CXX=gcc LD=gcc LDFLAGS=-lstdc++ )
+
+do-install:
+ for i in ${WRKSRC}/bin/`uname -s`/*; do \
+ ${INSTALL_PROGRAM} $$i ${PREFIX}/bin ; \
+ done
+
+.include <bsd.port.mk>
diff --git a/devel/doc++/distinfo b/devel/doc++/distinfo
new file mode 100644
index 000000000000..6321301139c2
--- /dev/null
+++ b/devel/doc++/distinfo
@@ -0,0 +1 @@
+MD5 (docxxsrc.tar.gz) = 5c6f133f7dd8b7db582ea157d541bd12
diff --git a/devel/doc++/pkg-comment b/devel/doc++/pkg-comment
new file mode 100644
index 000000000000..7b0d4607115d
--- /dev/null
+++ b/devel/doc++/pkg-comment
@@ -0,0 +1 @@
+javadoc style documentatation system for FreeBSD
diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr
new file mode 100644
index 000000000000..049db4b6320b
--- /dev/null
+++ b/devel/doc++/pkg-descr
@@ -0,0 +1,4 @@
+DOC++ is a source documentation system for C++.
+It is jenerated javadoc-like documentatio in HTML and LaTeX.
+for more info, please, refer to
+ http://www.zib.de/Visual/software/doc++/index.html
diff --git a/devel/doc++/pkg-plist b/devel/doc++/pkg-plist
new file mode 100644
index 000000000000..f69a072bbda7
--- /dev/null
+++ b/devel/doc++/pkg-plist
@@ -0,0 +1,3 @@
+bin/doc++
+bin/docify
+bin/promote