diff options
author | reed <reed@pkgsrc.org> | 2005-08-10 05:19:39 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-08-10 05:19:39 +0000 |
commit | 86bba44a6b116a96d552c375f219b3cde590bcec (patch) | |
tree | b2379cb9764788fa6b23797ea9d53fe5015afa6d /print | |
parent | 4a2e508c117ff8795ff4e619c60ceef153fa2b58 (diff) | |
download | pkgsrc-86bba44a6b116a96d552c375f219b3cde590bcec.tar.gz |
Import new package: print/psjoin.
This was suggested by David Griffith on tech-pkg. Enjoy!
psjoin concatenates several PostScript files (complying with the
Document Structuring Convention, DSC) and generate a single PostScript
document. The concatenated PostScript document will be written to
the standard output.
Diffstat (limited to 'print')
-rw-r--r-- | print/psjoin/DESCR | 4 | ||||
-rw-r--r-- | print/psjoin/Makefile | 26 | ||||
-rw-r--r-- | print/psjoin/PLIST | 2 | ||||
-rw-r--r-- | print/psjoin/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/print/psjoin/DESCR b/print/psjoin/DESCR new file mode 100644 index 00000000000..fe5b9bc4e85 --- /dev/null +++ b/print/psjoin/DESCR @@ -0,0 +1,4 @@ +psjoin concatenates several PostScript files (complying with the +Document Structuring Convention, DSC) and generate a single PostScript +document. The concatenated PostScript document will be written to +the standard output. diff --git a/print/psjoin/Makefile b/print/psjoin/Makefile new file mode 100644 index 00000000000..121846ba612 --- /dev/null +++ b/print/psjoin/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/10 05:19:39 reed Exp $ +# + +DISTNAME= psjoin +PKGNAME= psjoin-0.3 +CATEGORIES= print +MASTER_SITES= http://homepage3.nifty.com/tsato/tools/ +EXTRACT_SUFX= # empty + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://homepage3.nifty.com/tsato/tools/psjoin.html +COMMENT= Concatenate PostScript files + +DIST_SUBDIR= ${PKGNAME_NOREV} +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . +NO_BUILD= yes +REPLACE_PERL= psjoin +USE_TOOLS+= perl:run +WRKSRC= ${WRKDIR} + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/psjoin ${PREFIX}/bin/psjoin + +.include "../../mk/bsd.pkg.mk" diff --git a/print/psjoin/PLIST b/print/psjoin/PLIST new file mode 100644 index 00000000000..ab2f4b8a9eb --- /dev/null +++ b/print/psjoin/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/10 05:19:39 reed Exp $ +bin/psjoin diff --git a/print/psjoin/distinfo b/print/psjoin/distinfo new file mode 100644 index 00000000000..bc6962bf1b2 --- /dev/null +++ b/print/psjoin/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/08/10 05:19:39 reed Exp $ + +SHA1 (psjoin-0.3/psjoin) = 62976fe653f7469953630088de5e728698c6a352 +RMD160 (psjoin-0.3/psjoin) = 93c747b5fc0eaa8e5b46a182005b0ecc69d7c194 +Size (psjoin-0.3/psjoin) = 5122 bytes |