Date: Sun, 28 Jan 2018 14:09:59 +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: r460214 - head/devel/p5-CPAN-Testers-Common-Client Message-ID: <201801281409.w0SE9xVV032203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 28 14:09:59 2018 New Revision: 460214 URL: https://svnweb.freebsd.org/changeset/ports/460214 Log: Add p5-CPAN-Testers-Common-Client 0.13 - While I'm here: - Fix LICENSE - Add BUILD_DEPENDS - Remove Perl core modules - Remove TEST_DEPENDS: all of them are part of {BUILD,RUN}_DEPENDS - Add NO_ARCH - Remove .include <bsd.port.options.mk> - Convert to options target helper - Sort PLIST CPAN::Testers::Common::Client is a Perl module which provides a common client for constructing metabase facts and the legacy email message sent to CPAN Testers in a way that is properly parsed by the extraction and report tools. It is meant to be used by all the CPAN clients (and standalone tools) that want/need to support the CPAN Testers infrastructure. WWW: http://search.cpan.org/dist/CPAN-Testers-Common-Client/ PR: 225440 Submitted by: James E Keenan <jkeenan@pobox.com> Added: head/devel/p5-CPAN-Testers-Common-Client/ head/devel/p5-CPAN-Testers-Common-Client/Makefile (contents, props changed) head/devel/p5-CPAN-Testers-Common-Client/distinfo (contents, props changed) head/devel/p5-CPAN-Testers-Common-Client/pkg-descr (contents, props changed) head/devel/p5-CPAN-Testers-Common-Client/pkg-plist (contents, props changed) Added: head/devel/p5-CPAN-Testers-Common-Client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Testers-Common-Client/Makefile Sun Jan 28 14:09:59 2018 (r460214) @@ -0,0 +1,35 @@ +# Created by: James E Keenan <jkeenan@cpan.org> +# $FreeBSD$ + +PORTNAME= CPAN-Testers-Common-Client +PORTVERSION= 0.13 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jkeenan@cpan.org +COMMENT= Common class for CPAN::Testers clients + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Config-Perl-V>=0:devel/p5-Config-Perl-V \ + p5-Devel-Platform-Info>=0:devel/p5-Devel-Platform-Info \ + p5-File-HomeDir>=0.58:devel/p5-File-HomeDir \ + p5-Probe-Perl>=0:sysutils/p5-Probe-Perl +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +OPTIONS_DEFINE= DOCS + +PORTDOCS= Changes README.md + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> Added: head/devel/p5-CPAN-Testers-Common-Client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Testers-Common-Client/distinfo Sun Jan 28 14:09:59 2018 (r460214) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516848551 +SHA256 (CPAN-Testers-Common-Client-0.13.tar.gz) = 7c7a77284d77e823ad510f02f9883e37391b0782309dda57f5357ce6eca263d5 +SIZE (CPAN-Testers-Common-Client-0.13.tar.gz) = 30247 Added: head/devel/p5-CPAN-Testers-Common-Client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Testers-Common-Client/pkg-descr Sun Jan 28 14:09:59 2018 (r460214) @@ -0,0 +1,7 @@ +CPAN::Testers::Common::Client is a Perl module which provides a common client +for constructing metabase facts and the legacy email message sent to CPAN +Testers in a way that is properly parsed by the extraction and report tools. +It is meant to be used by all the CPAN clients (and standalone tools) that +want/need to support the CPAN Testers infrastructure. + +WWW: http://search.cpan.org/dist/CPAN-Testers-Common-Client/ Added: head/devel/p5-CPAN-Testers-Common-Client/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-CPAN-Testers-Common-Client/pkg-plist Sun Jan 28 14:09:59 2018 (r460214) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/CPAN/Testers/Common/Client.pm +%%SITE_PERL%%/CPAN/Testers/Common/Client/Config.pm +%%SITE_PERL%%/CPAN/Testers/Common/Client/History.pm +%%SITE_PERL%%/CPAN/Testers/Common/Client/PrereqCheck.pm +%%PERL5_MAN3%%/CPAN::Testers::Common::Client.3.gz +%%PERL5_MAN3%%/CPAN::Testers::Common::Client::Config.3.gz +%%PERL5_MAN3%%/CPAN::Testers::Common::Client::History.3.gz +%%PERL5_MAN3%%/CPAN::Testers::Common::Client::PrereqCheck.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281409.w0SE9xVV032203>