diff options
author | he <he@pkgsrc.org> | 2008-10-31 00:36:19 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-10-31 00:36:19 +0000 |
commit | d05561848f8eef3fc9002e6d3d1b826c81499be9 (patch) | |
tree | 8f7368602e5a705c8acfbae9a88b1d93c5575b0c /devel/p5-Test-Kwalitee | |
parent | 28e58c9bab314e209d4e76c674e0b4d5e17aeae5 (diff) | |
download | pkgsrc-d05561848f8eef3fc9002e6d3d1b826c81499be9.tar.gz |
Import p5-Test-Kwalitee version 1.01.
Kwalitee is an automatically-measurable gauge of how good your
software is. That's very different from quality, which a computer
really can't measure in a general sense. (If you can, you've solved
a hard problem in computer science.)
In the world of the CPAN, the CPANTS project (CPAN Testing Service;
also a funny acronym on its own) measures Kwalitee with several
metrics. If you plan to release a distribution to the CPAN -- or
even within your own organization -- testing its Kwalitee before
creating a release can help you improve your quality as well.
Test::Kwalitee and a short test file will do this for you automatically.
Diffstat (limited to 'devel/p5-Test-Kwalitee')
-rw-r--r-- | devel/p5-Test-Kwalitee/DESCR | 12 | ||||
-rw-r--r-- | devel/p5-Test-Kwalitee/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Test-Kwalitee/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Test-Kwalitee/DESCR b/devel/p5-Test-Kwalitee/DESCR new file mode 100644 index 00000000000..d6c38ecda1a --- /dev/null +++ b/devel/p5-Test-Kwalitee/DESCR @@ -0,0 +1,12 @@ +Kwalitee is an automatically-measurable gauge of how good your +software is. That's very different from quality, which a computer +really can't measure in a general sense. (If you can, you've solved +a hard problem in computer science.) + +In the world of the CPAN, the CPANTS project (CPAN Testing Service; +also a funny acronym on its own) measures Kwalitee with several +metrics. If you plan to release a distribution to the CPAN -- or +even within your own organization -- testing its Kwalitee before +creating a release can help you improve your quality as well. + +Test::Kwalitee and a short test file will do this for you automatically. diff --git a/devel/p5-Test-Kwalitee/Makefile b/devel/p5-Test-Kwalitee/Makefile new file mode 100644 index 00000000000..5a08a2a7316 --- /dev/null +++ b/devel/p5-Test-Kwalitee/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 00:36:19 he Exp $ +# + +DISTNAME= Test-Kwalitee-1.01 +PKGNAME= p5-${DISTNAME} +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 + +DEPENDS+= p5-Module-CPANTS-Analyse>=0.82:../../devel/p5-Module-CPANTS-Analyse + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/Kwalitee/.packlist +PERL5_MODULE_TYPE= Module::Build + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Kwalitee/distinfo b/devel/p5-Test-Kwalitee/distinfo new file mode 100644 index 00000000000..1f2a8cfc67a --- /dev/null +++ b/devel/p5-Test-Kwalitee/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/31 00:36:19 he 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 |