Commit graph

12 commits

Author SHA1 Message Date
wen
8f661a9046 Update to 2.36
Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.

Should work on 5.18 now.

2.34
Administrative release to eliminate build dependency on module
used only for testing.

2.33
Caught up with various RT reports, and fixed a bunch of them.

[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)

[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.

Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.

This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
2013-12-12 08:32:54 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
adam
2312a8d971 Changes 2.32:
* Disable overloading in a <=5.8.8 safe way

Changes 2.31:
* React to Strawberry perl $. strangeness
2011-08-11 17:17:29 +00:00
seb
c3f1e700ad 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!
2010-08-21 16:32:42 +00:00
seb
16a155c138 Update from version 2.18 to version 2.22.
Pkgsrc changes:
- Install the "shortcut module" DDS

Upstream changes:
2.22 (2010-07-11)

Build.PL fixed to accept DDS and NODDS again

2.21 (2010-06-19)

Resynchronize internal VERSION declarations

2.20

Skipped version 2.20 because version numbers don't play nice when they
end in zeros.

2.19 (2010-06-19)

Tweak t/madness.t to deal with how perl-5.8.[0-8] deparses the pragma
`use warnings' differently.
2010-07-14 03:58:24 +00:00
seb
2b1cc969d8 Update from version 2.13 to version 2.18.
Pkgsrc changes:
- adjust dependencies
- adjust PERL5_MODULE_TYPE

Upstream changes:
2.18 (2010-06-12)

Continue to refine t/lexicals.t response to Perl commit
"e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The
change happened after 5.13.0 and is released in 5.13.1.

2.17 (2010-06-11)

Declare ExtUtils::CBuilder as a build_requries dependency

2.16 (2010-06-11)

Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN
indexer happy.

2.15 (2010-06-11)

Perl commit "538f5756c002f0583190831238bbf6bd54855cdc shift;
optimization" changed B::Deparse

Switch from ExtUtils::MakeMaker to Module::Build for
configure_requires support

2.14 (2010-06-08)

Our Makefile.PL must abort if we're going to need to build B::Utils
but we don't have ExtUtils::Depends because it doesn't work to let the
build chain do this dependency resolution. Perhaps there is a version
that this all "just works" in?

t/dump.t required some styling state changes but was skipping them
when some modules weren't installed.
2010-06-13 19:27:18 +00:00
seb
39bd0726fb Update from version 2.09 to version 2.13.
Upstream changes:
2.13 (2010-04-05)

No really, *actually* removed re.pm debugging code

2.12 (2010-04-05)

Removed re.pm debugging code (which also broke compat w/ perl-5.8

2.11 (2010-04-04)

perl-5.12.0 blesses file handles into IO::File, not IO::Handle

2.10 (2010-04-04)

Perl-5.12.0 has:
  - qr// as a native
  - $! isn't auto-filled with 'Bad file descriptor' as often
2010-04-24 18:57:34 +00:00
seb
8c3f864471 Update from version 2.08.40nb1 to version 2.09.
Upstream changes:

2.09 (2009-03-24)

Hashkeys ending in newline were incorrectly quoted. Sorry Ambrus.

Make it possible to hackily dump *GLOB{IO} objects. This is mostly
to make merijn happy. Afaik we dont have the information to do it
properly.
2009-04-22 05:45:26 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
seb
098b544874 Initial import of p5-Data-Dump-Streamer version 2.08.40 in the
NetBSD Packages Collection.

The Perl 5 module Data::Dump::Streamer provides functions to
accurately serialize a data structure as Perl code.  Given a list
of scalars or reference variables their contents can be written
out in perl syntax.  The references can also be objects. The contents
of each variable is output using the least number of Perl statements
as convenient, usually only one.  Self-referential structures,
closures, and objects are output correctly.
2008-08-02 07:58:24 +00:00