1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Initial import of doc++ version 3.2.

A javadoc style documentation system.

PR:		9157
Submitted by:	Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
This commit is contained in:
Steve Price 1998-12-26 05:00:45 +00:00
parent 5f0997a7a2
commit d258ede9d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15618
5 changed files with 40 additions and 0 deletions

31
devel/doc++/Makefile Normal file
View File

@ -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>

1
devel/doc++/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (docxxsrc.tar.gz) = 5c6f133f7dd8b7db582ea157d541bd12

1
devel/doc++/pkg-comment Normal file
View File

@ -0,0 +1 @@
javadoc style documentatation system for FreeBSD

4
devel/doc++/pkg-descr Normal file
View File

@ -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

3
devel/doc++/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/doc++
bin/docify
bin/promote