YASA is a simple implementation of Suffix Array for counting
frequency of given text/string. This module provides a Perl interface to YASA via REST. WWW: http://search.cpan.org/dist/Net-YASA/
This commit is contained in:
parent
2369f3725e
commit
9cb5299b4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198043
5 changed files with 38 additions and 0 deletions
|
@ -417,6 +417,7 @@
|
|||
SUBDIR += p5-MKDoc-XML
|
||||
SUBDIR += p5-Makefile-Parser
|
||||
SUBDIR += p5-MathML-Entities
|
||||
SUBDIR += p5-Net-YASA
|
||||
SUBDIR += p5-NetAddr-IP-Find
|
||||
SUBDIR += p5-Number-Format
|
||||
SUBDIR += p5-Number-Spell
|
||||
|
|
24
textproc/p5-Net-YASA/Makefile
Normal file
24
textproc/p5-Net-YASA/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: textproc/p5-Net-YASA
|
||||
# Date created: 21 Aug 2007
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-YASA
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Perl interface to YASA (Yet Another Suffix Array)
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Net::YASA.3 Net::YASA::ConfigData.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Net-YASA/distinfo
Normal file
3
textproc/p5-Net-YASA/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Net-YASA-0.02.tar.gz) = 48ad68043cf0a7b6eada7cd28d1f0890
|
||||
SHA256 (Net-YASA-0.02.tar.gz) = a32bb9bc9995bf812e4a99825ddd44e537f4b526831328c7704028f696a9858b
|
||||
SIZE (Net-YASA-0.02.tar.gz) = 4007
|
6
textproc/p5-Net-YASA/pkg-descr
Normal file
6
textproc/p5-Net-YASA/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
YASA is a simple implementation of Suffix Array for counting
|
||||
frequency of given text/string.
|
||||
|
||||
This module provides a Perl interface to YASA via REST.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-YASA/
|
4
textproc/p5-Net-YASA/pkg-plist
Normal file
4
textproc/p5-Net-YASA/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/Net/YASA.pm
|
||||
%%SITE_PERL%%/Net/YASA/ConfigData.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/YASA
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
Loading…
Reference in a new issue