From cherry@spica.trombik.org  Mon Sep  3 13:34:48 2007
Return-Path: <cherry@spica.trombik.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1B07016A41A;
	Mon,  3 Sep 2007 13:34:48 +0000 (UTC)
	(envelope-from cherry@spica.trombik.org)
Received: from spica.trombik.org (spica.trombik.org [211.19.48.12])
	by mx1.freebsd.org (Postfix) with ESMTP id A25E613C45B;
	Mon,  3 Sep 2007 13:34:47 +0000 (UTC)
	(envelope-from cherry@spica.trombik.org)
Received: by spica.trombik.org (Postfix, from userid 999)
	id 98E133C043A; Mon,  3 Sep 2007 22:19:56 +0900 (JST)
Message-Id: <20070903131956.98E133C043A@spica.trombik.org>
Date: Mon,  3 Sep 2007 22:19:56 +0900 (JST)
From: Tomoyuki Sakurai <cherry@trombik.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@FreeBSD.org
Subject: [NEW PORT] devel/p5-Gearman-Client-Async: Asynchronous client module for Gearman for Danga::Socket applications
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116052
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Gearman-Client-Async: Asynchronous client module for Gearman for Danga::Socket applications
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 03 13:40:00 GMT 2007
>Closed-Date:    Sat Sep 08 08:21:23 GMT 2007
>Last-Modified:  Sat Sep  8 08:30:08 GMT 2007
>Originator:     Tomoyuki Sakurai
>Release:        FreeBSD 6.2-STABLE-200706 i386
>Organization:
>Environment:
System: FreeBSD spica.trombik.org 6.2-STABLE-200706 FreeBSD 6.2-STABLE-200706 #0: Sun Jun  3 13:54:03 UTC
>Description:
Gearman::Client::Async - Asynchronous client module for Gearman for
Danga::Socket applications

WWW:	http://search.cpan.org/dist/Gearman-Client-Async/

This fixes ports/116013.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Gearman-Client-Async-0.94.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-Gearman-Client-Async
#	p5-Gearman-Client-Async/pkg-descr
#	p5-Gearman-Client-Async/Makefile
#	p5-Gearman-Client-Async/pkg-plist
#	p5-Gearman-Client-Async/distinfo
#
echo c - p5-Gearman-Client-Async
mkdir -p p5-Gearman-Client-Async > /dev/null 2>&1
echo x - p5-Gearman-Client-Async/pkg-descr
sed 's/^X//' >p5-Gearman-Client-Async/pkg-descr << 'END-of-p5-Gearman-Client-Async/pkg-descr'
XGearman::Client::Async - Asynchronous client module for Gearman for
XDanga::Socket applications
X
XWWW:	http://search.cpan.org/dist/Gearman-Client-Async/
END-of-p5-Gearman-Client-Async/pkg-descr
echo x - p5-Gearman-Client-Async/Makefile
sed 's/^X//' >p5-Gearman-Client-Async/Makefile << 'END-of-p5-Gearman-Client-Async/Makefile'
X# New ports collection makefile for:	p5-Gearman-Client-Async
X# Date created:		2007-09-03
X# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Gearman-Client-Async
XPORTVERSION=	0.94
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../by-authors/id/B/BR/BRADFITZ
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	cherry@trombik.org
XCOMMENT=	Asynchronous client module for Gearman for Danga::Socket applications
X
XRUN_DEPENDS=	\
X	${SITE_PERL}/Danga/Socket.pm:${PORTSDIR}/devel/p5-Danga-Socket \
X	${SITE_PERL}/Gearman/Client.pm:${PORTSDIR}/devel/p5-Gearman \
X	${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XUSE_PERL=	yes
XPERL_CONFIGURE=	yes
XMAN3=	Gearman::Client::Async.3
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-p5-Gearman-Client-Async/Makefile
echo x - p5-Gearman-Client-Async/pkg-plist
sed 's/^X//' >p5-Gearman-Client-Async/pkg-plist << 'END-of-p5-Gearman-Client-Async/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Client/Async/.packlist
X%%SITE_PERL%%/Gearman/Client/Async.pm
X%%SITE_PERL%%/Gearman/Client/Async/Connection.pm
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Client/Async
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Client
X@dirrmtry %%SITE_PERL%%/Gearman/Client/Async
X@dirrmtry %%SITE_PERL%%/Gearman/Client
END-of-p5-Gearman-Client-Async/pkg-plist
echo x - p5-Gearman-Client-Async/distinfo
sed 's/^X//' >p5-Gearman-Client-Async/distinfo << 'END-of-p5-Gearman-Client-Async/distinfo'
XMD5 (Gearman-Client-Async-0.94.tar.gz) = 71dcadfb434202dbdf4798f2ec93b32f
XSHA256 (Gearman-Client-Async-0.94.tar.gz) = 8f8fa7722c82a27130224828629b8c680eb99e15e562d17e02d57c3f097826ea
XSIZE (Gearman-Client-Async-0.94.tar.gz) = 9727
END-of-p5-Gearman-Client-Async/distinfo
exit
--- p5-Gearman-Client-Async-0.94.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Wed Sep 5 01:08:55 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116052 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Sat Sep 8 08:21:22 UTC 2007 
State-Changed-Why:  
New port added. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116052: commit references a PR
Date: Sat,  8 Sep 2007 08:21:03 +0000 (UTC)

 clsung      2007-09-08 08:20:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Gearman-Client-Async Makefile distinfo pkg-descr 
                                   pkg-plist 
   Log:
   Gearman::Client::Async - Asynchronous client module for Gearman for
   Danga::Socket applications
   
   WWW:    http://search.cpan.org/dist/Gearman-Client-Async/
   
   PR:             ports/116052
   Submitted by:   Tomoyuki Sakurai <cherry at trombik.org>
   
   Revision  Changes    Path
   1.2870    +1 -0      ports/devel/Makefile
   1.1       +29 -0     ports/devel/p5-Gearman-Client-Async/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Gearman-Client-Async/distinfo (new)
   1.1       +4 -0      ports/devel/p5-Gearman-Client-Async/pkg-descr (new)
   1.1       +8 -0      ports/devel/p5-Gearman-Client-Async/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
