Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 17:08:44 +0400 (MSK)
From:      Anes Mukhametov <anes@anes.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180314: New port: net/p5-Net-Google-PicasaWeb
Message-ID:  <201307051308.r65D8ioM009880@monitoring.rambler.ru>
Resent-Message-ID: <201307051310.r65DA22d069007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180314
>Category:       ports
>Synopsis:       New port: net/p5-Net-Google-PicasaWeb
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 13:10:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anes Mukhametov
>Release:        
>Organization:
>Environment:
>Description:
	New port: net/p5-Net-Google-PicasaWeb	
	Net::Google::PicasaWeb - use Google's Picasa Web API
	Requires: ports/180304 
>How-To-Repeat:
>Fix:

--- p5-Net-Google-PicasaWeb.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-Net-Google-PicasaWeb
#	p5-Net-Google-PicasaWeb/pkg-descr
#	p5-Net-Google-PicasaWeb/pkg-plist
#	p5-Net-Google-PicasaWeb/distinfo
#	p5-Net-Google-PicasaWeb/Makefile
#
echo c - p5-Net-Google-PicasaWeb
mkdir -p p5-Net-Google-PicasaWeb > /dev/null 2>&1
echo x - p5-Net-Google-PicasaWeb/pkg-descr
sed 's/^X//' >p5-Net-Google-PicasaWeb/pkg-descr << '55798230c0b74228d3874023a46d8748'
XNet::Google::PicasaWeb - use Google's Picasa Web API
X
XThis is both a library and a set of simple scripts for
Xreading information about a Google PicasaWeb account.
X
XWWW: http://search.cpan.org/dist/Net-Google-PicasaWeb/
55798230c0b74228d3874023a46d8748
echo x - p5-Net-Google-PicasaWeb/pkg-plist
sed 's/^X//' >p5-Net-Google-PicasaWeb/pkg-plist << 'c1f90d8a0cb4e37bf9c9a83ae007b2b2'
X%%SITE_PERL%%/Net/Google/PicasaWeb/Base.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb/Album.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb/Feed.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb/Media.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb/MediaFeed.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb/Comment.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb/MediaEntry.pm
X%%SITE_PERL%%/Net/Google/PicasaWeb.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/PicasaWeb/.packlist
Xbin/picasa
Xbin/picasa-get
Xbin/picasa-list
X@dirrmtry %%SITE_PERL%%/Net/Google/PicasaWeb
X@dirrmtry %%SITE_PERL%%/Net/Google
X@dirrmtry %%SITE_PERL%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/PicasaWeb
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
c1f90d8a0cb4e37bf9c9a83ae007b2b2
echo x - p5-Net-Google-PicasaWeb/distinfo
sed 's/^X//' >p5-Net-Google-PicasaWeb/distinfo << '38bf0596da921cc9182a162aeab6a142'
XSHA256 (Net-Google-PicasaWeb-0.11.tar.gz) = 8a06582d7f6447df49d56009e35eba47140a19ac94de5ec0415a870dbdde80d6
XSIZE (Net-Google-PicasaWeb-0.11.tar.gz) = 34104
38bf0596da921cc9182a162aeab6a142
echo x - p5-Net-Google-PicasaWeb/Makefile
sed 's/^X//' >p5-Net-Google-PicasaWeb/Makefile << 'ddcab94b9cdceb2825bafe74d11ace7d'
X# Created by: Anes Mukhametov <anes@anes.su>
X# $FreeBSD$
X
XPORTNAME=	Net-Google-PicasaWeb
XPORTVERSION=	0.11
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	anes@anes.su
XCOMMENT=	Use Google's Picasa Web API
X
XBUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
X		p5-Test-Able-Runner>=1.000:${PORTSDIR}/devel/p5-Test-Able-Runner \
X		p5-Test-Able>=0.09:${PORTSDIR}/devel/p5-Test-Able \
X		p5-Test-Mock-LWP>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP \
X		p5-XML-Twig>=3.30:${PORTSDIR}/textproc/p5-XML-Twig \
X		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
X		p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \
X		p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \
X		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
X		p5-MooseX-Role-Matcher>=0:${PORTSDIR}/devel/p5-MooseX-Role-Matcher
XRUN_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
X		p5-Test-Able-Runner>=1.000:${PORTSDIR}/devel/p5-Test-Able-Runner \
X		p5-Test-Able>=0.09:${PORTSDIR}/devel/p5-Test-Able \
X		p5-Test-Mock-LWP>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP \
X		p5-XML-Twig>=3.30:${PORTSDIR}/textproc/p5-XML-Twig \
X		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
X		p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \
X		p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \
X		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
X		p5-MooseX-Role-Matcher>=0:${PORTSDIR}/devel/p5-MooseX-Role-Matcher
X
XPERL_CONFIGURE=	yes
X
XMAN1=	picasa-get.1 picasa-list.1 picasa.1
XMAN3=	Net::Google::PicasaWeb.3 Net::Google::PicasaWeb::Album.3 Net::Google::PicasaWeb::Base.3 \
X	Net::Google::PicasaWeb::Comment.3 Net::Google::PicasaWeb::Feed.3 Net::Google::PicasaWeb::Media.3 \
X	Net::Google::PicasaWeb::MediaEntry.3 Net::Google::PicasaWeb::MediaFeed.3
X
X.include <bsd.port.mk>
ddcab94b9cdceb2825bafe74d11ace7d
exit
--- p5-Net-Google-PicasaWeb.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307051308.r65D8ioM009880>