From nobody@FreeBSD.org  Mon Mar 29 01:56:48 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 22E4D106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Mar 2010 01:56:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 108F58FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Mar 2010 01:56:48 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o2T1ulGB005783
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 29 Mar 2010 01:56:47 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o2T1ulBd005782;
	Mon, 29 Mar 2010 01:56:47 GMT
	(envelope-from nobody)
Message-Id: <201003290156.o2T1ulBd005782@www.freebsd.org>
Date: Mon, 29 Mar 2010 01:56:47 GMT
From: Gunter Wambaugh <gunter@six-two.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port:net/p5-Google-DataAPI
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         145150
>Category:       ports
>Synopsis:       New port:net/p5-Google-DataAPI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 29 02:00:14 UTC 2010
>Closed-Date:    Mon Mar 29 04:14:03 UTC 2010
>Last-Modified:  Mon Mar 29 13:10:02 UTC 2010
>Originator:     Gunter Wambaugh
>Release:        FreeBSD 8.0-RELEASE amd64
>Organization:
>Environment:
FreeBSD freebsd64.six-two.net 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Wed Jan 27 11:25:34 CST 2010 root@devzero.lifeway.org:/usr/obj/usr/src/sys/VMWARE amd64
>Description:
Base implementations for modules to negotiate with Google Data APIs.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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-Net-Google-DataAPI
#	p5-Net-Google-DataAPI/Makefile
#	p5-Net-Google-DataAPI/pkg-descr
#	p5-Net-Google-DataAPI/distinfo
#	p5-Net-Google-DataAPI/pkg-plist
#
echo c - p5-Net-Google-DataAPI
mkdir -p p5-Net-Google-DataAPI > /dev/null 2>&1
echo x - p5-Net-Google-DataAPI/Makefile
sed 's/^X//' >p5-Net-Google-DataAPI/Makefile << '53944f949ab1835f49aa748fc113a7fe'
X# New ports collection makefile for:	p5-Net-Google-DataAPI
X# Date created:				23 March 2010
X# Whom:					Gunter Wambaugh <gunter@six-two.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-Google-DataAPI
XPORTVERSION=	0.17
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gunter@six-two.net
XCOMMENT=	Base implementations for modules to negotiate with Google Data APIs
X
XBUILD_DEPENDS=	${SITE_PERL}/XML/Atom.pm:${PORTSDIR}/textproc/p5-XML-Atom \
X		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
X		${SITE_PERL}/Any/Moose.pm:${PORTSDIR}/devel/p5-Any-Moose \
X		${SITE_PERL}/Net/Google/AuthSub.pm:${PORTSDIR}/net/p5-Net-Google-AuthSub \
X		${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
X		${SITE_PERL}/Net/OAuth.pm:${PORTSDIR}/net/p5-Net-OAuth \
X		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X		${SITE_PERL}/Lingua/EN/Inflect/Number.pm:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Number \
X		${SITE_PERL}/namespace/autoclean.pm:${PORTSDIR}/devel/p5-namespace-autoclean \
X		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
X		${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \
X		${SITE_PERL}/Test/MockModule.pm:${PORTSDIR}/devel/p5-Test-MockModule \
X		${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
X		${SITE_PERL}/UNIVERSAL/isa.pm:${PORTSDIR}/devel/p5-UNIVERSAL-isa \
X		${SITE_PERL}/UNIVERSAL/can.pm:${PORTSDIR}/devel/p5-UNIVERSAL-can
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::Google::DataAPI.3 \
X		Net::Google::DataAPI::Auth::ClientLogin::Multiple.3 \
X		Net::Google::DataAPI::Auth::OAuth.3 \
X		Net::Google::DataAPI::Role::Entry.3 \
X		Net::Google::DataAPI::Role::HasContent.3 \
X		Net::Google::DataAPI::Role::Service.3
X
X.include <bsd.port.mk>
53944f949ab1835f49aa748fc113a7fe
echo x - p5-Net-Google-DataAPI/pkg-descr
sed 's/^X//' >p5-Net-Google-DataAPI/pkg-descr << 'a8035450179c2d3c0af359fdc04e5b83'
XBase implementations for modules to negotiate with Google Data APIs.
X
XAuthor:	Nobuo Danjou
XWWW:	http://search.cpan.org/~danjou/
a8035450179c2d3c0af359fdc04e5b83
echo x - p5-Net-Google-DataAPI/distinfo
sed 's/^X//' >p5-Net-Google-DataAPI/distinfo << '4997442d6262610995c5209592118cc2'
XMD5 (Net-Google-DataAPI-0.17.tar.gz) = 589f4f1f62dc1f4cd49a5fac22e984a9
XSHA256 (Net-Google-DataAPI-0.17.tar.gz) = 4b78ea172e586c016e119a48e0f0e952243f7565859a63c8aaeba7a06c170bba
XSIZE (Net-Google-DataAPI-0.17.tar.gz) = 44630
4997442d6262610995c5209592118cc2
echo x - p5-Net-Google-DataAPI/pkg-plist
sed 's/^X//' >p5-Net-Google-DataAPI/pkg-plist << '0f1753797921656cd19536987b747120'
X%%SITE_PERL%%/Net/Google/DataAPI.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Auth/AuthSub.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Auth/ClientLogin/Multiple.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Auth/Null.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Auth/OAuth.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Role/Auth.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Role/Entry.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Role/HasContent.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Role/Service.pm
X%%SITE_PERL%%/Net/Google/DataAPI/Types.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/DataAPI/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/DataAPI
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net/Google/DataAPI/Role
X@dirrmtry %%SITE_PERL%%/Net/Google/DataAPI/Auth/ClientLogin
X@dirrmtry %%SITE_PERL%%/Net/Google/DataAPI/Auth
X@dirrmtry %%SITE_PERL%%/Net/Google/DataAPI
X@dirrmtry %%SITE_PERL%%/Net/Google
X@dirrmtry %%SITE_PERL%%/Net
0f1753797921656cd19536987b747120
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wen 
Responsible-Changed-By: wen 
Responsible-Changed-When: Mon Mar 29 03:06:39 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145150 
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Mon Mar 29 04:14:02 UTC 2010 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145150: commit references a PR
Date: Mon, 29 Mar 2010 04:13:26 +0000 (UTC)

 wen         2010-03-29 04:13:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-Net-Google-DataAPI Makefile distinfo pkg-descr 
                               pkg-plist 
   Log:
   Net::Google::DataAPI is base implementations for modules to negotiate
   with Google Data APIs.
   
   WWW:    http://search.cpan.org/~danjou/Net-Google-DataAPI/
   
   PR:             ports/145150
   Submitted by:   Gunter Wambaugh <gunter@six-two.net>
   
   Revision  Changes    Path
   1.2189    +1 -0      ports/net/Makefile
   1.1       +44 -0     ports/net/p5-Net-Google-DataAPI/Makefile (new)
   1.1       +3 -0      ports/net/p5-Net-Google-DataAPI/distinfo (new)
   1.1       +4 -0      ports/net/p5-Net-Google-DataAPI/pkg-descr (new)
   1.1       +20 -0     ports/net/p5-Net-Google-DataAPI/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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145150: commit references a PR
Date: Mon, 29 Mar 2010 13:01:43 +0000 (UTC)

 wen         2010-03-29 13:01:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-Config-YAML Makefile distinfo pkg-descr pkg-plist 
   Log:
   Config::YAML is a somewhat object-oriented wrapper around the YAML module
   which makes reading and writing configuration files simple.
   
   WWW:    http://search.cpan.org/~mdxi/Config-YAML/
   
   PR:             ports/145150
   Submitted by:   Steve Wills <steve@mouf.net>
   
   Revision  Changes    Path
   1.3847    +1 -0      ports/devel/Makefile
   1.1       +24 -0     ports/devel/p5-Config-YAML/Makefile (new)
   1.1       +3 -0      ports/devel/p5-Config-YAML/distinfo (new)
   1.1       +4 -0      ports/devel/p5-Config-YAML/pkg-descr (new)
   1.1       +6 -0      ports/devel/p5-Config-YAML/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:
