Date: Sun, 18 Jul 2004 11:31:03 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@tiger2.net Subject: ports/69222: [maintainer-update] textproc/p5-WordNet-Similarity to 0.09 Message-ID: <20040718033103.92E8215725@mail.dragon2.net> Resent-Message-ID: <200407180330.i6I3UMOE038513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69222 >Category: ports >Synopsis: [maintainer-update] textproc/p5-WordNet-Similarity to 0.09 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 03:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.9-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386 >Description: - update from 0.08 to 0.09 - new MAN1 man-pages - add four files in pkg-plist - from CHANGES (1) Fixed over-counting problem in *Freq.pl programs. Under certain conditions, word senses would sometimes get counted twice. (JM) (2) Updated *Freq.pl programs to use WordNet 2.0. (JM) (3) Input files to rawtextFreq.pl are now specified with the --infile option. (JM) (4) Improved speed of compound identification in rawtextFreq.pl by adding ',', ';', and ':' to the list of characters that we consider to be the end of a sentence (compound identification time is proportional to the square of the length of the sentence). (JM) >How-To-Repeat: >Fix: diff -ruN /usr/ports/textproc/p5-WordNet-Similarity/Makefile ./p5-WordNet-Similarity/Makefile --- /usr/ports/textproc/p5-WordNet-Similarity/Makefile Tue Jun 8 14:10:51 2004 +++ ./p5-WordNet-Similarity/Makefile Sun Jul 18 11:07:33 2004 @@ -6,7 +6,7 @@ # PORTNAME= WordNet-Similarity -PORTVERSION= 0.08 +PORTVERSION= 0.09 PORTREVISION= 0 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -26,6 +26,15 @@ CONFIGURE_ENV= WNHOME=${WNHOME} USE_REINPLACE= yes +MAN1= rawtextFreq.pl.1 \ + BNCFreq.pl.1 \ + similarity.pl.1 \ + wordVectors.pl.1 \ + compounds.pl.1 \ + readDB.pl.1 \ + brownFreq.pl.1 \ + treebankFreq.pl.1 \ + wnDepths.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 \ diff -ruN /usr/ports/textproc/p5-WordNet-Similarity/distinfo ./p5-WordNet-Similarity/distinfo --- /usr/ports/textproc/p5-WordNet-Similarity/distinfo Tue Jun 8 14:10:51 2004 +++ ./p5-WordNet-Similarity/distinfo Sun Jul 18 00:34:17 2004 @@ -1,2 +1,2 @@ -MD5 (WordNet-Similarity-0.08.tar.gz) = 2b7fe9a1bdf141d37f15fd265a865135 -SIZE (WordNet-Similarity-0.08.tar.gz) = 570469 +MD5 (WordNet-Similarity-0.09.tar.gz) = 1bb49bfccd4e182db877aef12d016821 +SIZE (WordNet-Similarity-0.09.tar.gz) = 582741 diff -ruN /usr/ports/textproc/p5-WordNet-Similarity/pkg-plist ./p5-WordNet-Similarity/pkg-plist --- /usr/ports/textproc/p5-WordNet-Similarity/pkg-plist Tue Apr 20 21:13:48 2004 +++ ./p5-WordNet-Similarity/pkg-plist Sun Jul 18 11:12:55 2004 @@ -13,6 +13,10 @@ %%SITE_PERL%%/get_wn_info.pm %%SITE_PERL%%/stem.pm %%SITE_PERL%%/string_compare.pm +%%SITE_PERL%%/WordNet/lesk-relation.dat +%%SITE_PERL%%/WordNet/treedepths-2.0.dat +%%SITE_PERL%%/WordNet/ic-semcor.dat +%%SITE_PERL%%/WordNet/synsetdepths-2.0.dat %%SITE_PERL%%/WordNet/Similarity.pm %%SITE_PERL%%/WordNet/Similarity/hso.pm %%SITE_PERL%%/WordNet/Similarity/random.pm >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040718033103.92E8215725>