Commit graph

6 commits

Author SHA1 Message Date
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
04c63e57d6 Update p5-YAML-LibYAML from version 0.32 to version 0.33.
Pkgsrc changes:
- this package minimum required Perl version (PERL5_REQD) can be
dropped as pkgsrc requires a newer version anyway
- placate pkglint: whitespace fix

Upstream changes:
version: 0.33
date:    Wed Apr 14 17:57:10 PDT 2010
changes:
- Applied Gisle Aas' patch from https://rt.cpan.org/Ticket/Display.html?id=43115
2010-05-05 21:56:11 +00:00
sno
70d3e9de72 PkgSrc changes:
- Updating module to 0.32

Upstream changes:

version: 0.32
date:    Mon Jan 12 11:23:55 IST 2009
changes:
- newSVpvs is not portable, change to newSVpvn
- update ppport.h options

version: 0.31
date:    Mon Jan 12 11:23:55 IST 2009
changes:
- Fix the leak test so it doesn't load an unused, undeclared dependency
  (Test::LongString)
2009-04-12 01:30:41 +00:00
he
0e8583308f Update from version 0.29 to 0.30.
Pkgsrc changes:
 o Add PERL5_REQD+= 5.8.3

Upstream changes:

version: 0.30
date:    Sun Jan 11 12:53:55 IST 2009
changes:
- Plug a leak in Load
- More efficient intermediate structure allocation
2009-01-11 17:00:56 +00:00
he
47237315b7 Update from version 0.27 to 0.29.
Upstream changes:

version: 0.29
date:    Tue Nov 11 22:57:07 PST 2008
changes:
- Check SvNIOK when dumping and format if quotes when it's a string that looks
  like a number
- Parse plain scalars as numbers when they look like numbers
- Load nulls as newSV(0) instead of &PL_sv_undef to avoid "Modification of
  non-creatable hash value attempted" errors

version: 0.28
date:    Mon Jun 23 15:23:24 PDT 2008
changes:
- Apply UTF8 patch supplied by KLEINJ in rt.cpan#36734
2008-12-12 17:32:45 +00:00
obache
a1b5ba58f2 Import p5-YAML-LibYAML-0.27 as textproc/p5-YAML-LibYAML.
Packaged by Edgar Fuss and provided by PR 39756.

Kirill Siminov's libyaml is arguably the best YAML implementation.
The C library is written precisely to the YAML 1.1 specification.
It was originally bound to Python and was later bound to Ruby.

This module is a Perl XS binding to libyaml which will (eventually)
offer Perl the best YAML support to date.

This module exports the functions Dump and Load. These functions are
intended to work exactly like YAML.pm's corresponding functions.
2008-10-31 12:11:45 +00:00