diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-31 13:40:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-31 13:40:44 +0000 |
commit | 202e6783c12e15876d432fbe8beb1efb8448c8ee (patch) | |
tree | 13f61dc34921222d14bd95ec77eae6e9bd59c864 /print/Makefile | |
parent | fc64c4179a16201c1a88909590675915f5013939 (diff) | |
download | ports-202e6783c12e15876d432fbe8beb1efb8448c8ee.tar.gz ports-202e6783c12e15876d432fbe8beb1efb8448c8ee.zip |
Add gl2ps 1.1.2,
GL2PS is a C library providing high quality vector output for
any OpenGL application. The main difference between GL2PS and
other similar libraries 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) and Portable Document Format (PDF) files, as
well as LATEX files for the text fragments.
PR: ports/62150
Submitted by: Igor Pokrovsky <tiamat@comset.net>
Notes
Notes:
svn path=/head/; revision=99605
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 989b084bb485..ca0225d0e955 100644 --- a/print/Makefile +++ b/print/Makefile @@ -71,6 +71,7 @@ SUBDIR += ghostscript-gnu-nox11 SUBDIR += ghostview SUBDIR += gimp-print + SUBDIR += gl2ps SUBDIR += gnome-cups-manager SUBDIR += gnomephotoprinter SUBDIR += gnomeprint |