| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Jun 2012 18:42:48
2.05
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
05 Jun 2012 08:40:39
2.05
|
culot  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
01 May 2012 01:47:10
2.05
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
03 Jul 2011 14:40:25
2.05
|
ohauer  |
-remove MD5 |
23 Jun 2008 03:32:58
2.05
|
clsung  |
- Update to 2.05
Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod |
21 Apr 2008 05:06:23
2.04
|
clsung  |
- Update to 2.04
Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod |
28 Mar 2008 02:27:31
2.03
|
clsung  |
- Update to 2.03
Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod |
17 Oct 2007 05:14:24
2.01
|
clsung  |
- Update to 2.01
- unbreak it |
08 Sep 2007 01:08:35
1.04_1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
10 Jun 2007 04:14:04
1.04_1
|
kris  |
BROKEN: Does not build |
19 May 2007 20:32:57
1.04_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
26 Dec 2006 01:44:10
1.04
|
clsung  |
- Update to 1.04 |
11 Jul 2006 02:28:08
1.03
|
clsung  |
- Does not build on sparc64 |
15 Apr 2006 04:04:56
1.03
|
clsung  |
- update to 1.03 |
08 Feb 2006 02:33:10
1.02
|
clsung  |
- update to 1.02 |
22 Jan 2006 02:55:05
1.01
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
16 Jan 2006 07:18:12
1.01
|
clsung  |
- update to 1.01
- add SHA256 |
30 Jun 2005 06:36:53
0.15
|
clsung  |
- update to 0.15
- changes see
[http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod]
Self Noted: first commit after I got married :-) |
25 May 2005 03:55:59
0.13
|
clsung  |
- update to 0.13 |
05 Dec 2004 04:34:49
0.12
|
clsung  |
- fix pkg-plist
Noticed by: kris |
31 Oct 2004 03:44:47
0.12
|
clsung  |
- update to 0.12
- remove suppport of Berkerley DB
- new dependency, p5-Text-Similarity (Text::OverlapFinder)
Approved by: co-mentor (vanilla) |
13 Oct 2004 08:23:28
0.11
|
clsung  |
- update to 0.11
- fix build error (see post-patch sec.)
Approved by: co-mentor (vanilla) |
20 Aug 2004 02:56:44
0.09
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
18 Jul 2004 06:52:11
0.09
|
vanilla  |
- update from 0.08 to 0.09
- new MAN1 man-pages
- add four files in pkg-plist
PR: ports/69222
Submitted by: maintainer |
03 Jun 2004 03:39:08
0.08
|
ijliao  |
upgrade to 0.08
PR: 66922
Submitted by: maintainer |
20 Apr 2004 09:34:32
0.07
|
arved  |
Update to 0.07
PR: 65315
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
31 Mar 2004 03:12:58
0.06_1
|
trevor  |
SIZEify (maintainer timeout) |
18 Feb 2004 19:30:28
0.06_1
|
mi  |
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.
Insisted upon by: clement |
28 Oct 2003 15:16:42
0.06
|
foxfair  |
PR: 58552
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Update port from 0.05 to 0.06, and add BUILD_DEPENDS of BerkeleyDB.pm,
Assign maintainership to the submitter. |
08 Jul 2003 01:16:28
0.05
|
adamw  |
Add p5-WordNet-Similarity.
This package consists of Perl modules along with supporting Perl programs that
implement the semantic relatedness measures described by Leacock Chodorow
(1998), Jiang Conrath (1997), Resnik (1995), Lin (1998), Hirst St Onge (1998)
and the adapted gloss overlap measure by Banerjee and Pedersen (2002). The Perl
modules are designed as object classes with methods that take as input two word
senses. The semantic relatedness of these word senses is returned by these
methods. A quantitative measure of the degree to which two word senses are
related has wide ranging applications in numerous areas, such as word sense
disambiguation, information retrieval, etc. For example, in order to determine
which sense of a given word is being used in a particular context, the sense
having the highest relatedness with its context word senses is most likely to
be the sense being used. Similarly, in information retrieval, retrieving
documents containing highly related concepts are more likely to have higher
precision and recall values.
A command line interface to these modules is also present in the package. The
simple, user-friendly interface returns the relatedness measure of two given
words. A number of switches and options have been provided to modify the output
and enhance it with trace information and other useful output. Details of the
usage are provided in other sections of this README. Supporting utilities for
generating information content files from various corpora are also available in
the package. The information content files are required by three of the
measures for computing the relatedness of concepts. |