[87256] trunk/dports/print

takeshi at macports.org takeshi at macports.org
Mon Nov 14 20:45:04 PST 2011


Revision: 87256
          http://trac.macports.org/changeset/87256
Author:   takeshi at macports.org
Date:     2011-11-14 20:45:02 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
pslib: adding pslib

Added Paths:
-----------
    trunk/dports/print/pslib/
    trunk/dports/print/pslib/Portfile

Added: trunk/dports/print/pslib/Portfile
===================================================================
--- trunk/dports/print/pslib/Portfile	                        (rev 0)
+++ trunk/dports/print/pslib/Portfile	2011-11-15 04:45:02 UTC (rev 87256)
@@ -0,0 +1,35 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                  1.0
+
+name                        pslib
+version                     0.4.5
+categories                  print
+maintainers                 igf.fuw.edu.pl:slayoo
+license                     GPL/LGPL
+platforms                   darwin
+description                 C-library to create PostScript files on the fly
+long_description \
+                            pslib is a C-library to create PostScript files on the fly. \
+                            It offers many drawing primitives, inclusion of png and eps images \
+                            and a very sophisticated text rendering including hyphenation, kerning and ligatures. \
+                            It can read external Type1 fonts and embed them into the output file. \
+                            It supports pdfmarks which makes it in combination with ghostscript's pdfwriter \
+                            an alternative for libraries creating PDF.
+homepage                    http://pslib.sourceforge.net/
+master_sites                sourceforge 
+distfiles                   ${name}-${version}.tar.gz
+
+checksums                   md5    03f39393628a6d758799b9f845047e27  \
+                            sha1   2ad904b650b7d55b7c12be0c99f77073770ece56  \
+                            rmd160 8400b078bd643325109e988df7971e0eb164f492 
+
+depends_lib                 port:libpng \
+                            port:jpeg \
+                            port:giflib \
+                            port:tiff 
+
+destroot.target             install-strip
+
+use_parallel_build          yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111114/78cf2a99/attachment.html>


More information about the macports-changes mailing list