From max@accessibility.org  Tue Aug  4 03:14:51 2009
Return-Path: <max@accessibility.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D91DC1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Aug 2009 03:14:51 +0000 (UTC)
	(envelope-from max@accessibility.org)
Received: from bourbon.accessibility.org (bourbon.accessibility.org [210.226.20.19])
	by mx1.freebsd.org (Postfix) with ESMTP id 7C5CF8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Aug 2009 03:14:51 +0000 (UTC)
	(envelope-from max@accessibility.org)
Received: from bourbon.accessibility.org (localhost [127.0.0.1])
	by bourbon.accessibility.org (Postfix) with ESMTP id 2E6C6547425
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Aug 2009 12:14:43 +0900 (JST)
Received: by bourbon.accessibility.org (Postfix, from userid 1000)
	id 052B3547423; Tue,  4 Aug 2009 12:14:43 +0900 (JST)
Message-Id: <20090804031443.052B3547423@bourbon.accessibility.org>
Date: Tue,  4 Aug 2009 12:14:43 +0900 (JST)
From: Masafumi NAKANE <max@accessibility.org>
Reply-To: Masafumi NAKANE <max@accessibility.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] net/p5-Net-Twitter-Lite
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137407
>Category:       ports
>Synopsis:       [new port] net/p5-Net-Twitter-Lite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 04 03:20:03 UTC 2009
>Closed-Date:    Tue Aug 04 12:37:10 UTC 2009
>Last-Modified:  Tue Aug 04 12:37:10 UTC 2009
>Originator:     Masafumi NAKANE
>Release:        FreeBSD 7.0-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD bourbon.accessibility.org 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #2: Fri Oct 3 16:27:21 JST 2008 root@bourbon.accessibility.org:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
As the name suggests, a lite version of Perl interface to the Twitter API,

without dependencies on Moose.

>How-To-Repeat:
	
>Fix:

	


# 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-Twitter-Lite/
#	p5-Net-Twitter-Lite/pkg-plist
#	p5-Net-Twitter-Lite/distinfo
#	p5-Net-Twitter-Lite/Makefile
#	p5-Net-Twitter-Lite/pkg-descr
#
echo c - p5-Net-Twitter-Lite/
mkdir -p p5-Net-Twitter-Lite/ > /dev/null 2>&1
echo x - p5-Net-Twitter-Lite/pkg-plist
sed 's/^X//' >p5-Net-Twitter-Lite/pkg-plist << '6268895b6225a35a90400ffaed2eab7f'
X%%SITE_PERL%%/Net/Twitter/Lite.pm
X%%SITE_PERL%%/Net/Twitter/Lite/Error.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter/Lite/.packlist
X@dirrmtry %%SITE_PERL%%/Net/Twitter/Lite
X@dirrmtry %%SITE_PERL%%/Net/Twitter
X@dirrmtry %%SITE_PERL%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter/Lite
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
6268895b6225a35a90400ffaed2eab7f
echo x - p5-Net-Twitter-Lite/distinfo
sed 's/^X//' >p5-Net-Twitter-Lite/distinfo << 'ec82b5b7234d9dc62b1646b63918eea0'
XMD5 (Net-Twitter-Lite-0.06002.tar.gz) = 041354bb288fb56ddb5e9c6d04a13414
XSHA256 (Net-Twitter-Lite-0.06002.tar.gz) = 1dea726e6501f394aa18fc46748c46793aeee3636bd416594fa0e25d7b7b8d11
XSIZE (Net-Twitter-Lite-0.06002.tar.gz) = 60354
ec82b5b7234d9dc62b1646b63918eea0
echo x - p5-Net-Twitter-Lite/Makefile
sed 's/^X//' >p5-Net-Twitter-Lite/Makefile << 'be089fbfbcf1f4149f60fe84d3f2a82b'
X# New ports collection makefile for:	p5-Net-Twitter-Lite
X# Date created:				Aug  2, 2009
X# Whom:					Masafumi NAKANE <max@FreeBSD.org>
X#
X# $FreeBSD: ports/www/p5-WWW-Shorten-Bitly/Makefile,v 1.1 2009/05/10 22:39:25 miwi Exp $
X#
X
XPORTNAME=	Net-Twitter-Lite
XPORTVERSION=	0.06002
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	max@FreeBSD.org
XCOMMENT=	A perl interface to the Twitter API
X
XBUILD_DEPENDS=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
X		p5-JSON-Any>=1.21:${PORTSDIR}/converters/p5-JSON-Any \
X		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
X		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \
X		p5-Net-OAuth>=0.16:${PORTSDIR}/net/p5-Net-OAuth
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
XMAN3=		Net::Twitter::Lite.3 Net::Twitter::Lite::Error.3
X
X.include <bsd.port.mk>
be089fbfbcf1f4149f60fe84d3f2a82b
echo x - p5-Net-Twitter-Lite/pkg-descr
sed 's/^X//' >p5-Net-Twitter-Lite/pkg-descr << 'e84cbb8b3d685200db613536a8bcb257'
XFrom the README:
X
XThis module provides a perl interface to the Twitter APIs. It uses the
Xsame API definitions as Net::Twitter, but without the extra bells and
Xwhistles and without the additional dependencies. Same great taste,
Xless filling.
X
XThis module is related to, but is not part of the "Net::Twitter"
Xdistribution. It's API methods and API method documentation are
Xgenerated from "Net::Twitter"'s internals. It exists for those who
Xcannot, or prefer not to install Moose and its dependencies.
X
XWWW: http://search.cpan.org/dist/Net-Twitter-Lite/
e84cbb8b3d685200db613536a8bcb257
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Tue Aug 4 09:59:52 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137407 
State-Changed-From-To: open->closed 
State-Changed-By: lippe 
State-Changed-When: Tue Aug 4 12:37:09 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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