aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-Similarity
Commit message (Collapse)AuthorAgeFilesLines
* Now builds on sparc64.Mark Linimon2016-11-031-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425262
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 2.07Sunpoet Po-Chuan Hsieh2015-10-083-28/+31
| | | | | | | | | | | | - Add LICENSE - Update and sort *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/WordNet-Similarity/CHANGES Notes: svn path=/head/; revision=398872
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-11/+11
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* p5-* use BROKEN_* helpersPhilip M. Gollucci2015-08-191-7/+3
| | | | | | | Wit Hat: perl@ Notes: svn path=/head/; revision=394803
* Fix build.Mathieu Arnold2015-03-131-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=381200
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Support STAGEDIR.Vanilla I. Shu2013-11-072-30/+34
| | | | Notes: svn path=/head/; revision=333056
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSFrederic Culot2012-06-051-2/+2
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=298438
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | | | | Approved by: clsung via IRC Notes: svn path=/head/; revision=295750
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Update to 2.05Cheng-Lung Sung2008-06-233-4/+6
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod Notes: svn path=/head/; revision=215589
* - Update to 2.04Cheng-Lung Sung2008-04-213-29/+32
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod Notes: svn path=/head/; revision=211695
* - Update to 2.03Cheng-Lung Sung2008-03-282-9/+8
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-Similarity/doc/changelog.pod Notes: svn path=/head/; revision=209994
* - Update to 2.01Cheng-Lung Sung2007-10-173-14/+13
| | | | | | | - unbreak it Notes: svn path=/head/; revision=201590
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* BROKEN: Does not buildKris Kennaway2007-06-101-0/+2
| | | | Notes: svn path=/head/; revision=193142
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.04Cheng-Lung Sung2006-12-262-4/+4
| | | | Notes: svn path=/head/; revision=180750
* - Does not build on sparc64Cheng-Lung Sung2006-07-111-0/+4
| | | | Notes: svn path=/head/; revision=167429
* - update to 1.03Cheng-Lung Sung2006-04-152-5/+6
| | | | Notes: svn path=/head/; revision=159548
* - update to 1.02Cheng-Lung Sung2006-02-082-5/+4
| | | | Notes: svn path=/head/; revision=155468
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 1.01Cheng-Lung Sung2006-01-163-10/+9
| | | | | | | - add SHA256 Notes: svn path=/head/; revision=153627
* - update to 0.15Cheng-Lung Sung2005-06-303-3/+5
| | | | | | | | | | - changes see [http://search.cpan.org/~tpederse/WordNet-Similarity-0.15/doc/changelog.pod] Self Noted: first commit after I got married :-) Notes: svn path=/head/; revision=138223
* - update to 0.13Cheng-Lung Sung2005-05-253-6/+10
| | | | Notes: svn path=/head/; revision=136083
* - fix pkg-plistCheng-Lung Sung2004-12-051-2/+2
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=123177
* - update to 0.12Cheng-Lung Sung2004-10-313-9/+9
| | | | | | | | | | - remove suppport of Berkerley DB - new dependency, p5-Text-Similarity (Text::OverlapFinder) Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=120508
* - update to 0.11Cheng-Lung Sung2004-10-132-6/+5
| | | | | | | | | - fix build error (see post-patch sec.) Approved by: co-mentor (vanilla) Notes: svn path=/head/; revision=119174
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* - update from 0.08 to 0.09Vanilla I. Shu2004-07-183-3/+16
| | | | | | | | | | | - new MAN1 man-pages - add four files in pkg-plist PR: ports/69222 Submitted by: maintainer Notes: svn path=/head/; revision=113890
* upgrade to 0.08Ying-Chieh Liao2004-06-032-5/+11
| | | | | | | | PR: 66922 Submitted by: maintainer Notes: svn path=/head/; revision=110722
* Update to 0.07Tilman Keskinoz2004-04-203-11/+20
| | | | | | | | PR: 65315 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=107692
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION and otherwise adjust things depending on WordNet, which wasMikhail Teterin2004-02-181-1/+2
| | | | | | | | | upgraded to 2.0 yesterday. Insisted upon by: clement Notes: svn path=/head/; revision=101340
* PR: 58552Foxfair Hu2003-10-284-28/+29
| | | | | | | | | 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. Notes: svn path=/head/; revision=92454
* Add p5-WordNet-Similarity.Adam Weinberger2003-07-084-0/+97
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. Notes: svn path=/head/; revision=84422