diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-21 23:05:50 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-21 23:05:50 +0000 |
commit | 9c598528b4271240bb08ec0a3f65c4abb7f5f990 (patch) | |
tree | 32d3d9b98f6d1422e3792c7c597022893765899b /print/psutils-letter | |
parent | 52181e3ab9012012c9e4d9c1156c9c270703d289 (diff) | |
download | ports-9c598528b4271240bb08ec0a3f65c4abb7f5f990.tar.gz ports-9c598528b4271240bb08ec0a3f65c4abb7f5f990.zip |
Jean-Marc Zucconi's psutils port.
Submitted by: Jean-Marc Zucconi
Notes
Notes:
svn path=/head/; revision=108
Diffstat (limited to 'print/psutils-letter')
-rw-r--r-- | print/psutils-letter/Makefile | 5 | ||||
-rw-r--r-- | print/psutils-letter/pkg-comment | 1 | ||||
-rw-r--r-- | print/psutils-letter/pkg-descr | 19 | ||||
-rw-r--r-- | print/psutils-letter/pkg-plist | 42 | ||||
-rw-r--r-- | print/psutils-letter/scripts/configure | 3 |
5 files changed, 70 insertions, 0 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile new file mode 100644 index 000000000000..c38a1f13a32a --- /dev/null +++ b/print/psutils-letter/Makefile @@ -0,0 +1,5 @@ +DISTNAME= psutils-1.13 +WRKSRC= $(WRKDIR)/src-1.3 +MASTER_SITES= ftp://ftp.sunet.se/pub/text-processing/postscript/utilities/psutils/ + +.include <bsd.port.mk> diff --git a/print/psutils-letter/pkg-comment b/print/psutils-letter/pkg-comment new file mode 100644 index 000000000000..0b1d0abf405f --- /dev/null +++ b/print/psutils-letter/pkg-comment @@ -0,0 +1 @@ +psutils version 1.13: utilities for manipulating PostScript documents diff --git a/print/psutils-letter/pkg-descr b/print/psutils-letter/pkg-descr new file mode 100644 index 000000000000..61652f317800 --- /dev/null +++ b/print/psutils-letter/pkg-descr @@ -0,0 +1,19 @@ +psbook rearranges pages into signatures +psselect selects pages and page ranges +pstops performs general page rearrangement and selection +psnup put multiple pages per physical sheet of paper +psresize alter document paper size +epsffit fits an EPSF file to a given bounding box +getafm (sh) outputs PostScript to retrieve AFM file from printer +showchar (sh) outputs PostScript to draw a character with metric info +fixdlsrps (perl) filter to fix DviLaser/PS output so that PSUtils works +fixfmps (perl) filter to fix framemaker documents so that psselect etc. work +fixmacps (perl) filter to fix Macintosh documents with saner version of md +fixpsditps (perl) filter to fix Transcript psdit documents to work with PSUtils +fixpspps (perl) filter to fix PSPrint PostScript so that psselect etc. work +fixtpps (perl) filter to fix Troff Tpscript documents +fixwfwps (perl) filter to fix Word for Windows documents for PSUtils +fixwpps (perl) filter to fix WordPerfect documents for PSUtils +fixwwps (perl) filter to fix Windows Write documents for PSUtils +extractres (perl) filter to extract resources from PostScript files +includeres (perl) filter to include resources into PostScript files diff --git a/print/psutils-letter/pkg-plist b/print/psutils-letter/pkg-plist new file mode 100644 index 000000000000..0ec92438ff76 --- /dev/null +++ b/print/psutils-letter/pkg-plist @@ -0,0 +1,42 @@ +@cd /usr/local +@owner bin +@mode 755 +bin/psbook +bin/psselect +bin/pstops +bin/epsffit +bin/psnup +bin/psresize +bin/getafm +bin/fixfmps +bin/fixmacps +bin/fixpsditps +bin/fixpspps +bin/fixtpps +bin/fixwfwps +bin/fixwpps +bin/fixwwps +bin/fixdlsrps +bin/extractres +bin/includeres +@mode 644 +man/man1/psbook.1 +man/man1/psselect.1 +man/man1/pstops.1 +man/man1/epsffit.1 +man/man1/psnup.1 +man/man1/psresize.1 +man/man1/getafm.1 +man/man1/fixdlsrps.1 +man/man1/fixfmps.1 +man/man1/fixmacps.1 +man/man1/fixpsditps.1 +man/man1/fixpspps.1 +man/man1/fixtpps.1 +man/man1/fixwfwps.1 +man/man1/fixwpps.1 +man/man1/fixwwps.1 +man/man1/extractres.1 +man/man1/includeres.1 +share/psutils/md68_0.ps +share/psutils/md71_0.ps diff --git a/print/psutils-letter/scripts/configure b/print/psutils-letter/scripts/configure new file mode 100644 index 000000000000..1c702dec2aad --- /dev/null +++ b/print/psutils-letter/scripts/configure @@ -0,0 +1,3 @@ +#!/bin/sh +chmod +x $3/maketext +exit 0 |