Initial import of p5-Locale-Maketext-Lexicon
This module provides lexicon-handling modules to read from other localization formats, such as Gettext, Msgcat, and so on.
This commit is contained in:
parent
660e01de27
commit
680fff6aee
24
devel/p5-Locale-Maketext-Lexicon/Makefile
Normal file
24
devel/p5-Locale-Maketext-Lexicon/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/08 18:36:18 msf Exp $
|
||||
|
||||
COMMENT= "Use other catalog formats in Locale::Maketext"
|
||||
|
||||
DISTNAME= Locale-Maketext-Lexicon-0.45
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
||||
HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Locale-Maketext-Lexicon/distinfo
Normal file
3
devel/p5-Locale-Maketext-Lexicon/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Locale-Maketext-Lexicon-0.45.tar.gz) = 112f0f2178883b64ad348d73c74f8240
|
||||
RMD160 (Locale-Maketext-Lexicon-0.45.tar.gz) = 07286eeae12e864e22e527d3b4ed8f3461646d62
|
||||
SHA1 (Locale-Maketext-Lexicon-0.45.tar.gz) = 0636205449cb03fea5d1f48922401f4fef5f84dd
|
2
devel/p5-Locale-Maketext-Lexicon/pkg/DESCR
Normal file
2
devel/p5-Locale-Maketext-Lexicon/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module provides lexicon-handling modules to read from other localization
|
||||
formats, such as Gettext, Msgcat, and so on.
|
20
devel/p5-Locale-Maketext-Lexicon/pkg/PLIST
Normal file
20
devel/p5-Locale-Maketext-Lexicon/pkg/PLIST
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/08 18:36:18 msf Exp $
|
||||
bin/xgettext.pl
|
||||
${P5SITE}/Locale/
|
||||
${P5SITE}/Locale/Maketext/
|
||||
${P5SITE}/Locale/Maketext/Extract/
|
||||
${P5SITE}/Locale/Maketext/Extract.pm
|
||||
${P5SITE}/Locale/Maketext/Extract/Run.pm
|
||||
${P5SITE}/Locale/Maketext/Lexicon/
|
||||
${P5SITE}/Locale/Maketext/Lexicon.pm
|
||||
${P5SITE}/Locale/Maketext/Lexicon/Auto.pm
|
||||
${P5SITE}/Locale/Maketext/Lexicon/Gettext.pm
|
||||
${P5SITE}/Locale/Maketext/Lexicon/Msgcat.pm
|
||||
${P5SITE}/Locale/Maketext/Lexicon/Tie.pm
|
||||
@man man/man1/xgettext.pl.1
|
||||
@man man/man3p/Locale::Maketext::Extract.3p
|
||||
@man man/man3p/Locale::Maketext::Lexicon.3p
|
||||
@man man/man3p/Locale::Maketext::Lexicon::Auto.3p
|
||||
@man man/man3p/Locale::Maketext::Lexicon::Gettext.3p
|
||||
@man man/man3p/Locale::Maketext::Lexicon::Msgcat.3p
|
||||
@man man/man3p/Locale::Maketext::Lexicon::Tie.3p
|
Loading…
Reference in New Issue
Block a user