#1277 closed defect (fixed)
NEW: psutils-p17
Reported by: | jp-www@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
psutils-p17
the portfile can be found here: INLINE
Description: Collection of useful utilities for manipulating PostScript documents.
Changes made to the Makefile.unix for appropriate install paths and to use a perl (at build time) found in PATH and not in /usr/local/bin.
Homepage: http:/www.knackered.org/angus/psutils/
Comments: My first port! I hope I got it right.
================INLINE CONTENT================ # $Id$
PortSystem 1.0 name psutils version p17 revision 0 categories print maintainers jp-www@… description Useful utilities for manipulating PostScript documents long_description \
PSUtils is a collection of useful utilities for manipulating PostScript documents. Programs
\
included are psnup, for placing out several logical pages on a single sheet of paper,
psselect, \
for selecting pages from a document, pstops, for general imposition, psbook, for
signature \
generation for booklet printing, and psresize, for adjusting page sizes.
homepage http://www.knackered.org/angus/psutils/ platforms darwin master_sites ftp://ftp.knackered.org/pub/psutils/ checksums md5 b161522f3bd1507655326afa7db4a0ad worksrcdir ${name}
pre-configure {
reinplace "s|/usr/local/bin/perl|perl|" "${worksrcpath}/Makefile.unix" reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/Makefile.unix" system "cd ${worksrcpath} && ln -s Makefile.unix Makefile"
} configure { } pre-destroot {
reinplace "s|${prefix}|${destroot}${prefix}|g" "${worksrcpath}/Makefile.unix"
}
commited;
good work & thanks for the great port! :)