From 1b59e643f4b30c21bf31be2cd288f8f7e4f58fa9 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 2 Jul 2013 14:51:55 +0000 Subject: [PATCH] Add p5-AnyEvent-Connection, base class for TCP connectful clients. PR: ports/179746 --- devel/Makefile | 1 + devel/p5-AnyEvent-Connection/Makefile | 26 ++++++++++++++++++++++++++ devel/p5-AnyEvent-Connection/distinfo | 2 ++ devel/p5-AnyEvent-Connection/pkg-descr | 3 +++ devel/p5-AnyEvent-Connection/pkg-plist | 9 +++++++++ 5 files changed, 41 insertions(+) create mode 100644 devel/p5-AnyEvent-Connection/Makefile create mode 100644 devel/p5-AnyEvent-Connection/distinfo create mode 100644 devel/p5-AnyEvent-Connection/pkg-descr create mode 100644 devel/p5-AnyEvent-Connection/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 5b782843ce29..dd44d9d4306c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-AnyEvent-Connection/Makefile b/devel/p5-AnyEvent-Connection/Makefile new file mode 100644 index 000000000000..7a79fbb71fc8 --- /dev/null +++ b/devel/p5-AnyEvent-Connection/Makefile @@ -0,0 +1,26 @@ +# Created by: Anes Mukhametov +# $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 diff --git a/devel/p5-AnyEvent-Connection/distinfo b/devel/p5-AnyEvent-Connection/distinfo new file mode 100644 index 000000000000..470663a702ee --- /dev/null +++ b/devel/p5-AnyEvent-Connection/distinfo @@ -0,0 +1,2 @@ +SHA256 (AnyEvent-Connection-0.06.tar.gz) = b3ed2242669cc67e65de263a69e6a14e1105af8d28581fb9360ac50dfbf11d6e +SIZE (AnyEvent-Connection-0.06.tar.gz) = 31851 diff --git a/devel/p5-AnyEvent-Connection/pkg-descr b/devel/p5-AnyEvent-Connection/pkg-descr new file mode 100644 index 000000000000..66c825f96fe6 --- /dev/null +++ b/devel/p5-AnyEvent-Connection/pkg-descr @@ -0,0 +1,3 @@ +Base class for TCP connectful clients. + +WWW: http://search.cpan.org/dist/AnyEvent-Connection/ diff --git a/devel/p5-AnyEvent-Connection/pkg-plist b/devel/p5-AnyEvent-Connection/pkg-plist new file mode 100644 index 000000000000..8133dea73571 --- /dev/null +++ b/devel/p5-AnyEvent-Connection/pkg-plist @@ -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%%