Update to version 3.27.
This commit is contained in:
parent
6b67456def
commit
e1b80e0358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332828
4 changed files with 44 additions and 31 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Locale-Codes
|
||||
PORTVERSION= 3.26
|
||||
PORTVERSION= 3.27
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -13,20 +13,4 @@ COMMENT= Perl5 module providing access to ISO3166 and ISO639 Country Codes
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Locale::Codes.3 Locale::Codes::API.3 Locale::Codes::Changes.3 \
|
||||
Locale::Codes::Constants.3 Locale::Codes::Country.3 \
|
||||
Locale::Codes::Country_Codes.3 Locale::Codes::Country_Retired.3 \
|
||||
Locale::Codes::Currency.3 Locale::Codes::Currency_Codes.3 \
|
||||
Locale::Codes::LangExt.3 Locale::Codes::LangExt_Codes.3 \
|
||||
Locale::Codes::LangExt_Retired.3 Locale::Codes::LangFam.3 \
|
||||
Locale::Codes::LangFam_Codes.3 Locale::Codes::LangFam_Retired.3 \
|
||||
Locale::Codes::LangVar.3 Locale::Codes::LangVar_Codes.3 \
|
||||
Locale::Codes::LangVar_Retired.3 Locale::Codes::Language.3 \
|
||||
Locale::Codes::Language_Codes.3 Locale::Codes::Language_Retired.3 \
|
||||
Locale::Codes::Script.3 Locale::Codes::Script_Codes.3 \
|
||||
Locale::Codes::Script_Retired.3 Locale::Country.3 \
|
||||
Locale::Currency.3 Locale::Codes::Currency_Retired.3 \
|
||||
Locale::Language.3 Locale::Script.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Locale-Codes-3.26.tar.gz) = 64f8a84484460a0048ae9d0e0ab399e00be4e1b1f8e54dbc69afccdb6c9a74ab
|
||||
SIZE (Locale-Codes-3.26.tar.gz) = 767528
|
||||
SHA256 (Locale-Codes-3.27.tar.gz) = 1b79ffa34c043cfe47524a50059f3155d7b72c8ac293f66f5a1f49479c85574a
|
||||
SIZE (Locale-Codes-3.27.tar.gz) = 750721
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
The 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 (described below), or with the two
|
||||
functions which return lists of all country codes or all
|
||||
country names.
|
||||
The 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 (described below), or
|
||||
with the two functions which return lists of all country codes or all
|
||||
country names.
|
||||
|
||||
The Locale::Language module provides access to the ISO
|
||||
two-letter codes for identifying languages, as defined in
|
||||
ISO 639. You can either access the codes via the the
|
||||
section on conversion routines (described below), or with
|
||||
the two functions which return lists of all language codes
|
||||
or all language names.
|
||||
The Locale::Language module provides access to the ISO two-letter codes
|
||||
for identifying languages, as defined in ISO 639. You can either access
|
||||
the codes via the the section on conversion routines (described below),
|
||||
or with the two functions which return lists of all language codes
|
||||
or all language names.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Locale-Codes/
|
||||
|
|
|
@ -1,3 +1,32 @@
|
|||
%%PERL5_MAN3%%/Locale::Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::API.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Changes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Constants.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Country.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Country_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Country_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Currency.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Currency_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangExt.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangExt_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangExt_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangFam.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangFam_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangFam_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangVar.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangVar_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::LangVar_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Language.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Language_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Language_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Script.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Script_Codes.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Script_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Country.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Currency.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Codes::Currency_Retired.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Language.3.gz
|
||||
%%PERL5_MAN3%%/Locale::Script.3.gz
|
||||
%%SITE_PERL%%/Locale/Codes.pm
|
||||
%%SITE_PERL%%/Locale/Codes.pod
|
||||
%%SITE_PERL%%/Locale/Codes/API.pod
|
||||
|
|
Loading…
Reference in a new issue