pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/psjoin Import new package: print/psjoin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f0615332f4c
branches:  trunk
changeset: 498006:4f0615332f4c
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Aug 10 05:19:39 2005 +0000

description:
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:

 print/psjoin/DESCR    |   4 ++++
 print/psjoin/Makefile |  26 ++++++++++++++++++++++++++
 print/psjoin/PLIST    |   2 ++
 print/psjoin/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 8d4ff32e83d1 -r 4f0615332f4c print/psjoin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/psjoin/DESCR        Wed Aug 10 05:19:39 2005 +0000
@@ -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 -r 8d4ff32e83d1 -r 4f0615332f4c print/psjoin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/psjoin/Makefile     Wed Aug 10 05:19:39 2005 +0000
@@ -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@localhost
+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 -r 8d4ff32e83d1 -r 4f0615332f4c print/psjoin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/psjoin/PLIST        Wed Aug 10 05:19:39 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/10 05:19:39 reed Exp $
+bin/psjoin
diff -r 8d4ff32e83d1 -r 4f0615332f4c print/psjoin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/psjoin/distinfo     Wed Aug 10 05:19:39 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index