summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-09-10 18:31:54 +0000
committerhe <he@pkgsrc.org>2008-09-10 18:31:54 +0000
commit406772f56f69d89a3cecc1efb1088efc3be38249 (patch)
treea224e21037761e9ad743aa50b9023e6d8008874b
parent9d5a458c500bf8c99b1735a430a1916df02d07b8 (diff)
downloadpkgsrc-406772f56f69d89a3cecc1efb1088efc3be38249.tar.gz
Import p5-Test-POE-Server-TCP version 0.12.
Test::POE::Server::TCP is a POE component that provides a TCP server framework for inclusion in client component test cases, instead of having to roll your own. Once registered with the component, a session will receive events related to client connects, disconnects, input and flushed output. Each of these events will refer to a unique client ID which may be used in communication with the component when sending data to the client or disconnecting a client connection.
-rw-r--r--devel/p5-Test-POE-Server-TCP/DESCR9
-rw-r--r--devel/p5-Test-POE-Server-TCP/Makefile21
-rw-r--r--devel/p5-Test-POE-Server-TCP/distinfo5
3 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-Test-POE-Server-TCP/DESCR b/devel/p5-Test-POE-Server-TCP/DESCR
new file mode 100644
index 00000000000..9bf73472dfb
--- /dev/null
+++ b/devel/p5-Test-POE-Server-TCP/DESCR
@@ -0,0 +1,9 @@
+Test::POE::Server::TCP is a POE component that provides a TCP server
+framework for inclusion in client component test cases, instead of
+having to roll your own.
+
+Once registered with the component, a session will receive events
+related to client connects, disconnects, input and flushed output. Each
+of these events will refer to a unique client ID which may be used in
+communication with the component when sending data to the client or
+disconnecting a client connection.
diff --git a/devel/p5-Test-POE-Server-TCP/Makefile b/devel/p5-Test-POE-Server-TCP/Makefile
new file mode 100644
index 00000000000..4e20890d4d8
--- /dev/null
+++ b/devel/p5-Test-POE-Server-TCP/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 18:31:54 he Exp $
+#
+
+DISTNAME= Test-POE-Server-TCP-0.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Test-POE-Server-TCP/
+COMMENT= POE Component providing TCP server services for tests
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Test-POE-Server-TCP/distinfo b/devel/p5-Test-POE-Server-TCP/distinfo
new file mode 100644
index 00000000000..891f1d4c48e
--- /dev/null
+++ b/devel/p5-Test-POE-Server-TCP/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/10 18:31:54 he Exp $
+
+SHA1 (Test-POE-Server-TCP-0.12.tar.gz) = 7c064231bc90c0f3a0971ca0271dca2d221b3158
+RMD160 (Test-POE-Server-TCP-0.12.tar.gz) = 6b1b930644c4beee71de33a285247b6dd2220446
+Size (Test-POE-Server-TCP-0.12.tar.gz) = 28682 bytes