- upgrade to version 0.13
- integrate COMMENT - better style for DESCR - bump NEED_VERSION Submitted by maintainer.
This commit is contained in:
parent
5ce94b79e1
commit
35ca86eb56
@ -1,9 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/20 02:56:31 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2001/03/30 02:29:17 kevlo Exp $
|
||||
|
||||
DISTNAME= Text-PDF-0.12
|
||||
COMMENT= 'perl modules for creating and manipulating PDF'
|
||||
|
||||
DISTNAME= Text-PDF-0.13
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
NEED_VERSION= 1.356
|
||||
NEED_VERSION= 1.378
|
||||
|
||||
MAINTAINER= Shell Hung <i@shellhung.org>
|
||||
|
||||
@ -21,4 +23,19 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
EXAMPLE_DIR= ${PREFIX}/share/examples/p5-Text-PDF
|
||||
EXAMPLE_LOC= ${WRKSRC}/examples
|
||||
SCRIPT_FILES= graph.pl hello.pl pdfaddobj.pl pdfaddpg.pl \
|
||||
pdfcrop.pl pdfgetobj.pl
|
||||
DATA_FILES= CD.CFG test.pdf
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
|
||||
.for i in ${SCRIPT_FILES}
|
||||
${INSTALL_SCRIPT} ${EXAMPLE_LOC}/$i ${EXAMPLE_DIR}/$i
|
||||
.endfor
|
||||
.for i in ${DATA_FILES}
|
||||
${INSTALL_DATA} ${EXAMPLE_LOC}/$i ${EXAMPLE_DIR}/$i
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Text-PDF-0.12.tar.gz) = c8e075be1b2642a3b5d541293d961fc1
|
||||
RMD160 (Text-PDF-0.12.tar.gz) = 01aea7d5ff813973c3a3d9f4b3a50994b783cac3
|
||||
SHA1 (Text-PDF-0.12.tar.gz) = 579e29b0fed9ad2f11906d64b6141b95bd782dae
|
||||
MD5 (Text-PDF-0.13.tar.gz) = 1e30a4360c07de64ebcc747a2034a2ad
|
||||
RMD160 (Text-PDF-0.13.tar.gz) = c9985d89da68fa39b73b458f5bbf2376cf6f6444
|
||||
SHA1 (Text-PDF-0.13.tar.gz) = b95f9d9820064a4089c615b7bcad63695a612d85
|
||||
|
@ -1,2 +1,2 @@
|
||||
There seem to be a growing plethora of Perl modules for creating and
|
||||
manipulating PDF files.
|
||||
There seem to be a growing plethora of Perl modules for creating
|
||||
and manipulating PDF files.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/02/20 02:56:31 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/30 02:29:21 kevlo Exp $
|
||||
bin/pdfbklt.plx
|
||||
bin/pdfrevert.plx
|
||||
bin/pdfstamp.plx
|
||||
@ -33,4 +33,13 @@ man/man3/Text::PDF::String.3p
|
||||
man/man3/Text::PDF::TTFont.3p
|
||||
man/man3/Text::PDF::TTFont0.3p
|
||||
man/man3/Text::PDF::Utils.3p
|
||||
share/examples/p5-Text-PDF/CD.CFG
|
||||
share/examples/p5-Text-PDF/graph.pl
|
||||
share/examples/p5-Text-PDF/hello.pl
|
||||
share/examples/p5-Text-PDF/pdfaddobj.pl
|
||||
share/examples/p5-Text-PDF/pdfaddpg.pl
|
||||
share/examples/p5-Text-PDF/pdfcrop.pl
|
||||
share/examples/p5-Text-PDF/pdfgetobj.pl
|
||||
share/examples/p5-Text-PDF/test.pdf
|
||||
@dirrm share/examples/p5-Text-PDF
|
||||
@dirrm libdata/perl5/site_perl/Text/PDF
|
||||
|
Loading…
Reference in New Issue
Block a user