diff options
author | martti <martti> | 2001-11-22 08:59:06 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-22 08:59:06 +0000 |
commit | f3cced773ec2d9d44779267b86474d60bead8412 (patch) | |
tree | 25eccae3adb45b0055ebb8ecef26db0f70a9d86e /devel/p5-IO-stringy | |
parent | f50a25e1f467e317328862d15c9e133dd8ae45dd (diff) | |
download | pkgsrc-f3cced773ec2d9d44779267b86474d60bead8412.tar.gz |
Updated to version 2.108 (PR#14610). List of changes is unknown,
i.e. there isn't any ChangeLog file in the distfile...
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r-- | devel/p5-IO-stringy/DESCR | 18 | ||||
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-IO-stringy/distinfo | 6 |
3 files changed, 13 insertions, 16 deletions
diff --git a/devel/p5-IO-stringy/DESCR b/devel/p5-IO-stringy/DESCR index cebd2d127d8..1e3e3038f3d 100644 --- a/devel/p5-IO-stringy/DESCR +++ b/devel/p5-IO-stringy/DESCR @@ -2,15 +2,11 @@ and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. - If you have access to tie(), these classes will make use of the -IO::WrapTie module to inherit a convenient new_tie() constructor. -It also exports a nice wraptie() function. + This Perl module provides the following functions : - In the more-traditional IO::Handle front, we have IO::AtomicFile which -may be used to painlessly create files which are updated atomically. - - And in the "this-may-prove-useful" corner, we have IO::Wrap, whose -exported wraphandle() function will clothe anything that's not a blessed -object in an IO::Handle-like wrapper... so you can just use OO syntax and -stop worrying about whether your function's caller handed you a string, a -globref, or a FileHandle. + IO::AtomicFile Write a file which is updated atomically + IO::Lines I/O handle to read/write to array of lines + IO::Scalar I/O handle to read/write to a string + IO::ScalarArray I/O handle to read/write to array of scalars + IO::Wrap Wrap old-style FHs in standard OO interface + IO::WrapTie Tie your handles & retain full OO interface diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 6d3c1990ede..f82d613f2d0 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2001/10/18 15:20:17 veego Exp $ +# $NetBSD: Makefile,v 1.10 2001/11/22 08:59:06 martti Exp $ # -DISTNAME= IO-stringy-1.220 +DISTNAME= IO-stringy-2.108 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5isr CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.zeegee.com/code/perl/IO-stringy/ COMMENT= Perl class for I/O on in-core objects like strings and arrays USE_PERL5= # defined diff --git a/devel/p5-IO-stringy/distinfo b/devel/p5-IO-stringy/distinfo index 7f7bd07c655..c51aa273e05 100644 --- a/devel/p5-IO-stringy/distinfo +++ b/devel/p5-IO-stringy/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/05/26 01:44:40 mjl Exp $ +$NetBSD: distinfo,v 1.4 2001/11/22 08:59:06 martti Exp $ -SHA1 (IO-stringy-1.220.tar.gz) = 42b337a335bc777e2f97c6b778b970c8249822f3 -Size (IO-stringy-1.220.tar.gz) = 49984 bytes +SHA1 (IO-stringy-2.108.tar.gz) = 58198035da67b06c33591133524b1f8ea619eb7d +Size (IO-stringy-2.108.tar.gz) = 67531 bytes |