diff options
author | mjl <mjl@pkgsrc.org> | 2001-12-24 09:23:09 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-12-24 09:23:09 +0000 |
commit | efc5029d3e585fd89aca19c392fa9b8f7d12da17 (patch) | |
tree | 2bada791e64b20077385f91f90e13827cbe7b35c /print/pscal | |
parent | c6346b5a119c9911c2f6b084ccb29b8e3033c7c8 (diff) | |
download | pkgsrc-efc5029d3e585fd89aca19c392fa9b8f7d12da17.tar.gz |
Initial import of pscal 1.14, a shell script to produce postscript
calendars.
Diffstat (limited to 'print/pscal')
-rw-r--r-- | print/pscal/DESCR | 1 | ||||
-rw-r--r-- | print/pscal/Makefile | 19 | ||||
-rw-r--r-- | print/pscal/PLIST | 4 | ||||
-rw-r--r-- | print/pscal/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
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 |