- Use upstream build system so the static library is no longer built with
-fPIC, the shared library gets a proper version and SONAME, and flags
like LDFLAGS are respected.
- Drop dependency on libGLU and Xorg libraries.
- Add LICENSE.
- Update pkg-descr.
PR: 223204
Approved by: maintainer timeout (2 weeks)
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>