pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Import p5-IO-All-0.33 as devel/p5-IO-All, a Spiffy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e99181e419a
branches: trunk
changeset: 486216:9e99181e419a
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Dec 25 03:56:06 2004 +0000
description:
Import p5-IO-All-0.33 as devel/p5-IO-All, a Spiffy interface to Perl IO.
IO::All combines all of the best Perl IO modules into a single Spiffy
object oriented interface to greatly simplify your everyday Perl IO
idioms. It exports a single function called "io", which returns a
new IO::All object. And that object can do it all!
The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket,
IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards;
as well as all the DBM and MLDBM modules. You can use most of the
methods found in these classes and in IO::Handle (which they inherit
from). IO::All adds dozens of other helpful idiomatic methods including
file stat and manipulation functions.
diffstat:
devel/p5-IO-All/DESCR | 11 +++++++++++
devel/p5-IO-All/Makefile | 17 +++++++++++++++++
devel/p5-IO-All/PLIST | 1 +
devel/p5-IO-All/distinfo | 4 ++++
doc/CHANGES | 3 ++-
5 files changed, 35 insertions(+), 1 deletions(-)
diffs (63 lines):
diff -r b2e9560b18c3 -r 9e99181e419a devel/p5-IO-All/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-All/DESCR Sat Dec 25 03:56:06 2004 +0000
@@ -0,0 +1,11 @@
+IO::All combines all of the best Perl IO modules into a single Spiffy
+object oriented interface to greatly simplify your everyday Perl IO
+idioms. It exports a single function called "io", which returns a
+new IO::All object. And that object can do it all!
+
+The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket,
+IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards;
+as well as all the DBM and MLDBM modules. You can use most of the
+methods found in these classes and in IO::Handle (which they inherit
+from). IO::All adds dozens of other helpful idiomatic methods including
+file stat and manipulation functions.
diff -r b2e9560b18c3 -r 9e99181e419a devel/p5-IO-All/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-All/Makefile Sat Dec 25 03:56:06 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 03:56:08 jlam Exp $
+
+DISTNAME= IO-All-0.33
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
+MODULE_DIR= module/by-module
+AUTHOR_DIR= authors/id/I/IN/INGY
+
+MAINTAINER= jlam%NetBSD.org@localhost
+COMMENT= Spiffy OO interface to Perl IO
+
+USE_BUILDLINK3= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/All/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b2e9560b18c3 -r 9e99181e419a devel/p5-IO-All/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-All/PLIST Sat Dec 25 03:56:06 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 03:56:08 jlam Exp $
diff -r b2e9560b18c3 -r 9e99181e419a devel/p5-IO-All/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO-All/distinfo Sat Dec 25 03:56:06 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/25 03:56:08 jlam Exp $
+
+SHA1 (IO-All-0.33.tar.gz) = 77878eb6e6ab8982d2e22e77f6d800f022726786
+Size (IO-All-0.33.tar.gz) = 53805 bytes
diff -r b2e9560b18c3 -r 9e99181e419a doc/CHANGES
--- a/doc/CHANGES Sat Dec 25 03:46:20 2004 +0000
+++ b/doc/CHANGES Sat Dec 25 03:56:06 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8430 2004/12/25 03:30:34 jlam Exp $
+$NetBSD: CHANGES,v 1.8431 2004/12/25 03:56:06 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -6528,3 +6528,4 @@
Updated gnupg to 1.4.0 [wiz 2004-12-25]
Updated p5-Scalar-List-Utils to 1.14 [jlam 2004-12-25]
Added p5-Spiffy-0.21 [jlam 2004-12-25]
+ Added p5-IO-All-0.33 [jlam 2004-12-25]
Home |
Main Index |
Thread Index |
Old Index