summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Multiplex
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-04 20:43:34 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-04 20:43:34 +0000
commit96dbaacf312e2a31605534dd9fb6d763bf4fd071 (patch)
treecf0de2759d3fcf2515bd33fd0172d5ea0f9c1aa8 /devel/p5-IO-Multiplex
parentAdd recycle and audit hooks to menu system (diff)
Add p5-IO-Multiplex, a convenient wrapper around select().
Notes
Notes: svn path=/head/; revision=60617
Diffstat (limited to 'devel/p5-IO-Multiplex')
-rw-r--r--devel/p5-IO-Multiplex/Makefile25
-rw-r--r--devel/p5-IO-Multiplex/distinfo1
-rw-r--r--devel/p5-IO-Multiplex/pkg-comment1
-rw-r--r--devel/p5-IO-Multiplex/pkg-descr8
-rw-r--r--devel/p5-IO-Multiplex/pkg-plist4
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-IO-Multiplex/Makefile b/devel/p5-IO-Multiplex/Makefile
new file mode 100644
index 000000000000..61aeaa4a730b
--- /dev/null
+++ b/devel/p5-IO-Multiplex/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-IO-Multiplex
+# Date created: 04 June 2002
+# Whom: Anton Berezin <tobez@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IO-Multiplex
+PORTVERSION= 1.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tobez@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= IO::Multiplex.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/devel/p5-IO-Multiplex/distinfo b/devel/p5-IO-Multiplex/distinfo
new file mode 100644
index 000000000000..5a62c70fbd68
--- /dev/null
+++ b/devel/p5-IO-Multiplex/distinfo
@@ -0,0 +1 @@
+MD5 (IO-Multiplex-1.03.tar.gz) = f515f3018c9b125c6e706b90f7afc9d4
diff --git a/devel/p5-IO-Multiplex/pkg-comment b/devel/p5-IO-Multiplex/pkg-comment
new file mode 100644
index 000000000000..3bb64e023e61
--- /dev/null
+++ b/devel/p5-IO-Multiplex/pkg-comment
@@ -0,0 +1 @@
+IO::Multiplex - Manage IO on many file handles
diff --git a/devel/p5-IO-Multiplex/pkg-descr b/devel/p5-IO-Multiplex/pkg-descr
new file mode 100644
index 000000000000..851db88e2e15
--- /dev/null
+++ b/devel/p5-IO-Multiplex/pkg-descr
@@ -0,0 +1,8 @@
+IO::Multiplex is designed to take the effort out of managing multiple
+file handles. It is essentially a really fancy front end to the select
+system call. In addition to maintaining the select loop, it buffers all
+input and output to/from the file handles. It can also accept incoming
+connections on one or more listen sockets.
+
+Author: Bruce J Keeler <bruce@gridpoint.com>
+WWW: http://search.cpan.org/search?dist=IO-Multiplex
diff --git a/devel/p5-IO-Multiplex/pkg-plist b/devel/p5-IO-Multiplex/pkg-plist
new file mode 100644
index 000000000000..5f525f16cf53
--- /dev/null
+++ b/devel/p5-IO-Multiplex/pkg-plist
@@ -0,0 +1,4 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Multiplex/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/IO/Multiplex.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Multiplex
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true