- update to 0.12

- remove suppport of Berkerley DB
- new dependency, p5-Text-Similarity (Text::OverlapFinder)

Approved by:	co-mentor (vanilla)
This commit is contained in:
Cheng-Lung Sung 2004-10-31 03:44:47 +00:00
parent cd68b89c1e
commit 7399611cdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120508
3 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= WordNet-Similarity
PORTVERSION= 0.11
PORTVERSION= 0.12
PORTREVISION= 0
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@ -17,10 +17,11 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= Modules/CLI to determine semantic relatedness using the WordNet
BUILD_DEPENDS= ${SITE_PERL}/WordNet/QueryData.pm:${PORTSDIR}/textproc/p5-WordNet-QueryData \
${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
${SITE_PERL}/Text/OverlapFinder.pm:${PORTSDIR}/textproc/p5-Text-Similarity
RUN_DEPENDS= ${BUILD_DEPENDS}
WNHOME?= ${LOCALBASE}/share/WordNet-2.0
WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes
CONFIGURE_ENV= WNHOME=${WNHOME}
@ -31,10 +32,11 @@ MAN1= rawtextFreq.pl.1 \
similarity.pl.1 \
wordVectors.pl.1 \
compounds.pl.1 \
readDB.pl.1 \
brownFreq.pl.1 \
treebankFreq.pl.1 \
wnDepths.pl.1
wnDepths.pl.1 \
semCorRawFreq.pl.1 \
semCorFreq.pl.1
MAN3= WordNet::Similarity.3 WordNet::Similarity::jcn.3 \
WordNet::Similarity::hso.3 WordNet::Similarity::vector.3 \
WordNet::Similarity::random.3 WordNet::Similarity::res.3 \

View File

@ -1,2 +1,2 @@
MD5 (WordNet-Similarity-0.11.tar.gz) = 1b7bda59ce95c6a2e5e6ccc5871b160f
SIZE (WordNet-Similarity-0.11.tar.gz) = 589325
MD5 (WordNet-Similarity-0.12.tar.gz) = 853f040258fc613279aebb6a4cc9d29c
SIZE (WordNet-Similarity-0.12.tar.gz) = 592366

View File

@ -5,14 +5,12 @@ bin/similarity.pl
bin/wordVectors.pl
bin/treebankFreq.pl
bin/compounds.pl
bin/readDB.pl
bin/semCorRawFreq.pl
bin/wnDepths.pl
bin/semCorFreq.pl
%%SITE_PERL%%/dbInterface.pm
%%SITE_PERL%%/get_wn_info.pm
%%SITE_PERL%%/stem.pm
%%SITE_PERL%%/string_compare.pm
%%SITE_PERL%%/vectorFile.pm
%%SITE_PERL%%/WordNet/lesk-relation.dat
%%SITE_PERL%%/WordNet/treedepths-2.0.dat
%%SITE_PERL%%/WordNet/ic-semcor.dat