Initial import of I18N-LangTags-0.13

This module for dealing with RFC-1766-style language tags
This commit is contained in:
kevlo 2001-01-21 16:34:29 +00:00
parent 684eb75a56
commit 47d120f535
5 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 16:34:29 kevlo Exp $
DISTNAME= I18N-LangTags-0.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= misc perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= I18N
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (I18N-LangTags-0.13.tar.gz) = 95f3afe67ef4b42092df0de593826344
RMD160 (I18N-LangTags-0.13.tar.gz) = 3e8843a3f2d6dd49b66b9723cb67abaf6deeb83a
SHA1 (I18N-LangTags-0.13.tar.gz) = 111c22a509f44ebc017572d2acc0bcd09c9da145

View File

@ -0,0 +1 @@
deal with RFC-1766-style language tags

View File

@ -0,0 +1,8 @@
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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/21 16:34:29 kevlo Exp $
libdata/perl5/site_perl/I18N/LangTags.pm
man/man3/I18N::LangTags.3p