pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Kwalitee Import p5-Test-Kwalitee version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9e7d61bfcd6
branches:  trunk
changeset: 549310:a9e7d61bfcd6
user:      he <he%pkgsrc.org@localhost>
date:      Fri Oct 31 00:36:19 2008 +0000

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

 devel/p5-Test-Kwalitee/DESCR    |  12 ++++++++++++
 devel/p5-Test-Kwalitee/Makefile |  22 ++++++++++++++++++++++
 devel/p5-Test-Kwalitee/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 061552efc12f -r a9e7d61bfcd6 devel/p5-Test-Kwalitee/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Kwalitee/DESCR      Fri Oct 31 00:36:19 2008 +0000
@@ -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 -r 061552efc12f -r a9e7d61bfcd6 devel/p5-Test-Kwalitee/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Kwalitee/Makefile   Fri Oct 31 00:36:19 2008 +0000
@@ -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@localhost
+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 -r 061552efc12f -r a9e7d61bfcd6 devel/p5-Test-Kwalitee/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Kwalitee/distinfo   Fri Oct 31 00:36:19 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index