From amuhametov@monitoring.rambler.ru  Thu Jun 20 09:15:38 2013
Return-Path: <amuhametov@monitoring.rambler.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id D9F1F297
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jun 2013 09:15:36 +0000 (UTC)
	(envelope-from amuhametov@monitoring.rambler.ru)
Received: from monitoring.rambler.ru (monitoring.rambler.ru [81.19.75.233])
	by mx1.freebsd.org (Postfix) with ESMTP id 58BC116DE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jun 2013 09:15:35 +0000 (UTC)
Received: from monitoring.rambler.ru (localhost [127.0.0.1])
	by monitoring.rambler.ru (8.14.4/8.14.4) with ESMTP id r5K9FSJ9089014
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Jun 2013 13:15:28 +0400 (MSK)
	(envelope-from amuhametov@monitoring.rambler.ru)
Received: (from amuhametov@localhost)
	by monitoring.rambler.ru (8.14.4/8.14.4/Submit) id r5K9FSTq089013;
	Thu, 20 Jun 2013 13:15:28 +0400 (MSK)
	(envelope-from amuhametov)
Message-Id: <201306200915.r5K9FSTq089013@monitoring.rambler.ru>
Date: Thu, 20 Jun 2013 13:15:28 +0400 (MSK)
From: Anes Mukhametov <anes@anes.su>
Reply-To: Anes Mukhametov <anes@anes.su>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: devel/p5-AnyEvent-Connection is a base class for tcp connectful clients
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179746
>Category:       ports
>Synopsis:       New port: devel/p5-AnyEvent-Connection is a base class for tcp connectful clients
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 09:20:00 UTC 2013
>Closed-Date:    Tue Jul 02 16:55:52 UTC 2013
>Last-Modified:  Tue Jul 02 16:55:52 UTC 2013
>Originator:     Anes Mukhametov <anes@anes.su>
>Release:        
>Organization:
>Environment:


	
>Description:
	New port devel/p5-AnyEvent-Connection.
	Base class for tcp connectful clients.

>How-To-Repeat:
	
>Fix:

	

--- p5-AnyEvent-Connection.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-AnyEvent-Connection
#	p5-AnyEvent-Connection/pkg-descr
#	p5-AnyEvent-Connection/pkg-plist
#	p5-AnyEvent-Connection/Makefile
#	p5-AnyEvent-Connection/distinfo
#
echo c - p5-AnyEvent-Connection
mkdir -p p5-AnyEvent-Connection > /dev/null 2>&1
echo x - p5-AnyEvent-Connection/pkg-descr
sed 's/^X//' >p5-AnyEvent-Connection/pkg-descr << 'ced83e7fd2111180049ce3990eb602f8'
XBase class for tcp connectful clients
X
XWWW: http://search.cpan.org/dist/AnyEvent-Connection/
ced83e7fd2111180049ce3990eb602f8
echo x - p5-AnyEvent-Connection/pkg-plist
sed 's/^X//' >p5-AnyEvent-Connection/pkg-plist << '15c71e4459a1ed3798190f1d10b4d0c1'
X%%SITE_PERL%%/AnyEvent/Connection/Util.pm
X%%SITE_PERL%%/AnyEvent/Connection/Raw.pm
X%%SITE_PERL%%/AnyEvent/Connection.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Connection
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
X@dirrmtry %%SITE_PERL%%/AnyEvent/Connection
X@dirrmtry %%SITE_PERL%%/AnyEvent
X@dirrmtry %%SITE_PERL%%
15c71e4459a1ed3798190f1d10b4d0c1
echo x - p5-AnyEvent-Connection/Makefile
sed 's/^X//' >p5-AnyEvent-Connection/Makefile << 'd683acbf4f4fdf27609e3381dab3a91e'
X# Created by: Anes Mukhametov <anes@anes.su>
X# $FreeBSD$
X
XPORTNAME=	AnyEvent-Connection
XPORTVERSION=	0.06
XPORTREVISION=	1
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	anes@anes.su
XCOMMENT=	Base class for tcp connectful clients
X
XBUILD_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
X		p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
X		p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense \
X		p5-Test-NoWarnings>=1.03:${PORTSDIR}/devel/p5-Test-NoWarnings \
X		p5-Test-TCP>=0.14:${PORTSDIR}/devel/p5-Test-TCP \
X		p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
XRUN_DEPENDS=	p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
X		p5-Object-Event>=1.21:${PORTSDIR}/devel/p5-Object-Event \
X		p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense
X
XPERL_CONFIGURE=	yes
XMAN3=	AnyEvent::Connection.3
X
X.include <bsd.port.mk>
d683acbf4f4fdf27609e3381dab3a91e
echo x - p5-AnyEvent-Connection/distinfo
sed 's/^X//' >p5-AnyEvent-Connection/distinfo << '51b98ebf3c3c7aa0fd2bea9985937130'
XSHA256 (AnyEvent-Connection-0.06.tar.gz) = b3ed2242669cc67e65de263a69e6a14e1105af8d28581fb9360ac50dfbf11d6e
XSIZE (AnyEvent-Connection-0.06.tar.gz) = 31851
51b98ebf3c3c7aa0fd2bea9985937130
exit
--- p5-AnyEvent-Connection.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 20 09:20:08 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179746 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179746: commit references a PR
Date: Tue,  2 Jul 2013 14:52:08 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: danfe 
State-Changed-When: Tue Jul 2 16:55:44 UTC 2013 
State-Changed-Why:  
Committed with minor modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179746 
>Unformatted:
