mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +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:
parent
6697a49c5d
commit
53e3bc5f46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87849
@ -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
|
||||
|
22
devel/p5-Locale-Maketext-Simple/Makefile
Normal file
22
devel/p5-Locale-Maketext-Simple/Makefile
Normal 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>
|
1
devel/p5-Locale-Maketext-Simple/distinfo
Normal file
1
devel/p5-Locale-Maketext-Simple/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Locale-Maketext-Simple-0.08.tar.gz) = 074add0d861eff0032562271976041cb
|
6
devel/p5-Locale-Maketext-Simple/pkg-descr
Normal file
6
devel/p5-Locale-Maketext-Simple/pkg-descr
Normal 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.
|
7
devel/p5-Locale-Maketext-Simple/pkg-plist
Normal file
7
devel/p5-Locale-Maketext-Simple/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user