View | Details | Raw Unified | Return to bug 94363
Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 23-29 Link Here
23
MAKE_ENV+=	TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
23
MAKE_ENV+=	TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
24
PLIST_SUB+=	TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
24
PLIST_SUB+=	TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
25
USE_BZIP2=	yes
25
USE_BZIP2=	yes
26
USE_REINPLACE=	yes
27
REINPLACE_ARGS=	-i ""
26
REINPLACE_ARGS=	-i ""
28
INSTALLS_SHLIB=	yes
27
INSTALLS_SHLIB=	yes
29
28
(-)pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
the few freely available, lexical databases. WordNet is available via an
9
the few freely available, lexical databases. WordNet is available via an
10
on-line interface and also as easy-to-compile C source code for Unix.
10
on-line interface and also as easy-to-compile C source code for Unix.
11
11
12
WWW: http://www.cogsci.princeton.edu/~wn/
12
WWW: http://wordnet.princeton.edu/
(-)pkg-plist (-21 / +21 lines)
Lines 8-33 Link Here
8
lib/libtclwn2.so.0
8
lib/libtclwn2.so.0
9
lib/libtclwn2.so
9
lib/libtclwn2.so
10
lib/tcl%%TCL_DVER%%/Wordnet/pkgIndex.tcl
10
lib/tcl%%TCL_DVER%%/Wordnet/pkgIndex.tcl
11
share/WordNet/adj.exc
11
%%DATADIR%%/adj.exc
12
share/WordNet/adv.exc
12
%%DATADIR%%/adv.exc
13
share/WordNet/cntlist
13
%%DATADIR%%/cntlist
14
share/WordNet/cntlist.rev
14
%%DATADIR%%/cntlist.rev
15
share/WordNet/data.adj
15
%%DATADIR%%/data.adj
16
share/WordNet/data.adv
16
%%DATADIR%%/data.adv
17
share/WordNet/data.noun
17
%%DATADIR%%/data.noun
18
share/WordNet/data.verb
18
%%DATADIR%%/data.verb
19
share/WordNet/frames.vrb
19
%%DATADIR%%/frames.vrb
20
share/WordNet/index.adj
20
%%DATADIR%%/index.adj
21
share/WordNet/index.adv
21
%%DATADIR%%/index.adv
22
share/WordNet/index.noun
22
%%DATADIR%%/index.noun
23
share/WordNet/index.sense
23
%%DATADIR%%/index.sense
24
share/WordNet/index.verb
24
%%DATADIR%%/index.verb
25
share/WordNet/noun.exc
25
%%DATADIR%%/noun.exc
26
share/WordNet/sentidx.vrb
26
%%DATADIR%%/sentidx.vrb
27
share/WordNet/sents.vrb
27
%%DATADIR%%/sents.vrb
28
share/WordNet/verb.exc
28
%%DATADIR%%/verb.exc
29
share/WordNet/verb.Framestext
29
%%DATADIR%%/verb.Framestext
30
share/WordNet/wn.xbm
30
%%DATADIR%%/wn.xbm
31
@dirrm include/WordNet
31
@dirrm include/WordNet
32
@dirrm lib/tcl%%TCL_DVER%%/Wordnet
32
@dirrm lib/tcl%%TCL_DVER%%/Wordnet
33
@dirrm share/WordNet
33
@dirrm %%DATADIR%%

Return to bug 94363