diff options
author | wen <wen@pkgsrc.org> | 2013-09-08 01:45:49 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-09-08 01:45:49 +0000 |
commit | c5da9dc819141d9a9df71b2104a32c56ad58f8eb (patch) | |
tree | a8fae9fac1e6391532b709bb40e493a452925425 /devel | |
parent | 1ec0c3afeaf43238138cbc60cda6785f9b454806 (diff) | |
download | pkgsrc-c5da9dc819141d9a9df71b2104a32c56ad58f8eb.tar.gz |
Update to 1.14
Add missing DEPENDS
Add LICENSE
Upstream changes:
1.14 2013-09-04 01:38:29Z (Karen Etheridge)
- updated inaccurate test prereq
1.13 2013-08-21 20:03:31Z (Karen Etheridge)
- added missing abstract for kwalitee-metrics script
- no longer issuing a warning if the test is running from xt/ (see v1.10)
1.12 2013-08-01 16:09:47 PDT-0700 (Karen Etheridge)
- adjusted tests to compensate for changes made in Module::CPANTS::Analyse
0.88/0.90_01
1.11 2013-07-29 17:27:36 PDT-0700 (Karen Etheridge)
- added missing kwalitee-metrics executable to the distribution
1.10 2013-07-28 17:18:31 PDT-0700 (Karen Etheridge)
- we now issue a warning if running when neither AUTHOR_TESTING or
RELEASE_TESTING environment variables or set
- test level adjusted, so location of failing test is correct
- include a script to dump all metrics ("kwalitee-metrics")
1.09 2013-07-18 10:34:33 PDT-0700 (Karen Etheridge)
- the has_test_pod, has_test_pod_coverage tests have been removed - they
are classified as 'extra', and have been largely considered to be a bad
idea anyway (these are often shipped as, and ought to be, in xt/)
- the extractable test has been removed, as it does nothing in dists
before there is a tarball present
- new tests have been added: all standard kwalitee tests that can be run
on a bare distribution without a tarball
1.08 2013-07-15 17:59:47 PDT-0700 (Karen Etheridge)
- documentation fixed to reflect what indicators are actually available
- metric names are no longer hardcoded, so Module::CPANTS::Analyse has
more freedom to add and remove metrics
1.07 2013-06-28 12:22:00 PDT-0700 (Karen Etheridge)
- now the indicators are run in the exact order they are returned
from Module::CPANTS::Kwalitee::*, as some tests depend on the results of
earlier tests (charsbar)
- synopsis updated to recommend a better way to run this module, ensuring
that it is not run by cpantesters or at installation time
- we no longer create a function in our namespace for every metric we are
going to test -- this should not break anyone, as these subs were never
documented as part of the public API
1.06 2013-05-13 14:15:33 PDT-0700 (Karen Etheridge)
- restore previous behaviour of plan()ing in import, to unbreak some
dists that didn't follow the docs (which in this case is ok since it's a
horrible idea for a Test module to plan itself anyway) (v1.05)
- more diagnostic data is printed when a test fails (RT#85107)
1.05 2013-05-12 17:17:32 PDT-0700 (Karen Etheridge)
- more rigorous testing of output; (in order to make this possible) now we
do END { done_testing } instead of planning a test count
1.04 2013-04-28 08:55:17 PDT-0700 (Karen Etheridge)
- re-release with bumped developer prereqs to depend on a higher version
of Test::More for t/00-compile.t and t/00-check-deps.t (RT#84900)
1.03 2013-04-27 05:49:31 PDT-0700 (Karen Etheridge)
- fixed documentation to refer to the proper names of Kwalitee tests
(RT#24506) (thanks, Gavin Sherlock!)
- cleaned up partially-botched distribution metadata and README
1.02 2013-03-31 14:58:52 PDT-0700 (Karen Etheridge)
- no operational changes - re-releasing under new management via github
and Dist::Zilla
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Kwalitee/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Test-Kwalitee/distinfo | 8 |
2 files changed, 11 insertions, 9 deletions
diff --git a/devel/p5-Test-Kwalitee/Makefile b/devel/p5-Test-Kwalitee/Makefile index 604f4e0207d..84f587b880a 100644 --- a/devel/p5-Test-Kwalitee/Makefile +++ b/devel/p5-Test-Kwalitee/Makefile @@ -1,21 +1,23 @@ -# $NetBSD: Makefile,v 1.6 2013/05/31 12:40:49 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/09/08 01:45:49 wen Exp $ # -DISTNAME= Test-Kwalitee-1.01 +DISTNAME= Test-Kwalitee-1.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Kwalitee/ COMMENT= Perl5 module to test the Kwalitee of a distribution +LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Module-CPANTS-Analyse>=0.82:../../devel/p5-Module-CPANTS-Analyse +DEPENDS+= p5-Module-CPANTS-Analyse>=0.82:../../devel/p5-Module-CPANTS-Analyse +DEPENDS+= p5-Test-Warnings>=0:../../devel/p5-Test-Warnings +DEPENDS+= p5-CPAN-Meta-Check>=0:../../devel/p5-CPAN-Meta-Check USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/Kwalitee/.packlist -PERL5_MODULE_TYPE= Module::Build +PERL5_MODULE_TYPE= Module::Build::Tiny .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Kwalitee/distinfo b/devel/p5-Test-Kwalitee/distinfo index 1f2a8cfc67a..879c3e7e24d 100644 --- a/devel/p5-Test-Kwalitee/distinfo +++ b/devel/p5-Test-Kwalitee/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/10/31 00:36:19 he Exp $ +$NetBSD: distinfo,v 1.2 2013/09/08 01:45:49 wen Exp $ -SHA1 (Test-Kwalitee-1.01.tar.gz) = 8f99765f3a5e563b50638d082b90e6129d6fee7a -RMD160 (Test-Kwalitee-1.01.tar.gz) = b13158ed18a5c97417c5a8d2274b856f1f14ba5e -Size (Test-Kwalitee-1.01.tar.gz) = 4211 bytes +SHA1 (Test-Kwalitee-1.14.tar.gz) = a9d6a603f035e2a519cd04eb3faf891a0d6ad0db +RMD160 (Test-Kwalitee-1.14.tar.gz) = a8466111a5c3b1b7b237e7777af7cf0cb433e87d +Size (Test-Kwalitee-1.14.tar.gz) = 21997 bytes |