Date: Tue, 9 Dec 2014 10:25:23 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374355 - in head/www: . p5-Reddit-Client Message-ID: <201412091025.sB9APNb2067857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Dec 9 10:25:23 2014 New Revision: 374355 URL: https://svnweb.freebsd.org/changeset/ports/374355 QAT: https://qat.redports.org/buildarchive/r374355/ Log: Add www/p5-Reddit-Client, a perl module that provides methods and simple object wrappers for objects exposed by the Reddit API. This module handles HTTP communication, basic session management (e.g. storing an active login session), and communication with Reddit's external API. Added: head/www/p5-Reddit-Client/ head/www/p5-Reddit-Client/Makefile (contents, props changed) head/www/p5-Reddit-Client/distinfo (contents, props changed) head/www/p5-Reddit-Client/pkg-descr (contents, props changed) head/www/p5-Reddit-Client/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Dec 9 09:02:00 2014 (r374354) +++ head/www/Makefile Tue Dec 9 10:25:23 2014 (r374355) @@ -1140,6 +1140,7 @@ SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction SUBDIR += p5-Reddit + SUBDIR += p5-Reddit-Client SUBDIR += p5-Rose-HTML-Objects SUBDIR += p5-Router-Boom SUBDIR += p5-Router-Simple Added: head/www/p5-Reddit-Client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Reddit-Client/Makefile Tue Dec 9 10:25:23 2014 (r374355) @@ -0,0 +1,24 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Reddit-Client +PORTVERSION= 0.8 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Methods and object wrappers for objects exposed by the Reddit API + +BUILD_DEPENDS= p5-IO-Capture>=0:${PORTSDIR}/devel/p5-IO-Capture \ + p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \ + p5-URI-Encode>0:${PORTSDIR}/www/p5-URI-Encode \ + p5-URI>0:${PORTSDIR}/net/p5-URI \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-Reddit-Client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Reddit-Client/distinfo Tue Dec 9 10:25:23 2014 (r374355) @@ -0,0 +1,2 @@ +SHA256 (Reddit-Client-0.8.tar.gz) = ffed53dc6fa657a4294eda638648af308a3f26bcd6dc797e5310831ec226aae3 +SIZE (Reddit-Client-0.8.tar.gz) = 15723 Added: head/www/p5-Reddit-Client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Reddit-Client/pkg-descr Tue Dec 9 10:25:23 2014 (r374355) @@ -0,0 +1,6 @@ +Reddit::Client provides methods and simple object wrappers for objects exposed +by the Reddit API. This module handles HTTP communication, basic session +management (e.g. storing an active login session), and communication with +Reddit's external API. + +WWW: http://search.cpan.org/dist/Reddit-Client/ Added: head/www/p5-Reddit-Client/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Reddit-Client/pkg-plist Tue Dec 9 10:25:23 2014 (r374355) @@ -0,0 +1,16 @@ +%%SITE_PERL%%/Reddit/Client.pm +%%SITE_PERL%%/Reddit/Client/Account.pm +%%SITE_PERL%%/Reddit/Client/Comment.pm +%%SITE_PERL%%/Reddit/Client/Link.pm +%%SITE_PERL%%/Reddit/Client/Request.pm +%%SITE_PERL%%/Reddit/Client/SubReddit.pm +%%SITE_PERL%%/Reddit/Client/Thing.pm +%%SITE_PERL%%/Reddit/Client/VotableThing.pm +%%PERL5_MAN3%%/Reddit::Client.3.gz +%%PERL5_MAN3%%/Reddit::Client::Account.3.gz +%%PERL5_MAN3%%/Reddit::Client::Comment.3.gz +%%PERL5_MAN3%%/Reddit::Client::Link.3.gz +%%PERL5_MAN3%%/Reddit::Client::Request.3.gz +%%PERL5_MAN3%%/Reddit::Client::SubReddit.3.gz +%%PERL5_MAN3%%/Reddit::Client::Thing.3.gz +%%PERL5_MAN3%%/Reddit::Client::VotableThing.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412091025.sB9APNb2067857>