From efc5029d3e585fd89aca19c392fa9b8f7d12da17 Mon Sep 17 00:00:00 2001 From: mjl Date: Mon, 24 Dec 2001 09:23:09 +0000 Subject: Initial import of pscal 1.14, a shell script to produce postscript calendars. --- print/pscal/DESCR | 1 + print/pscal/Makefile | 19 +++++++++++++++++++ print/pscal/PLIST | 4 ++++ print/pscal/distinfo | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 print/pscal/DESCR create mode 100644 print/pscal/Makefile create mode 100644 print/pscal/PLIST create mode 100644 print/pscal/distinfo diff --git a/print/pscal/DESCR b/print/pscal/DESCR new file mode 100644 index 00000000000..bdbd339943c --- /dev/null +++ b/print/pscal/DESCR @@ -0,0 +1 @@ +`Pscal' is a PostScript program to print calendars. diff --git a/print/pscal/Makefile b/print/pscal/Makefile new file mode 100644 index 00000000000..e302f0953b3 --- /dev/null +++ b/print/pscal/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/12/24 09:23:09 mjl Exp $ +# + +DISTNAME= pscal-1.14 +CATEGORIES= print +MASTER_SITES= http://www.panix.com/~mbh/pscal/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.panix.com/~mbh/projects.html +COMMENT= produces simple, nice-looking PostScript calendars + +do-build: + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pscal + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pscal + +.include "../../mk/bsd.pkg.mk" diff --git a/print/pscal/PLIST b/print/pscal/PLIST new file mode 100644 index 00000000000..39de38315d8 --- /dev/null +++ b/print/pscal/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/12/24 09:23:09 mjl Exp $ +bin/pscal +share/doc/pscal/README +@dirrm share/doc/pscal diff --git a/print/pscal/distinfo b/print/pscal/distinfo new file mode 100644 index 00000000000..636778b5a6c --- /dev/null +++ b/print/pscal/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/12/24 09:23:09 mjl Exp $ + +SHA1 (pscal-1.14.tar.gz) = 9725ceda43a1ff7a41fed36c1d4a0d68e2ef6bc7 +Size (pscal-1.14.tar.gz) = 13527 bytes -- cgit v1.2.3