pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/doxygen Updated doxygen to 1.3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2e284752cec
branches:  trunk
changeset: 478559:e2e284752cec
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Jul 26 08:39:57 2004 +0000

description:
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:

 devel/doxygen/Makefile |   6 +++---
 devel/doxygen/PLIST    |  10 ++++++++--
 devel/doxygen/distinfo |   6 +++---
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 631dd05f8465 -r e2e284752cec devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Mon Jul 26 06:47:12 2004 +0000
+++ b/devel/doxygen/Makefile    Mon Jul 26 08:39:57 2004 +0000
@@ -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 -r 631dd05f8465 -r e2e284752cec devel/doxygen/PLIST
--- a/devel/doxygen/PLIST       Mon Jul 26 06:47:12 2004 +0000
+++ b/devel/doxygen/PLIST       Mon Jul 26 08:39:57 2004 +0000
@@ -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_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 -r 631dd05f8465 -r e2e284752cec devel/doxygen/distinfo
--- a/devel/doxygen/distinfo    Mon Jul 26 06:47:12 2004 +0000
+++ b/devel/doxygen/distinfo    Mon Jul 26 08:39:57 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index