diff options
author | mjl <mjl@pkgsrc.org> | 2004-05-13 08:32:17 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-05-13 08:32:17 +0000 |
commit | f68cba2f1dc0816af6185b0bf46baf2828aae7cc (patch) | |
tree | e4d5c086b0e42cd583688bc4635116cf1eaa5dd1 /misc | |
parent | 020674ae97acd78c3eff9d36609943bd502316f5 (diff) | |
download | pkgsrc-f68cba2f1dc0816af6185b0bf46baf2828aae7cc.tar.gz |
Import p5-Locale-Maketext 1.08
It is a common feature of applications (whether run directly, or via
the Web) for them to be "localized" -- i.e., for them to a present an
English interface to an English-speaker, a German interface to a
German-speaker, and so on for all languages it's programmed with.
Locale::Maketext is a framework for software localization; it provides
you with the tools for organizing and accessing the bits of text and
text-processing code that you need for producing localized applications.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Maketext/DESCR | 7 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext/Makefile | 19 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/misc/p5-Locale-Maketext/DESCR b/misc/p5-Locale-Maketext/DESCR new file mode 100644 index 00000000000..44bda2ad1ad --- /dev/null +++ b/misc/p5-Locale-Maketext/DESCR @@ -0,0 +1,7 @@ +It is a common feature of applications (whether run directly, or via +the Web) for them to be "localized" -- i.e., for them to a present an +English interface to an English-speaker, a German interface to a +German-speaker, and so on for all languages it's programmed with. +Locale::Maketext is a framework for software localization; it provides +you with the tools for organizing and accessing the bits of text and +text-processing code that you need for producing localized applications. diff --git a/misc/p5-Locale-Maketext/Makefile b/misc/p5-Locale-Maketext/Makefile new file mode 100644 index 00000000000..17dd5b8fd61 --- /dev/null +++ b/misc/p5-Locale-Maketext/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 08:32:17 mjl Exp $ +# + +DISTNAME= Locale-Maketext-1.08 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5lmt +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl framework for localization + +DEPENDS+= p5-I18N-LangTags>=0.30:../p5-I18N-LangTags + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale-Maketext/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Locale-Maketext/PLIST b/misc/p5-Locale-Maketext/PLIST new file mode 100644 index 00000000000..c98c7e33bb8 --- /dev/null +++ b/misc/p5-Locale-Maketext/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/13 08:32:17 mjl Exp $ diff --git a/misc/p5-Locale-Maketext/distinfo b/misc/p5-Locale-Maketext/distinfo new file mode 100644 index 00000000000..d903719475f --- /dev/null +++ b/misc/p5-Locale-Maketext/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/13 08:32:17 mjl Exp $ + +SHA1 (Locale-Maketext-1.08.tar.gz) = fe2f78a6c4a1213e0dd3287108c6ae19bd3b495b +Size (Locale-Maketext-1.08.tar.gz) = 46992 bytes |