SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
COMMENT = distribution of modules to handle locale codes
DISTNAME = Locale-Codes-3.73
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
MAKE_ENV = TEST_POD=1 RELEASE_TESTING=1
TEST_DEPENDS = devel/p5-Test-Inter>=1.09 \
devel/p5-File-Find-Rule
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Locale-Codes-3.73.tar.gz) = mm244rCEPrqKIod4XJt9BR3uaMc/HldXgKCX83Xo5oI=
SIZE (Locale-Codes-3.73.tar.gz) = 868121

View file

@ -0,0 +1,5 @@
Locale-Codes is a distribution containing a set of modules designed to
work with sets of codes which uniquely identify something. For example,
there are codes associated with different countries, different
currencies, different languages, etc. These sets of codes are typically
maintained in some standard.

View file

@ -0,0 +1,57 @@
${P5SITE}/Locale/
${P5SITE}/Locale/Codes/
${P5SITE}/Locale/Codes.pm
${P5SITE}/Locale/Codes.pod
${P5SITE}/Locale/Codes/Changes.pod
${P5SITE}/Locale/Codes/Constants.pm
${P5SITE}/Locale/Codes/Country.pm
${P5SITE}/Locale/Codes/Country.pod
${P5SITE}/Locale/Codes/Country_Codes.pm
${P5SITE}/Locale/Codes/Country_Retired.pm
${P5SITE}/Locale/Codes/Currency.pm
${P5SITE}/Locale/Codes/Currency.pod
${P5SITE}/Locale/Codes/Currency_Codes.pm
${P5SITE}/Locale/Codes/Currency_Retired.pm
${P5SITE}/Locale/Codes/LangExt.pm
${P5SITE}/Locale/Codes/LangExt.pod
${P5SITE}/Locale/Codes/LangExt_Codes.pm
${P5SITE}/Locale/Codes/LangExt_Retired.pm
${P5SITE}/Locale/Codes/LangFam.pm
${P5SITE}/Locale/Codes/LangFam.pod
${P5SITE}/Locale/Codes/LangFam_Codes.pm
${P5SITE}/Locale/Codes/LangFam_Retired.pm
${P5SITE}/Locale/Codes/LangVar.pm
${P5SITE}/Locale/Codes/LangVar.pod
${P5SITE}/Locale/Codes/LangVar_Codes.pm
${P5SITE}/Locale/Codes/LangVar_Retired.pm
${P5SITE}/Locale/Codes/Language.pm
${P5SITE}/Locale/Codes/Language.pod
${P5SITE}/Locale/Codes/Language_Codes.pm
${P5SITE}/Locale/Codes/Language_Retired.pm
${P5SITE}/Locale/Codes/Script.pm
${P5SITE}/Locale/Codes/Script.pod
${P5SITE}/Locale/Codes/Script_Codes.pm
${P5SITE}/Locale/Codes/Script_Retired.pm
${P5SITE}/Locale/Codes/Types.pod
${P5SITE}/Locale/Country.pm
${P5SITE}/Locale/Country.pod
${P5SITE}/Locale/Currency.pm
${P5SITE}/Locale/Currency.pod
${P5SITE}/Locale/Language.pm
${P5SITE}/Locale/Language.pod
${P5SITE}/Locale/Script.pm
${P5SITE}/Locale/Script.pod
@man man/man3p/Locale::Codes.3p
@man man/man3p/Locale::Codes::Changes.3p
@man man/man3p/Locale::Codes::Country.3p
@man man/man3p/Locale::Codes::Currency.3p
@man man/man3p/Locale::Codes::LangExt.3p
@man man/man3p/Locale::Codes::LangFam.3p
@man man/man3p/Locale::Codes::LangVar.3p
@man man/man3p/Locale::Codes::Language.3p
@man man/man3p/Locale::Codes::Script.3p
@man man/man3p/Locale::Codes::Types.3p
@man man/man3p/Locale::Country.3p
@man man/man3p/Locale::Currency.3p
@man man/man3p/Locale::Language.3p
@man man/man3p/Locale::Script.3p