mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
I18N::AcceptLanguage matches language preference to available
languages per rules defined in RFC 2616, section 14.4: HTTP/1.1 - Header Field Definitions - Accept-Language. WWW: http://search.cpan.org/dist/I18N-AcceptLanguage/
This commit is contained in:
parent
b65fe71eab
commit
cb51e9d2ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269777
@ -1070,6 +1070,7 @@
|
||||
SUBDIR += p5-HTTPD-Log-Filter
|
||||
SUBDIR += p5-HTTPD-User-Manage
|
||||
SUBDIR += p5-Handel
|
||||
SUBDIR += p5-I18N-AcceptLanguage
|
||||
SUBDIR += p5-IMDB-Film
|
||||
SUBDIR += p5-IMDB-Movie
|
||||
SUBDIR += p5-Image-Delivery
|
||||
|
21
www/p5-I18N-AcceptLanguage/Makefile
Normal file
21
www/p5-I18N-AcceptLanguage/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: I18N::AcceptLanguage
|
||||
# Date created: 14 Feb 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= I18N-AcceptLanguage
|
||||
PORTVERSION= 1.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to matches language preference (HTTP Accept-Language)
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= I18N::AcceptLanguage.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-I18N-AcceptLanguage/distinfo
Normal file
2
www/p5-I18N-AcceptLanguage/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (I18N-AcceptLanguage-1.04.tar.gz) = 312e41169591fc4c8f6f1e7fe129820f42f7dbe38506d9103ff41aa720f40309
|
||||
SIZE (I18N-AcceptLanguage-1.04.tar.gz) = 9031
|
5
www/p5-I18N-AcceptLanguage/pkg-descr
Normal file
5
www/p5-I18N-AcceptLanguage/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
I18N::AcceptLanguage matches language preference to available
|
||||
languages per rules defined in RFC 2616, section 14.4: HTTP/1.1 -
|
||||
Header Field Definitions - Accept-Language.
|
||||
|
||||
WWW: http://search.cpan.org/dist/I18N-AcceptLanguage/
|
5
www/p5-I18N-AcceptLanguage/pkg-plist
Normal file
5
www/p5-I18N-AcceptLanguage/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/AcceptLanguage/.packlist
|
||||
%%SITE_PERL%%/I18N/AcceptLanguage.pm
|
||||
@dirrmtry %%SITE_PERL%%/I18N
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N/AcceptLanguage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/I18N
|
Loading…
Reference in New Issue
Block a user