mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This is a text analyzer for analyzing CJK texts. Plucene does not
support CJK texts natively. This module encodes terms in MIME::Base64 format to get around this problem. Texts are assumbed to be in UTF-8 encoding. WWW: http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/ PR: ports/114376 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
a8a0a1e8ca
commit
c39ecaf873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195269
@ -439,6 +439,7 @@
|
||||
SUBDIR += p5-Petal-Utils
|
||||
SUBDIR += p5-Plagger
|
||||
SUBDIR += p5-Plucene
|
||||
SUBDIR += p5-Plucene-Analysis-CJKAnalyzer
|
||||
SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer
|
||||
SUBDIR += p5-Plucene-Simple
|
||||
SUBDIR += p5-Pod-Constants
|
||||
|
26
textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
Normal file
26
textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Plucene-Analysis-CJKAnalyzer
|
||||
# Date created: 2007-07-07
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Plucene-Analysis-CJKAnalyzer
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/X/XE/XERN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Analyzer for CJK texts
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Plucene.pm:${PORTSDIR}/textproc/p5-Plucene
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Plucene::Analysis::CJKAnalyzer.3 \
|
||||
Plucene::Analysis::CJKTokenizer.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Plucene-Analysis-CJKAnalyzer/distinfo
Normal file
3
textproc/p5-Plucene-Analysis-CJKAnalyzer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Plucene-Analysis-CJKAnalyzer-0.02.tar.gz) = 15999ae03734ca1eae43176619b21585
|
||||
SHA256 (Plucene-Analysis-CJKAnalyzer-0.02.tar.gz) = 8c813f6a1c37b62fe966b95fefaf3e5d927856710013d573bc71b5864041b97d
|
||||
SIZE (Plucene-Analysis-CJKAnalyzer-0.02.tar.gz) = 24890
|
6
textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr
Normal file
6
textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is a text analyzer for analyzing CJK texts. Plucene does not
|
||||
support CJK texts natively. This module encodes terms in MIME::Base64
|
||||
format to get around this problem. Texts are assumbed to be in UTF-8
|
||||
encoding.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/
|
9
textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-plist
Normal file
9
textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plucene/Analysis/CJKAnalyzer/.packlist
|
||||
%%SITE_PERL%%/Plucene/Analysis/CJKAnalyzer.pm
|
||||
%%SITE_PERL%%/Plucene/Analysis/CJKTokenizer.pm
|
||||
@dirrmtry %%SITE_PERL%%/Plucene/Analysis
|
||||
@dirrmtry %%SITE_PERL%%/Plucene
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plucene/Analysis/CJKAnalyzer
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plucene/Analysis
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plucene
|
Loading…
Reference in New Issue
Block a user