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.
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!
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=...").
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:
3.42 Fri Oct 18 11:29:40 MET DST 2002
- t/cstocs.t: now skips MIME tests if MIME::Words is not
installed.
3.4 Thu Oct 17 13:37:18 MET DST 2002
- Added support for MIME encoding. It requires MIME::Words from
MIME-Tools, and fixes a few bugs in that code.
This package includes modules that are usefull when dealing with Czech (and
Slovak) texts in Perl.
Module Cz::Cstocs:
Implements object for various charset encodings, used for the Czech language
-- either as objects, or as direct conversion functions. One of the charsets
is tex for things like \v{c}.
Program cstocs:
This version of popular charset reencoding utility uses the above mentioned
module to convert text between various charsets.
Module Cz::Sort:
Sorts according to Czech sorting conventions, regardless on locale setting.
Exports functions czcmp and czsort which can be used in similar way as as
Perl's internals cmp and sort.
Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 17943