This module does the same thing as msgfmt from GNU gettext-tools,
except this is pure Perl. WWW: http://search.cpan.org/dist/Locale-Msgfmt/ PR: 136699 Submitted by: Cezary Morga <cm@therek.net>
This commit is contained in:
parent
df9b24e2e2
commit
d4ab668367
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237877
@ -1540,6 +1540,7 @@
|
||||
SUBDIR += p5-Locale-Maketext-Gettext
|
||||
SUBDIR += p5-Locale-Maketext-Lexicon
|
||||
SUBDIR += p5-Locale-Maketext-Simple
|
||||
SUBDIR += p5-Locale-Msgfmt
|
||||
SUBDIR += p5-Locale-PGetText
|
||||
SUBDIR += p5-Locale-PO
|
||||
SUBDIR += p5-Locale-gettext
|
||||
|
25
devel/p5-Locale-Msgfmt/Makefile
Normal file
25
devel/p5-Locale-Msgfmt/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Locale-Msgfmt
|
||||
# Date created: July 12th 2009
|
||||
# Whom: Cezary Morga <cm@therek.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Locale-Msgfmt
|
||||
PORTVERSION= 0.14
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= cm@therek.net
|
||||
COMMENT= Compile .po files to .mo files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= msgfmt.pl.1
|
||||
MAN3= Locale::Msgfmt::Utils.3 \
|
||||
Locale::Msgfmt::mo.3 \
|
||||
Locale::Msgfmt::po.3 \
|
||||
Locale::Msgfmt.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Locale-Msgfmt/distinfo
Normal file
3
devel/p5-Locale-Msgfmt/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Locale-Msgfmt-0.14.tar.gz) = 2fd04fc47a8cff9e2c565d79a1b42599
|
||||
SHA256 (Locale-Msgfmt-0.14.tar.gz) = 534992881fc2be558050291e458093b6ba782f7f46bb1bd6b0000780d4dfc7d8
|
||||
SIZE (Locale-Msgfmt-0.14.tar.gz) = 30765
|
4
devel/p5-Locale-Msgfmt/pkg-descr
Normal file
4
devel/p5-Locale-Msgfmt/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module does the same thing as msgfmt from GNU gettext-tools,
|
||||
except this is pure Perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Locale-Msgfmt/
|
13
devel/p5-Locale-Msgfmt/pkg-plist
Normal file
13
devel/p5-Locale-Msgfmt/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/msgfmt.pl
|
||||
%%SITE_PERL%%/Locale/Msgfmt/po.pm
|
||||
%%SITE_PERL%%/Locale/Msgfmt/Utils.pm
|
||||
%%SITE_PERL%%/Locale/Msgfmt/mo.pm
|
||||
%%SITE_PERL%%/Locale/Msgfmt.pm
|
||||
%%SITE_PERL%%/Module/Install/Msgfmt.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgfmt/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/Msgfmt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
|
||||
@dirrmtry %%SITE_PERL%%/Locale/Msgfmt
|
||||
@dirrmtry %%SITE_PERL%%/Locale
|
||||
@dirrmtry %%SITE_PERL%%/Module/Install
|
||||
@dirrmtry %%SITE_PERL%%/Module
|
Loading…
Reference in New Issue
Block a user