Commit graph

6 commits

Author SHA1 Message Date
sno
99695ce5a9 Updating devel/p5-PHP-Serialization from 0.30nb1 to 0.34
pkgsrc changes:
- add license definition

Upstream changes:
0.34  2010-03-18
 - Fix keys and values like '010' being serialized as strings as expected
   rather than being turned into ints. (RT#48594)

0.33  2009-07-14
 - Added ability to store the order of the keys on decoding
   PHP assoc array (Alexander Bassilov)
 - Added ability to sort the keys on encoding HASHes (Alexander
   Bassilov)

0.32  2009-06-20
 - Making finite state machine
 - Fixed bug in arrays RT21218
 - RT24441 is not a bug
 - Croaks on incomplete strings. RT44700
 - Fixed bug with float as index. RT42029
 - Removed warning from POD
 - Changed todo in POD
 - BOLAV@cpan.org

0.31  2009-04-14
 - Add warning note to POD
 - Take patch from RT#45024 to fix boolean deserialization bug.
2010-09-05 11:03:05 +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
206ab16ebc Update from version 0.29 to version 0.30.
Upstream changes:
0.30  2009-01-11
 - Significantly cleanup the code to be much prettier.
 - Fix RT#42279, output sizes a bytes, not characters so that
   serializing multibyte data works correctly.
2009-01-19 22:42:53 +00:00
he
1edb90ed9c Update from version 0.27nb1 to 0.29.
Upstream changes:

0.29  2008-09-17
 - Fix bug with negative numbers, RT#6402, patch from
   <tom [...] eborcom.com>
 - Add TODO test for RT21218
 - Add TODO test for RT24441

0.28
 - Serializing long integers comes out  as -1 on the PHP end
   as noted in RT#6112 patch from <kcivey [...] cpcug.org>.
 - Add test for the issue above (t0m).
 - Fix POD as noted in RT#6113 by MCMAHON.
 - Only require perl 5.6 in Makefile.PL as noted in RT#17034
   by <kcivey [...] cpcug.org>
2008-11-17 04:33:14 +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
0c577388ed Initial import of p5-PHP-Serialization version 0.27 in the NetBSD
Packages Collection.

The Perl 5 module PHP::Serialization provides simple flexible means
of converting the output of PHP's serialize() into the equivalent
Perl memory structure, and vice versa.
2008-08-22 16:07:49 +00:00