pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-CPAN-Reporter Importing CPAN::Reporter to eas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/459a5947cac4
branches:  trunk
changeset: 555427:459a5947cac4
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Mar 01 23:58:09 2009 +0000

description:
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.

diffstat:

 devel/p5-CPAN-Reporter/DESCR    |  10 ++++++++
 devel/p5-CPAN-Reporter/Makefile |  48 +++++++++++++++++++++++++++++++++++++++++
 devel/p5-CPAN-Reporter/distinfo |   5 ++++
 3 files changed, 63 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 4fab22379ae9 -r 459a5947cac4 devel/p5-CPAN-Reporter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Reporter/DESCR      Sun Mar 01 23:58:09 2009 +0000
@@ -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 -r 4fab22379ae9 -r 459a5947cac4 devel/p5-CPAN-Reporter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Reporter/Makefile   Sun Mar 01 23:58:09 2009 +0000
@@ -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@localhost
+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 -r 4fab22379ae9 -r 459a5947cac4 devel/p5-CPAN-Reporter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Reporter/distinfo   Sun Mar 01 23:58:09 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index