Add p5-Games-Bingo-Print 0.01,

games::Bingo::Print - PDF Generation Class.

PR:		55815
Submitted by:	Lars Thegler <lars@thegler.dk>
This commit is contained in:
Mathieu Arnold 2003-09-01 14:43:05 +00:00
parent 1423ac7961
commit d1a1be32bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88284
5 changed files with 59 additions and 0 deletions

View File

@ -267,6 +267,7 @@
SUBDIR += openglad
SUBDIR += p5-Games-Bingo
SUBDIR += p5-Games-Bingo-Bot
SUBDIR += p5-Games-Bingo-Print
SUBDIR += pengpong
SUBDIR += penguin-command
SUBDIR += pentix

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: p5-Games-Bingo
# Date created: 14. August 2003
# Whom: Lars Thegler <lars@thegler.dk>
#
# $FreeBSD$
#
PORTNAME= Games-Bingo-Print
PORTVERSION= 0.01
CATEGORIES= games perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Games
PKGNAMEPREFIX= p5-
MAINTAINER= lars@thegler.dk
COMMENT= Games::Bingo::Print - PDF Generation Class
BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo \
${SITE_PERL}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Games::Bingo::Print.3 \
Games::Bingo::Print::Card.3
post-install:
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing example for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo_print.pl ${EXAMPLESDIR}
.endif
test:
@cd ${WRKSRC}; make test
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Games-Bingo-Print-0.01.tar.gz) = d35542672c7691549a1a096b9e70c0b0

View File

@ -0,0 +1,9 @@
Games::Bingo::Print - PDF Generation Class
This is that actual printing class. It generates a PDF file with pages
containing bingo cards.
WWW: http://search.cpan.org/dist/Games-Bingo-Print/
- Lars Thegler
lars@thegler.dk

View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/Games/Bingo/Print.pm
%%SITE_PERL%%/Games/Bingo/Print/Card.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print/.packlist
%%PORTDOCS%%%%EXAMPLESDIR%%/bingo_print.pl
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true
@dirrm %%SITE_PERL%%/Games/Bingo/Print
@unexec rmdir %D/%%SITE_PERL%%/Games/Bingo 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true