Fix MASTER_SITES, and update to the 3.1 Princeton WordNet database.
This commit is contained in:
parent
830194cbe1
commit
c548be6b43
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/08/08 10:26:13 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/08/10 09:34:41 sthen Exp $
|
||||
|
||||
COMMENT= browser for a large lexical database of English
|
||||
|
||||
V= 3.0
|
||||
DISTNAME= WordNet-$V
|
||||
PKGNAME= wordnet-$V
|
||||
REVISION= 7
|
||||
DISTNAME= WordNet-3.0
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} wn3.1.dict.tar.gz:0
|
||||
PKGNAME= wordnet-3.1
|
||||
|
||||
CATEGORIES= misc
|
||||
|
||||
@ -19,7 +18,8 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB += X11 Xau Xdmcp Xext Xft Xrender Xss c expat fontconfig
|
||||
WANTLIB += freetype m pthread-stubs xcb z ${MODTK_WANTLIB}
|
||||
|
||||
MASTER_SITES= http://wordnet.princeton.edu/3.0/
|
||||
MASTER_SITES= http://wordnetcode.princeton.edu/3.0/
|
||||
MASTER_SITES0= http://wordnetcode.princeton.edu/
|
||||
|
||||
MODULES= x11/tk
|
||||
|
||||
@ -51,5 +51,7 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
||||
${SUBST_DATA} ${FILESDIR}/wordnet.desktop \
|
||||
${PREFIX}/share/applications/wordnet.desktop
|
||||
rm ${PREFIX}/share/wordnet/dict/*
|
||||
${INSTALL_DATA} ${WRKDIR}/dict/*.* ${PREFIX}/share/wordnet/dict/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,4 @@
|
||||
SHA256 (WordNet-3.0.tar.gz) = ZA2yeclJqI9h+FHdVOu7ItAD+LkLhSZwQu+Fo3gdOlI=
|
||||
SHA256 (wn3.1.dict.tar.gz) = P32L6O9uzHFn05sQ1mlU7HNCgLW9zVf32er+Qp0Rwio=
|
||||
SIZE (WordNet-3.0.tar.gz) = 11537239
|
||||
SIZE (wn3.1.dict.tar.gz) = 16358468
|
||||
|
@ -7,3 +7,5 @@ words and concepts can be navigated with the browser. WordNet is
|
||||
also freely and publicly available for download. WordNet's structure
|
||||
makes it a useful tool for computational linguistics and natural
|
||||
language processing.
|
||||
|
||||
http://wordnet.princeton.edu/wordnet/citing-wordnet/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2016/04/09 11:42:09 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2017/08/10 09:34:41 sthen Exp $
|
||||
@bin bin/wishwn
|
||||
@bin bin/wn
|
||||
bin/wnb
|
||||
@ -32,20 +32,18 @@ share/wordnet/
|
||||
share/wordnet/dict/
|
||||
share/wordnet/dict/adj.exc
|
||||
share/wordnet/dict/adv.exc
|
||||
share/wordnet/dict/cntlist
|
||||
share/wordnet/dict/cntlist.rev
|
||||
share/wordnet/dict/cousin.exc
|
||||
share/wordnet/dict/data.adj
|
||||
share/wordnet/dict/data.adv
|
||||
share/wordnet/dict/data.noun
|
||||
share/wordnet/dict/data.verb
|
||||
share/wordnet/dict/frames.vrb
|
||||
share/wordnet/dict/index.adj
|
||||
share/wordnet/dict/index.adv
|
||||
share/wordnet/dict/index.noun
|
||||
share/wordnet/dict/index.sense
|
||||
share/wordnet/dict/index.verb
|
||||
share/wordnet/dict/lexnames
|
||||
share/wordnet/dict/log.grind.3.0
|
||||
share/wordnet/dict/log.grind.3.1
|
||||
share/wordnet/dict/noun.exc
|
||||
share/wordnet/dict/sentidx.vrb
|
||||
share/wordnet/dict/sents.vrb
|
||||
|
Loading…
Reference in New Issue
Block a user