pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-Locale-Maketext Import p5-Locale-Maketext 1.08



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f7ee88b4c71
branches:  trunk
changeset: 475263:9f7ee88b4c71
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Thu May 13 08:32:17 2004 +0000

description:
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:

 misc/p5-Locale-Maketext/DESCR    |   7 +++++++
 misc/p5-Locale-Maketext/Makefile |  19 +++++++++++++++++++
 misc/p5-Locale-Maketext/PLIST    |   1 +
 misc/p5-Locale-Maketext/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r bf297cb91161 -r 9f7ee88b4c71 misc/p5-Locale-Maketext/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Locale-Maketext/DESCR     Thu May 13 08:32:17 2004 +0000
@@ -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 -r bf297cb91161 -r 9f7ee88b4c71 misc/p5-Locale-Maketext/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Locale-Maketext/Makefile  Thu May 13 08:32:17 2004 +0000
@@ -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@localhost
+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 -r bf297cb91161 -r 9f7ee88b4c71 misc/p5-Locale-Maketext/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Locale-Maketext/PLIST     Thu May 13 08:32:17 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/13 08:32:17 mjl Exp $
diff -r bf297cb91161 -r 9f7ee88b4c71 misc/p5-Locale-Maketext/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-Locale-Maketext/distinfo  Thu May 13 08:32:17 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index