diff options
author | reed <reed@pkgsrc.org> | 2005-05-19 17:29:30 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-19 17:29:30 +0000 |
commit | 06db8b52af9f28bdb077dcf03f52ea64603029af (patch) | |
tree | c3b6590c432cdaffa0a35a53debbe761d6a9f662 /textproc | |
parent | 2c23c8d96176a02368a2c49d773a1945a4edb0f1 (diff) | |
download | pkgsrc-06db8b52af9f28bdb077dcf03f52ea64603029af.tar.gz |
Moved this package from misc category to textproc category.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Ordinate/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Ordinate/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/Makefile | 16 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Preferred/distinfo | 5 |
8 files changed, 53 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/DESCR b/textproc/p5-Lingua-EN-Numbers-Ordinate/DESCR new file mode 100644 index 00000000000..c7803156a65 --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/DESCR @@ -0,0 +1,3 @@ +There are two kinds of numbers in English -- cardinals (1, 2, 3...), +and ordinals (1st, 2nd, 3rd...). This library provides functions +for giving the ordinal form of a number, given its cardinal value. diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile new file mode 100644 index 00000000000..0bd1ed8d6ee --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 17:29:30 reed Exp $ +# + +DISTNAME= Lingua-EN-Numbers-Ordinate-1.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate/ +COMMENT= Go from cardinal number (3) to ordinal ("3rd") + +#DEPENDS+= p5-Array-Compare-[0-9]*:../../devel/p5-Array-Compare + +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/EN/Numbers/Ordinate/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/PLIST b/textproc/p5-Lingua-EN-Numbers-Ordinate/PLIST new file mode 100644 index 00000000000..05e0b4ed495 --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/19 17:29:30 reed Exp $ diff --git a/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo b/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo new file mode 100644 index 00000000000..2b55291c318 --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers-Ordinate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/19 17:29:30 reed Exp $ + +SHA1 (Lingua-EN-Numbers-Ordinate-1.02.tar.gz) = c4b24935f3b328055b6aa2cd7d33afe0eb71fb1b +RMD160 (Lingua-EN-Numbers-Ordinate-1.02.tar.gz) = b70e6eeb3ab1906bdf8bfc3fc1821986be65f5c2 +Size (Lingua-EN-Numbers-Ordinate-1.02.tar.gz) = 5564 bytes diff --git a/textproc/p5-Lingua-Preferred/DESCR b/textproc/p5-Lingua-Preferred/DESCR new file mode 100644 index 00000000000..de44d065637 --- /dev/null +++ b/textproc/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/textproc/p5-Lingua-Preferred/Makefile b/textproc/p5-Lingua-Preferred/Makefile new file mode 100644 index 00000000000..7f1f8bd2e82 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 17:31:02 reed Exp $ +# + +DISTNAME= Lingua-Preferred-0.2.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Choose a preferred language from a selection + +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/Preferred/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Lingua-Preferred/PLIST b/textproc/p5-Lingua-Preferred/PLIST new file mode 100644 index 00000000000..04820ac5f51 --- /dev/null +++ b/textproc/p5-Lingua-Preferred/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/19 17:31:02 reed Exp $ diff --git a/textproc/p5-Lingua-Preferred/distinfo b/textproc/p5-Lingua-Preferred/distinfo new file mode 100644 index 00000000000..772747c332d --- /dev/null +++ b/textproc/p5-Lingua-Preferred/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/19 17:31:02 reed Exp $ + +SHA1 (Lingua-Preferred-0.2.4.tar.gz) = b8c08b30fd17ebd691f37cc9e142306769990ccb +RMD160 (Lingua-Preferred-0.2.4.tar.gz) = 7a714b172e3f72b915d04e9e7f268b49686d5c34 +Size (Lingua-Preferred-0.2.4.tar.gz) = 6029 bytes |