Path to this page:
./
misc/p5-Locale-Codes,
Perl5 module for ISO 3166, 639, 4217 and 15924 codes
Branch: CURRENT,
Version: 3.79nb1,
Package name: p5-Locale-Codes-3.79nb1,
Maintainer: pkgsrc-usersThe Locale::Country module provides access to the ISO two-letter codes
for identifying countries, as defined in ISO 3166. You can either
access the codes via the section on conversion routines, or with the
two functions which return lists of all country codes or all country
names.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 861.645 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Locale-Codes-3.79nb1
- (2024-08-13) Updated to version: p5-Locale-Codes-3.79
- (2023-07-06) Updated to version: p5-Locale-Codes-3.68nb2
- (2022-06-28) Updated to version: p5-Locale-Codes-3.68nb1
- (2021-09-12) Updated to version: p5-Locale-Codes-3.68
- (2021-05-25) Updated to version: p5-Locale-Codes-3.65nb1
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-09-12 02:10:18 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 3.68
Upstream changes:
3.68 2021-09-02 sbeck
- NEW CODE(s)
NOTE: no code changes on 2021-06-01 so no release made at that
time.
- Added code2names
Also code2countrys, code2languages, etc. This allows you to see all
names and aliases that correspond to a code. My apologies for
making 'countrys' to be the plural of 'country', but because these
modules are all derived, I didn't want to put in an exception for
the strange pluralization.
Prompted by David Cantrell.
3.67 2021-03-01 sbeck
- NEW CODE(s)
3.66 2020-12-01 sbeck
- NEW CODE(s)
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-07 14:03:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Locale-Codes: update to 3.65.
3.65 2020-09-01 sbeck
- NEW CODE(s)
3.64 2020-06-02 sbeck
- NEW CODE(s)
- Fixed bug deleting retired codes
The delete_code function failed if you tried to delete a retired
code. This is now fixed. GitHub #12
3.63 2020-03-01 sbeck
- NEW CODE(s)
NOTE: no code changes on 2019-12-01 so no release made at that
time.
- Fixed a retired code
3.62 2019-08-29 sbeck
- NEW CODE(s)
- Fixed tests
Tests were not working correctly since the previous version. This is
now fixed.
- Fixed error messages
Many of the error messages were inconsistent or completely wrong
(due to cut-and-paste errors). They have been fixed.
- Fixed some return codes
The name2code and code2name functions returned 1 in the case of an
error in some situations instead of undef (which was the documented
value).
- Removed unnecessary dependencies
A number of modules were included as test dependencies that are only
used by the author when preparing releases. These have been removed
as dependencies. Petr Pisar on GitHub #11
3.61 2019-06-01 sbeck
- NEW CODE(s)
- Converted tests to use Test::Inter
Now uses the same module to do tests as all my other modules.
3.60 2019-03-01 sbeck
- NEW CODE(s)
3.59 2018-12-03 sbeck
- NEW CODE(s)
- Removed travis file from the tarball
The tarball had a .travis.yml file in it that wasn't in the MANIFEST
file. Since the MANIFEST file is automatically generated by the perl
mkmanifest tool, since it didn't see the .travis.yml file, I have
excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
(#10)
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|