[Lunar-commits] r17859 - moonbase/trunk/doc-tools/doxygen
Dennis Veatch
stumbles at lunar-linux.org
Sat Dec 31 04:41:11 UTC 2005
Author: stumbles
Date: 2005-12-31 04:41:08 +0000 (Sat, 31 Dec 2005)
New Revision: 17859
Modified:
moonbase/trunk/doc-tools/doxygen/BUILD
moonbase/trunk/doc-tools/doxygen/DETAILS
Log:
Version bump and added a choice to build it's GUI.
compiled with gcc-3.4.5 and glibc-2.3.6
Modified: moonbase/trunk/doc-tools/doxygen/BUILD
===================================================================
--- moonbase/trunk/doc-tools/doxygen/BUILD 2005-12-31 04:23:53 UTC (rev 17858)
+++ moonbase/trunk/doc-tools/doxygen/BUILD 2005-12-31 04:41:08 UTC (rev 17859)
@@ -1,5 +1,13 @@
(
+ if query "Enable doxywizard GUI? " y; then
+ OPTS="$OPTS --with-doxywizard"
+ else
+ OPTS="$OPTS --without-doxywizard"
+ fi
+
+
+
if [ -f src/Makefile ]; then
message "${MESSAGE_COLOR}Makefile's detected, doing make distclean before compiling${DEFAULT_COLOR}" &&
./configure &&
@@ -18,4 +26,4 @@
prepare_install &&
make install
-) > $C_FIFO 2>&1
\ No newline at end of file
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/doc-tools/doxygen/DETAILS
===================================================================
--- moonbase/trunk/doc-tools/doxygen/DETAILS 2005-12-31 04:23:53 UTC (rev 17858)
+++ moonbase/trunk/doc-tools/doxygen/DETAILS 2005-12-31 04:41:08 UTC (rev 17859)
@@ -1,12 +1,12 @@
MODULE=doxygen
- VERSION=1.4.5
+ VERSION=1.4.6
SOURCE=$MODULE-$VERSION.src.tar.gz
SOURCE_URL=ftp://ftp.stack.nl/pub/users/dimitri/
- SOURCE_VFY=sha1:cbd01c0f1369cdd078c7bee4646559f805bfb237
+ SOURCE_VFY=sha1:24a733ccabcf4769441b8770cdbf33b50f9e3058
WEB_SITE=http://www.stack.nl/~dimitri/doxygen/
ENTERED=20020529
- UPDATED=20051006
- SHORT="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
+ UPDATED=20051230
+ SHORT="documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C."
cat << EOF
Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and
More information about the Lunar-commits
mailing list