aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-WordNet-QueryData
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+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-5/+3
| | | | 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
* - 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 1.49Cheng-Lung Sung2009-11-202-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog Notes: svn path=/head/; revision=244529
* - Update to 1.48Cheng-Lung Sung2009-03-302-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog Notes: svn path=/head/; revision=231294
* - fix post-patch sec.Cheng-Lung Sung2008-03-281-1/+2
| | | | | | | | | - bump PORTREVISION Changes: Notes: svn path=/head/; revision=209993
* - Update to 1.47Cheng-Lung Sung2008-01-092-6/+5
| | | | | | | Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog Notes: svn path=/head/; revision=205305
* - Update to 1.46Cheng-Lung Sung2007-05-302-5/+4
| | | | Notes: svn path=/head/; revision=192358
* - 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.45Cheng-Lung Sung2006-11-022-4/+4
| | | | Notes: svn path=/head/; revision=176139
* - remove USE_REINPLACECheng-Lung Sung2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162066
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - update to 1.40Cheng-Lung Sung2006-01-162-5/+4
| | | | Notes: svn path=/head/; revision=153625
* - update to 1.39Cheng-Lung Sung2006-01-162-6/+7
| | | | | | | - library depends from wn.2 to WN.2 (reflect textproc/wordnet 2.1) Notes: svn path=/head/; revision=153622
* - update to 1.38Cheng-Lung Sung2005-05-242-3/+3
| | | | | | | | | - from ChangeLog * QueryData.pm (tokenDetach): change match pattern from \w+ to .+; old code wasn't matching words with hyphens! (e.g. go-karts) Notes: svn path=/head/; revision=136009
* - update to 1.37Cheng-Lung Sung2004-12-052-3/+3
| | | | | | | | ! QueryData.pm (frequency): new function ! QueryData.pm (documentation): add "frequency" entry Notes: svn path=/head/; revision=123184
* - fix pkg-plistCheng-Lung Sung2004-12-051-1/+1
| | | | Notes: svn path=/head/; revision=123176
* - update to 1.36Cheng-Lung Sung2004-11-112-3/+3
| | | | | | | | - QueryData.pm (documentation): revise queryWord vs. querySense documentation Notes: svn path=/head/; revision=121353
* update to 1.35.Cheng-Lung Sung2004-08-262-3/+3
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=117289
* - update to 1.34Cheng-Lung Sung2004-08-252-3/+3
| | | | | | | | | | | | | * QueryData.pm (lexnamesFile): new top-level variable * QueryData.pm (loadLexnames): new function * QueryData.pm (lexname): new function * QueryData.pm: add lexname documentation * test.pl: add lexname tests Approved by: vanilla (co-mentor, 'cos mentor is in Athens :-) ) Notes: svn path=/head/; revision=117224
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* - from 1.31 to 1.33Vanilla I. Shu2004-07-172-4/+4
| | | | | | | | | | | | | - from ChangeLog * Update "LOCATING THE WORDNET DATABASE" documentation (kudos to Jason R Michelizzi for pointing out that this needed updating) PR: ports/69198 Submitted by: maintainer Notes: svn path=/head/; revision=113844
* 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-2/+3
| | | | | | | | | upgraded to 2.0 yesterday. Insisted upon by: clement Notes: svn path=/head/; revision=101340
* Update port: textproc/p5-WordNet-QueryData from 1.28 to 1.31Vanilla I. Shu2003-10-142-5/+4
| | | | | | | | | | grab maintainer PR: ports/58006 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=91193
* Load WordNet database files from the proper locations.Adam Weinberger2003-07-081-1/+7
| | | | Notes: svn path=/head/; revision=84424
* Add missing dir to pkg-plist. PORTREVISION bump.Adam Weinberger2003-07-082-0/+2
| | | | Notes: svn path=/head/; revision=84421
* Honor WNHOME if it's defined within the environment.Adam Weinberger2003-07-081-1/+3
| | | | Notes: svn path=/head/; revision=84420
* Add p5-WordNet-QueryDataAdam Weinberger2003-07-084-0/+41
WordNet::QueryData provides a direct interface to the WordNet database files. It requires the WordNet package. It allows the user direct access to the full WordNet semantic lexicon. All parts of speech are supported and access is generally very efficient because the index and morphical exclusion tables are loaded at initialization. This initialization step is slow (appx. 10-15 seconds), but queries are very fast thereafter---thousands of queries can be completed every second. Notes: svn path=/head/; revision=84418