summaryrefslogtreecommitdiff
path: root/misc/p5-Array-PrintCols
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-20 23:56:12 +0000
committerjtb <jtb>2001-04-20 23:56:12 +0000
commit75f365f9492f20b6304ff3facb248e9995b1b35f (patch)
tree6831f289a1a0e84a81a1fe67add1df25ead23961 /misc/p5-Array-PrintCols
parent9cb46a3c5264322545b38930fbb971221b90b148 (diff)
downloadpkgsrc-75f365f9492f20b6304ff3facb248e9995b1b35f.tar.gz
Update to p5-Array-PrintCols-2.1.
This release includes: a new routine, "format_cols", which returns the formatted result as a string (thanks to Gisle Aas <aas@bergen.sn.no> for the suggestion); some slight changes to the test routine; some improvements to the documentation.
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r--misc/p5-Array-PrintCols/Makefile10
-rw-r--r--misc/p5-Array-PrintCols/distinfo6
-rw-r--r--misc/p5-Array-PrintCols/files/Makefile.PL11
3 files changed, 5 insertions, 22 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile
index 45b2c18d52b..fc2d6b7e17a 100644
--- a/misc/p5-Array-PrintCols/Makefile
+++ b/misc/p5-Array-PrintCols/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2001/02/17 18:09:14 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/20 23:56:12 jtb Exp $
# FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp
#
-DISTNAME= Array-PrintCols-1.2
+DISTNAME= Array-PrintCols-2.1
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
@@ -14,12 +14,6 @@ COMMENT= perl5 module to print arrays of elements in sorted columns
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Array/PrintCols/.packlist
-WRKSRC= ${WRKDIR}/Array-PrintCols
-
-pre-configure:
- ${RM} -f ${WRKSRC}/Makefile
- ${CP} ${FILESDIR}/Makefile.PL ${WRKSRC}/Makefile.PL
-
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
diff --git a/misc/p5-Array-PrintCols/distinfo b/misc/p5-Array-PrintCols/distinfo
index 368ebe0da28..a607488658e 100644
--- a/misc/p5-Array-PrintCols/distinfo
+++ b/misc/p5-Array-PrintCols/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/20 13:52:16 agc Exp $
+$NetBSD: distinfo,v 1.3 2001/04/20 23:56:12 jtb Exp $
-SHA1 (Array-PrintCols-1.2.tar.gz) = c3b2296a9a6c7beeb6d558c63f00e805a4101a88
-Size (Array-PrintCols-1.2.tar.gz) = 15099 bytes
+SHA1 (Array-PrintCols-2.1.tar.gz) = 6bd41838c92533aef850f98bd6749a930e13090b
+Size (Array-PrintCols-2.1.tar.gz) = 14926 bytes
diff --git a/misc/p5-Array-PrintCols/files/Makefile.PL b/misc/p5-Array-PrintCols/files/Makefile.PL
deleted file mode 100644
index 1802f1ab111..00000000000
--- a/misc/p5-Array-PrintCols/files/Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
-# $NetBSD: Makefile.PL,v 1.1 2000/08/27 07:11:15 jlam Exp $
-use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
- 'NAME' => 'Array::PrintCols',
- 'DISTNAME' => 'Array-PrintCols',
- 'VERSION' => '1.2',
- 'linkext' => { LINKTYPE=>'' }, # no link needed
- 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'}
-);