summaryrefslogtreecommitdiff
path: root/misc/p5-I18N-LangTags
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Update to 0.35:wiz2-7/+7
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-02-24Add RMD160 digestsagc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-05-13Import p5-I18N-LangTags 0.30mjl4-0/+28
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.