Date: Mon, 18 Nov 2013 19:24:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334248 - in head/net: . p5-Net-Google-PicasaWeb Message-ID: <201311181924.rAIJOrF7042931@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 18 19:24:53 2013 New Revision: 334248 URL: http://svnweb.freebsd.org/changeset/ports/334248 Log: - Add p5-Net-Google-PicasaWeb 0.11 - While I'm here: - Add LICENSE - Fix *_DEPENDS - Convert to new Perl framework - Support STAGEDIR - Sort PLIST Net::Google::PicasaWeb - use Google's Picasa Web API This is both a library and a set of simple scripts for reading information about a Google PicasaWeb account. WWW: http://search.cpan.org/dist/Net-Google-PicasaWeb/ PR: ports/180314 Submitted by: Anes Mukhametov <anes@anes.su> Added: head/net/p5-Net-Google-PicasaWeb/ head/net/p5-Net-Google-PicasaWeb/Makefile (contents, props changed) head/net/p5-Net-Google-PicasaWeb/distinfo (contents, props changed) head/net/p5-Net-Google-PicasaWeb/pkg-descr (contents, props changed) head/net/p5-Net-Google-PicasaWeb/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Nov 18 19:23:56 2013 (r334247) +++ head/net/Makefile Mon Nov 18 19:24:53 2013 (r334248) @@ -582,6 +582,7 @@ SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Google-Code SUBDIR += p5-Net-Google-DataAPI + SUBDIR += p5-Net-Google-PicasaWeb SUBDIR += p5-Net-Google-SafeBrowsing2 SUBDIR += p5-Net-Google-Spreadsheets SUBDIR += p5-Net-Growl Added: head/net/p5-Net-Google-PicasaWeb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Google-PicasaWeb/Makefile Mon Nov 18 19:24:53 2013 (r334248) @@ -0,0 +1,31 @@ +# Created by: Anes Mukhametov <anes@anes.su> +# $FreeBSD$ + +PORTNAME= Net-Google-PicasaWeb +PORTVERSION= 0.11 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Use Google Picasa Web API + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-IO-Prompt>=0:${PORTSDIR}/devel/p5-IO-Prompt \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-MooseX-Role-Matcher>=0:${PORTSDIR}/devel/p5-MooseX-Role-Matcher \ + p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-Twig>=3.30:${PORTSDIR}/textproc/p5-XML-Twig \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Able>=0.09:${PORTSDIR}/devel/p5-Test-Able \ + p5-Test-Able-Runner>=1.000:${PORTSDIR}/devel/p5-Test-Able-Runner \ + p5-Test-Mock-LWP>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> Added: head/net/p5-Net-Google-PicasaWeb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Google-PicasaWeb/distinfo Mon Nov 18 19:24:53 2013 (r334248) @@ -0,0 +1,2 @@ +SHA256 (Net-Google-PicasaWeb-0.11.tar.gz) = 8a06582d7f6447df49d56009e35eba47140a19ac94de5ec0415a870dbdde80d6 +SIZE (Net-Google-PicasaWeb-0.11.tar.gz) = 34104 Added: head/net/p5-Net-Google-PicasaWeb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Google-PicasaWeb/pkg-descr Mon Nov 18 19:24:53 2013 (r334248) @@ -0,0 +1,6 @@ +Net::Google::PicasaWeb - use Google's Picasa Web API + +This is both a library and a set of simple scripts for +reading information about a Google PicasaWeb account. + +WWW: http://search.cpan.org/dist/Net-Google-PicasaWeb/ Added: head/net/p5-Net-Google-PicasaWeb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Google-PicasaWeb/pkg-plist Mon Nov 18 19:24:53 2013 (r334248) @@ -0,0 +1,29 @@ +bin/picasa +bin/picasa-get +bin/picasa-list +%%SITE_PERL%%/Net/Google/PicasaWeb.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/Album.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/Base.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/Comment.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/Feed.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/Media.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/MediaEntry.pm +%%SITE_PERL%%/Net/Google/PicasaWeb/MediaFeed.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/PicasaWeb/.packlist +%%PERL5_MAN3%%/Net::Google::PicasaWeb.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::Album.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::Base.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::Comment.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::Feed.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::Media.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::MediaEntry.3.gz +%%PERL5_MAN3%%/Net::Google::PicasaWeb::MediaFeed.3.gz +man/man1/picasa.1.gz +man/man1/picasa-get.1.gz +man/man1/picasa-list.1.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/PicasaWeb +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/Google/PicasaWeb +@dirrmtry %%SITE_PERL%%/Net/Google +@dirrmtry %%SITE_PERL%%/Net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311181924.rAIJOrF7042931>