[Lunar-commits] CVS: moonbase/doc-tools/doxygen BUILD, 1.4,
1.5 DEPENDS, 1.7, 1.8 DETAILS, 1.13, 1.14
Florin Braescu
florin at lunar-linux.org
Mon Jul 26 02:59:00 GMT 2004
Update of /var/cvs/lunar/moonbase/doc-tools/doxygen
In directory dbguin.lunar-linux.org:/tmp/cvs-serv29419
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
bump the version from 1.3.7 to 1.3.8.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 13 May 2004 08:05:08 -0000 1.4
+++ BUILD 26 Jul 2004 02:58:58 -0000 1.5
@@ -1,5 +1,4 @@
(
- sedit "s/lqt/lqt-mt/" tmake/lib/linux-g++/tmake.conf &&
if [ -f src/Makefile ]; then
message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
@@ -7,13 +6,13 @@
make distclean
fi &&
- ./configure --platform linux-g++ \
- --install /usr/bin/install \
- $OPTS &&
+ ./configure --platform linux-g++ \
+ --install /usr/bin/install \
+ $OPTS &&
- make &&
- make docs &&
- prepare_install &&
+ make &&
+ make docs &&
+ prepare_install &&
make install
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/DEPENDS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DEPENDS 28 Nov 2003 16:09:47 -0000 1.7
+++ DEPENDS 26 Jul 2004 02:58:58 -0000 1.8
@@ -1,6 +1,7 @@
-depends sed &&
-depends espgs &&
-depends teTeX &&
-optional_depends "qt3" "--with-doxywizard" "" "For graphical wizard support" &&
-optional_depends "graphviz" "" "" "For dot support"
+depends sed &&
+depends espgs &&
+depends teTeX &&
+
+optional_depends "qt3" "--with-doxywizard" "" "Graphical wizard support" &&
+optional_depends "graphviz" "" "" "Dot support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/doxygen/DETAILS,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- DETAILS 13 May 2004 08:05:08 -0000 1.13
+++ DETAILS 26 Jul 2004 02:58:58 -0000 1.14
@@ -1,12 +1,12 @@
MODULE=doxygen
- VERSION=1.3.7
+ VERSION=1.3.8
SOURCE=$MODULE-$VERSION.src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://ftp.stack.nl/pub/users/dimitri/$SOURCE
- SOURCE_VFY=md5:7ce4cd446a1eb2f91c4bcf31b3b80f58
+ SOURCE_VFY=md5:e46625be5b3aa992fdac33997aa1b367
WEB_SITE=http://www.stack.nl/~dimitri/doxygen/
ENTERED=20020529
- UPDATED=20040513
+ UPDATED=20040725
SHORT="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
cat << EOF
More information about the Lunar-commits
mailing list