Initial import of pscal-1.15.

Pscal is a utility for generating Postscript calendars ready for
printing. It can optionally show the phases of the moon for either
hemisphere.
This commit is contained in:
kevlo 2003-08-04 06:37:07 +00:00
parent 77f20ab96b
commit 8d6ec1e2ba
4 changed files with 39 additions and 0 deletions

27
print/pscal/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/04 06:37:07 kevlo Exp $
COMMENT= "utility for generating PostScript calendars"
DISTNAME= pscal-1.15
CATEGORIES= print
HOMEPAGE= http://www.panix.com/~mbh/projects.html
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.panix.com/~mbh/pscal/
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pscal
${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pscal
.include <bsd.port.mk>

3
print/pscal/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pscal-1.15.tar.gz) = 2157acaeb6a12d9bcfbcf448a921b9d0
RMD160 (pscal-1.15.tar.gz) = b03be66d1c700e2c5a23c2e526f432afc21d2bf0
SHA1 (pscal-1.15.tar.gz) = 57d52e121d18a2d0ecf61df10dcdd2a78f28fc6b

5
print/pscal/pkg/DESCR Normal file
View File

@ -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: ${HOMEPAGE}

4
print/pscal/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/04 06:37:07 kevlo Exp $
bin/pscal
share/doc/pscal/README
@dirrm share/doc/pscal