diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 03:32:46 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 03:32:46 +0800 |
commit | 58e6f22acd4d5772104ee0bbbb3fde5ef53e510b (patch) | |
tree | cdd0613b84c74dc79250bb07602bc84180ba2ee0 /devel | |
parent | fc34d95aa5dd6df35e98798efcbfae26317322c6 (diff) | |
download | freebsd-ports-gnome-58e6f22acd4d5772104ee0bbbb3fde5ef53e510b.tar.gz freebsd-ports-gnome-58e6f22acd4d5772104ee0bbbb3fde5ef53e510b.tar.zst freebsd-ports-gnome-58e6f22acd4d5772104ee0bbbb3fde5ef53e510b.zip |
Update to version 3.4.2 and install documentation.
PR: 17860
Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doc++/Makefile | 42 | ||||
-rw-r--r-- | devel/doc++/distinfo | 2 | ||||
-rw-r--r-- | devel/doc++/pkg-descr | 2 | ||||
-rw-r--r-- | devel/doc++/pkg-plist | 29 |
4 files changed, 71 insertions, 4 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 6a0cf27f5ec1..7c713d5ffd4b 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -6,10 +6,10 @@ # PORTNAME= doc++ -PORTVERSION= 3.3.15 +PORTVERSION= 3.4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.imaginator.com/doc++/ + http://www.linuxsupportline.com/~doc++/ MASTER_SITE_SUBDIR= apps/doctools MAINTAINER= Ruslan@Shevchenko.Kiev.UA @@ -21,4 +21,42 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ GNU_CONFIGURE= yes USE_GMAKE= yes +ADDITIONAL_DOCS= ClassGraph.class \ + ClassGraphPanel.class \ + ClassLayout.class \ + CommonBase.html \ + Derived_Class.html \ + Example.html \ + FileInclusion.html \ + FrequentlyAskedQuestions.html \ + General.html \ + HIER.html \ + HIERjava.html \ + InstallationInstructions.html \ + Intermediate.html \ + Introduction.html \ + ManualEntries.html \ + NavigatorButton.class \ + Quickstart.html \ + ReferenceManual.html \ + Structure.html \ + TextFormatting.html \ + Usage.html \ + down.gif \ + function.html \ + icon1.gif \ + icon2.gif \ + index.html \ + logo.gif \ + supportedHTMLmacros.html \ + supportedTeXmacros.html + +post-install: +.if !defined(NOPORTSDOCS) + ${MKDIR} ${PREFIX}/share/doc/doc++ + for i in $(ADDITIONAL_DOCS); do \ + ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${PREFIX}/share/doc/doc++ ;\ + done +.endif + .include <bsd.port.mk> diff --git a/devel/doc++/distinfo b/devel/doc++/distinfo index a425dd045e0d..322eb3d78277 100644 --- a/devel/doc++/distinfo +++ b/devel/doc++/distinfo @@ -1 +1 @@ -MD5 (doc++-3.3.15.tar.gz) = 2d548eebfbdf8bd54d5c925c87b8cd4d +MD5 (doc++-3.4.2.tar.gz) = ce4617e2342bd3e8683bb21d7c31fbdd diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr index 7b81bd8c9373..08b762b0ace8 100644 --- a/devel/doc++/pkg-descr +++ b/devel/doc++/pkg-descr @@ -2,4 +2,4 @@ DOC++ is a source documentation system for C++. It generates javadoc-like documentation in HTML and LaTeX. The homepage contains more information to supplement this short description. -WWW: http://www.imaginator.com/doc++/ +WWW: http://www.liuxsupportline.com/~doc++/ diff --git a/devel/doc++/pkg-plist b/devel/doc++/pkg-plist index f69a072bbda7..f678c91f9288 100644 --- a/devel/doc++/pkg-plist +++ b/devel/doc++/pkg-plist @@ -1,3 +1,32 @@ 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 |