diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-11 21:53:59 +0000 |
commit | 240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/p5-Locale-Codes | |
parent | 652e2956ee0721786181dcf43d7559a17c9b93f9 (diff) | |
download | pkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/p5-Locale-Codes')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 25 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/files/md5 | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg/COMMENT | 2 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg/DESCR | 13 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/pkg/PLIST | 7 |
5 files changed, 48 insertions, 0 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile new file mode 100644 index 00000000000..b90ec3e1c4a --- /dev/null +++ b/misc/p5-Locale-Codes/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Locale-Codes +# Version required: 0.003 +# Date created: June 26th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.ORG> +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:41 hubertf Exp $ +# + +DISTNAME= Locale-Codes-0.003 +PKGNAME= p5-Locale-Codes-0.003 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Locale + +MAINTAINER= jfitz@FreeBSD.ORG + +USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5 +MAN3= Locale::Country.3 Locale::Language.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/misc/p5-Locale-Codes/files/md5 b/misc/p5-Locale-Codes/files/md5 new file mode 100644 index 00000000000..356d97a07ef --- /dev/null +++ b/misc/p5-Locale-Codes/files/md5 @@ -0,0 +1 @@ +MD5 (Locale-Codes-0.003.tar.gz) = ae62819979b2929275f570f4859b711a diff --git a/misc/p5-Locale-Codes/pkg/COMMENT b/misc/p5-Locale-Codes/pkg/COMMENT new file mode 100644 index 00000000000..ed35cc7dedf --- /dev/null +++ b/misc/p5-Locale-Codes/pkg/COMMENT @@ -0,0 +1,2 @@ +perl5 module providing access to ISO3166 and ISO639 Country Codes + diff --git a/misc/p5-Locale-Codes/pkg/DESCR b/misc/p5-Locale-Codes/pkg/DESCR new file mode 100644 index 00000000000..e6170bd3989 --- /dev/null +++ b/misc/p5-Locale-Codes/pkg/DESCR @@ -0,0 +1,13 @@ + 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 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. diff --git a/misc/p5-Locale-Codes/pkg/PLIST b/misc/p5-Locale-Codes/pkg/PLIST new file mode 100644 index 00000000000..27368c57ad1 --- /dev/null +++ b/misc/p5-Locale-Codes/pkg/PLIST @@ -0,0 +1,7 @@ +lib/perl5/man/man3/Locale::Country.3.gz +lib/perl5/man/man3/Locale::Language.3.gz +lib/perl5/site_perl/Locale/Country.pm +lib/perl5/site_perl/Locale/Language.pm +lib/perl5/site_perl/i386-freebsd/auto/Locale/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/Locale +@dirrm lib/perl5/site_perl/Locale |