diff options
author | adam <adam@pkgsrc.org> | 2004-11-09 14:31:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-09 14:31:51 +0000 |
commit | 7e382d67928f6afbebe9b9b42a4292d953b0db2f (patch) | |
tree | 63a6da1c0ce405e86d74708acf36717ac6509b09 /devel | |
parent | 73b3a77aacc246ad67f4c1fe1cb7d182fafce56f (diff) | |
download | pkgsrc-7e382d67928f6afbebe9b9b42a4292d953b0db2f.tar.gz |
Changes 1.3.9.1:
* Bug fixes
* Due to an error in the packaging script, an old version
of doxywizard was bundled with the Mac OS X version of doxygen.
* Dot would not run if doxygen was installed in a path which
contained spaces (Mac OS X).
Changes 1.3.9:
* Changed the stylesheet so font usage is more uniform and consistent.
* Changed the colors of the doxygen logo at the bottom of a HTML page.
Let me know if you prefer this one or the old one.
* Improved rendering of template functions and methods in the HTML output.
* A macro defined in the config file (see PREDEFINED) can now prevented from
being undefined (via a #undef in the code) when its value is assigned via
the := operator (e.g. PREDEFINED = A(x):=x ).
* Changed the way function pointer arguments are represented in the detailed
description.
* Directory information is now extracted by doxygen. Files are automatically
grouped by directory. You can use the SHOW_DIRECTORIES option to
enable/disable this feature.
* Added a new command \dir which can be used to document directories.
* Language updates for Czech, Swedish, Hungarian, Danish, Russian, Italian,
German, Chinese, Croatian, and Polish.
* Applied a patch by Arend van Beelen which adds support for the new features
introduced in PHP5.
* Applied a patch by Ferdinand Wess for better handling of #import statements
in Obj-C code.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doxygen/Makefile | 20 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 8 | ||||
-rw-r--r-- | devel/doxygen/patches/patch-aa | 4 |
3 files changed, 16 insertions, 16 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 1a775ef75fe..65519b834cc 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.25 2004/10/26 20:36:22 groo Exp $ +# $NetBSD: Makefile,v 1.26 2004/11/09 14:31:51 adam Exp $ -DISTNAME= doxygen-1.3.8.src -PKGNAME= doxygen-1.3.8 -PKGREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ +DISTNAME= doxygen-1.3.9.1.src +PKGNAME= doxygen-1.3.9.1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.doxygen.org/ -COMMENT= Documentation system for C++, Java, IDL and C +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.doxygen.org/ +COMMENT= Documentation system for C++, Java, IDL and C -DEPENDS+= teTeX-[0-9]*:../../print/teTeX +DEPENDS+= teTeX-[0-9]*:../../print/teTeX WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_GNU_TOOLS+= make @@ -24,6 +23,7 @@ CONFIGURE_ARGS+= --install ${INSTALL} CONFIGURE_ARGS+= --dot ${PREFIX}/bin/dot CONFIGURE_ARGS+= --prefix ${PREFIX} CONFIGURE_ARGS+= --docdir ${PREFIX}/share/doc +MAKE_ENV+= PKGSRC_CFLAGS="${CFLAGS}" SUBST_CLASSES+= pybin SUBST_STAGE.pybin= pre-configure diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 0c76df09bdc..9b84497aff2 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2004/07/26 08:39:57 martti Exp $ +$NetBSD: distinfo,v 1.14 2004/11/09 14:31:51 adam Exp $ -SHA1 (doxygen-1.3.8.src.tar.gz) = 9ba5472ef2ddfbf70eca5c5dcb215d4a1c5653f7 -Size (doxygen-1.3.8.src.tar.gz) = 2774925 bytes -SHA1 (patch-aa) = c5f0e9d025b4d4672a1ad1467bebd76506ca601d +SHA1 (doxygen-1.3.9.1.src.tar.gz) = 718897a42705f09c43e77a1112b1b9b80e954787 +Size (doxygen-1.3.9.1.src.tar.gz) = 2713070 bytes +SHA1 (patch-aa) = dd970fa86865ee1eca0d41a86366a608e19b582a SHA1 (patch-ab) = 58cb9bf5d97835dc0fdda547795e92df7038d8ff SHA1 (patch-af) = b52845ca3d4d58a876538e8b4780a19419aabe75 diff --git a/devel/doxygen/patches/patch-aa b/devel/doxygen/patches/patch-aa index 78a76f6a974..9c15996cdd9 100644 --- a/devel/doxygen/patches/patch-aa +++ b/devel/doxygen/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/09/04 21:05:06 groo Exp $ +$NetBSD: patch-aa,v 1.2 2004/11/09 14:31:51 adam Exp $ --- tmake/lib/netbsd-g++/tmake.conf.orig Tue Sep 4 16:00:50 2001 +++ tmake/lib/netbsd-g++/tmake.conf Tue Sep 4 16:00:56 2001 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/09/04 21:05:06 groo Exp $ TMAKE_CFLAGS_WARN_ON = -Wall -W TMAKE_CFLAGS_WARN_OFF = -TMAKE_CFLAGS_RELEASE = -O2 -+TMAKE_CFLAGS_RELEASE = ++TMAKE_CFLAGS_RELEASE = ${PKGSRC_CFLAGS} TMAKE_CFLAGS_DEBUG = -g TMAKE_CFLAGS_SHLIB = -fPIC TMAKE_CFLAGS_YACC = -Wno-unused -Wno-parentheses |