Add devel/p5-App-cpanminus-reporter: Perl extension to send cpanm output to CPAN Testers database
App::cpanminus::reporter is a Perl module which parses the build log generated by the CPAN installer program 'cpanm' and then generates and sends reports to the CPAN Testers database. The module provides the standalone application 'cpanm-reporter' to perform this parsing. WWW: http://search.cpan.org/dist/App-cpanminus-reporter/ PR: 225599 Submitted by: James E Keenan <jkeenan@pobox.com>
This commit is contained in:
parent
c62ceadfb0
commit
8ff3ee8fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460826
5 changed files with 49 additions and 0 deletions
|
@ -1930,6 +1930,7 @@
|
|||
SUBDIR += p5-App-SVN-Bisect
|
||||
SUBDIR += p5-App-Trace
|
||||
SUBDIR += p5-App-cpanminus
|
||||
SUBDIR += p5-App-cpanminus-reporter
|
||||
SUBDIR += p5-App-cpanoutdated
|
||||
SUBDIR += p5-App-local-lib-helper
|
||||
SUBDIR += p5-App-perlbrew
|
||||
|
|
33
devel/p5-App-cpanminus-reporter/Makefile
Normal file
33
devel/p5-App-cpanminus-reporter/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Created by: James E Keenan <jkeenan@cpan.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= App-cpanminus-reporter
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jkeenan@cpan.org
|
||||
COMMENT= Perl extension to send cpanm output to CPAN Testers database
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
|
||||
p5-Config-Tiny>=2.08:devel/p5-Config-Tiny \
|
||||
p5-CPAN-Testers-Common-Client>=0.13:devel/p5-CPAN-Testers-Common-Client \
|
||||
p5-File-HomeDir>=0.58:devel/p5-File-HomeDir \
|
||||
p5-IO-Prompt-Tiny>=0:devel/p5-IO-Prompt-Tiny \
|
||||
p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
|
||||
p5-Metabase-Fact>=0:devel/p5-Metabase-Fact \
|
||||
p5-Test-Reporter>=1.54:devel/p5-Test-Reporter \
|
||||
p5-Test-Reporter-Transport-Metabase>=0:devel/p5-Test-Reporter-Transport-Metabase \
|
||||
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
|
||||
p5-URI>=0:net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-App-cpanminus-reporter/distinfo
Normal file
3
devel/p5-App-cpanminus-reporter/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1517447984
|
||||
SHA256 (App-cpanminus-reporter-0.17.tar.gz) = 7a2bfc6060a3667db8648e25a687c1d1067e8d0a947fa3c5a9b61f024979bb6f
|
||||
SIZE (App-cpanminus-reporter-0.17.tar.gz) = 74253
|
8
devel/p5-App-cpanminus-reporter/pkg-descr
Normal file
8
devel/p5-App-cpanminus-reporter/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
App::cpanminus::reporter is a Perl module which parses the build log generated
|
||||
by the CPAN installer program 'cpanm' and then generates and sends reports to
|
||||
the CPAN Testers database.
|
||||
|
||||
The module provides the standalone application 'cpanm-reporter' to perform
|
||||
this parsing.
|
||||
|
||||
WWW: http://search.cpan.org/dist/App-cpanminus-reporter/
|
4
devel/p5-App-cpanminus-reporter/pkg-plist
Normal file
4
devel/p5-App-cpanminus-reporter/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/cpanm-reporter
|
||||
%%PERL5_MAN1%%/cpanm-reporter.1.gz
|
||||
%%PERL5_MAN3%%/App::cpanminus::reporter.3.gz
|
||||
%%SITE_PERL%%/App/cpanminus/reporter.pm
|
Loading…
Reference in a new issue