Port details |
- wordnet Dictionaries and thesauri with devel. libraries (C, TCL) and browsers
- 3.0_4 textproc
=39 3.0_4Version of this port present on the latest quarterly branch. - Maintainer: mi@aldan.algebra.com
 - Port Added: 2000-04-30 23:40:51
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- People watching this port, also watch:: libiconv, python, m4, gmake
- License: not specified in port
- 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.
WWW: http://wordnet.princeton.edu/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- WordNet>0:textproc/wordnet
- For LIB depends:
- libWN.so:textproc/wordnet
- libtclwn2.so: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
- 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/artha
- textproc/p5-WordNet-QueryData
- Configuration Options:
- No options to configure
- Options name:
- textproc_wordnet
- USES:
- tcl uidfix tar:bzip2
- pkg-message:
- For install:
- For the GUI word-browser ``wnb'' to function, Tk-8.6 must
be installed. This dependency is not automatic, because there
are plenty of uses for WordNet on servers without X11.
The command-line utility ``wn'', for example, requires only Tcl.
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 3.0_4
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.0_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Aug 2020 17:05:20
3.0_4
|
tcberner  |
textproc/wordnet: fix build on recent current |
17 Mar 2020 03:09:07
3.0_4
|
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 |
25 Nov 2019 23:25:52
3.0_3
|
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>. |
14 Aug 2019 12:16:41
3.0_3
|
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
27 May 2015 00:09:56
3.0_3
|
amdmi3  |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
11 May 2015 18:34:58
3.0_3
|
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 |
03 Mar 2015 18:09:35
3.0_3
|
mi  |
The recently-introduced use of __DECONST relies on uintptr_t (at least
on 8.x), which requires <stdint.h>. |
25 Feb 2015 01:30:50
3.0_3
|
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. |
25 Feb 2015 00:55:57
3.0_2
|
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 |
15 Jan 2015 18:16:01
3.0_2
|
mi  |
Use `-p0' instead of the plain `-p', which is not accepted by
patch(1) on the latest and greatest FreeBSD-version(s). |
15 Nov 2014 16:26:33
3.0_2
|
antoine  |
Cleanup plist |
29 Jul 2014 15:20:01
3.0_2
|
adamw  |
Rename textproc/ patch-xy patches to reflect the files they modify. |
27 Jun 2014 16:48:58
3.0_2
|
amdmi3  |
- Convert USE_BZIP2 to USES
- Remove redundant pkg-message display
Approved by: portmgr blanket |
09 Jun 2014 23:29:50
3.0_2
|
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 |
21 Feb 2014 15:16:24
3.0_2
|
gahr  |
- Convert to USES=tcl |
20 Sep 2013 23:17:32
3.0_2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
22 May 2013 15:42:32
3.0_2
|
gahr  |
- Fix build with Tcl 8.6
Reported by: miwi (Tcl/Tk 8.6 exp-run latecomers)
Approved by: portmgr |
03 Jul 2011 14:40:25
3.0_2
|
ohauer  |
-remove MD5 |
18 Sep 2009 01:29:43
3.0_2
|
linimon  |
Chase rearranged http mastersite; drop obsolete ftp mastersite.
Hat: portmgr
Feature safe: yes |
25 Mar 2009 02:28:58
3.0_2
|
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 |
23 Feb 2009 14:46:38
3.0
|
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
19 Apr 2008 17:56:05
3.0 
|
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) |
01 Nov 2007 19:37:24
3.0
|
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) |
30 Oct 2007 14:21:11
3.0
|
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) |
28 May 2007 18:43:00
3.0
|
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. |
19 May 2007 20:32:57
2.1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 May 2006 21:57:21
2.1
|
mi  |
Fix MASTER_SITES. Thanks to Edwin for his auto-notifier.
PR: ports/96633
Submitted by: Ion-Mihai "IOnut" Tetcu |
15 Mar 2006 14:46:45
2.1
|
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) |
20 Jan 2006 02:18:19
2.1
|
mi  |
Put back the definitions of MAN$s -- this part of the Makefile was not supposed
to disappear during the recent upgrade. |
18 Jan 2006 01:34:48
2.1
|
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. |
16 Jan 2006 17:10:16
2.1
|
mi  |
Define NOMAN in addition to NO_MAN for the benefit of 4.x
PR: ports/91870
Submitted by: Sven Berkvens-Matthijsse |
16 Jan 2006 03:49:40
2.1
|
mi  |
Oops. Forgot to add one more patch. |
16 Jan 2006 03:48:43
2.1
|
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 |
13 Jul 2005 23:52:55
2.0
|
mi  |
Remove the requirements for particular shared library versions on two
more ports, which I created. |
17 Feb 2004 21:51:14
2.0
|
mi  |
Add the http-style listing for one of the master site servers, which
speaks both FTP and HTTP. |
17 Feb 2004 21:28:24
2.0
|
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). |
07 Mar 2003 06:11:57
1.7.1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
20 Aug 2002 16:05:05
1.7.1
|
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 |
21 Jul 2002 20:27:44
1.7
|
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. |