1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

New port: p5-Locale-Maketext-Simple

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.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
This commit is contained in:
Dmitry Sivachenko 2003-08-28 07:35:04 +00:00
parent 6697a49c5d
commit 53e3bc5f46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87849
5 changed files with 37 additions and 0 deletions

View File

@ -651,6 +651,7 @@
SUBDIR += p5-Locale-Maketext-Fuzzy
SUBDIR += p5-Locale-Maketext-Gettext
SUBDIR += p5-Locale-Maketext-Lexicon
SUBDIR += p5-Locale-Maketext-Simple
SUBDIR += p5-Locale-PGetText
SUBDIR += p5-Locale-gettext
SUBDIR += p5-LockFile-Simple

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Locale-Maketext-Simple
# Date created: Aug 27 2003
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
#
PORTNAME= Locale-Maketext-Simple
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS
PKGNAMEPREFIX= p5-
MAINTAINER= autrijus@autrijus.org
COMMENT= Simple interface to Locale::Maketext::Lexicon
PERL_CONFIGURE= yes
MAN3= Locale::Maketext::Simple.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Locale-Maketext-Simple-0.08.tar.gz) = 074add0d861eff0032562271976041cb

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,7 @@
%%SITE_PERL%%/Locale/Maketext/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext/Simple/.packlist
@dirrm %%SITE_PERL%%/Locale/Maketext
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext/Simple
@unexec rmdir %D/%%SITE_PERL%%/Locale 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Maketext 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale 2>/dev/null || true