diff options
author | martti <martti@pkgsrc.org> | 2004-07-26 08:39:57 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-07-26 08:39:57 +0000 |
commit | 27ed111a9de9fbb457253bddb486463ed28afdc4 (patch) | |
tree | d915d802a7a9f602551a6673a97acedf8c90530f /devel | |
parent | 76d666d845f23e68e66bf9d7bc86a484dc34d870 (diff) | |
download | pkgsrc-27ed111a9de9fbb457253bddb486463ed28afdc4.tar.gz |
Updated doxygen to 1.3.8
Changes
* Rewrote doxywizard. It should be more easy to use and has much better
support for running doxygen from the GUI. Feedback is welcomed!
* Members of a namespace are now also added to the file in which they appear
* Included patch by Mikhail Glushenkov that fixed item 5 on the todo
list (titles of html pages are now internationalized).
* A macro defined in the config file can now be undefined in the source
code via a #undef.
* Optimized calling of dot using multiple -T flags at a couple of places
New features
* New option FILTER_PATTERNS which can be used to specify multiple input
filters, and let doxygen select the right one based on matching the
source file name with a specified pattern.
* id 142939: New commands \protocol and \category which can be used to
document Objective-C protocols and categories in the same way the
\class command does for classes.
* Included patch that removes some cosmetic annoyances in the man page output
* Added internationalization support for Afrikaans and Lithanian. Included
language updates for Dutch, Czech, Italian, Brazilian, Croatian, Japanese,
Norwegian and Russian.
Bug fixes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doxygen/Makefile | 6 | ||||
-rw-r--r-- | devel/doxygen/PLIST | 10 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index cfde259bade..cb080f71e68 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/05/10 00:15:49 recht Exp $ +# $NetBSD: Makefile,v 1.23 2004/07/26 08:39:57 martti Exp $ -DISTNAME= doxygen-1.3.7.src -PKGNAME= doxygen-1.3.7 +DISTNAME= doxygen-1.3.8.src +PKGNAME= doxygen-1.3.8 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ diff --git a/devel/doxygen/PLIST b/devel/doxygen/PLIST index da47752fd97..a299d79f4a5 100644 --- a/devel/doxygen/PLIST +++ b/devel/doxygen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/05/10 00:15:49 recht Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/07/26 08:39:57 martti Exp $ bin/doxygen bin/doxytag share/doc/doxygen/doxygen_manual.pdf @@ -393,7 +393,13 @@ share/doc/doxygen/html/doxygen_logo.gif share/doc/doxygen/html/doxygen_logo_low.gif share/doc/doxygen/html/doxygen_usage.html share/doc/doxygen/html/doxytag_usage.html -share/doc/doxygen/html/doxywizard.gif +share/doc/doxygen/html/doxywizard_expert.png +share/doc/doxygen/html/doxywizard_main.png +share/doc/doxygen/html/doxywizard_menu.png +share/doc/doxygen/html/doxywizard_page1.png +share/doc/doxygen/html/doxywizard_page2.png +share/doc/doxygen/html/doxywizard_page3.png +share/doc/doxygen/html/doxywizard_page4.png share/doc/doxygen/html/doxywizard_usage.html share/doc/doxygen/html/external.html share/doc/doxygen/html/faq.html diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 32c19c09660..0c76df09bdc 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2004/05/10 00:15:49 recht Exp $ +$NetBSD: distinfo,v 1.13 2004/07/26 08:39:57 martti Exp $ -SHA1 (doxygen-1.3.7.src.tar.gz) = 81558c14661e80830e28d31f6694f67ae5ed5af8 -Size (doxygen-1.3.7.src.tar.gz) = 2391954 bytes +SHA1 (doxygen-1.3.8.src.tar.gz) = 9ba5472ef2ddfbf70eca5c5dcb215d4a1c5653f7 +Size (doxygen-1.3.8.src.tar.gz) = 2774925 bytes SHA1 (patch-aa) = c5f0e9d025b4d4672a1ad1467bebd76506ca601d SHA1 (patch-ab) = 58cb9bf5d97835dc0fdda547795e92df7038d8ff SHA1 (patch-af) = b52845ca3d4d58a876538e8b4780a19419aabe75 |