diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-02-24 09:40:52 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-02-24 09:40:52 +0000 |
commit | 8b153e84673785c136d608cb1aa243e8661034f8 (patch) | |
tree | 21d0dd21f0b28e4bb7b34f93e76dae2236d6c04d /textproc | |
parent | 655decf2e5e503abee2f50346448d96da3b02a9e (diff) | |
download | pkgsrc-8b153e84673785c136d608cb1aa243e8661034f8.tar.gz |
Import p5-Lingua-Identify-0.50 as textproc/p5-Lingua-Identify.
Lingua::Identify identifies the language a given string or file is written in.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-Identify/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Identify/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Lingua-Identify/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Identify/DESCR b/textproc/p5-Lingua-Identify/DESCR new file mode 100644 index 00000000000..82b699e60e8 --- /dev/null +++ b/textproc/p5-Lingua-Identify/DESCR @@ -0,0 +1 @@ +Lingua::Identify identifies the language a given string or file is written in. diff --git a/textproc/p5-Lingua-Identify/Makefile b/textproc/p5-Lingua-Identify/Makefile new file mode 100644 index 00000000000..97c5acf7aeb --- /dev/null +++ b/textproc/p5-Lingua-Identify/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/24 09:40:52 fhajny Exp $ +# + +DISTNAME= Lingua-Identify-0.50 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Lingua-Identify/ +COMMENT= Language identification +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Class-Factory-Util>=1.6:../../devel/p5-Class-Factory-Util +DEPENDS+= p5-Text-Affixes>=0.07:../../textproc/p5-Text-Affixes +DEPENDS+= p5-Text-Ngram>=0.13:../../textproc/p5-Text-Ngram + +PERL5_PACKLIST= auto/Lingua/Identify/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Lingua-Identify/distinfo b/textproc/p5-Lingua-Identify/distinfo new file mode 100644 index 00000000000..d822a42b6ec --- /dev/null +++ b/textproc/p5-Lingua-Identify/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/24 09:40:52 fhajny Exp $ + +SHA1 (Lingua-Identify-0.50.tar.gz) = e7e2f5f84a90079b8f64b16c14c39356e96509e5 +RMD160 (Lingua-Identify-0.50.tar.gz) = f500a5b32117d191dd7d9c2e154ac8d085914cae +Size (Lingua-Identify-0.50.tar.gz) = 158842 bytes |