[87256] trunk/dports/print

Ryan Schmidt ryandesign at macports.org
Tue Nov 15 11:14:31 PST 2011


On Nov 14, 2011, at 22:45, takeshi at macports.org wrote:

> 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

We use a space, not a slash, between licenses. "GPL LGPL". If possible, please indicate the version of the license. I've looked through some of the source files and they all appear to be under LGPL 2 or later. I can't find any source files under the GPL license. So unless I've missed something, I'd list the license as "LGPL-2+".

> +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 

sourceforge master_sites should be written so as to avoid redirects, as in:

master_sites sourceforge:project/pslib/pslib/${version}

> +distfiles                   ${name}-${version}.tar.gz

This line is the default, so it's unnecessary.


The attached patch makes these changes.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: pslib.diff
Type: application/octet-stream
Size: 1071 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macports-dev/attachments/20111115/75b39c27/attachment-0001.obj>


More information about the macports-dev mailing list