import p5-Test-POE-Server-TCP
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.
This commit is contained in:
parent
ac5b093085
commit
149703f7ee
17
devel/p5-Test-POE-Server-TCP/Makefile
Normal file
17
devel/p5-Test-POE-Server-TCP/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/19 12:49:33 simon Exp $
|
||||
|
||||
COMMENT = POE component providing TCP server services for test cases
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Test-POE-Server-TCP-1.06
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Test-POE-Server-TCP/distinfo
Normal file
5
devel/p5-Test-POE-Server-TCP/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Test-POE-Server-TCP-1.06.tar.gz) = bprxKVZqJmzc/occlvnzKw==
|
||||
RMD160 (Test-POE-Server-TCP-1.06.tar.gz) = PIlALdKevjcyyBJrPKPQS6Jq9IA=
|
||||
SHA1 (Test-POE-Server-TCP-1.06.tar.gz) = 2dKjqHHw9kYqq0ztMwOnu/jCqCg=
|
||||
SHA256 (Test-POE-Server-TCP-1.06.tar.gz) = CZ1otak7yy/6g6najuZiWg4iXTicqe5f3cOLvnzAofI=
|
||||
SIZE (Test-POE-Server-TCP-1.06.tar.gz) = 31982
|
3
devel/p5-Test-POE-Server-TCP/pkg/DESCR
Normal file
3
devel/p5-Test-POE-Server-TCP/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
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.
|
6
devel/p5-Test-POE-Server-TCP/pkg/PLIST
Normal file
6
devel/p5-Test-POE-Server-TCP/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/19 12:49:33 simon Exp $
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/POE/
|
||||
${P5SITE}/Test/POE/Server/
|
||||
${P5SITE}/Test/POE/Server/TCP.pm
|
||||
@man man/man3p/Test::POE::Server::TCP.3p
|
Loading…
Reference in New Issue
Block a user