[Lunar-commits] <moonbase-other> gl2ps: introduced to -other

v4hn me at v4hn.de
Wed Apr 24 02:51:45 CEST 2013


commit 4f8ed61eca07190ffe406a7c93627e58e3c04f13
Author: v4hn <me at v4hn.de>
Date: Tue, 23 Apr 2013 17:24:26 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/4f8ed61eca07190ffe406a7c93627e58e3c04f13

gl2ps: introduced to -other
---
  printer/gl2ps/BUILD   | +3/-0     
  printer/gl2ps/DEPENDS | +6/-0     
  printer/gl2ps/DETAILS | +27/-0    
  3 files changed, 36 insertions(+)

--- /dev/null
+++ b/printer/gl2ps/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DEXTERNAL_LIBRARIES=-lm" &&
+
+default_cmake_build
--- /dev/null
+++ b/printer/gl2ps/DEPENDS
@@ -0,0 +1,6 @@
+depends cmake
+depends libX11
+depends libpng
+depends mesa-lib
+
+optional_depends texlive "" "" "for texlive support"
--- /dev/null
+++ b/printer/gl2ps/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=gl2ps
+         VERSION=1.3.8
+          SOURCE=$MODULE-$VERSION.tgz
+      SOURCE_URL=http://geuz.org/gl2ps/src/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source/
+      SOURCE_VFY=sha1:792e11db0fe7a30a4dc4491af5098b047ec378b1
+        WEB_SITE=http://geuz.org/gl2ps/
+         ENTERED=20091019
+         UPDATED=20130419
+           SHORT="OpenGL to PostScript printing library"
+
+cat << EOF
+GL2PS is a C library providing high quality vector output for any OpenGL
+application. The main difference between GL2PS and other similar libraries (see
+section 7) is the use of sorting algorithms capable of handling intersecting
+and stretched polygons, as well as non manifold objects. GL2PS provides advanced
+smooth shading and text rendering, culling of invisible primitives, mixed
+vector/bitmap output, and much more...
+
+GL2PS can currently create PostScript (PS), Encapsulated PostScript (EPS),
+Portable Document Format (PDF) and Scalable Vector Graphics (SVG) files, as well
+as LATEX files for the text fragments. GL2PS also provides limited, experimental
+support for Portable LaTeX Graphics (PGF). Adding new vector output formats
+should be relatively easy; you can also use the excellent pstoedit program to
+transform the PostScript files generated by GL2PS into many other vector formats
+such as xfig, cgm, wmf, etc.
+EOF




More information about the Lunar-commits mailing list