svn commit: r322174 - in head/devel: . p5-AnyEvent-Connection
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jul 2 14:51:56 UTC 2013
Author: danfe
Date: Tue Jul 2 14:51:55 2013
New Revision: 322174
URL: http://svnweb.freebsd.org/changeset/ports/322174
Log:
Add p5-AnyEvent-Connection, base class for TCP connectful clients.
PR: ports/179746
Added:
head/devel/p5-AnyEvent-Connection/
head/devel/p5-AnyEvent-Connection/Makefile (contents, props changed)
head/devel/p5-AnyEvent-Connection/distinfo (contents, props changed)
head/devel/p5-AnyEvent-Connection/pkg-descr (contents, props changed)
head/devel/p5-AnyEvent-Connection/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Jul 2 14:45:17 2013 (r322173)
+++ head/devel/Makefile Tue Jul 2 14:51:55 2013 (r322174)
@@ -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
Added: head/devel/p5-AnyEvent-Connection/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-AnyEvent-Connection/Makefile Tue Jul 2 14:51:55 2013 (r322174)
@@ -0,0 +1,26 @@
+# Created by: Anes Mukhametov <anes at anes.su>
+# $FreeBSD$
+
+PORTNAME= AnyEvent-Connection
+PORTVERSION= 0.06
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= anes at 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>
Added: head/devel/p5-AnyEvent-Connection/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-AnyEvent-Connection/distinfo Tue Jul 2 14:51:55 2013 (r322174)
@@ -0,0 +1,2 @@
+SHA256 (AnyEvent-Connection-0.06.tar.gz) = b3ed2242669cc67e65de263a69e6a14e1105af8d28581fb9360ac50dfbf11d6e
+SIZE (AnyEvent-Connection-0.06.tar.gz) = 31851
Added: head/devel/p5-AnyEvent-Connection/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-AnyEvent-Connection/pkg-descr Tue Jul 2 14:51:55 2013 (r322174)
@@ -0,0 +1,3 @@
+Base class for TCP connectful clients.
+
+WWW: http://search.cpan.org/dist/AnyEvent-Connection/
Added: head/devel/p5-AnyEvent-Connection/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-AnyEvent-Connection/pkg-plist Tue Jul 2 14:51:55 2013 (r322174)
@@ -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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
+ at dirrmtry %%SITE_PERL%%/AnyEvent/Connection
+ at dirrmtry %%SITE_PERL%%/AnyEvent
+ at dirrmtry %%SITE_PERL%%
More information about the svn-ports-head
mailing list