Bug 179746 - New port: devel/p5-AnyEvent-Connection is a base class for tcp connectful clients
Summary: New port: devel/p5-AnyEvent-Connection is a base class for tcp connectful cli...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 10:20 UTC by Anes Mukhametov
Modified: 2013-07-02 17:55 UTC (History)
0 users

See Also:


Attachments
p5-AnyEvent-Connection.shar (2.63 KB, text/plain)
2013-06-20 10:20 UTC, Anes Mukhametov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anes Mukhametov 2013-06-20 10:20:00 UTC
	New port devel/p5-AnyEvent-Connection.
	Base class for tcp connectful clients.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-20 10:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-02 15:52:08 UTC
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@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>

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
+@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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-07-02 17:55:44 UTC
State Changed
From-To: open->closed

Committed with minor modifications, thanks!