diff options
author | cube <cube@pkgsrc.org> | 2004-07-30 13:52:45 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-07-30 13:52:45 +0000 |
commit | c628ab33da7b52002c4ae41a6bc70218dd3767e6 (patch) | |
tree | 54d331a167a3b4a27b1ed56f1128bbae9f4e0c8a /misc | |
parent | 04c5490659c5ce62808baf0b8fab92a9d38c6f16 (diff) | |
download | pkgsrc-c628ab33da7b52002c4ae41a6bc70218dd3767e6.tar.gz |
Initial import of p5-Locale-Maketext-Lexicon, version 0.38 into the NetBSD
Packages Collection, from the pkgsrc-wip project.
Original package by Dieter Roelants.
A perl module providing lexicon-handling backends, for "Locale::Maketext"
to read from other localization formats, such as PO files, MO files,
or from databases via the "Tie" interface.
For extracting translatable strings from source files, a "xgettext.pl"
utility is also installed by default.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/DESCR | 6 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/Makefile | 22 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/misc/p5-Locale-Maketext-Lexicon/DESCR b/misc/p5-Locale-Maketext-Lexicon/DESCR new file mode 100644 index 00000000000..430a5cc35a3 --- /dev/null +++ b/misc/p5-Locale-Maketext-Lexicon/DESCR @@ -0,0 +1,6 @@ +A perl module providing lexicon-handling backends, for "Locale::Maketext" +to read from other localization formats, such as PO files, MO files, +or from databases via the "Tie" interface. + +For extracting translatable strings from source files, a "xgettext.pl" +utility is also installed by default. diff --git a/misc/p5-Locale-Maketext-Lexicon/Makefile b/misc/p5-Locale-Maketext-Lexicon/Makefile new file mode 100644 index 00000000000..2014c6ede64 --- /dev/null +++ b/misc/p5-Locale-Maketext-Lexicon/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/30 13:52:45 cube Exp $ +# + +DISTNAME= Locale-Maketext-Lexicon-0.38 +PKGNAME= p5-${DISTNAME} +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} + +MAINTAINER= dieter.NetBSD@pandora.be +HOMEPAGE= http://www.autrijus.org/webl10n/ +COMMENT= Use other catalog formats in Maketext + +DEPENDS+= {perl>=5.8.0,p5-Locale-Maketext-[0-8]*}:../../misc/p5-Locale-Maketext + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/Maketext/Lexicon/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Locale-Maketext-Lexicon/PLIST b/misc/p5-Locale-Maketext-Lexicon/PLIST new file mode 100644 index 00000000000..6555b76dff3 --- /dev/null +++ b/misc/p5-Locale-Maketext-Lexicon/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/30 13:52:45 cube Exp $ diff --git a/misc/p5-Locale-Maketext-Lexicon/distinfo b/misc/p5-Locale-Maketext-Lexicon/distinfo new file mode 100644 index 00000000000..be86e8b649a --- /dev/null +++ b/misc/p5-Locale-Maketext-Lexicon/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/30 13:52:45 cube Exp $ + +SHA1 (Locale-Maketext-Lexicon-0.38.tar.gz) = 814e4144a27177044191a1be010d17a48af751ac +Size (Locale-Maketext-Lexicon-0.38.tar.gz) = 33723 bytes |