[Lunar-commits] r26628 - in moonbase/trunk/graphics: . libEMF pstoedit

Dennis Veatch stumbles at lunar-linux.org
Tue Nov 6 13:24:10 CET 2007


Author: stumbles
Date: 2007-11-06 13:24:10 +0100 (Tue, 06 Nov 2007)
New Revision: 26628

Added:
   moonbase/trunk/graphics/libEMF/
   moonbase/trunk/graphics/libEMF/BUILD
   moonbase/trunk/graphics/libEMF/DETAILS
   moonbase/trunk/graphics/pstoedit/
   moonbase/trunk/graphics/pstoedit/DEPENDS
   moonbase/trunk/graphics/pstoedit/DETAILS
Log:

Initial import



Added: moonbase/trunk/graphics/libEMF/BUILD
===================================================================
--- moonbase/trunk/graphics/libEMF/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/libEMF/BUILD	2007-11-06 12:24:10 UTC (rev 26628)
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS --enable-editing"
+
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/graphics/libEMF/DETAILS
===================================================================
--- moonbase/trunk/graphics/libEMF/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/libEMF/DETAILS	2007-11-06 12:24:10 UTC (rev 26628)
@@ -0,0 +1,28 @@
+          MODULE=libEMF
+         VERSION=1.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/libemf
+      SOURCE_VFY=sha1:9526d5ce49aff436d4fe89261b78089160c9292b
+        WEB_SITE=http://libemf.sourceforge.net/
+         ENTERED=20071106
+         UPDATED=20071106
+           SHORT="Enhanced Metafile Library"
+
+cat << EOF
+libEMF is a C/C++ library which provides a drawing toolkit based on ECMA-234.
+The general purpose of this library is to create vector graphics files on
+POSIX systems which can be imported into StarOffice/OpenOffice. The Enhanced
+MetaFile (EMF) is one of the two color vector graphics format which is
+"vectorially" understood by SO/OO. (SO/OO can import Encapsulated PostScript
+files, but will only display it if it has a bitmap preview image.
+
+My general interest in this library is for making scientific plots with gnuplot
+and Grace(forthcoming). Therefore, this software includes patches to those
+programs to add the EMF as an output option. This library is mostly limited to
+the graphics commands required for gnuplot and Grace output drivers, though
+it's trivial to add new ones.
+
+It is also possible now to generate EMF files from PSTOEDIT on POSIX systems.
+Therefore, if your graphics code only outputs PostScript, you can now easily
+convert it to EMF.
+EOF

Added: moonbase/trunk/graphics/pstoedit/DEPENDS
===================================================================
--- moonbase/trunk/graphics/pstoedit/DEPENDS	                        (rev 0)
+++ moonbase/trunk/graphics/pstoedit/DEPENDS	2007-11-06 12:24:10 UTC (rev 26628)
@@ -0,0 +1,8 @@
+depends ImageMagick
+depends ming
+
+optional_depends "swfdec"    "--with-swf"  "--without-swf"  "for flash support"
+optional_depends "plotutils" ""            ""               "for addtional formats support"
+
+optional_depends "libEMF"    "--with-emf --with-libemf-include=/usr/include/libEMF" \
+                             "--witout-emf"           "for vector graphics support"

Added: moonbase/trunk/graphics/pstoedit/DETAILS
===================================================================
--- moonbase/trunk/graphics/pstoedit/DETAILS	                        (rev 0)
+++ moonbase/trunk/graphics/pstoedit/DETAILS	2007-11-06 12:24:10 UTC (rev 26628)
@@ -0,0 +1,13 @@
+          MODULE=pstoedit
+         VERSION=3.45
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:3eecd5efcd4f3d1752d13303a2d1b64346f74171
+        WEB_SITE=http://www.pstoedit.net/pstoedit
+         ENTERED=20071106
+         UPDATED=20071106
+           SHORT="translates PostScript and PDF graphics into other vector formats"
+           PSAFE=no
+cat << EOF
+pstoedit translates PostScript and PDF graphics into other vector formats.
+EOF



More information about the Lunar-commits mailing list