diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-12-06 20:27:22 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-12-06 20:27:22 +0000 |
commit | 2c0ec7b82e6be3cbe2c46569299b55529bc4cc99 (patch) | |
tree | b0c4a4dfd66789f9c5c2ee0c1418defd989970ca /devel/p5-Storable | |
parent | 2789d4246b49ac948d8abcb3cba840eae140607c (diff) | |
download | ports-2c0ec7b82e6be3cbe2c46569299b55529bc4cc99.tar.gz ports-2c0ec7b82e6be3cbe2c46569299b55529bc4cc99.zip |
Notes
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r-- | devel/p5-Storable/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Storable/pkg-descr | 29 |
3 files changed, 18 insertions, 19 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 44876868f9ba..cf545335049a 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 1.0.13 +PORTVERSION= 1.0.14 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable @@ -16,8 +16,8 @@ MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= yes -MAN3= Storable.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Storable.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-patch: @${PERL} -pi -e '$$_="" if /MAN3PODS/' ${WRKSRC}/Makefile.PL diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 3fbd53b86e6f..2f9c0464e7e8 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1 +1 @@ -MD5 (Storable-1.0.13.tar.gz) = 0efa64ee2504a2ff2b2df94e8fabd9d6 +MD5 (Storable-1.0.14.tar.gz) = 8fc38714955b08d318e723ddd4f7a6e4 diff --git a/devel/p5-Storable/pkg-descr b/devel/p5-Storable/pkg-descr index b300ed7f49c1..0c6878fd338e 100644 --- a/devel/p5-Storable/pkg-descr +++ b/devel/p5-Storable/pkg-descr @@ -1,17 +1,16 @@ - The Storable package brings you persistency for your perl - data structures containing SCALAR, ARRAY, HASH or REF - objects, i.e. anything that can be convenientely stored to - disk and retrieved at a later time. +The Storable package brings you persistency for your perl data +structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything +that can be convenientely stored to disk and retrieved at a later time. - It can be used in the regular procedural way by calling - store with a reference to the object to store, and - providing a file name. The routine returns undef for I/O - problems or other internal error, a true value otherwise. - Serious errors are propagated as a die exception. +It can be used in the regular procedural way by calling store with a +reference to the object to store, and providing a file name. The routine +returns undef for I/O problems or other internal error, a true value +otherwise. Serious errors are propagated as a die exception. - To retrieve data stored to disk, you use retrieve with a - file name, and the objects stored into that file are - recreated into memory for you, and a reference to the root - object is returned. In case an I/O error occurred while - reading, undef is returned instead. Other serious errors - are propagated via die. +To retrieve data stored to disk, you use retrieve with a file name, and +the objects stored into that file are recreated into memory for you, and +a reference to the root object is returned. In case an I/O error +occurred while reading, undef is returned instead. Other serious errors +are propagated via die. + +WWW: http://search.cpan.org/search?dist=Storable |