Date: Mon, 1 Dec 2014 16:52:44 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373714 - in head/www: . p5-WebService-Redmine Message-ID: <201412011652.sB1GqiXY038605@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Mon Dec 1 16:52:44 2014 New Revision: 373714 URL: https://svnweb.freebsd.org/changeset/ports/373714 QAT: https://qat.redports.org/buildarchive/r373714/ Log: New port: www/p5-WebService-Redmine: This module is a client for RedMine REST API. Please note that although RedMine API is designed to support both JSON and XML, this module is JSON only. WWW: http://search.cpan.org/dist/WebService-Redmine/ Added: head/www/p5-WebService-Redmine/ head/www/p5-WebService-Redmine/Makefile (contents, props changed) head/www/p5-WebService-Redmine/distinfo (contents, props changed) head/www/p5-WebService-Redmine/pkg-descr (contents, props changed) head/www/p5-WebService-Redmine/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 1 16:17:33 2014 (r373713) +++ head/www/Makefile Mon Dec 1 16:52:44 2014 (r373714) @@ -1306,6 +1306,7 @@ SUBDIR += p5-WebService-NoPaste SUBDIR += p5-WebService-Pushover SUBDIR += p5-WebService-Rakuten + SUBDIR += p5-WebService-Redmine SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati SUBDIR += p5-WebService-YouTube Added: head/www/p5-WebService-Redmine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Redmine/Makefile Mon Dec 1 16:52:44 2014 (r373714) @@ -0,0 +1,20 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= WebService-Redmine +PORTVERSION= 0.06 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl interface to Redmine + +RUN_DEPENDS= p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-WebService-Redmine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Redmine/distinfo Mon Dec 1 16:52:44 2014 (r373714) @@ -0,0 +1,2 @@ +SHA256 (WebService-Redmine-0.06.tar.gz) = d8eb03e4f01e7d4eada86cb0bb453de9cd7bfa57a1aa07f22aedb10a0a075aa7 +SIZE (WebService-Redmine-0.06.tar.gz) = 15167 Added: head/www/p5-WebService-Redmine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Redmine/pkg-descr Mon Dec 1 16:52:44 2014 (r373714) @@ -0,0 +1,5 @@ +This module is a client for RedMine REST API. Please note that although +RedMine API is designed to support both JSON and XML, this module is JSON +only. + +WWW: http://search.cpan.org/dist/WebService-Redmine/ Added: head/www/p5-WebService-Redmine/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-WebService-Redmine/pkg-plist Mon Dec 1 16:52:44 2014 (r373714) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/WebService::Redmine.3.gz +%%SITE_PERL%%/WebService/Redmine.pm +%%SITE_ARCH%%/auto/WebService/Redmine/.packlist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412011652.sB1GqiXY038605>