2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-01-26 19:45:10 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 1.21
Changes:
2011-10-15 Gisle Aas <gisle@ActiveState.com>
Release 1.21
Make dump($1) work when $1 was integer [RT#63883]
Dump floats without quoting
2011-10-02 Gisle Aas <gisle@ActiveState.com>
Release 1.20
Add depth() method to FilterContext
Make dump($1) work [RT#63883]
Limit our temp listen socket to localhost [RT#63534]
|
2011-08-11 19:14:09 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.19:
* Add skips to tests to make perl-5.8 happy
Changes 1.18:
* Don't downgrade is_utf8-strings with MIME::Base64
* Deal with the perl-5.13 (?^:...) regex construct
* croak on bad add_dump_filter argument
|
2010-08-31 22:33:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Data-Dump from 1.15nb1 to 1.17
Upstream changes:
2010-06-12 - Release 1.17 - Gisle Aas <gisle@ActiveState.com>
Fix dump of "1\n" (the newline was lost) [RT#56595]
Start using the range operator to shorten list dumps.
For instance dump(1,2,3,4,5) now returns '(1 .. 5)'.
CODE references now dumped as 'sub { ... }'.
Potetential compatibility issue as perl-5.12 or better
to eval such strings.
Fix how multiline hash values are indented.
Make indentation configurable
Improved documentation
2010-06-09 - Release 1.16 - Gisle Aas <gisle@ActiveState.com>
Add support for filter callbacks
- filters can modify how selected objects are dumped
Various enhancements to how/when hash keys are quoted
- don't quote keywords
- don't quote words prefixed with "-"
- don't quote long identifier keys
- quote all hash keys if one needs quoting for better alignment
Use case-insensitive sorting for hash keys
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2009-07-28 08:20:14 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Data::Dump from 1.14 to 1.15
pkgsrc changes:
- Adjusting license to ${PERL5_LICENSE}
Upstream changes:
2009-07-26 Gisle Aas <gisle@ActiveState.com>
Release 1.15
Fixed regexp that determines if hash keys are numeric [RT#48003]
|
2009-04-29 22:01:21 by Jens Rehsack | Files touched by this commit (2) |
Log message:
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.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-01-09 02:21:49 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Updated to version 1.08.
Pkgsrc changes:
- The package supports installation to DESTDIR.
Changes since version 1.06:
=====================================
2006-11-29 Gisle Aas <gisle@ActiveState.com>
Release 1.08
By popular demand; don't put underscore into dumped integers
to group thousands.
2006-11-24 Gisle Aas <gisle@ActiveState.com>
Release 1.07
Remove unused code.
Add some more tests.
|