diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-24 07:53:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-24 07:53:50 +0000 |
commit | bca7509d5b7a65a2aa70172854fcac647684acd1 (patch) | |
tree | 689e86b91405b1bf464c80fa6b1f4c077dc3d650 /devel/doxygen | |
parent | e21fc725680111b20c78060bb2320f167a2ab066 (diff) | |
download | pkgsrc-bca7509d5b7a65a2aa70172854fcac647684acd1.tar.gz |
Update to 1.5.8:
This release introduces an updated wizard, which now uses Qt4 and
provides more convenience in configuring and running doxygen. It
also features a new Qt Help generator, which no longer requires an
external tool to postprocess the output. An option had been added
that allows configuring the parser that doxygen will use for a
given file extension. As always, a large number of bugs have been
fixed.
Diffstat (limited to 'devel/doxygen')
-rw-r--r-- | devel/doxygen/Makefile | 5 | ||||
-rw-r--r-- | devel/doxygen/PLIST | 3 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 7c19a3cd9a3..5120cd071f8 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2009/02/09 22:56:22 joerg Exp $ +# $NetBSD: Makefile,v 1.67 2009/02/24 07:53:50 wiz Exp $ -DISTNAME= doxygen-1.5.7.1.src +DISTNAME= doxygen-1.5.8.src PKGNAME= ${DISTNAME:S/.src//} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ http://ftp.stack.nl/pub/users/dimitri/ diff --git a/devel/doxygen/PLIST b/devel/doxygen/PLIST index 8146a3f94be..d9e04399eca 100644 --- a/devel/doxygen/PLIST +++ b/devel/doxygen/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2008/11/11 00:44:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.22 2009/02/24 07:53:50 wiz Exp $ bin/doxygen bin/doxytag man/man1/doxygen.1 @@ -358,7 +358,6 @@ share/doc/doxygen/examples/manual/html/functions_func.html share/doc/doxygen/examples/manual/html/functions_vars.html share/doc/doxygen/examples/manual/html/globals.html share/doc/doxygen/examples/manual/html/globals_func.html -share/doc/doxygen/examples/manual/html/globals_type.html share/doc/doxygen/examples/manual/html/hierarchy.html share/doc/doxygen/examples/manual/html/index.html share/doc/doxygen/examples/manual/html/manual_8c.html diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 036b5235eea..675f6ea28db 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2008/11/11 00:44:12 wiz Exp $ +$NetBSD: distinfo,v 1.34 2009/02/24 07:53:50 wiz Exp $ -SHA1 (doxygen-1.5.7.1.src.tar.gz) = aecb0c453f76e900eb2aa8132ad063215005fca3 -RMD160 (doxygen-1.5.7.1.src.tar.gz) = f9614bb076d6531334a212a95dfbb862a7502c69 -Size (doxygen-1.5.7.1.src.tar.gz) = 4096168 bytes +SHA1 (doxygen-1.5.8.src.tar.gz) = a55b1c41417be8acb3ac5e1553a711ffa437cba2 +RMD160 (doxygen-1.5.8.src.tar.gz) = e392cd00960c4036661c8cda3ec6bc6ee3fe300c +Size (doxygen-1.5.8.src.tar.gz) = 4125837 bytes SHA1 (patch-aa) = 74aa6e068c150d2e40c5a73723afd24d510f4538 SHA1 (patch-ab) = 951ad787ec32cf5dd3915d91df1fb45bc199ec79 SHA1 (patch-ac) = 5523e5b146436a50b008f963a0b809379a9e4974 |