[Lunar-commits] r25842 - moonbase/trunk/graphics/graphviz
Dennis Veatch
stumbles at lunar-linux.org
Mon Sep 17 16:49:14 CEST 2007
Author: stumbles
Date: 2007-09-17 16:49:14 +0200 (Mon, 17 Sep 2007)
New Revision: 25842
Modified:
moonbase/trunk/graphics/graphviz/DEPENDS
moonbase/trunk/graphics/graphviz/DETAILS
Log:
Version bump. Well it now lins fine if you say "y" to lua,
ocaml and swig BUT it pukes on ruby so just say no to it.
Modified: moonbase/trunk/graphics/graphviz/DEPENDS
===================================================================
--- moonbase/trunk/graphics/graphviz/DEPENDS 2007-09-17 14:33:55 UTC (rev 25841)
+++ moonbase/trunk/graphics/graphviz/DEPENDS 2007-09-17 14:49:14 UTC (rev 25842)
@@ -15,10 +15,11 @@
optional_depends "urw-fonts" "" "" "Extra fonts for XOrg X11"
optional_depends "zlib" "" "" "For data compression library"
optional_depends "tk" "" "" "For building extra tcl/tk tools"
+optional_depends "ocaml" "" "--disable-ocaml" "ocaml support"
+optional_depends "swig" "" "--disable-swig" "swig support"
+optional_depends "lua" "" "--disable-lua" "lua support"
-# Adding these for now as current moonbase versions cause it to tank,
+# Adding this for now as current moonbase versions cause it to tank,
# so for now just say no.
-optional_depends "ocaml" "" "--disable-ocaml" "ocaml support"
-optional_depends "swig" "" "--disable-swig" "swig support"
-optional_depends "lua" "" "--disable-lua" "lua support"
+optional_depends "ruby" "--enable-ruby" "--disable-ruby" "for ruby support"
Modified: moonbase/trunk/graphics/graphviz/DETAILS
===================================================================
--- moonbase/trunk/graphics/graphviz/DETAILS 2007-09-17 14:33:55 UTC (rev 25841)
+++ moonbase/trunk/graphics/graphviz/DETAILS 2007-09-17 14:49:14 UTC (rev 25842)
@@ -1,11 +1,11 @@
MODULE=graphviz
- VERSION=2.12
+ VERSION=2.14.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.graphviz.org/pub/$MODULE/ARCHIVE/
- SOURCE_VFY=sha1:aa48a926395a57c6c7e1e755b9432a29461538e3
+ SOURCE_VFY=sha1:177bb55ecff7af536dda264ac473aa69f370c2f9
WEB_SITE=http://www.research.att.com/sw/tools/$MODULE/
ENTERED=20020529
- UPDATED=20070305
+ UPDATED=20070917
SHORT="Set of graph drawing tools"
cat << EOF
More information about the Lunar-commits
mailing list