diff options
author | sno <sno> | 2009-03-01 23:58:09 +0000 |
---|---|---|
committer | sno <sno> | 2009-03-01 23:58:09 +0000 |
commit | 0ce1622771f038ebe778cbdd7f2fb1ac37235b5b (patch) | |
tree | e14b4913d06d849f2d8ae4f752e7a3f2895f470c | |
parent | d26d92380cadb8ca4265bb5a8afbaa38342e5219 (diff) | |
download | pkgsrc-0ce1622771f038ebe778cbdd7f2fb1ac37235b5b.tar.gz |
Importing CPAN::Reporter to easily check for outdated perl modules.
The CPAN Testers project captures and analyses detailed results from
building and testing CPAN distributions on multiple operating systems and
multiple versions of Perl. This provides valuable feedback to module
authors and potential users to identify bugs or platform compatibility
issues and improves the overall quality and value of CPAN.
-rw-r--r-- | devel/p5-CPAN-Reporter/DESCR | 10 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/Makefile | 48 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/distinfo | 5 |
3 files changed, 63 insertions, 0 deletions
diff --git a/devel/p5-CPAN-Reporter/DESCR b/devel/p5-CPAN-Reporter/DESCR new file mode 100644 index 00000000000..1a62d07171a --- /dev/null +++ b/devel/p5-CPAN-Reporter/DESCR @@ -0,0 +1,10 @@ +The CPAN Testers project captures and analyses detailed results from +building and testing CPAN distributions on multiple operating systems and +multiple versions of Perl. This provides valuable feedback to module +authors and potential users to identify bugs or platform compatibility +issues and improves the overall quality and value of CPAN. + +One way individuals can contribute is to send a report for each module that +they test or install. CPAN::Reporter is an add-on for the CPAN.pm module to +send the results of building and testing modules to the CPAN Testers project. +Full support for CPAN::Reporter is available in CPAN.pm as of version 1.92. diff --git a/devel/p5-CPAN-Reporter/Makefile b/devel/p5-CPAN-Reporter/Makefile new file mode 100644 index 00000000000..175042b2656 --- /dev/null +++ b/devel/p5-CPAN-Reporter/Makefile @@ -0,0 +1,48 @@ +# $NetBSD: Makefile,v 1.1 2009/03/01 23:58:09 sno Exp $ + +DISTNAME= CPAN-Reporter-1.1705 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/${DISTNAME}/ +COMMENT= Adds CPAN Testers reporting to p5-CPAN + +MAKE_PARAMS+= verbose + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c + +PERL5_PACKLIST= auto/CPAN/Reporter/.packlist + +PKG_OPTIONS_VAR= PKG_OPTIONS.p5-CPAN-Reporter +PKG_SUPPORTED_OPTIONS+= proc-processtable +PKG_SUGGESTED_OPTIONS+= #empty + +.include "../../mk/bsd.options.mk" + +DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny +DEPENDS+= p5-CPAN>=1.9301:../../devel/p5-CPAN +DEPENDS+= p5-Parse-CPAN-Meta>=0.01:../../devel/p5-Parse-CPAN-Meta +DEPENDS+= p5-File-Copy-Recursive>=0.35:../../sysutils/p5-File-Copy-Recursive +DEPENDS+= p5-Devel-Autoflush>=0.04:../../devel/p5-Devel-Autoflush +DEPENDS+= p5-File-HomeDir>=0.58:../../devel/p5-File-HomeDir +DEPENDS+= p5-File-pushd>=0.32:../../devel/p5-File-pushd +DEPENDS+= p5-PathTools>=3.19:../../devel/p5-PathTools +DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl +DEPENDS+= p5-Tee>=0.13:../../devel/p5-Tee +DEPENDS+= p5-Test-Reporter>=1.50:../../devel/p5-Test-Reporter + +.if !empty(PKG_OPTIONS:Mproc-processtable) +DEPENDS+= p5-Proc-ProcessTable>=0.45:../../devel/p5-Proc-ProcessTable +.endif + +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.36:../../devel/p5-ExtUtils-MakeMaker +BUILD_DEPENDS+= p5-IO-CaptureOutput>=1.03:../../devel/p5-IO-CaptureOutput +BUILD_DEPENDS+= p5-Test-Simple>=0.62:../../devel/p5-Test-Simple + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-CPAN-Reporter/distinfo b/devel/p5-CPAN-Reporter/distinfo new file mode 100644 index 00000000000..30c07a1f235 --- /dev/null +++ b/devel/p5-CPAN-Reporter/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2009/03/01 23:58:09 sno Exp $ + +SHA1 (CPAN-Reporter-1.1705.tar.gz) = 94b8af68842adf959710e090f12463d77a7c13a8 +RMD160 (CPAN-Reporter-1.1705.tar.gz) = daf949dd56b73d17dc230088006bc33566f76aee +Size (CPAN-Reporter-1.1705.tar.gz) = 101981 bytes |