Add p5-AnyEvent-Connection, base class for TCP connectful clients.

PR:	ports/179746
This commit is contained in:
Alexey Dokuchaev 2013-07-02 14:51:55 +00:00
parent 66d9d1f086
commit 1b59e643f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322174
5 changed files with 41 additions and 0 deletions

View file

@ -1411,6 +1411,7 @@
SUBDIR += p5-AnyEvent-DBI
SUBDIR += p5-AnyEvent-DBI-Abstract
SUBDIR += p5-AnyEvent-DBus
SUBDIR += p5-AnyEvent-Connection
SUBDIR += p5-AnyEvent-Filesys-Notify
SUBDIR += p5-AnyEvent-Gearman
SUBDIR += p5-AnyEvent-Graphite

View file

@ -0,0 +1,26 @@
# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= AnyEvent-Connection
PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Base class for TCP connectful clients
BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense \
p5-Test-NoWarnings>=1.03:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-TCP>=0.14:${PORTSDIR}/devel/p5-Test-TCP \
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense
PERL_CONFIGURE= yes
MAN3= AnyEvent::Connection.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (AnyEvent-Connection-0.06.tar.gz) = b3ed2242669cc67e65de263a69e6a14e1105af8d28581fb9360ac50dfbf11d6e
SIZE (AnyEvent-Connection-0.06.tar.gz) = 31851

View file

@ -0,0 +1,3 @@
Base class for TCP connectful clients.
WWW: http://search.cpan.org/dist/AnyEvent-Connection/

View file

@ -0,0 +1,9 @@
%%SITE_PERL%%/AnyEvent/Connection/Util.pm
%%SITE_PERL%%/AnyEvent/Connection/Raw.pm
%%SITE_PERL%%/AnyEvent/Connection.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
@dirrmtry %%SITE_PERL%%/AnyEvent/Connection
@dirrmtry %%SITE_PERL%%/AnyEvent
@dirrmtry %%SITE_PERL%%