import p5-Danga-Socket
The Danga::Socket module provides an event loop and event-driven async socket base class which allows you to create high-performance servers. from Toni Mueller, with some tweaks by me
This commit is contained in:
parent
1fb33bb7d4
commit
ba9bca3449
21
net/p5-Danga-Socket/Makefile
Normal file
21
net/p5-Danga-Socket/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/20 09:23:21 simon Exp $
|
||||
|
||||
COMMENT = event loop and event-driven async socket base class
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Danga-Socket-1.61
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
MAINTAINER = Toni Mueller <support@oeko.net>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
RUN_DEPENDS = ::devel/p5-IO-KQueue \
|
||||
::sysutils/p5-Sys-Syscall
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/p5-Danga-Socket/distinfo
Normal file
5
net/p5-Danga-Socket/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Danga-Socket-1.61.tar.gz) = 3I9IGzUXKgkLl3896n+iSg==
|
||||
RMD160 (Danga-Socket-1.61.tar.gz) = Ccdr30uejy0YIIbSzwy2FgL4ZuY=
|
||||
SHA1 (Danga-Socket-1.61.tar.gz) = 3HZ7adGiRItnl3GnQPspZPlEtqo=
|
||||
SHA256 (Danga-Socket-1.61.tar.gz) = jkOSFc46zVQM46hlVUj2b4a/1QZOETB0FSIx2/dVkVk=
|
||||
SIZE (Danga-Socket-1.61.tar.gz) = 20361
|
2
net/p5-Danga-Socket/pkg/DESCR
Normal file
2
net/p5-Danga-Socket/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
The Danga::Socket module provides an event loop and event-driven async
|
||||
socket base class which allows you to create high-performance servers.
|
4
net/p5-Danga-Socket/pkg/PLIST
Normal file
4
net/p5-Danga-Socket/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/01/20 09:23:21 simon Exp $
|
||||
${P5SITE}/Danga/
|
||||
${P5SITE}/Danga/Socket.pm
|
||||
@man man/man3p/Danga::Socket.3p
|
Loading…
Reference in New Issue
Block a user