Upgrade to 3.4.4
BTW, the maintainer forgot to update checksum, I update it. PR: 19829 Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
This commit is contained in:
parent
e1003bbd44
commit
25bfc1474f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30469
4 changed files with 23 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= doc++
|
||||
PORTVERSION= 3.4.2
|
||||
PORTVERSION= 3.4.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
http://www.linuxsupportline.com/~doc++/
|
||||
|
@ -25,31 +25,35 @@ 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 \
|
||||
down.gif \
|
||||
function.html \
|
||||
icon1.gif \
|
||||
icon2.gif \
|
||||
index.html \
|
||||
logo.gif \
|
||||
supportedHTMLmacros.html \
|
||||
supportedTeXmacros.html
|
||||
supportedTeXmacros.html \
|
||||
toc.html
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTSDOCS)
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (doc++-3.4.2.tar.gz) = ce4617e2342bd3e8683bb21d7c31fbdd
|
||||
MD5 (doc++-3.4.4.tar.gz) = 252b1116b91472b0b755c516c5e761e8
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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.
|
||||
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://www.liuxsupportline.com/~doc++/
|
||||
|
|
|
@ -5,28 +5,37 @@ share/doc/doc++/ClassGraph.class
|
|||
share/doc/doc++/ClassGraphPanel.class
|
||||
share/doc/doc++/ClassLayout.class
|
||||
share/doc/doc++/CommonBase.html
|
||||
share/doc/doc++/CommandLineOptions.html
|
||||
share/doc/doc++/ConfigurationFile.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++/GeneralInformations.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++/ManualEntryFields.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++/Tags.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
|
||||
share/doc/doc++/toc.html
|
||||
share/locale/ja/LC_MESSAGES/doc++.mo
|
||||
share/locale/rudos/LC_MESSAGES/doc++.mo
|
||||
share/locale/rukoi8/LC_MESSAGES/doc++.mo
|
||||
share/locale/ruwin/LC_MESSAGES/doc++.mo
|
||||
@dirrm share/doc/doc++
|
||||
|
|
Loading…
Reference in a new issue