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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8966edd60377
branches:  trunk
changeset: 473029:8966edd60377
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Apr 15 12:52:37 2004 +0000

description:
Updated doxygen to 1.3.6

Changes

* For projects with many nested classes, namespaces, typedefs and using
  statements, doxygen could become very slow. This should now be improved
  significantly.
* Made some cosmetic changes to the HTML output.
* STRIP_FROM_PATH now by default strips the path from which doxygen is run

New features

* Make a start with adding support for Objective-C. Doxygen can now parse
  Objective-C header files (including protocols and categories).
* Include a patch by Hauke Duden which adds preliminary support for the
  D programming language (see http://www.digitalmars.com/d).
* C Comments inside #defines are now preserved. This could be useful
  to document boilerplate code.
* Included patch to replace tabs by the proper amount of spaced inside code
  fragments in the XML output (thanks to Alexandr for the patch).
* Examples (documented via \example) are now included in the XML output.
* New option SORT_BRIEF_DOCS which when enabled will list the
  declaration section of the documentation (with the brief descriptions)
  in alpabetical order, instead of declaration order.
* Included patch for Hungarian translation (thanks to Akos Kiss) and for
  the Serbian language. Added support for mixed Korean/english (thanks
  to Jihoon Chung). The translator report script was also updated.

diffstat:

 devel/doxygen/Makefile |  7 +++----
 devel/doxygen/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r bea09845cdb9 -r 8966edd60377 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Thu Apr 15 12:42:56 2004 +0000
+++ b/devel/doxygen/Makefile    Thu Apr 15 12:52:37 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/03/26 02:27:37 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/15 12:52:37 martti Exp $
 
-DISTNAME=              doxygen-1.3.5.src
-PKGNAME=               doxygen-1.3.5
-PKGREVISION=           3
+DISTNAME=              doxygen-1.3.6.src
+PKGNAME=               doxygen-1.3.6
 CATEGORIES=            devel
 MASTER_SITES=          ftp://ftp.stack.nl/pub/users/dimitri/
 
diff -r bea09845cdb9 -r 8966edd60377 devel/doxygen/distinfo
--- a/devel/doxygen/distinfo    Thu Apr 15 12:42:56 2004 +0000
+++ b/devel/doxygen/distinfo    Thu Apr 15 12:52:37 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2003/12/03 05:38:50 martti Exp $
+$NetBSD: distinfo,v 1.11 2004/04/15 12:52:37 martti Exp $
 
-SHA1 (doxygen-1.3.5.src.tar.gz) = a222826a362ede43a2c973a41cd81c9f48633a47
-Size (doxygen-1.3.5.src.tar.gz) = 2366628 bytes
+SHA1 (doxygen-1.3.6.src.tar.gz) = 69de324e57d5bf229508d1a11616fc4a4a338eb5
+Size (doxygen-1.3.6.src.tar.gz) = 2391375 bytes
 SHA1 (patch-aa) = c5f0e9d025b4d4672a1ad1467bebd76506ca601d
 SHA1 (patch-ab) = 58cb9bf5d97835dc0fdda547795e92df7038d8ff
 SHA1 (patch-af) = 7e9cac0f6a10389b9f20cdc5b7e4988588216734



Home | Main Index | Thread Index | Old Index