diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-11 16:00:08 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-11 16:00:08 +0800 |
commit | c8b6b810eeb1da92972861d477183d9161c35f7f (patch) | |
tree | f42623a494aedf5b213a5dce5459ce3953d51e70 /devel | |
parent | cb0256c89886010ba24902003d5ac198c764c75e (diff) | |
download | freebsd-ports-gnome-c8b6b810eeb1da92972861d477183d9161c35f7f.tar.gz freebsd-ports-gnome-c8b6b810eeb1da92972861d477183d9161c35f7f.tar.zst freebsd-ports-gnome-c8b6b810eeb1da92972861d477183d9161c35f7f.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doc++/Makefile | 12 | ||||
-rw-r--r-- | devel/doc++/distinfo | 2 | ||||
-rw-r--r-- | devel/doc++/pkg-descr | 6 | ||||
-rw-r--r-- | devel/doc++/pkg-plist | 13 |
4 files changed, 23 insertions, 10 deletions
diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile index 7c713d5ffd4b..b8348baade88 100644 --- a/devel/doc++/Makefile +++ b/devel/doc++/Makefile @@ -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) diff --git a/devel/doc++/distinfo b/devel/doc++/distinfo index 322eb3d78277..ba6af897fce5 100644 --- a/devel/doc++/distinfo +++ b/devel/doc++/distinfo @@ -1 +1 @@ -MD5 (doc++-3.4.2.tar.gz) = ce4617e2342bd3e8683bb21d7c31fbdd +MD5 (doc++-3.4.4.tar.gz) = 252b1116b91472b0b755c516c5e761e8 diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr index 08b762b0ace8..63518f9a7b34 100644 --- a/devel/doc++/pkg-descr +++ b/devel/doc++/pkg-descr @@ -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++/ diff --git a/devel/doc++/pkg-plist b/devel/doc++/pkg-plist index f678c91f9288..70bfb83668ac 100644 --- a/devel/doc++/pkg-plist +++ b/devel/doc++/pkg-plist @@ -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++ |