pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO Import p5-IO version 1.2301.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e53fb46d81
branches:  trunk
changeset: 547100:d5e53fb46d81
user:      he <he%pkgsrc.org@localhost>
date:      Fri Sep 12 12:47:32 2008 +0000

description:
Import p5-IO version 1.2301.

IO provides a simple mechanism to load several of the IO modules
in one go. The IO modules belonging to the core are:

      IO::Handle
      IO::Seekable
      IO::File
      IO::Pipe
      IO::Socket
      IO::Dir
      IO::Select
      IO::Poll

Note that these modules should be loaded via

      use IO qw(Handle File); # etc.

and not via the deprecated method

      use IO;  # DEPRECATED

diffstat:

 devel/p5-IO/DESCR    |  19 +++++++++++++++++++
 devel/p5-IO/Makefile |  23 +++++++++++++++++++++++
 devel/p5-IO/distinfo |   5 +++++
 3 files changed, 47 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 7040e21cf061 -r d5e53fb46d81 devel/p5-IO/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO/DESCR Fri Sep 12 12:47:32 2008 +0000
@@ -0,0 +1,19 @@
+IO provides a simple mechanism to load several of the IO modules
+in one go. The IO modules belonging to the core are:
+
+      IO::Handle
+      IO::Seekable
+      IO::File
+      IO::Pipe
+      IO::Socket
+      IO::Dir
+      IO::Select
+      IO::Poll
+
+Note that these modules should be loaded via
+
+      use IO qw(Handle File); # etc.
+
+and not via the deprecated method
+
+      use IO;  # DEPRECATED
diff -r 7040e21cf061 -r d5e53fb46d81 devel/p5-IO/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO/Makefile      Fri Sep 12 12:47:32 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/12 12:47:32 he Exp $
+#
+
+DISTNAME=              IO-1.2301
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5io
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/IO/
+COMMENT=               Perl module for various IO modules
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_LANGUAGES=         c
+
+PERL5_PACKLIST=                auto/IO/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7040e21cf061 -r d5e53fb46d81 devel/p5-IO/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-IO/distinfo      Fri Sep 12 12:47:32 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/12 12:47:32 he Exp $
+
+SHA1 (IO-1.2301.tar.gz) = d374b102082ab584ce4ef53ef85d233cdc75ffa7
+RMD160 (IO-1.2301.tar.gz) = 74c9cf0d092b78bafb3cf83139add0f371a5086e
+Size (IO-1.2301.tar.gz) = 49006 bytes



Home | Main Index | Thread Index | Old Index