Bug 180314 - New port: net/p5-Net-Google-PicasaWeb
Summary: New port: net/p5-Net-Google-PicasaWeb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 14:10 UTC by Anes Mukhametov
Modified: 2013-11-18 19:32 UTC (History)
0 users

See Also:


Attachments
p5-Net-Google-PicasaWeb.shar (4.04 KB, text/plain)
2013-07-05 14:10 UTC, Anes Mukhametov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anes Mukhametov 2013-07-05 14:10:02 UTC
	New port: net/p5-Net-Google-PicasaWeb	
	Net::Google::PicasaWeb - use Google's Picasa Web API
	Requires: ports/180304
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-05 14:10:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-17 22:57:35 UTC
Responsible Changed
From-To: perl->miwi

I'll take it.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-09-22 15:10:04 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to the heap due to timeout
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-14 20:58:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-16 21:11:39 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-11-18 19:25:03 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-11-18 19:32:35 UTC
State Changed
From-To: open->closed

New port added. Thanks!