From owner-svn-ports-head@FreeBSD.ORG Tue Dec 9 10:25:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01DB3179; Tue, 9 Dec 2014 10:25:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2266E2E; Tue, 9 Dec 2014 10:25:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB9APOpl067862; Tue, 9 Dec 2014 10:25:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9APNb2067857; Tue, 9 Dec 2014 10:25:23 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201412091025.sB9APNb2067857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 9 Dec 2014 10:25:23 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 10:25:25 -0000 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 +# $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 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