diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-15 16:57:53 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-02-15 16:57:53 +0000 |
commit | 38ef061b57a27390e584d00f476f2b552e84acab (patch) | |
tree | 187772e8b8e3d724e32989dd3a86d2e04bc03326 /devel/p5-IO-stringy | |
parent | a786e7d3258fc062030798b277fe7cea9602cbcb (diff) | |
download | ports-38ef061b57a27390e584d00f476f2b552e84acab.tar.gz ports-38ef061b57a27390e584d00f476f2b552e84acab.zip |
Notes
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-IO-stringy/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-IO-stringy/pkg-descr | 21 | ||||
-rw-r--r-- | devel/p5-IO-stringy/pkg-plist | 24 |
4 files changed, 22 insertions, 46 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index a07d638fc4ee..417c483cadbf 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -6,31 +6,18 @@ # PORTNAME= IO-stringy -PORTVERSION= 2.109 +PORTVERSION= 2.110 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IO PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for using IO handles with non-file objects PERL_CONFIGURE= YES MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \ - IO::ScalarArray.3 IO::Stringy.3 \ - IO::Wrap.3 IO::WrapTie.3 - -# Install documentation -EG_DIR= ${WRKSRC}/docs -EG_LOC= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${EG_LOC}/IO/icons - ${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}/ -.endif + IO::ScalarArray.3 IO::Stringy.3 IO::Wrap.3 IO::WrapTie.3 .include <bsd.port.mk> diff --git a/devel/p5-IO-stringy/distinfo b/devel/p5-IO-stringy/distinfo index 0107136f8c10..3b6caa44cb09 100644 --- a/devel/p5-IO-stringy/distinfo +++ b/devel/p5-IO-stringy/distinfo @@ -1,2 +1,2 @@ -MD5 (IO-stringy-2.109.tar.gz) = fb8fbb8037bcc2aa0b9abec675231544 -SIZE (IO-stringy-2.109.tar.gz) = 66377 +MD5 (IO-stringy-2.110.tar.gz) = 2e6a976cfa5521e815c1fdf4006982de +SIZE (IO-stringy-2.110.tar.gz) = 40590 diff --git a/devel/p5-IO-stringy/pkg-descr b/devel/p5-IO-stringy/pkg-descr index 491ca5651488..b32f85d1d60e 100644 --- a/devel/p5-IO-stringy/pkg-descr +++ b/devel/p5-IO-stringy/pkg-descr @@ -1,11 +1,18 @@ IO-stringy makes it possible to create perl filehandles that point to -just about any object. It contains three modules: +just about any object. It contains next modules: -IO::Scalar - IO:: interface for reading/writing a scalar +IO::AtomicFile - write a file which is updated atomically -IO::ScalarArray - IO:: interface for reading/writing an array of scalars +IO::InnerFile - define a file inside another file -IO::Wrap - Wrap raw filehandles in IO::Handle interface +IO::Lines - IO:: interface for reading/writing an array of lines + +IO::Scalar - IO:: interface for reading/writing a scalar + +IO::ScalarArray - IO:: interface for reading/writing an array of scalars + +IO::Wrap - wrap raw filehandles in IO::Handle interface + +IO::WrapTie - wrap tieable objects in IO::Handle interface + +WWW: http://search.cpan.org/dist/IO-stringy/ diff --git a/devel/p5-IO-stringy/pkg-plist b/devel/p5-IO-stringy/pkg-plist index e607dbddf82f..97237c2f54ee 100644 --- a/devel/p5-IO-stringy/pkg-plist +++ b/devel/p5-IO-stringy/pkg-plist @@ -2,29 +2,11 @@ %%SITE_PERL%%/IO/InnerFile.pm %%SITE_PERL%%/IO/Lines.pm %%SITE_PERL%%/IO/Scalar.pm -%%SITE_PERL%%/IO/Scalar.pm.html %%SITE_PERL%%/IO/ScalarArray.pm %%SITE_PERL%%/IO/Stringy.pm %%SITE_PERL%%/IO/Wrap.pm %%SITE_PERL%%/IO/WrapTie.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Stringy/.packlist @unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true -%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO-stringy/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO-stringy -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/AtomicFile.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/InnerFile.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/Lines.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/Scalar.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/ScalarArray.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/Stringy.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/Wrap.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/WrapTie.pm.html -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/icons/h1bullet.gif -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/icons/h2bullet.gif -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/icons/itembullet.gif -%%PORTDOCS%%share/doc/p5-IO-stringy/IO/icons/zeegee.gif -%%PORTDOCS%%share/doc/p5-IO-stringy/index-menu.html -%%PORTDOCS%%share/doc/p5-IO-stringy/index.html -%%PORTDOCS%%share/doc/p5-IO-stringy/index.menu -%%PORTDOCS%%@dirrm share/doc/p5-IO-stringy/IO/icons -%%PORTDOCS%%@dirrm share/doc/p5-IO-stringy/IO -%%PORTDOCS%%@dirrm share/doc/p5-IO-stringy +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Stringy +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true |