diff options
Diffstat (limited to 'devel/doc++')
-rw-r--r-- | devel/doc++/Makefile | 79 | ||||
-rw-r--r-- | devel/doc++/distinfo | 2 | ||||
-rw-r--r-- | devel/doc++/pkg-descr | 5 | ||||
-rw-r--r-- | devel/doc++/pkg-plist | 41 |
4 files changed, 0 insertions, 127 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile deleted file mode 100644 index 0afce06b87bc..000000000000 --- a/devel/doc++/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: DOC++ -# Date created: 20 Dec 1998 -# Whom: Ruslan@Shevchenko.Kiev.UA -# -# $FreeBSD$ -# - -PORTNAME= doc++ -PORTVERSION= 3.4.10 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= docpp - -MAINTAINER= Ruslan@Shevchenko.Kiev.UA -COMMENT= Javadoc style C++ documentatation system - -RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ - anytopnm:${PORTSDIR}/graphics/netpbm - -BROKEN= Does not correctly use gettext -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-afpl -.else -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu -.endif - -GNU_CONFIGURE= yes -USE_GMAKE= yes -MAKE_ARGS= CPPFLAGS=-D__GNU_LIBRARY__ - -ADDITIONAL_DOCS= ClassGraph.class \ - ClassGraphPanel.class \ - ClassLayout.class \ - CommonBase.html \ - CommandLineOptions.html \ - ConfigurationFile.html \ - Derived_Class.html \ - Example.html \ - FileInclusion.html \ - FrequentlyAskedQuestions.html \ - General.html \ - GeneralInformations.html \ - HIER.html \ - HIERjava.html \ - InstallationInstructions.html \ - Intermediate.html \ - Introduction.html \ - ManualEntries.html \ - ManualEntryFields.html \ - NavigatorButton.class \ - Quickstart.html \ - ReferenceManual.html \ - Structure.html \ - Tags.html \ - TextFormatting.html \ - Usage.html \ - function.html \ - icon1.gif \ - icon2.gif \ - index.html \ - supportedHTMLmacros.html \ - supportedTeXmacros.html \ - toc.html - -.include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for i in ${ADDITIONAL_DOCS}; do \ - ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${DOCSDIR} ;\ - done -.endif - -.include <bsd.port.post.mk> diff --git a/devel/doc++/distinfo b/devel/doc++/distinfo deleted file mode 100644 index 2ec8d5a099f6..000000000000 --- a/devel/doc++/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (doc++-3.4.10.tar.gz) = 095c7a3a822f00a33033b8bb40147445 -SIZE (doc++-3.4.10.tar.gz) = 408887 diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr deleted file mode 100644 index ba87dbe7904a..000000000000 --- a/devel/doc++/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -DOC++ is a source documentation system for C++, CORBA IDL and java -It generates javadoc-like documentation in HTML and LaTeX. -The homepage contains more information to supplement this short description. - -WWW: http://docpp.sourceforge.net/ diff --git a/devel/doc++/pkg-plist b/devel/doc++/pkg-plist deleted file mode 100644 index b210c52489ce..000000000000 --- a/devel/doc++/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/doc++ -bin/docify -bin/promote -%%PORTDOCS%%%%DOCSDIR%%/ClassGraph.class -%%PORTDOCS%%%%DOCSDIR%%/ClassGraphPanel.class -%%PORTDOCS%%%%DOCSDIR%%/ClassLayout.class -%%PORTDOCS%%%%DOCSDIR%%/CommonBase.html -%%PORTDOCS%%%%DOCSDIR%%/CommandLineOptions.html -%%PORTDOCS%%%%DOCSDIR%%/ConfigurationFile.html -%%PORTDOCS%%%%DOCSDIR%%/Derived_Class.html -%%PORTDOCS%%%%DOCSDIR%%/Example.html -%%PORTDOCS%%%%DOCSDIR%%/FileInclusion.html -%%PORTDOCS%%%%DOCSDIR%%/FrequentlyAskedQuestions.html -%%PORTDOCS%%%%DOCSDIR%%/General.html -%%PORTDOCS%%%%DOCSDIR%%/GeneralInformations.html -%%PORTDOCS%%%%DOCSDIR%%/HIER.html -%%PORTDOCS%%%%DOCSDIR%%/HIERjava.html -%%PORTDOCS%%%%DOCSDIR%%/InstallationInstructions.html -%%PORTDOCS%%%%DOCSDIR%%/Intermediate.html -%%PORTDOCS%%%%DOCSDIR%%/Introduction.html -%%PORTDOCS%%%%DOCSDIR%%/ManualEntries.html -%%PORTDOCS%%%%DOCSDIR%%/ManualEntryFields.html -%%PORTDOCS%%%%DOCSDIR%%/NavigatorButton.class -%%PORTDOCS%%%%DOCSDIR%%/Quickstart.html -%%PORTDOCS%%%%DOCSDIR%%/ReferenceManual.html -%%PORTDOCS%%%%DOCSDIR%%/Structure.html -%%PORTDOCS%%%%DOCSDIR%%/TextFormatting.html -%%PORTDOCS%%%%DOCSDIR%%/Tags.html -%%PORTDOCS%%%%DOCSDIR%%/Usage.html -%%PORTDOCS%%%%DOCSDIR%%/function.html -%%PORTDOCS%%%%DOCSDIR%%/icon1.gif -%%PORTDOCS%%%%DOCSDIR%%/icon2.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/supportedHTMLmacros.html -%%PORTDOCS%%%%DOCSDIR%%/supportedTeXmacros.html -%%PORTDOCS%%%%DOCSDIR%%/toc.html -share/locale/fr/LC_MESSAGES/doc++.mo -share/locale/ja/LC_MESSAGES/doc++.mo -share/locale/ro/LC_MESSAGES/doc++.mo -share/locale/ru/LC_MESSAGES/doc++.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% |