[Lunar-commits] <moonbase> doxygen: version bumped to 1.7.2.
Florin Braescu
florin at lunar-linux.org
Sun Oct 10 13:16:55 CEST 2010
commit 8c673f0c7fccb92e2adc178524c89dee5bde6e48
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Oct 10 14:16:55 2010 +0300
doxygen: version bumped to 1.7.2.
This release added support for PHP namespaces and Apple's Blocks language
extension. Formulae in the HTML output can optionally be rendered using
MathJax. The LaTeX output has a new and improved look.
Many bugs have been fixed.
---
doc-tools/doxygen/BUILD | 17 ++++++++---------
doc-tools/doxygen/DETAILS | 6 +++---
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/doc-tools/doxygen/BUILD b/doc-tools/doxygen/BUILD
index 73c9362..a7e3a56 100644
--- a/doc-tools/doxygen/BUILD
+++ b/doc-tools/doxygen/BUILD
@@ -1,24 +1,23 @@
(
- if in_depends doxygen qt4; then
+ if module_installed qt4; then
. /etc/profile.d/qt4.rc
fi &&
+ OPTS+=" --prefix /usr " &&
+
if [ -f src/Makefile ]; then
- message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
- ./configure
+ message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
+ ./configure $OPTS
make distclean
fi &&
- ./configure --prefix /usr \
- $OPTS &&
+ ./configure $OPTS &&
- make &&
if which python 2> /dev/null 1>&2; then
make docs
- fi &&
- prepare_install &&
- make install &&
+ fi &&
+ default_make &&
# I have notice with some apps notice during make
# the /usr/share/doc/apr/docs/doxygen.conf needs to be updated. This takes
diff --git a/doc-tools/doxygen/DETAILS b/doc-tools/doxygen/DETAILS
index 468cbed..ca861cf 100644
--- a/doc-tools/doxygen/DETAILS
+++ b/doc-tools/doxygen/DETAILS
@@ -1,11 +1,11 @@
MODULE=doxygen
- VERSION=1.7.1
+ VERSION=1.7.2
SOURCE=$MODULE-$VERSION.src.tar.gz
SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri
- SOURCE_VFY=sha1:fca75d70f48ef0def276fd8db495772f6c43f862
+ SOURCE_VFY=sha1:48e86c20c3a25ea9ee895e6214e3d54b4a9e689b
WEB_SITE=http://www.stack.nl/~dimitri/$MODULE
ENTERED=20020529
- UPDATED=20100626
+ UPDATED=20101010
SHORT="Documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C"
PSAFE=no
More information about the Lunar-commits
mailing list