Commit graph

7 commits

Author SHA1 Message Date
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
ba11d2d169 Update to 0.35:
2004-10-06  Sean M. Burke

	* Release 0.35

	Bugfix version: locale2language_tag now correctly understands
	locale-IDs with at-signs in them, like 'it_IT.utf8@euro' or
	'it_IT@euro'.  This is now enforced by the new t/20_locales.t

	Thanks to Luca 'loopback' Cavalli for letting me know about these
	new locale-ID name-styles.


	* Release 0.34 -- never happened, because of an upload error


2004-07-01  Sean M. Burke

	* Release 0.33

	Minor bugfix version:
	The test 80_all_env.t was erroneously failing for people with
	LC_ALL or LC_MESSAGES set.  Fixed.  Thanks to everyone, especially
	Nicholas Clark, who patiently helped out with this.


2004-06-20  Sean M. Burke

	* Release 0.32

	Minor bugfix version:
	The test 80_all_env.t was erroneously failing under MSWins that
	had Win32::Locale installed.  A workaround added.


2004-06-17  Sean M. Burke

	* Release 0.31

        Corrected some unevennesses in when/whether the return values from
	I18N::LangTags::Detect's various internal functions would be
	downcased.  Now they're /always/ downcased, and are /always/ fed
	thru alternate_language_tags()!

	Also, spiffed up and generally improved the earlier test
	80_all_env.t, which not even I could make sense of, and I wrote
	the damned thing.  Now it's sane, and checks both scalar and
	list return values.  Thanks to Rafael Garcia-Suarez and the
	various CPAN-Testers for prodding me to fix this.  (Hopefully the
	earlier problems /are/ now fixed!  Otherwise there'll be another
	version of this module out real soon!)
2005-03-02 22:22:29 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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.
2004-12-20 11:30:55 +00:00
mjl
020674ae97 Import p5-I18N-LangTags 0.30
Language tags are a formalism, described in RFC 3066 (obsoleting 1766),
for declaring what language form (language and possibly dialect) a given
chunk of information is in.

This library provides functions for common tasks involving language tags
as they are needed in a variety of protocols and applications.
2004-05-13 08:21:08 +00:00