summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-22 00:33:36 +0000
committerwiz <wiz@pkgsrc.org>2005-02-22 00:33:36 +0000
commit68e439c57ea0adaf3fbdcda071fbf8df8d1956ef (patch)
treead388bbdab1ea0b1b4768ca2d45469497443da41
parent718647b8fd0c7c375849921bf46cc8b9a65bf9cc (diff)
downloadpkgsrc-68e439c57ea0adaf3fbdcda071fbf8df8d1956ef.tar.gz
Add some perl packages needed for various test targets in other perl
packages.
-rw-r--r--devel/p5-Array-Compare/DESCR11
-rw-r--r--devel/p5-Array-Compare/Makefile20
-rw-r--r--devel/p5-Array-Compare/PLIST4
-rw-r--r--devel/p5-Array-Compare/distinfo4
-rw-r--r--devel/p5-Test-Memory-Cycle/DESCR2
-rw-r--r--devel/p5-Test-Memory-Cycle/Makefile20
-rw-r--r--devel/p5-Test-Memory-Cycle/PLIST1
-rw-r--r--devel/p5-Test-Memory-Cycle/distinfo4
-rw-r--r--devel/p5-Test-Pod-Coverage/DESCR1
-rw-r--r--devel/p5-Test-Pod-Coverage/Makefile20
-rw-r--r--devel/p5-Test-Pod-Coverage/PLIST1
-rw-r--r--devel/p5-Test-Pod-Coverage/distinfo4
-rw-r--r--devel/p5-Test-Warn/DESCR2
-rw-r--r--devel/p5-Test-Warn/Makefile21
-rw-r--r--devel/p5-Test-Warn/PLIST1
-rw-r--r--devel/p5-Test-Warn/distinfo4
16 files changed, 120 insertions, 0 deletions
diff --git a/devel/p5-Array-Compare/DESCR b/devel/p5-Array-Compare/DESCR
new file mode 100644
index 00000000000..023dba8ec71
--- /dev/null
+++ b/devel/p5-Array-Compare/DESCR
@@ -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 --git a/devel/p5-Array-Compare/Makefile b/devel/p5-Array-Compare/Makefile
new file mode 100644
index 00000000000..c5c2f42d3be
--- /dev/null
+++ b/devel/p5-Array-Compare/Makefile
@@ -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
+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 --git a/devel/p5-Array-Compare/PLIST b/devel/p5-Array-Compare/PLIST
new file mode 100644
index 00000000000..a95472f8972
--- /dev/null
+++ b/devel/p5-Array-Compare/PLIST
@@ -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 --git a/devel/p5-Array-Compare/distinfo b/devel/p5-Array-Compare/distinfo
new file mode 100644
index 00000000000..fe02ec39d66
--- /dev/null
+++ b/devel/p5-Array-Compare/distinfo
@@ -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 --git a/devel/p5-Test-Memory-Cycle/DESCR b/devel/p5-Test-Memory-Cycle/DESCR
new file mode 100644
index 00000000000..197cd9ceede
--- /dev/null
+++ b/devel/p5-Test-Memory-Cycle/DESCR
@@ -0,0 +1,2 @@
+A thin Test::More-compatible wrapper around Lincoln Stein's
+Devel::Cycle perl module.
diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile
new file mode 100644
index 00000000000..13c810661ce
--- /dev/null
+++ b/devel/p5-Test-Memory-Cycle/Makefile
@@ -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
+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 --git a/devel/p5-Test-Memory-Cycle/PLIST b/devel/p5-Test-Memory-Cycle/PLIST
new file mode 100644
index 00000000000..0fd7676c286
--- /dev/null
+++ b/devel/p5-Test-Memory-Cycle/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
diff --git a/devel/p5-Test-Memory-Cycle/distinfo b/devel/p5-Test-Memory-Cycle/distinfo
new file mode 100644
index 00000000000..0ae5f0c6de0
--- /dev/null
+++ b/devel/p5-Test-Memory-Cycle/distinfo
@@ -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 --git a/devel/p5-Test-Pod-Coverage/DESCR b/devel/p5-Test-Pod-Coverage/DESCR
new file mode 100644
index 00000000000..93547c8d113
--- /dev/null
+++ b/devel/p5-Test-Pod-Coverage/DESCR
@@ -0,0 +1 @@
+Check for pod coverage in your distribution.
diff --git a/devel/p5-Test-Pod-Coverage/Makefile b/devel/p5-Test-Pod-Coverage/Makefile
new file mode 100644
index 00000000000..3124bddc5d7
--- /dev/null
+++ b/devel/p5-Test-Pod-Coverage/Makefile
@@ -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
+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 --git a/devel/p5-Test-Pod-Coverage/PLIST b/devel/p5-Test-Pod-Coverage/PLIST
new file mode 100644
index 00000000000..0fd7676c286
--- /dev/null
+++ b/devel/p5-Test-Pod-Coverage/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
diff --git a/devel/p5-Test-Pod-Coverage/distinfo b/devel/p5-Test-Pod-Coverage/distinfo
new file mode 100644
index 00000000000..154c50a4b13
--- /dev/null
+++ b/devel/p5-Test-Pod-Coverage/distinfo
@@ -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 --git a/devel/p5-Test-Warn/DESCR b/devel/p5-Test-Warn/DESCR
new file mode 100644
index 00000000000..2d29f103142
--- /dev/null
+++ b/devel/p5-Test-Warn/DESCR
@@ -0,0 +1,2 @@
+This module provides a few convenience methods for testing warning
+based code.
diff --git a/devel/p5-Test-Warn/Makefile b/devel/p5-Test-Warn/Makefile
new file mode 100644
index 00000000000..bd5cd1538ee
--- /dev/null
+++ b/devel/p5-Test-Warn/Makefile
@@ -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
+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 --git a/devel/p5-Test-Warn/PLIST b/devel/p5-Test-Warn/PLIST
new file mode 100644
index 00000000000..0fd7676c286
--- /dev/null
+++ b/devel/p5-Test-Warn/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/22 00:33:36 wiz Exp $
diff --git a/devel/p5-Test-Warn/distinfo b/devel/p5-Test-Warn/distinfo
new file mode 100644
index 00000000000..ba09b1a9247
--- /dev/null
+++ b/devel/p5-Test-Warn/distinfo
@@ -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