PkgSrc changes:
- Updating package for p5 module Data::Dump to 1.14 from 1.08 - Setting license to gnu-gpl-v2 Upstream changes: 2009-01-12 Gisle Aas <gisle@ActiveState.com> Release 1.14 Data::Dump::Trace enhancements: - trace() function - prototypes 2009-01-02 Gisle Aas <gisle@ActiveState.com> Release 1.13 Added the Data::Dump::Trace module 2008-10-21 Gisle Aas <gisle@ActiveState.com> Release 1.12 Documentation tweaks. 2008-08-23 Gisle Aas <gisle@ActiveState.com> Release 1.11 Documentation tweaks. 2008-08-21 Gisle Aas <gisle@ActiveState.com> Release 1.10 Add the functions quote(), dd() and ddx(). Fix segfault when duming large repeated strings [RT#33520] Incorporated documentation improvements from Mark Stosberg Apply Data-Dump-1.08-ANDK-01.patch from CPAN. Might do some good on older perls I guess.
This commit is contained in:
parent
4cc4fd2289
commit
026214baa9
2 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:50 he Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/04/29 20:01:21 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Data-Dump-1.08
|
||||
DISTNAME= Data-Dump-1.14
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
||||
MAINTAINER= abs@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Data-Dump/
|
||||
COMMENT= Pretty printing of data structures
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2008/01/09 01:21:49 heinz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2009/04/29 20:01:21 sno Exp $
|
||||
|
||||
SHA1 (Data-Dump-1.08.tar.gz) = 9c6ef11f1df0747db9eb42c61d601da589153ddf
|
||||
RMD160 (Data-Dump-1.08.tar.gz) = 5a24aadb8eefd86f151dcaa5fddbc2f0b5ddc19f
|
||||
Size (Data-Dump-1.08.tar.gz) = 10546 bytes
|
||||
SHA1 (Data-Dump-1.14.tar.gz) = a3eccebfd15fb78464302fb317d3c174398a4739
|
||||
RMD160 (Data-Dump-1.14.tar.gz) = 609440d4a2ebdb94d3e9b5bace62e77bcd1ad40c
|
||||
Size (Data-Dump-1.14.tar.gz) = 15225 bytes
|
||||
|
|
Loading…
Reference in a new issue