diff options
author | martti <martti@pkgsrc.org> | 2003-09-03 05:39:10 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-03 05:39:10 +0000 |
commit | 0924c4527f2548f7750b26693104155540ebd66c (patch) | |
tree | d2e0869c9a42bdd459adc5c4e1a2401875745bdb /devel/doxygen | |
parent | 9506ab7ae3de0d1e7ad253268a6476e38b62dd7a (diff) | |
download | pkgsrc-0924c4527f2548f7750b26693104155540ebd66c.tar.gz |
Updated doxygen to 1.3.3
- Bug fixes
- New features
* Added new debug flag "-d Time" which will report the elapsed time for each
message printed, and will also show the total running time along with the
time spend on external tools such as dot. Note: If you have a project that
takes doxygen a long time to process, please send me the output so I get
a global idea where to optimize.
* New option SUBGROUPING which can be set to NO to have \nosubgrouping for
all classes (thanks to Torben Koch for the patch).
* Added XML schemas for validating the XML output, and to help writing XSLT
files. The generated index.xml now has a complete schema, the compounds
not yet. Thanks go to Alexej Humbach for doing a lot of the work. Note
that a couple of "id" attributes in the XML output have been changed to
"refid", and section tags are now nested.
* Included language updates for Traditional Chinese and Japanese.
Diffstat (limited to 'devel/doxygen')
-rw-r--r-- | devel/doxygen/Makefile | 6 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 1837170b7ee..4b6c5c843e4 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:30:21 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/03 05:39:10 martti Exp $ -DISTNAME= doxygen-1.3.2.src -PKGNAME= doxygen-1.3.2 +DISTNAME= doxygen-1.3.3.src +PKGNAME= doxygen-1.3.3 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 75261bfa1ca..809d992c732 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2003/06/16 12:07:18 martti Exp $ +$NetBSD: distinfo,v 1.8 2003/09/03 05:39:11 martti Exp $ -SHA1 (doxygen-1.3.2.src.tar.gz) = 4e22a60dd70cb7ea1b3eb31248d61886c02a2a03 -Size (doxygen-1.3.2.src.tar.gz) = 2269441 bytes +SHA1 (doxygen-1.3.3.src.tar.gz) = 32a17fff5d031f7e20a1dcbff24ad18e474d5da1 +Size (doxygen-1.3.3.src.tar.gz) = 2326872 bytes SHA1 (patch-aa) = c5f0e9d025b4d4672a1ad1467bebd76506ca601d SHA1 (patch-ab) = fad2b744772ac8961e6536e3bdb253544410dfb3 SHA1 (patch-af) = 7e9cac0f6a10389b9f20cdc5b7e4988588216734 |