[csw-devel] SF.net SVN: gar:[7127] csw/mgar/pkg/doxygen/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Nov 5 17:30:35 CET 2009
Revision: 7127
http://gar.svn.sourceforge.net/gar/?rev=7127&view=rev
Author: dmichelsen
Date: 2009-11-05 16:30:35 +0000 (Thu, 05 Nov 2009)
Log Message:
-----------
doxygen: Update to 1.6.1
Modified Paths:
--------------
csw/mgar/pkg/doxygen/trunk/Makefile
csw/mgar/pkg/doxygen/trunk/checksums
Modified: csw/mgar/pkg/doxygen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/doxygen/trunk/Makefile 2009-11-05 15:51:08 UTC (rev 7126)
+++ csw/mgar/pkg/doxygen/trunk/Makefile 2009-11-05 16:30:35 UTC (rev 7127)
@@ -27,12 +27,13 @@
#
GARNAME = doxygen
-GARVERSION = 1.5.9
+GARVERSION = 1.6.1
CATEGORIES = utils
DESCRIPTION = A documentation system for programming languages
define BLURB
- Long description
+ Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
+ IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
endef
MASTER_SITES = http://ftp.stack.nl/pub/users/dimitri/
@@ -43,6 +44,8 @@
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).src.tar.gz
UPSTREAM_MASTER_SITES = $(SPKG_SOURCEURL)
+PREREQUISITE_PKGS = CSWgraphviz2
+
CONFIGURE_ARGS = $(subst =, ,$(filter --prefix=% , $(DIRPATHS)))
CONFIGURE_ARGS += --docdir $(docdir)
CONFIGURE_ARGS += --platform solaris-cc
@@ -51,6 +54,9 @@
include gar/category.mk
+# For 'dot'
+PATH := $(PATH):/opt/csw/graphviz2/bin
+
post-extract-modulated:
perl -pi -e 'if (/^TMAKE_CXXFLAGS_RELEASE/) { \
s|= .*|= $(filter-out -I/opt/csw/include, $(CXXFLAGS)) -norunpath|; }' \
Modified: csw/mgar/pkg/doxygen/trunk/checksums
===================================================================
--- csw/mgar/pkg/doxygen/trunk/checksums 2009-11-05 15:51:08 UTC (rev 7126)
+++ csw/mgar/pkg/doxygen/trunk/checksums 2009-11-05 16:30:35 UTC (rev 7127)
@@ -1 +1 @@
-33c5598fa6d24cbc55849eaf89652557 download/doxygen-1.5.9.src.tar.gz
+2ec343643e134f0d3ce2069420bcb4f0 doxygen-1.6.1.src.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list