pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-POE-Server-TCP Import p5-Test-POE-Server...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6920514666f1
branches: trunk
changeset: 546985:6920514666f1
user: he <he%pkgsrc.org@localhost>
date: Wed Sep 10 18:31:54 2008 +0000
description:
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.
diffstat:
devel/p5-Test-POE-Server-TCP/DESCR | 9 +++++++++
devel/p5-Test-POE-Server-TCP/Makefile | 21 +++++++++++++++++++++
devel/p5-Test-POE-Server-TCP/distinfo | 5 +++++
3 files changed, 35 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 768b88f59dbb -r 6920514666f1 devel/p5-Test-POE-Server-TCP/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-POE-Server-TCP/DESCR Wed Sep 10 18:31:54 2008 +0000
@@ -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 -r 768b88f59dbb -r 6920514666f1 devel/p5-Test-POE-Server-TCP/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-POE-Server-TCP/Makefile Wed Sep 10 18:31:54 2008 +0000
@@ -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@localhost
+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 -r 768b88f59dbb -r 6920514666f1 devel/p5-Test-POE-Server-TCP/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-POE-Server-TCP/distinfo Wed Sep 10 18:31:54 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index