From 58969052c7912d080afe85b21022c4d0947973fc Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 5 Nov 1999 00:10:13 +0000 Subject: Pretty print source code or just convert any ascii file to PostScript. --- print/psify/Makefile | 25 +++++++++++++++++++++++++ print/psify/files/md5 | 6 ++++++ print/psify/pkg/COMMENT | 1 + print/psify/pkg/DESCR | 3 +++ print/psify/pkg/PLIST | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 print/psify/Makefile create mode 100644 print/psify/files/md5 create mode 100644 print/psify/pkg/COMMENT create mode 100644 print/psify/pkg/DESCR create mode 100644 print/psify/pkg/PLIST (limited to 'print/psify') 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 -- cgit v1.2.3