mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Map from US two-letter codes to statees and vice versa.
WWW: http://search.cpan.org/dist/Locale-US/ PR: ports/126122 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
This commit is contained in:
parent
de1d07256f
commit
2b1408a46e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218182
@ -374,6 +374,7 @@
|
||||
SUBDIR += p5-Locale-Codes
|
||||
SUBDIR += p5-Locale-Msgcat
|
||||
SUBDIR += p5-Locale-SubCountry
|
||||
SUBDIR += p5-Locale-US
|
||||
SUBDIR += p5-Net-vCard
|
||||
SUBDIR += p5-Norge
|
||||
SUBDIR += p5-Test-Dir
|
||||
|
20
misc/p5-Locale-US/Makefile
Normal file
20
misc/p5-Locale-US/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: p5-Locale-US
|
||||
# Date created: 2008-07-31
|
||||
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Locale-US
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cherry@trombik.org
|
||||
COMMENT= Two letter codes for state identification in the United States
|
||||
|
||||
PERL_CONFIGURE= Yes
|
||||
MAN3= Locale::US.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/p5-Locale-US/distinfo
Normal file
3
misc/p5-Locale-US/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Locale-US-1.2.tar.gz) = d748870d0b657f78d7ea044cbf35eacc
|
||||
SHA256 (Locale-US-1.2.tar.gz) = 551f82fbadce925969d230b83494be6b432210bd16003229a6b006bf0cc25186
|
||||
SIZE (Locale-US-1.2.tar.gz) = 4137
|
10
misc/p5-Locale-US/files/patch-US.pm
Normal file
10
misc/p5-Locale-US/files/patch-US.pm
Normal file
@ -0,0 +1,10 @@
|
||||
--- US.pm.orig 2008-07-31 14:50:56.000000000 +0900
|
||||
+++ US.pm 2008-07-31 14:51:02.000000000 +0900
|
||||
@@ -4,7 +4,6 @@ use 5.006001;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
-use Data::Dumper;
|
||||
|
||||
require Exporter;
|
||||
|
3
misc/p5-Locale-US/pkg-descr
Normal file
3
misc/p5-Locale-US/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Map from US two-letter codes to statees and vice versa.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Locale-US/
|
6
misc/p5-Locale-US/pkg-plist
Normal file
6
misc/p5-Locale-US/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Locale/US.pm
|
||||
%%SITE_PERL%%/Locale/kruft2codes.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/US/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/US
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
|
||||
@dirrmtry %%SITE_PERL%%/Locale
|
Loading…
Reference in New Issue
Block a user