From d05561848f8eef3fc9002e6d3d1b826c81499be9 Mon Sep 17 00:00:00 2001 From: he Date: Fri, 31 Oct 2008 00:36:19 +0000 Subject: 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. --- devel/p5-Test-Kwalitee/DESCR | 12 ++++++++++++ devel/p5-Test-Kwalitee/Makefile | 22 ++++++++++++++++++++++ devel/p5-Test-Kwalitee/distinfo | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 devel/p5-Test-Kwalitee/DESCR create mode 100644 devel/p5-Test-Kwalitee/Makefile create mode 100644 devel/p5-Test-Kwalitee/distinfo (limited to 'devel/p5-Test-Kwalitee') 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 -- cgit v1.2.3