Port details |
- p5-WordNet-QueryData Perl interface to the WordNet database files
- 1.49_1 textproc =2 1.49_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2003-07-08 00:32:12
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://www.ai.mit.edu/people/jrennie/WordNet/
- Description:
- From the README:
WordNet::QueryData provides a direct interface to the WordNet database files.
It requires the WordNet package (http://www.cogsci.princeton.edu/~wn/). 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-WordNet-QueryData>0:textproc/p5-WordNet-QueryData
- To install the port:
- cd /usr/ports/textproc/p5-WordNet-QueryData/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-WordNet-QueryData
- pkg install p5-WordNet-QueryData
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-WordNet-QueryData
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (WordNet-QueryData-1.49.tar.gz) = cbb6b5c6caa752ab440e4b3f174089d67bdde4dd58e69b19ced532c7c3e46b38
SIZE (WordNet-QueryData-1.49.tar.gz) = 19656
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libWN.so : textproc/wordnet
- This port is required by:
- for Build
-
- textproc/p5-WordNet-Similarity
- for Run
-
- textproc/p5-WordNet-Similarity
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-WordNet-QueryData
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.49_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.49_1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.49_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.49_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.49_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
1.49 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
1.49 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.49 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.49 01 May 2012 01:47:10 |
swills |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
1.49 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.49 20 Nov 2009 15:40:58 |
clsung |
- Update to 1.49
Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog |
1.48 30 Mar 2009 08:41:54 |
clsung |
- Update to 1.48
Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog |
1.47_1 28 Mar 2008 02:26:10 |
clsung |
- fix post-patch sec.
- bump PORTREVISION
Changes: |
1.47 09 Jan 2008 03:56:06 |
clsung |
- Update to 1.47
Changes: http://search.cpan.org/dist/WordNet-QueryData/ChangeLog |
1.46 30 May 2007 03:50:29 |
clsung |
- Update to 1.46 |
1.45_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.45 02 Nov 2006 00:23:05 |
clsung |
- Update to 1.45 |
1.40 11 May 2006 09:06:45 |
clsung |
- remove USE_REINPLACE |
1.40 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.40 16 Jan 2006 06:52:43 |
clsung |
- update to 1.40 |
1.39 16 Jan 2006 06:21:19 |
clsung |
- update to 1.39
- library depends from wn.2 to WN.2 (reflect textproc/wordnet 2.1) |
1.38 24 May 2005 06:42:46 |
clsung |
- update to 1.38
- from ChangeLog
* QueryData.pm (tokenDetach): change match pattern from \w+ to .+;
old code wasn't matching words with hyphens! (e.g. go-karts) |
1.37 05 Dec 2004 05:54:58 |
clsung |
- update to 1.37
! QueryData.pm (frequency): new function
! QueryData.pm (documentation): add "frequency" entry |
1.36 05 Dec 2004 04:33:30 |
clsung |
- fix pkg-plist |
1.36 11 Nov 2004 05:15:54 |
clsung |
- update to 1.36
- QueryData.pm (documentation): revise queryWord vs. querySense
documentation |
1.35 26 Aug 2004 06:44:19 |
clsung |
update to 1.35.
Approved by: vanilla (co-mentor) |
1.34 25 Aug 2004 07:01:25 |
clsung |
- update to 1.34
* 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 :-) ) |
1.33 20 Aug 2004 02:56:44 |
clsung |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
1.33 17 Jul 2004 16:54:30 |
vanilla |
- from 1.31 to 1.33
- 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 |
1.31_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.31_1 18 Feb 2004 19:30:28 |
mi |
Bump PORTREVISION and otherwise adjust things depending on WordNet, which was
upgraded to 2.0 yesterday.
Insisted upon by: clement |
1.31 14 Oct 2003 13:17:03 |
vanilla |
Update port: textproc/p5-WordNet-QueryData from 1.28 to 1.31
grab maintainer
PR: ports/58006
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
1.28_2 08 Jul 2003 01:28:13 |
adamw |
Load WordNet database files from the proper locations. |
1.28_1 08 Jul 2003 01:03:24 |
adamw |
Add missing dir to pkg-plist. PORTREVISION bump. |
1.28 08 Jul 2003 00:54:52 |
adamw |
Honor WNHOME if it's defined within the environment. |
1.28 08 Jul 2003 00:31:30 |
adamw |
Add p5-WordNet-QueryData
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. |