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!
pkgsrc changes:
- Changing module type to use bundled Module::Install
Upstream changes:
1.11 tues20100316 15:17
- re-generate the META.yml and remove the stale one from git
- Updating package of p5 module XML::NamespaceSupport from 1.09nb1
to 1.10
- Setting LICENSE to ${PERL5_LICENSE} according to module documentation
- Setting module type to Module::Install
Upstream changes:
1.10 2009-06-12
- Release real version since CPAN testers gave us a pass (perigrin)
1.09_90 2009-05-28
- Re-bundle with modern testing and Module::Install (perigrin)
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=...").
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Changes since 1.04 :
- added undeclare_prefix() thanks to Christian Glahn.
- CPAN problem, had to change the version
- added a number of rather good speedups by converting a lot of
the code to use arrays instead of hashes. More of the same kind
of tuning is expected for the next version.
- fixed another bug, again thanks to Grant McLean, due to which
declarePrefix() was not functionning according to the spec (it
failed to set a random prefix when the prefix was undef).
This module offers a simple to process namespaced XML names (unames)
from within any application that may need them. It also helps
maintain a prefix to namespace URI map, and provides a number of
basic checks.
Provided by Shell Hung in PR/15408.