Port details |
- p5-I18N-LangTags Functions for dealing with RFC-1766-style language tags
- 0.35_2 misc =23 0.35_2Version 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:: p5-MIME-Base64, gmake, m4, p5-Digest-MD5, gettext
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/SBURKE/I18N-LangTags-0.35
- Description:
- Language tags are a formalism, described in RFC 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 (notably the extraction of them, comparing them, and testing the
formal validity of them) as is needed in a variety of protocols and
applications.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-I18N-LangTags>0:misc/p5-I18N-LangTags
- To install the port:
- cd /usr/ports/misc/p5-I18N-LangTags/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/p5-I18N-LangTags
- pkg install p5-I18N-LangTags
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-I18N-LangTags
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (I18N-LangTags-0.35.tar.gz) = 5e0eb84a6949d721f8d12854904cee1fe1f1dbf346b63b556a8450344f74bc45
SIZE (I18N-LangTags-0.35.tar.gz) = 30636
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:
-
- 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 Run
-
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-I18N-LangTags
- 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) |
0.35_2 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 ) |
0.35_2 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 ) |
0.35_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.35_2 04 Jun 2018 18:10:22 |
sunpoet |
Add LICENSE
- Update WWW
Approved by: portmgr (blanket) |
0.35_2 24 Nov 2016 09:57:15 |
amdmi3 |
- Fix perl syntax with perl 5.24+
- While here, fix typo in documentation
PR: 190531
Submitted by: vess@slavof.net
Approved by: maintainer timeout (daemon, 2.5 years)
MFH: 2016Q4 |
0.35_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 ) |
0.35 05 Jan 2014 12:30:06 |
az |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
0.35 02 Sep 2013 09:36:29 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.35 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.35 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.35 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) |
0.35 22 Jan 2006 12:59:47 |
edwin |
SHA256ify
Approved by: krion@ |
0.35 22 Jan 2006 02:28:45 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.35 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
0.35 14 Feb 2005 07:19:25 |
demon |
Update to version 0.35.
PR: 77398
Submitted by: leeym |
0.33 22 Jul 2004 10:36:34 |
demon |
Update to version 0.33.
PR: 69413
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.30 01 Apr 2004 06:37:12 |
demon |
Update to version 0.30.
Submitted by: mat |
0.29 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.29 13 Oct 2003 05:32:14 |
demon |
Update to version 0.29.
PR: 57904
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.28 21 Jul 2003 13:01:52 |
demon |
Update to version 0.28.
PR: 54704
Submitted by: Mathieu Arnold <m@absolight.net> |
0.27_1 22 Feb 2003 18:11:43 |
demon |
Add missing manpage;
Bump PORTREVISION;
Remove directories on deinstall;
de-pkg-comment. |
0.27 05 May 2002 16:37:46 |
demon |
Upgrade to version 0.27 |
10 May 2001 10:34:25 |
vanilla |
Upgrade to latest version: p5-Apache-MP3 => 2.16
p5-Convert-UUlib => 0.111 p5-Email-Find => 0.03 p5-GD => 1.33
p5-HTML-Parser => 3.24 p5-I18N-Charset => 1.08 p5-I18N-LangTags => 0.20
p5-MIME-Lite => 2.111 p5-Set-Scalar => 1.09 p5-Sort-ArbBiLex => 3.4
p5-URI => 1.12 p5-Unix-Syslog => 0.95 |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
16 Nov 2000 19:37:02 |
demon |
Update to version 0.13 |
13 Nov 2000 12:45:41 |
demon |
Change MAINTAINER field. I am now at FreeBSD dot org |
08 Oct 2000 05:01:16 |
asami |
Convert category misc to new layout. |
12 Aug 2000 13:00:48 |
jedgar |
Add directories missing in PLIST |