[Lunar-commits] <moonbase-other> libEMF: Readding to moonbase along with a version bump. Its an optional_depends for pstoedit.

stumbles stumbles at lunar-linux.org
Sun Jan 13 14:18:04 CET 2013


commit 8b73fe18ef22bd9ea7caa1004331b3de5bef7e41
Author: stumbles <stumbles at lunar-linux.org>
Date: Sun, 13 Jan 2013 05:18:04 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/8b73fe18ef22bd9ea7caa1004331b3de5bef7e41

libEMF: Readding to moonbase along with a version bump. Its an optional_depends for pstoedit.
---
  graphics/libEMF/BUILD   | +7/-0     
  graphics/libEMF/DETAILS | +28/-0    
  2 files changed, 35 insertions(+)

--- /dev/null
+++ b/graphics/libEMF/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --enable-editing"
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/graphics/libEMF/DETAILS
@@ -0,0 +1,28 @@
+          MODULE=libEMF
+         VERSION=1.0.7
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/libemf
+      SOURCE_VFY=sha1:ef61f8d73b6e68785b973cbbe8c449138f40b740
+        WEB_SITE=http://libemf.sourceforge.net/
+         ENTERED=20071106
+         UPDATED=20130113
+           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




More information about the Lunar-commits mailing list