pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Add some perl packages needed for various test t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a22af4e2b8c
branches:  trunk
changeset: 489485:0a22af4e2b8c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 22 00:33:36 2005 +0000

description:
Add some perl packages needed for various test targets in other perl
packages.

diffstat:

 devel/p5-Array-Compare/DESCR        |  11 +++++++++++
 devel/p5-Array-Compare/Makefile     |  20 ++++++++++++++++++++
 devel/p5-Array-Compare/PLIST        |   4 ++++
 devel/p5-Array-Compare/distinfo     |   4 ++++
 devel/p5-Test-Memory-Cycle/DESCR    |   2 ++
 devel/p5-Test-Memory-Cycle/Makefile |  20 ++++++++++++++++++++
 devel/p5-Test-Memory-Cycle/PLIST    |   1 +
 devel/p5-Test-Memory-Cycle/distinfo |   4 ++++
 devel/p5-Test-Pod-Coverage/DESCR    |   1 +
 devel/p5-Test-Pod-Coverage/Makefile |  20 ++++++++++++++++++++
 devel/p5-Test-Pod-Coverage/PLIST    |   1 +
 devel/p5-Test-Pod-Coverage/distinfo |   4 ++++
 devel/p5-Test-Warn/DESCR            |   2 ++
 devel/p5-Test-Warn/Makefile         |  21 +++++++++++++++++++++
 devel/p5-Test-Warn/PLIST            |   1 +
 devel/p5-Test-Warn/distinfo         |   4 ++++
 16 files changed, 120 insertions(+), 0 deletions(-)

diffs (184 lines):

diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Array-Compare/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Array-Compare/DESCR      Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,11 @@
+Array::Compare is a Perl module which allows you to compare two arrays.
+
+It has a number of features which allow you to control the way that the
+arrays are compared:
+
+* white space in array elements can be significant or ignored.
+* particular columns in the arrays can be ignored.
+
+Additionally you can get a simple true/false return value or the number
+of columns which differ or an array containing the indexes of the
+differing columns.
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Array-Compare/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Array-Compare/Makefile   Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+#
+
+DISTNAME=              Array-Compare-1.11
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Array/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Array-Compare/
+COMMENT=               Perl extension for comparing arrays
+
+#DEPENDS+=             p5-Sub-Uplevel-[0-9]*:../../devel/p5-Sub-Uplevel
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_USES_MODULE_BUILD=       YES
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Array-Compare/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Array-Compare/PLIST      Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+${PERL5_SITELIB}/Array/Compare.pm
+lib/perl5/site_perl/man/man3/Array::Compare.3
+@unexec ${RMDIR} %D/${PERL5_SITELIB}/Array 2>/dev/null || ${TRUE}
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Array-Compare/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Array-Compare/distinfo   Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+
+SHA1 (Array-Compare-1.11.tar.gz) = e7351642c1e7bda21d8ca270c6f54f6358d11931
+Size (Array-Compare-1.11.tar.gz) = 8128 bytes
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Memory-Cycle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Memory-Cycle/DESCR  Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,2 @@
+A thin Test::More-compatible wrapper around Lincoln Stein's
+Devel::Cycle perl module.
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Memory-Cycle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Memory-Cycle/Makefile       Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+#
+
+DISTNAME=              Test-Memory-Cycle-1.00
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Test-Memory-Cycle/
+COMMENT=               Check for memory leaks and circular memory references
+
+DEPENDS+=              p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/Memory/Cycle/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Memory-Cycle/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Memory-Cycle/PLIST  Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Memory-Cycle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Memory-Cycle/distinfo       Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+
+SHA1 (Test-Memory-Cycle-1.00.tar.gz) = 285cd779bba978b5ec8655156ce29705eef4c30b
+Size (Test-Memory-Cycle-1.00.tar.gz) = 3980 bytes
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Pod-Coverage/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod-Coverage/DESCR  Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,1 @@
+Check for pod coverage in your distribution.
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Pod-Coverage/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod-Coverage/Makefile       Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+#
+
+DISTNAME=              Test-Pod-Coverage-1.06
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Test-Pod-Coverage/
+COMMENT=               Check for pod coverage in your distribution
+
+DEPENDS+=              p5-Pod-Coverage-[0-9]*:../../textproc/p5-Pod-Coverage
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/Pod/Coverage/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Pod-Coverage/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod-Coverage/PLIST  Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Pod-Coverage/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod-Coverage/distinfo       Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+
+SHA1 (Test-Pod-Coverage-1.06.tar.gz) = 3717f53f83dcc499d0c4b66716522d9f40c78e4f
+Size (Test-Pod-Coverage-1.06.tar.gz) = 5149 bytes
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Warn/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Warn/DESCR  Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,2 @@
+This module provides a few convenience methods for testing warning
+based code.
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Warn/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Warn/Makefile       Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+#
+
+DISTNAME=              Test-Warn-0.08
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Test-Warn/
+COMMENT=               Perl extension to test methods for warnings
+
+DEPENDS+=              p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare
+DEPENDS+=              p5-Tree-DAG_Node-[0-9]*:../../devel/p5-Tree-DAG_Node
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/Warn/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Warn/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Warn/PLIST  Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
diff -r d87317673a81 -r 0a22af4e2b8c devel/p5-Test-Warn/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Warn/distinfo       Tue Feb 22 00:33:36 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
+
+SHA1 (Test-Warn-0.08.tar.gz) = ea0241689424de38521277e06b355fbdff2a2bf1
+Size (Test-Warn-0.08.tar.gz) = 9008 bytes



Home | Main Index | Thread Index | Old Index