summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-04-18 04:18:53 +0000
committerseb <seb@pkgsrc.org>2010-04-18 04:18:53 +0000
commit016acb3285c8307b5ab29444de79179c50c460b9 (patch)
treebe02f88297980e2f4ce3621051173fb27d15db62 /devel
parentd359cc7092c15a1021f45b83fb9d5ec2075cc11a (diff)
downloadpkgsrc-016acb3285c8307b5ab29444de79179c50c460b9.tar.gz
Initial import of p5-IO-AIO version 3.65 in the NetBSD Packages
Collection. The Perl 5 module IO::AIO implements asynchronous I/O using whatever means the operating system supports. It is implemented as an interface to libeio.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-AIO/DESCR3
-rw-r--r--devel/p5-IO-AIO/Makefile26
-rw-r--r--devel/p5-IO-AIO/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/devel/p5-IO-AIO/DESCR b/devel/p5-IO-AIO/DESCR
new file mode 100644
index 00000000000..06dcb6b515e
--- /dev/null
+++ b/devel/p5-IO-AIO/DESCR
@@ -0,0 +1,3 @@
+The Perl 5 module IO::AIO implements asynchronous I/O using whatever
+means the operating system supports. It is implemented as an interface
+to libeio.
diff --git a/devel/p5-IO-AIO/Makefile b/devel/p5-IO-AIO/Makefile
new file mode 100644
index 00000000000..7c00c405bbf
--- /dev/null
+++ b/devel/p5-IO-AIO/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/18 04:18:53 seb Exp $
+#
+
+DISTNAME= IO-AIO-3.65
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= parallel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/IO-AIO/
+COMMENT= Perl 5 module implementing asynchronous input/output
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+# Note: libeio is bundle with the distribution tarball.
+# Its configure script is run via Makefile.PL
+# with all perl configuration settings, id est
+# the Config module, set in its environment
+
+PERL5_PACKLIST= auto/IO/AIO/.packlist
+
+DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-IO-AIO/distinfo b/devel/p5-IO-AIO/distinfo
new file mode 100644
index 00000000000..92dfb84cffc
--- /dev/null
+++ b/devel/p5-IO-AIO/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/18 04:18:53 seb Exp $
+
+SHA1 (IO-AIO-3.65.tar.gz) = 53ca905d39475d54a3fe5683a35d2508a2d05cdb
+RMD160 (IO-AIO-3.65.tar.gz) = 9f27eadfcd516fcbe8193d5c5f07fc5fc7a723a5
+Size (IO-AIO-3.65.tar.gz) = 108151 bytes