summaryrefslogtreecommitdiff
path: root/misc/p5-I18N-LangTags/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-12-02Remove p5-I18N-LangTags.wiz1-21/+0
The latest distfile is 0.35 from 2004. perl-5.15 already contained a newer version, which wasn't released separately though. The module itself is included in perl since 5.7.3.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2013-04-07defined() on aggregates is deprecated. Bump PKGREISION.markd1-2/+5
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
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=...").
2008-06-20Add DESTDIR support.joerg1-1/+3
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:wiz1-3/+3
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!)
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.30mjl1-0/+17
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.