Upgrade to IO-stringy-2.105
- Bump VERSION - Changes Makefile
This commit is contained in:
parent
db891178f7
commit
256f29d2c0
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/04/17 06:26:53 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/08/09 17:16:42 shell Exp $
|
||||
|
||||
COMMENT= "in-core objects like strings and arrays for I/O"
|
||||
|
||||
VERSION= 1.220
|
||||
VERSION= 2.105
|
||||
DISTNAME= IO-stringy-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.384
|
||||
NEED_VERSION= 1.434
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
@ -25,21 +25,11 @@ CONFIGURE_STYLE= perl
|
||||
|
||||
EG_DIR= ${WRKBUILD}/docs
|
||||
EG_LOC= ${PREFIX}/share/doc/p5-IO-stringy
|
||||
EG_FILES= index-menu.html index.html index.menu
|
||||
EG_IO= AtomicFile InnerFile Lines Scalar Stringy \
|
||||
Wrap WrapTie ScalarArray
|
||||
EG_ICONS= h1bullet h2bullet zeegee
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${EG_LOC}/IO/icons
|
||||
.for i in ${EG_FILES}
|
||||
${INSTALL_DATA} ${EG_DIR}/$i ${EG_LOC}/$i
|
||||
.endfor
|
||||
.for i in ${EG_IO}
|
||||
${INSTALL_DATA} ${EG_DIR}/IO/$i.pm.html ${EG_LOC}/IO/$i.pm.html
|
||||
.endfor
|
||||
.for i in ${EG_ICONS}
|
||||
${INSTALL_DATA} ${EG_DIR}/IO/icons/$i.gif ${EG_LOC}/IO/icons/$i.gif
|
||||
.endfor
|
||||
${INSTALL_DATA} ${EG_DIR}/IO/icons/*.gif ${EG_LOC}/IO/icons/
|
||||
${INSTALL_DATA} ${EG_DIR}/IO/*.pm.html ${EG_LOC}/IO/
|
||||
${INSTALL_DATA} ${EG_DIR}/index* ${EG_LOC}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (IO-stringy-1.220.tar.gz) = 2c21b1088c32ae3c7609f492e4e525a1
|
||||
RMD160 (IO-stringy-1.220.tar.gz) = 62f108c00fbfcf6d4a7d1ca9de9228454e85f485
|
||||
SHA1 (IO-stringy-1.220.tar.gz) = 42b337a335bc777e2f97c6b778b970c8249822f3
|
||||
MD5 (IO-stringy-2.105.tar.gz) = ba41fc44e3e94b1316b26792491cf1d0
|
||||
RMD160 (IO-stringy-2.105.tar.gz) = 2d3f56aed579b6618b61c7f95ef6262232ae1434
|
||||
SHA1 (IO-stringy-2.105.tar.gz) = e407171b006c1fa69c54123db574286bcc33ae28
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/04/05 00:18:29 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2001/08/09 17:16:42 shell Exp $
|
||||
libdata/perl5/site_perl/IO/AtomicFile.pm
|
||||
libdata/perl5/site_perl/IO/InnerFile.pm
|
||||
libdata/perl5/site_perl/IO/Lines.pm
|
||||
|
Loading…
Reference in New Issue
Block a user