- Update to 1.220.
- Install documentation. Submitted by maintainer.
This commit is contained in:
parent
b0e4b4732e
commit
ee69e43c3b
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/03/29 17:29:30 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/04/05 00:18:28 naddy Exp $
|
||||
|
||||
COMMENT= "in-core objects like strings and arrays for I/O"
|
||||
|
||||
DISTNAME= IO-stringy-1.219
|
||||
VERSION= 1.220
|
||||
DISTNAME= IO-stringy-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.364
|
||||
NEED_VERSION= 1.384
|
||||
|
||||
MAINTAINER= Shell Hung <i@shellhung.org>
|
||||
|
||||
@ -19,4 +20,26 @@ MASTER_SITE_SUBDIR= IO
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
# Install documentation
|
||||
# It like pure document more than examples
|
||||
|
||||
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
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (IO-stringy-1.219.tar.gz) = 8fa454ccaff7dbf6503b69e163211071
|
||||
RMD160 (IO-stringy-1.219.tar.gz) = 6505ec0fb684dd91754a2da692c988807fdcc7d9
|
||||
SHA1 (IO-stringy-1.219.tar.gz) = d2be86ea9f83f528b71eb1cd2c02952f8ab2792d
|
||||
MD5 (IO-stringy-1.220.tar.gz) = 2c21b1088c32ae3c7609f492e4e525a1
|
||||
RMD160 (IO-stringy-1.220.tar.gz) = 62f108c00fbfcf6d4a7d1ca9de9228454e85f485
|
||||
SHA1 (IO-stringy-1.220.tar.gz) = 42b337a335bc777e2f97c6b778b970c8249822f3
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/19 19:09:12 peter Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/04/05 00:18:29 naddy Exp $
|
||||
libdata/perl5/site_perl/IO/AtomicFile.pm
|
||||
libdata/perl5/site_perl/IO/InnerFile.pm
|
||||
libdata/perl5/site_perl/IO/Lines.pm
|
||||
@ -15,3 +15,20 @@ man/man3/IO::ScalarArray.3p
|
||||
man/man3/IO::Stringy.3p
|
||||
man/man3/IO::Wrap.3p
|
||||
man/man3/IO::WrapTie.3p
|
||||
share/doc/p5-IO-stringy/IO/AtomicFile.pm.html
|
||||
share/doc/p5-IO-stringy/IO/InnerFile.pm.html
|
||||
share/doc/p5-IO-stringy/IO/Lines.pm.html
|
||||
share/doc/p5-IO-stringy/IO/Scalar.pm.html
|
||||
share/doc/p5-IO-stringy/IO/ScalarArray.pm.html
|
||||
share/doc/p5-IO-stringy/IO/Stringy.pm.html
|
||||
share/doc/p5-IO-stringy/IO/Wrap.pm.html
|
||||
share/doc/p5-IO-stringy/IO/WrapTie.pm.html
|
||||
share/doc/p5-IO-stringy/IO/icons/h1bullet.gif
|
||||
share/doc/p5-IO-stringy/IO/icons/h2bullet.gif
|
||||
share/doc/p5-IO-stringy/IO/icons/zeegee.gif
|
||||
share/doc/p5-IO-stringy/index-menu.html
|
||||
share/doc/p5-IO-stringy/index.html
|
||||
share/doc/p5-IO-stringy/index.menu
|
||||
@dirrm share/doc/p5-IO-stringy/IO/icons
|
||||
@dirrm share/doc/p5-IO-stringy/IO
|
||||
@dirrm share/doc/p5-IO-stringy
|
||||
|
Loading…
x
Reference in New Issue
Block a user