Port details |
- p5-Locale-Codes Perl5 module providing access to ISO3166 and ISO639 Country Codes
- 3.64 misc =9 3.64Version of this port present on the latest quarterly branch.
- Maintainer: demon@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: gettext, p5-URI, p5-Digest-MD5, unzip, libiconv
- Also Listed In: perl5
- License: ART10
- WWW:
- https://metacpan.org/release/Locale-Codes
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Locale-Codes>0:misc/p5-Locale-Codes
- To install the port:
- cd /usr/ports/misc/p5-Locale-Codes/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/p5-Locale-Codes
- pkg install p5-Locale-Codes
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Locale-Codes
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591182848
SHA256 (Locale-Codes-3.64.tar.gz) = 4ed9ef810b68cbb3417e28b34606c1b73c205ce2128535e53b4c9bf612c3e861
SIZE (Locale-Codes-3.64.tar.gz) = 858887
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Test-Inter>=1.09 : devel/p5-Test-Inter
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- finance/p5-Data-Currency
- misc/p5-Business-ISIN
- www/otrs
-
Deleted ports which required this port:
- for Run
-
- finance/p5-Data-Currency
- graphics/gscan2pdf
- misc/p5-Business-ISIN
- net/p5-Net-Whois
- www/foswiki
- www/otrs
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- misc_p5-Locale-Codes
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.64 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.64 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.64 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.64 03 Jun 2020 11:16:46 |
demon |
Update to version 3.64. |
3.62 07 Feb 2020 13:27:35 |
pi |
misc/p5-Locale-Codes: upgrade 3.31 -> 3.62
PR: 243956
Requested by: Doug Sampson <dougs@dawnsign.com>
Approved by: demon (maintainer)
Relnotes: https://metacpan.org/changes/distribution/Locale-Codes |
3.31_1 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.31_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.31 03 Jun 2014 10:09:06 |
demon |
Update to version 3.31. |
3.30 28 Mar 2014 10:29:46 |
demon |
Update to version 3.30. |
3.29 28 Jan 2014 11:51:33 |
demon |
Update to version 3.29. |
3.28 21 Dec 2013 18:53:36 |
demon |
Update to version 3.28. |
3.27 05 Nov 2013 10:14:34 |
demon |
Update to version 3.27. |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
3.26 02 Sep 2013 09:22:47 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
3.26 24 Jun 2013 07:11:47 |
demon |
Update to version 3.26. |
3.25 11 Mar 2013 14:21:25 |
demon |
Add missing man-pages. |
3.25 11 Mar 2013 12:48:15 |
demon |
Update to version 3.25. |
3.17 22 Aug 2011 10:01:25 |
demon |
@dirrmtry another dir. |
3.17 15 Aug 2011 14:29:07 |
demon |
Add missing man-pages. |
3.17 10 Aug 2011 11:47:19 |
demon |
Update to version 3.17.
PR: 159086
Submitted by: Fedor A Borshev <fedor9@gmail.com> |
3.15 27 Dec 2010 14:57:27 |
pgollucci |
- Update to 3.15
PR: ports/153085
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (demon ; 15 days) |
3.14 24 Nov 2010 15:53:41 |
demon |
Add missing man-pages. |
3.14 24 Nov 2010 10:37:45 |
demon |
Update to version 3.14. |
2.07 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
2.07 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
2.07 22 Jul 2004 10:32:03 |
demon |
Update to version 2.07.
PR: 69414
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.06 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.06 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2.06 07 Mar 2003 06:07:20 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.06 01 Feb 2003 10:16:24 |
demon |
Add missing manpage.
Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp> |
2.06 06 Oct 2002 07:20:32 |
demon |
Update to version 2.06
PR: 43234
Submitted by: Peter Avalos <pavalos@theshell.com> |
2.03 05 May 2002 16:33:35 |
demon |
Upgrade to version 2.03 |
24 Jun 2001 21:29:39 |
dd |
Remove duplicate words where appropriate. |
13 Mar 2001 10:28:47 |
demon |
Update to version 1.06 |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
24 Oct 2000 23:39:57 |
will |
Hand these ports to Dmitry Sivachenko <dima@chg.ru>. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 05:01:16 |
asami |
Convert category misc to new layout. |
22 Jul 2000 11:44:53 |
vanilla |
Update |