Port details |
- py-wordnet Python Interface to WordNet
- 2.0.1_1 textproc =4 2.0.1_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-03-26 07:04:53
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: vorbis-tools, pure-ftpd, e2fsprogs, flac, ctags
- Also Listed In: python
- License: not specified in port
- WWW:
- http://osteele.com/projects/pywordnet/
- Description:
- PyWordNet is a Python interface to the WordNet database of word meanings
and lexical relationships. (A lexical relationship is a relationship
between words, such as synonym, antonym, hypernym ("poodle" -> "dog"),
and hyponym ("poodle" -> "dog").
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}wordnet>0:textproc/py-wordnet@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-wordnet/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-wordnet
- pkg install py39-wordnet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-wordnet listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-wordnet
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pywordnet-2.0.1.tar.gz) = 02fa970e65f4807810d1f81dbec0bd3fbc63cdd68c716e4ddea938c9323893a2
SIZE (pywordnet-2.0.1.tar.gz) = 38052
SHA256 (WordNet-2.0.tar.gz) = 081ad1b47b9489b25532fe2e546244480a03932792c218596b848d6f8d2c42bb
SIZE (WordNet-2.0.tar.gz) = 12847598
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:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
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_py-wordnet
- USES:
- dos2unix python
- 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 |
2.0.1_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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) |
2.0.1_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 ) |
2.0.1_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 ) |
2.0.1_1 25 Mar 2022 13:38:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-wordnet: Fix build with setuptools 58.0.0+
With hat: python |
2.0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.1_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.1_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.0.1_1 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
2.0.1_1 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
2.0.1_1 30 Dec 2013 12:33:52 |
wg |
textproc/py-wordnet: support staging |
2.0.1_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.0.1_1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
2.0.1_1 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
2.0.1_1 18 Sep 2009 01:29:43 |
linimon |
Chase rearranged http mastersite; drop obsolete ftp mastersite.
Hat: portmgr
Feature safe: yes |
2.0.1_1 27 Aug 2009 18:31:08 |
amdmi3 |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for
consistency)
Approved by: portmgr (pav) |
2.0.1_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
2.0.1_1 19 Mar 2006 08:45:18 |
perky |
Fix WWW and portlint it.
PR: 94344
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
2.0.1_1 16 Jan 2006 10:33:02 |
perky |
Install WordNet dictionary data independently from the wordnet port.
pywordnet isn't compatible with WordNet-2.1 yet. |
2.0.1 08 Aug 2004 12:38:26 |
perky |
Update to 2.0
PR: 69959
Submitted by: Cheng-Lung Sung <clsung@freebsd.csie.nctu.edu.tw> |
1.4_2 18 Mar 2004 07:38:48 |
perky |
Add SIZE data.
Submitted by: trevor |
1.4_2 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.4_1 25 Feb 2003 06:25:36 |
perky |
De-pkg-comment for my ports. |
1.4_1 23 Sep 2002 12:00:46 |
knu |
Up with textproc/wordnet's update and unbreak. Bump PORTREVISION.
Submitted by: bento |
1.4 25 Jun 2002 07:50:58 |
perky |
Updating my email address.
Approved by: cjh (mentor) |
1.4 29 Apr 2002 19:08:56 |
ijliao |
use USE_PYDISTUTILS |
1.4 26 Mar 2002 07:04:38 |
ijliao |
add py-wordnet 1.4
Python Interface to WordNet
PR: 36323
Submitted by: Hye-Shik Chang <perky@fallin.lv> |