diff options
author | kim <kim@pkgsrc.org> | 1999-11-05 00:10:13 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-11-05 00:10:13 +0000 |
commit | 5062a08ef04a588aa4fcef19167b92088ce47e9e (patch) | |
tree | c48a0ba091ae62c0d84274fbb2588f9235a24d38 /print | |
parent | c9412ae2aa2797cb70e4abb3b0fcc596bf2a2cae (diff) | |
download | pkgsrc-5062a08ef04a588aa4fcef19167b92088ce47e9e.tar.gz |
Pretty print source code or just convert any ascii file to PostScript.
Diffstat (limited to 'print')
-rw-r--r-- | print/psify/Makefile | 25 | ||||
-rw-r--r-- | print/psify/files/md5 | 6 | ||||
-rw-r--r-- | print/psify/pkg/COMMENT | 1 | ||||
-rw-r--r-- | print/psify/pkg/DESCR | 3 | ||||
-rw-r--r-- | print/psify/pkg/PLIST | 3 |
5 files changed, 38 insertions, 0 deletions
diff --git a/print/psify/Makefile b/print/psify/Makefile new file mode 100644 index 00000000000..28d53a98d25 --- /dev/null +++ b/print/psify/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/11/05 00:10:13 kim Exp $ +# + +DISTNAME= psify-19980216 +CATEGORIES= print +MASTER_SITES= ${HOMEPAGE} +DISTFILES= Makefile psify.c psify.lex psify.man + +MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.mit.edu/afs/athena/system/pmax_ul4/srvd.74/usr/sipb/src/psify/ + +DIST_SUBDIR= psify +EXTRACT_ONLY= #empty +NO_WRKSUBDIR= yes +NO_CONFIGURE= yes + +INSTALL_TARGET= install prefix=${PREFIX} + +post-extract: + @for i in ${DISTFILES}; \ + do \ + ${CP} ${_DISTDIR}/$$i ${WRKSRC}; \ + done + +.include "../../mk/bsd.pkg.mk" diff --git a/print/psify/files/md5 b/print/psify/files/md5 new file mode 100644 index 00000000000..fe531e0a1fc --- /dev/null +++ b/print/psify/files/md5 @@ -0,0 +1,6 @@ +$NetBSD: md5,v 1.1.1.1 1999/11/05 00:10:13 kim Exp $ + +MD5 (psify/Makefile) = afaec5cd8b1be37f3ff0dcd214d9b277 +MD5 (psify/psify.c) = c931836a5d60436acc3dbe5bd00c0394 +MD5 (psify/psify.lex) = db28255eb30038d3052dd7b85078e1e6 +MD5 (psify/psify.man) = b3f035f0a27ab7183f00426f44b40cd1 diff --git a/print/psify/pkg/COMMENT b/print/psify/pkg/COMMENT new file mode 100644 index 00000000000..df824d838d4 --- /dev/null +++ b/print/psify/pkg/COMMENT @@ -0,0 +1 @@ +Pretty print C, CLU, SCHEME, Java and ARGUS source files. diff --git a/print/psify/pkg/DESCR b/print/psify/pkg/DESCR new file mode 100644 index 00000000000..9722e130aaa --- /dev/null +++ b/print/psify/pkg/DESCR @@ -0,0 +1,3 @@ +Psify converts files to POSTSCRIPT format for printing on +a POSTSCRIPT printer. Psify will work with any ASCII file, +but is meant for printing C, CLU and ARGUS programs. diff --git a/print/psify/pkg/PLIST b/print/psify/pkg/PLIST new file mode 100644 index 00000000000..3bcfb3988b7 --- /dev/null +++ b/print/psify/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/05 00:10:13 kim Exp $ +bin/psify +man/man1/psify.1 |