summaryrefslogtreecommitdiff
path: root/devel/doxygen
diff options
context:
space:
mode:
authoradam <adam>2006-06-14 10:24:53 +0000
committeradam <adam>2006-06-14 10:24:53 +0000
commit8ff77ad8c128ba36e0bd7346ddb99f4b1ff7b2c1 (patch)
treef1ff835572acd42514b9c35a78886d2b1ddfdaf5 /devel/doxygen
parente73abbab69a34e8d20e620cded6f5569bf6c51d6 (diff)
downloadpkgsrc-8ff77ad8c128ba36e0bd7346ddb99f4b1ff7b2c1.tar.gz
Changes 1.4.7:
* The stylesheet has changed, so if you use your own, you will need to update it or the output will look ugly. * Added support for universal binaries on MacOSX (only the non-GUI part). * Added CALLER_GRAPH config option and \callergraph command to add a caller (or called-by) graph to a function or all functions. * Added REFERENCES_LINK_SOURCE config option which allows to selected if reference relations should point to the source or to the documentation.
Diffstat (limited to 'devel/doxygen')
-rw-r--r--devel/doxygen/Makefile9
-rw-r--r--devel/doxygen/distinfo10
-rw-r--r--devel/doxygen/patches/patch-ah10
3 files changed, 14 insertions, 15 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 34632ced0d9..5e8b110f25c 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2006/05/20 13:12:00 rillig Exp $
+# $NetBSD: Makefile,v 1.49 2006/06/14 10:24:53 adam Exp $
-DISTNAME= doxygen-1.4.5.src
-PKGNAME= doxygen-1.4.5
-PKGREVISION= 5
+DISTNAME= doxygen-1.4.7.src
+PKGNAME= doxygen-1.4.7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
@@ -43,7 +42,7 @@ SUBST_SED.perlbin= -e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},'
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"
-CONFIGURE_ARGS+= -platform freebsd-g++
+CONFIGURE_ARGS+= -platform freebsd-g++
.endif
post-patch:
diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo
index 864b36f3dce..9e20ee13cac 100644
--- a/devel/doxygen/distinfo
+++ b/devel/doxygen/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.23 2005/11/29 04:40:38 joerg Exp $
+$NetBSD: distinfo,v 1.24 2006/06/14 10:24:53 adam Exp $
-SHA1 (doxygen-1.4.5.src.tar.gz) = cbd01c0f1369cdd078c7bee4646559f805bfb237
-RMD160 (doxygen-1.4.5.src.tar.gz) = 9fcc6820b2036e54ecee91650f2470d179d86e2e
-Size (doxygen-1.4.5.src.tar.gz) = 2884510 bytes
+SHA1 (doxygen-1.4.7.src.tar.gz) = 42a33d676fbd471165d02f531bfe98f433ecb432
+RMD160 (doxygen-1.4.7.src.tar.gz) = 4de02b866cef53a7fd6f54e0ba90111814a9d77a
+Size (doxygen-1.4.7.src.tar.gz) = 2928354 bytes
SHA1 (patch-aa) = dd970fa86865ee1eca0d41a86366a608e19b582a
SHA1 (patch-ab) = 099083824e1b6201e9562dc220a58b2dfd2f9f6c
SHA1 (patch-ac) = 5523e5b146436a50b008f963a0b809379a9e4974
SHA1 (patch-af) = b52845ca3d4d58a876538e8b4780a19419aabe75
SHA1 (patch-ag) = a7cf7cd0b510e9a8293e5f8a43517cfc80a60d15
-SHA1 (patch-ah) = 506ed1a8b76375328f108862c5ae19abdd51328a
+SHA1 (patch-ah) = aa5a701f0586aa99fdb140f8d7fa63ca14d9f460
diff --git a/devel/doxygen/patches/patch-ah b/devel/doxygen/patches/patch-ah
index 5608771bd3f..02a3df4e8d4 100644
--- a/devel/doxygen/patches/patch-ah
+++ b/devel/doxygen/patches/patch-ah
@@ -1,14 +1,14 @@
-$NetBSD: patch-ah,v 1.1 2005/10/13 12:15:58 markd Exp $
+$NetBSD: patch-ah,v 1.2 2006/06/14 10:24:53 adam Exp $
---- src/dirdef.cpp.orig 2005-10-13 23:53:05.000000000 +1300
+--- src/dirdef.cpp.orig 2006-05-07 20:02:30.000000000 +0200
+++ src/dirdef.cpp
-@@ -91,8 +91,8 @@ static QCString escapeDirName(const QCSt
+@@ -103,8 +103,8 @@ static QCString encodeDirName(const QCSt
QCString DirDef::getOutputFileBase() const
{
-- return "dir_"+escapeDirName(name());
+- return "dir_"+encodeDirName(name());
- //return QCString().sprintf("dir_%06d",m_dirCount);
-+ //return "dir_"+escapeDirName(name());
++ //return "dir_"+encodeDirName(name());
+ return QCString().sprintf("dir_%06d",m_dirCount);
}