pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Changes 1.4.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7a4bbaba77b
branches:  trunk
changeset: 514557:a7a4bbaba77b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 14 10:24:53 2006 +0000

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

 devel/doxygen/Makefile         |   9 ++++-----
 devel/doxygen/distinfo         |  10 +++++-----
 devel/doxygen/patches/patch-ah |  10 +++++-----
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (67 lines):

diff -r 6d5e2501c3b1 -r a7a4bbaba77b devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Wed Jun 14 09:18:29 2006 +0000
+++ b/devel/doxygen/Makefile    Wed Jun 14 10:24:53 2006 +0000
@@ -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 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "DragonFly"
-CONFIGURE_ARGS+=        -platform freebsd-g++
+CONFIGURE_ARGS+=       -platform freebsd-g++
 .endif
 
 post-patch:
diff -r 6d5e2501c3b1 -r a7a4bbaba77b devel/doxygen/distinfo
--- a/devel/doxygen/distinfo    Wed Jun 14 09:18:29 2006 +0000
+++ b/devel/doxygen/distinfo    Wed Jun 14 10:24:53 2006 +0000
@@ -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 -r 6d5e2501c3b1 -r a7a4bbaba77b devel/doxygen/patches/patch-ah
--- a/devel/doxygen/patches/patch-ah    Wed Jun 14 09:18:29 2006 +0000
+++ b/devel/doxygen/patches/patch-ah    Wed Jun 14 10:24:53 2006 +0000
@@ -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);
  }
  



Home | Main Index | Thread Index | Old Index