diff options
Diffstat (limited to 'print/pscal')
-rw-r--r-- | print/pscal/Makefile | 20 | ||||
-rw-r--r-- | print/pscal/distinfo | 1 | ||||
-rw-r--r-- | print/pscal/pkg-comment | 1 | ||||
-rw-r--r-- | print/pscal/pkg-descr | 5 | ||||
-rw-r--r-- | print/pscal/pkg-plist | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/print/pscal/Makefile b/print/pscal/Makefile new file mode 100644 index 000000000000..edc09c7afcab --- /dev/null +++ b/print/pscal/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pscal +# Date created: Apr 16, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= pscal +PORTVERSION= 1.13 +CATEGORIES= print +MASTER_SITES= http://www.panix.com/~mbh/pscal/ + +MAINTAINER= mark@kyne.com.au + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/print/pscal/distinfo b/print/pscal/distinfo new file mode 100644 index 000000000000..cd867cca3fe9 --- /dev/null +++ b/print/pscal/distinfo @@ -0,0 +1 @@ +MD5 (pscal-1.13.tar.gz) = 741dd387075419457231ffd655b93611 diff --git a/print/pscal/pkg-comment b/print/pscal/pkg-comment new file mode 100644 index 000000000000..80b1dc3909c4 --- /dev/null +++ b/print/pscal/pkg-comment @@ -0,0 +1 @@ +A utility for generating Postscript calendars diff --git a/print/pscal/pkg-descr b/print/pscal/pkg-descr new file mode 100644 index 000000000000..300575a2b7ec --- /dev/null +++ b/print/pscal/pkg-descr @@ -0,0 +1,5 @@ +Pscal is a utility for generating Postscript calendars ready for +printing. It can optionally show the phases of the moon for either +hemisphere. + +WWW: http://www.panix.com/~mbh/projects.html diff --git a/print/pscal/pkg-plist b/print/pscal/pkg-plist new file mode 100644 index 000000000000..cf91a8d183fe --- /dev/null +++ b/print/pscal/pkg-plist @@ -0,0 +1 @@ +bin/pscal |