[Lunar-commits] r23505 - moonbase/trunk/graphics/graphviz
Florin Braescu
florin at lunar-linux.org
Mon Mar 5 21:42:32 CET 2007
Author: florin
Date: 2007-03-05 21:42:32 +0100 (Mon, 05 Mar 2007)
New Revision: 23505
Added:
moonbase/trunk/graphics/graphviz/BUILD
Modified:
moonbase/trunk/graphics/graphviz/DEPENDS
moonbase/trunk/graphics/graphviz/DETAILS
Log:
bump the version from 2.8 to 2.12. patch submited by Duncan.
Added: moonbase/trunk/graphics/graphviz/BUILD
===================================================================
--- moonbase/trunk/graphics/graphviz/BUILD (rev 0)
+++ moonbase/trunk/graphics/graphviz/BUILD 2007-03-05 20:42:32 UTC (rev 23505)
@@ -0,0 +1,6 @@
+(
+
+ OPTS="$OPTS --with-mylibgd=yes"
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/graphviz/DEPENDS
===================================================================
--- moonbase/trunk/graphics/graphviz/DEPENDS 2007-03-05 19:50:55 UTC (rev 23504)
+++ moonbase/trunk/graphics/graphviz/DEPENDS 2007-03-05 20:42:32 UTC (rev 23505)
@@ -1,10 +1,21 @@
-depends automake &&
-depends autoconf &&
-depends freetype2 &&
+depends automake &&
+depends autoconf &&
+depends expat &&
+depends fontconfig &&
+depends freetype2 &&
+depends gettext &&
+depends glib-2 &&
+depends pkgconfig &&
+depends %GHOSTSCRIPT &&
-optional_depends "tk" "" "" "For building extra tcl/tk tools" &&
+optional_depends "cairo" "" "" "For 2D vector graphics library" &&
+optional_depends "jpeg" "" "" "For JPEG image library" &&
+optional_depends "libpng" "" "" "For PNG graphics library" &&
+optional_depends "pango" "" "" "For text layout/rendering library" &&
+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" &&
-
# Adding these for now as current moonbase versions cause it to tank,
# so for now just say no.
Modified: moonbase/trunk/graphics/graphviz/DETAILS
===================================================================
--- moonbase/trunk/graphics/graphviz/DETAILS 2007-03-05 19:50:55 UTC (rev 23504)
+++ moonbase/trunk/graphics/graphviz/DETAILS 2007-03-05 20:42:32 UTC (rev 23505)
@@ -1,19 +1,21 @@
MODULE=graphviz
- VERSION=2.8
+ VERSION=2.12
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.graphviz.org/pub/$MODULE/ARCHIVE/
- SOURCE_VFY=sha1:fca24335689de909d1f2af09d408ae4a9c41dbca
+ SOURCE_VFY=sha1:aa48a926395a57c6c7e1e755b9432a29461538e3
WEB_SITE=http://www.research.att.com/sw/tools/$MODULE/
ENTERED=20020529
- UPDATED=20060216
- SHORT="set of graph drawing tools"
+ UPDATED=20070305
+ SHORT="Set of graph drawing tools"
cat << EOF
-graphviz is a set of graph drawing tools for Unix or MS-Windows (win32),
-including a web service interface (webdot). Source code and binary executables
-for common platforms are available. Graph drawing addresses the problem of
-visualizing structural information by constructing geometric representations of
-abstract graphs and networks. Automatic generation of graph drawings has
-important applications in key technologies such as database design, software
-engineering, VLSI and network design and visual interfaces in other domains.
+graphviz is a set of graph drawing tools for Unix or MS-Windows
+(win32). Source code and binary executables for common platforms
+are available. Graph drawing addresses the problem of visualizing
+structural information by constructing geometric representations of
+abstract graphs and networks. Automatic generation of graph drawings
+has important applications in key technologies such as database design,
+software engineering, VLSI and network design and visual interfaces
+in other domains.
+This version does not include the web service interface, webdot.
EOF
More information about the Lunar-commits
mailing list