Initial import of p5-Locale-Maketext-Simple 0.12

This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.
This commit is contained in:
kevlo 2004-12-10 02:53:09 +00:00
parent f6d4a7e848
commit 3e1cbd47ec
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 02:53:09 kevlo Exp $
COMMENT= "simple interface to Locale::Maketext::Lexicon"
DISTNAME= Locale-Maketext-Simple-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Locale-Maketext-Simple-0.12.tar.gz) = 9a65312da2ae8d59f898151f9c044383
RMD160 (Locale-Maketext-Simple-0.12.tar.gz) = d5719bfd7d812a971c4a08f8399f885646a0dad8
SHA1 (Locale-Maketext-Simple-0.12.tar.gz) = eb7ba1a44a124df3ce84138078ecb9993f7a113b

View File

@ -0,0 +1,6 @@
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.
If Locale::Maketext::Lexicon is not present, it implements a minimal
localization function, so the program can function normally.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/10 02:53:09 kevlo Exp $
${P5SITE}/Locale/
${P5SITE}/Locale/Maketext/
${P5SITE}/Locale/Maketext/Simple.pm
@man man/man3p/Locale::Maketext::Simple.3p