Update to version 3.4.2 and install documentation.
PR: 17860 Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
This commit is contained in:
parent
22b9c21710
commit
4b225328f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28169
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (doc++-3.3.15.tar.gz) = 2d548eebfbdf8bd54d5c925c87b8cd4d
|
||||
MD5 (doc++-3.4.2.tar.gz) = ce4617e2342bd3e8683bb21d7c31fbdd
|
||||
|
@ -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++/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user