Upgrade to 0.16
bump VERSION
This commit is contained in:
parent
7791b946d7
commit
f67e6b4578
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/06/20 11:10:16 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/07/21 04:22:53 shell Exp $
|
||||
|
||||
COMMENT= "perl modules for creating and manipulating PDF"
|
||||
|
||||
DISTNAME= Text-PDF-0.15
|
||||
DISTNAME= Text-PDF-0.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
NEED_VERSION= 1.378
|
||||
NEED_VERSION= 1.427
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
@ -25,17 +25,11 @@ 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
|
||||
${INSTALL_SCRIPT} ${EXAMPLE_LOC}/*.pl ${EXAMPLE_DIR}/
|
||||
${INSTALL_DATA} ${EXAMPLE_LOC}/*.CFG ${EXAMPLE_DIR}/
|
||||
${INSTALL_DATA} ${EXAMPLE_LOC}/*.pdf ${EXAMPLE_DIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Text-PDF-0.15.tar.gz) = 3345d30dbc2c6fe7c8e0f86c09b414f0
|
||||
RMD160 (Text-PDF-0.15.tar.gz) = 77c120784509b7da0783e5830476d7f021032079
|
||||
SHA1 (Text-PDF-0.15.tar.gz) = 4adfeb556cfaa8158afd0288487b853f84aefce0
|
||||
MD5 (Text-PDF-0.16.tar.gz) = f574affb78e9f3fab7bd0bc90ffc0912
|
||||
RMD160 (Text-PDF-0.16.tar.gz) = efa3e2847cb7671dac0fb3272ee0327d9110d4e5
|
||||
SHA1 (Text-PDF-0.16.tar.gz) = e5d53ed8332b80d0a741f01d2226f9212ff866c2
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/30 02:29:21 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/07/21 04:22:53 shell Exp $
|
||||
bin/pdfbklt.plx
|
||||
bin/pdfrevert.plx
|
||||
bin/pdfstamp.plx
|
||||
@ -41,5 +41,5 @@ 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 share/examples/p5-Text-PDF
|
||||
@dirrm libdata/perl5/site_perl/Text/PDF
|
||||
|
Loading…
Reference in New Issue
Block a user