summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dumper
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-07 04:25:31 +0000
committerjlam <jlam@pkgsrc.org>2001-06-07 04:25:31 +0000
commita9dd17e5843758a41a33679036c99891927d7702 (patch)
tree7649f799902a97769c47ff3d44d87cb068c94f37 /devel/p5-Data-Dumper
parenta2e30883f48e3649caa10cb8289ad5c02616aba5 (diff)
downloadpkgsrc-a9dd17e5843758a41a33679036c99891927d7702.tar.gz
Update perl to 5.6.1. Changes from perl-5.6.0 include many bug fixes,
the plugging of several memory leaks, fixes to the regular expression engine, the addition of a Unicode character classes, better support for 64-bit platorms, and updates of many modules in the base Perl Library. See perldelta.pod for more details. Also update p5-Data-Dumper, p5-Devel-DProf, and p5-Devel-Peek to the latest versions distributed with the perl-5.6.1 sources, and libperl to 5.6.1 to match the perl package.
Diffstat (limited to 'devel/p5-Data-Dumper')
-rw-r--r--devel/p5-Data-Dumper/Makefile28
-rw-r--r--devel/p5-Data-Dumper/distinfo7
-rw-r--r--devel/p5-Data-Dumper/patches/patch-aa15
-rw-r--r--devel/p5-Data-Dumper/pkg/DESCR13
4 files changed, 21 insertions, 42 deletions
diff --git a/devel/p5-Data-Dumper/Makefile b/devel/p5-Data-Dumper/Makefile
index 5108204c132..0dde6785d30 100644
--- a/devel/p5-Data-Dumper/Makefile
+++ b/devel/p5-Data-Dumper/Makefile
@@ -1,27 +1,23 @@
-# $NetBSD: Makefile,v 1.15 2001/02/26 07:23:56 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2001/06/07 04:25:31 jlam Exp $
# FreeBSD Id: Makefile,v 1.7 1997/06/24 18:43:11 jfitz Exp
-DISTNAME= Data-Dumper-2.101
-PKGNAME= p5-Data-Dumper-2.101
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
+.include "../../lang/perl5/Makefile.common"
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Data-Dumper/Dumper.html
-COMMENT= perl5 module for stringified perl data structures
+PKGNAME= p5-Data-Dumper-2.102
+CATEGORIES+= devel
+MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Data/}
-# Some perl packages install their own versions of this module.
-# Can't simply define USE_PERL5.
-DEPENDS+= perl-{5.0*,5.6.0nb[12],base-5.[6-9]*}:../../lang/perl5-base
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://www.perldoc.com/perl5.6/lib/Data/Dumper.html
+COMMENT= perl5 module for stringified perl data structures
+USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/Dumper/.packlist
+EXTRACT_ELEMENTS= ${DISTNAME}/ext/Data/Dumper
+WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS}
+
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
-
-.if !defined(PERL5_SITEARCH)
-PERL5_SITEARCH!= eval `${PERL5} -V:installsitearch 2>/dev/null`; \
- ${ECHO} $${installsitearch}
-.endif
diff --git a/devel/p5-Data-Dumper/distinfo b/devel/p5-Data-Dumper/distinfo
index a1c4014f279..eebe8f75aa7 100644
--- a/devel/p5-Data-Dumper/distinfo
+++ b/devel/p5-Data-Dumper/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:34 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/06/07 04:25:31 jlam Exp $
-SHA1 (Data-Dumper-2.101.tar.gz) = a9bc93dfd77cdcb59c2c7ad26499ac2c2af8e541
-Size (Data-Dumper-2.101.tar.gz) = 38263 bytes
-SHA1 (patch-aa) = 7eb2f493f5e32520207ca931dec883438a33902c
+SHA1 (perl-5.6.1.tar.gz) = c718b38685f90d51a9a6b1b008de0d7d198c0744
+Size (perl-5.6.1.tar.gz) = 5983695 bytes
diff --git a/devel/p5-Data-Dumper/patches/patch-aa b/devel/p5-Data-Dumper/patches/patch-aa
deleted file mode 100644
index 75bc4cc6de5..00000000000
--- a/devel/p5-Data-Dumper/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/09/03 14:47:29 wiz Exp $
---- Makefile.PL.orig Fri Feb 5 17:31:27 1999
-+++ Makefile.PL Sun Aug 27 16:59:38 2000
-@@ -33,11 +33,6 @@
- NAME => "Data::Dumper",
- VERSION_FROM => 'Dumper.pm',
- DISTNAME => 'Data-Dumper',
-- (
-- $] > 5.00470 ?
-- (INSTALLDIRS => 'perl') :
-- ()
-- ),
- 'dist' => {
- COMPRESS => 'gzip -9f',
- SUFFIX => 'gz',
diff --git a/devel/p5-Data-Dumper/pkg/DESCR b/devel/p5-Data-Dumper/pkg/DESCR
index e3cf249e6d7..39e296f19b5 100644
--- a/devel/p5-Data-Dumper/pkg/DESCR
+++ b/devel/p5-Data-Dumper/pkg/DESCR
@@ -1,7 +1,6 @@
- Given a list of scalars or reference variables, writes out
- their contents in perl syntax. The references can also be
- objects. The contents of each variable is output in a
- single Perl statement. The return value can be evaled to
- get back the original reference structure. Bear in mind
- that a reference so created will not preserve pointer equalities
- with the original reference.
+Given a list of scalars or reference variables, writes out their contents
+in perl syntax. The references can also be objects. The contents of each
+variable is output in a single Perl statement. The return value can be
+eval'ed to get back the original reference structure. Bear in mind that a
+reference so created will not preserve pointer equalities with the original
+reference.