mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Event::tcp is a bunch of glue code to make it very easy to build
client-server style TCP-based services. WWW: http://search.cpan.org/dist/Event-tcp/ Submitted by: Frank Steinborn
This commit is contained in:
parent
53cb351521
commit
a737a379dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238052
@ -465,6 +465,7 @@
|
||||
SUBDIR += p5-Cisco-IPPhone
|
||||
SUBDIR += p5-Daemon-Generic
|
||||
SUBDIR += p5-EasyTCP
|
||||
SUBDIR += p5-Event-tcp
|
||||
SUBDIR += p5-File-Rsync
|
||||
SUBDIR += p5-File-RsyncP
|
||||
SUBDIR += p5-Filesys-SmbClient
|
||||
|
25
net/p5-Event-tcp/Makefile
Normal file
25
net/p5-Event-tcp/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Event-tcp
|
||||
# Date created: 2009-11-15
|
||||
# Whom: steinex
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Event-tcp
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= net devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= steinex@nognu.de
|
||||
COMMENT= Glue code to build client-server style TCP-based services
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Event.pm:${PORTSDIR}/devel/p5-Event \
|
||||
${SITE_PERL}/${PERL_ARCH}/Ioctl.pm:${PORTSDIR}/devel/p5-Ioctl
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Event::tcpsession.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/p5-Event-tcp/distinfo
Normal file
3
net/p5-Event-tcp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Event-tcp-0.14.tar.gz) = a46a86e2f5448672a091f4ad706e5b73
|
||||
SHA256 (Event-tcp-0.14.tar.gz) = 32b9813972928f8517c24979a476bf75d79e93d004c0d84c825569e498cd9ffd
|
||||
SIZE (Event-tcp-0.14.tar.gz) = 7083
|
4
net/p5-Event-tcp/pkg-descr
Normal file
4
net/p5-Event-tcp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Event::tcp is a bunch of glue code to make it very easy to build
|
||||
client-server style TCP-based services.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Event-tcp/
|
6
net/p5-Event-tcp/pkg-plist
Normal file
6
net/p5-Event-tcp/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Event/tcplisten.pm
|
||||
%%SITE_PERL%%/Event/tcpsession.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/tcp/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/tcp
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event
|
||||
@dirrmtry %%SITE_PERL%%/Event
|
Loading…
Reference in New Issue
Block a user