diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 20:03:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 20:03:43 +0000 |
commit | 7d1b2924c1c7ffcdffc42345162c0ca434e459a6 (patch) | |
tree | 33d3e0ee8155cf49b9b241b1d540c87adf9a0b49 /misc | |
parent | 11f071950ebd70f8c7b671b4933c3497dff4f23e (diff) | |
download | pkgsrc-7d1b2924c1c7ffcdffc42345162c0ca434e459a6.tar.gz |
Initial import of p5-Lingua-Preferred:
Many web browsers let you specify which languages you understand.
Then they negotiate with the web server to get documents in the
best language possible. This is something similar in Perl.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Lingua-Preferred/DESCR | 3 | ||||
-rw-r--r-- | misc/p5-Lingua-Preferred/Makefile | 17 | ||||
-rw-r--r-- | misc/p5-Lingua-Preferred/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-Lingua-Preferred/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/misc/p5-Lingua-Preferred/DESCR b/misc/p5-Lingua-Preferred/DESCR new file mode 100644 index 00000000000..de44d065637 --- /dev/null +++ b/misc/p5-Lingua-Preferred/DESCR @@ -0,0 +1,3 @@ +Many web browsers let you specify which languages you understand. +Then they negotiate with the web server to get documents in the +best language possible. This is something similar in Perl. diff --git a/misc/p5-Lingua-Preferred/Makefile b/misc/p5-Lingua-Preferred/Makefile new file mode 100644 index 00000000000..29462330f39 --- /dev/null +++ b/misc/p5-Lingua-Preferred/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/19 20:03:43 wiz Exp $ +# + +DISTNAME= Lingua-Preferred-0.2.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Choose a preferred language from a selection + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/Preferred/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-Lingua-Preferred/PLIST b/misc/p5-Lingua-Preferred/PLIST new file mode 100644 index 00000000000..b981ac399fa --- /dev/null +++ b/misc/p5-Lingua-Preferred/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/19 20:03:43 wiz Exp $ diff --git a/misc/p5-Lingua-Preferred/distinfo b/misc/p5-Lingua-Preferred/distinfo new file mode 100644 index 00000000000..b89aabf1926 --- /dev/null +++ b/misc/p5-Lingua-Preferred/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/19 20:03:43 wiz Exp $ + +SHA1 (Lingua-Preferred-0.2.4.tar.gz) = b8c08b30fd17ebd691f37cc9e142306769990ccb +Size (Lingua-Preferred-0.2.4.tar.gz) = 6029 bytes |