Port details |
- wordnet Dictionaries and thesauri with devel. libraries (C, TCL) and browsers
- 3.0_6 textproc =41 3.0_6Version of this port present on the latest quarterly branch.
- Maintainer: ports@virtual-estates.net
- Port Added: 2000-04-30 23:40:51
- Last Update: 2024-05-18 08:22:43
- Commit Hash: 2b92bd7
- People watching this port, also watch:: python, libiconv, pcre, m4, freetype2
- License: not specified in port
- WWW:
- https://wordnet.princeton.edu/
- Description:
- WordNet is a powerful lexical reference system that combines aspects of
dictionaries and thesauri with current psycholinguistic theories of
human lexical memory. It is produced by the Cognitive Science Laboratory
at Princeton University, under the direction of Professor George Miller.
In WordNet, words are defined and grouped into various related sets of
synonyms. Not only is the system valuable to the casual user as a
powerful thesaurus and dictionary, but also to the researcher as one of
the few freely available, lexical databases. WordNet is available via an
on-line interface and also as easy-to-compile C source code for Unix.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- WordNet>0:textproc/wordnet
- To install the port:
- cd /usr/ports/textproc/wordnet/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/wordnet
- pkg install WordNet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: WordNet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (WordNet-3.0.tar.bz2) = 6c492d0c7b4a40e7674d088191d3aa11f373bb1da60762e098b8ee2dda96ef22
SIZE (WordNet-3.0.tar.bz2) = 9060524
SHA256 (wn3.1.dict.tar.gz) = 3f7d8be8ef6ecc7167d39b10d66954ec734280b5bdcd57f7d9eafe429d11c22a
SIZE (wn3.1.dict.tar.gz) = 16358468
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- textproc/p5-WordNet-QueryData
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- textproc_wordnet
- USES:
- tcl uidfix tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0_6 18 May 2024 08:22:43 |
Gleb Popov (arrowd) |
*: Change the MAINTAINER field per request
PR: 278267 |
3.0_5 19 Mar 2024 22:44:57 |
Christian Weisgerber (naddy) |
textproc/wordnet: Move man pages to share/man
Approved by: portmgr (blanket) |
3.0_4 10 Feb 2023 05:16:51 |
Mikhail Teterin (mi) |
textproc/wordnet: fix newly-flagged compiler warnings
clang15 used by current is stricter -- probably, incorrectly so.
For example, -Wstrict-prototypes will now flag the following:
int fun(void);
...
int fun()
{
}
The definition must have an explicit "void"... There was also a
variable, which was set -- and even incremented -- but the of its
value was commented out in the upstream code decades ago. The
compiler now flags it -- correctly -- as set, but not used. |
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) |
3.0_4 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 ) |
3.0_4 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 ) |
3.0_4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0_4 27 Aug 2020 17:05:20 |
tcberner |
textproc/wordnet: fix build on recent current |
3.0_4 17 Mar 2020 03:09:07 |
mi |
Fix a couple of warnings, one of them an actual ancient bug
uncovered by clang10's new -Wmisleading-indentation.
Bump PORTREVISION.
Reported by: pkg-fallout |
3.0_3 25 Nov 2019 23:25:52 |
brooks |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
3.0_3 14 Aug 2019 12:16:41 |
mat |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
3.0_3 27 May 2015 00:09:56 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
3.0_3 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
3.0_3 03 Mar 2015 18:09:35 |
mi |
The recently-introduced use of __DECONST relies on uintptr_t (at least
on 8.x), which requires <stdint.h>. |
3.0_3 25 Feb 2015 01:30:50 |
mi |
Use the 3.1 version of the dictionary, released in 2012. The latest
available code remains at 3.0.
Install the data files directly -- instead of extracting them into
WRKSRC first. Only install files actually used by the applications --
the distfiles also contain data, that is used to build the databases,
but aren't used at runtime. |
3.0_2 25 Feb 2015 00:55:57 |
mi |
Rephrase how we do the const-dropping casting so as to pass the muster
of clang-3.6.0
PR: 198009
Submitted by: dim |
3.0_2 15 Jan 2015 18:16:01 |
mi |
Use `-p0' instead of the plain `-p', which is not accepted by
patch(1) on the latest and greatest FreeBSD-version(s). |
3.0_2 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
3.0_2 29 Jul 2014 15:20:01 |
adamw |
Rename textproc/ patch-xy patches to reflect the files they modify. |
3.0_2 27 Jun 2014 16:48:58 |
amdmi3 |
- Convert USE_BZIP2 to USES
- Remove redundant pkg-message display
Approved by: portmgr blanket |
3.0_2 09 Jun 2014 23:29:50 |
mi |
Support staging. |
25 Apr 2014 04:56:02
|
mi |
Attempt to fix build on HEAD by addressing the new compiler-warning
in a number of places.
Notified by: automatic builds |
3.0_2 21 Feb 2014 15:16:24 |
gahr |
- Convert to USES=tcl |
3.0_2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.0_2 22 May 2013 15:42:32 |
gahr |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 8.6 exp-run latecomers)
Approved by: portmgr |
3.0_2 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
3.0_2 18 Sep 2009 01:29:43 |
linimon |
Chase rearranged http mastersite; drop obsolete ftp mastersite.
Hat: portmgr
Feature safe: yes |
3.0_2 25 Mar 2009 02:28:58 |
mi |
We advertize 3.0, but provide version 2.1 of Wordnet package.
Tcl-8.4 didn't care, but 8.5, which is now the default, treats
such mismatches as errors.
Correct this by providing version 3.0. Bump PORTREVISION.
Reported by: Eric Damien
Struck again by: semi-mindless accross-the-tree revision bumps |
3.0 23 Feb 2009 14:46:38 |
mm |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
3.0 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
3.0 01 Nov 2007 19:37:24 |
pav |
- Unbreak: you can't have SIZE keyword when using multiple checksums for the
same filename
Reported by: pointyhat
Lack of testing:mi
Approved by: portmgr (hat) |
3.0 30 Oct 2007 14:21:11 |
mi |
The source tarball was rerolled upstream to include a change too
trivial to justify a PORTREVISION dump. Include checksums/sizes
for both the old and the tarballs in the distinfo.
PR: ports/117541
Reported by: Jason Bacon, Mike Lawrie
Approved by: portmgr (pav) |
3.0 28 May 2007 18:43:00 |
mi |
Upgrade from 2.1 to 3.0. It appears, the bulk of the changes went into
the word databases, for the software is almost completely unmodified.
Depened only on Tcl. Tk is needed for the GUI-browser wnb only, and
should not prevent X11-less servers from using WordNet. pkg-message
is set up to inform the user, that they need Tk present for wnb to
function. |
2.1_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}. |
2.1 01 May 2006 21:57:21 |
mi |
Fix MASTER_SITES. Thanks to Edwin for his auto-notifier.
PR: ports/96633
Submitted by: Ion-Mihai "IOnut" Tetcu |
2.1 15 Mar 2006 14:46:45 |
ehaupt |
- Update WWW
- Use %%DATADIR%% macro
PR: 94363
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: "Mikhail T." <mi@aldan.algebra.com> (maintainer on vacation) |
2.1 20 Jan 2006 02:18:19 |
mi |
Put back the definitions of MAN$s -- this part of the Makefile was not supposed
to disappear during the recent upgrade. |
2.1 18 Jan 2006 01:34:48 |
mi |
Quickly -- before mirrors caught the old distfile -- change to the bzip2
version of it, which was just put out by the vendor on my request. |
2.1 16 Jan 2006 17:10:16 |
mi |
Define NOMAN in addition to NO_MAN for the benefit of 4.x
PR: ports/91870
Submitted by: Sven Berkvens-Matthijsse |
2.1 16 Jan 2006 03:49:40 |
mi |
Oops. Forgot to add one more patch. |
2.1 16 Jan 2006 03:48:43 |
mi |
Finally update from 2.0 to 2.1. "Heavy Patching Zone" ensures WARNS=5
cleanliness in the main library (diffs to be sent to the vendor as in
the past).
The installed library is now called libWN, as vendor's build would call
it, rather than libwn2, as the previous version of the port called it.
This may upset the client port of p5 -- the maintainer is notified and
awaits this commit.
PR: ports/90323
Submitted by: clsung |
2.0 13 Jul 2005 23:52:55 |
mi |
Remove the requirements for particular shared library versions on two
more ports, which I created. |
2.0 17 Feb 2004 21:51:14 |
mi |
Add the http-style listing for one of the master site servers, which
speaks both FTP and HTTP. |
2.0 17 Feb 2004 21:28:24 |
mi |
Upgrade from 1.7.1 to 2.0. See
ftp://ftp.cogsci.princeton.edu/pub/wordnet/CHANGES.txt
Default to Tcl/Tk-8.4. Don't build in parallel, as there is a race
condition (reported by Michael Nottebrock). |
1.7.1 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.7.1 20 Aug 2002 16:05:05 |
mi |
Upgrade to 1.7.1. Fix the long standing problem reported in ports/41339
(wrong resourcedir specified). Don't install second copies of some
man-pages under share/. Verify build on -current -- with the new
bsd.lib.mk (ports/40174).
PR: ports/40174, ports/41339
Submitted by: Sid Carter, Maxim Tulyuk |
1.7 21 Jul 2002 20:27:44 |
ru |
Catch up to the new bsd.lib.mk API. |
31 Oct 2001 05:04:30 |
mi |
Upgrade to 1.7. For changes see |
08 Oct 2000 07:29:51 |
asami |
Convert category textproc to new layout. |
03 Oct 2000 16:17:16 |
kevlo |
- Bump TCL/TK verson - Fix a bug documented on the software's site - Add WWW
|
25 Sep 2000 13:21:43 |
asami |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
05 Jul 2000 08:53:35 |
asami |
Add entire include/wordnet-1.6 directory and one library. |