mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
Add p5-Lingua-Ident 1.4, a perl package for statistical
language identification. PR: 33437 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
81643303cc
commit
a26c32d03d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61779
6 changed files with 41 additions and 0 deletions
|
@ -140,6 +140,7 @@
|
|||
SUBDIR += p5-Lingua-EN-Squeeze
|
||||
SUBDIR += p5-Lingua-EN-Summarize
|
||||
SUBDIR += p5-Lingua-EN-Syllable
|
||||
SUBDIR += p5-Lingua-Ident
|
||||
SUBDIR += p5-Lingua-Ispell
|
||||
SUBDIR += p5-Lingua-Preferred
|
||||
SUBDIR += p5-MARC
|
||||
|
|
23
textproc/p5-Lingua-Ident/Makefile
Normal file
23
textproc/p5-Lingua-Ident/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: Lingua::Ident
|
||||
# Date created: 31 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-Ident
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/MPIOTR
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= trainlid.1
|
||||
MAN3= Lingua::Ident.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Lingua-Ident/distinfo
Normal file
1
textproc/p5-Lingua-Ident/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Lingua-Ident-1.4.tar.gz) = a516fcbc9bfb2267939d6c7029ef489f
|
1
textproc/p5-Lingua-Ident/pkg-comment
Normal file
1
textproc/p5-Lingua-Ident/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Statistical language identification
|
9
textproc/p5-Lingua-Ident/pkg-descr
Normal file
9
textproc/p5-Lingua-Ident/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
This module implements a statistical language identifier.
|
||||
|
||||
The filename attributes to the constructor must refer to files
|
||||
containing tables of n-gram probabilites for languages. These tables
|
||||
can be generated using the trainlid(1) utility program.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Lingua-Ident
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
6
textproc/p5-Lingua-Ident/pkg-plist
Normal file
6
textproc/p5-Lingua-Ident/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/Ident.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Ident/.packlist
|
||||
bin/trainlid
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Ident 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue