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

(-)ding/Makefile (-3 / +5 lines)
Lines 13-20 Link Here
13
13
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
15
16
RUN_DEPENDS=	wish8.5:x11-toolkits/tk85 \
16
RUN_DEPENDS=	wish8.6:x11-toolkits/tk86 \
17
		agrep:textproc/agrep
17
		agrep:textproc/agrep \
18
		dict_lookup:textproc/dict \
19
		hunspell:textproc/hunspell
18
20
19
USES=		perl5
21
USES=		perl5
20
22
Lines 22-28 Link Here
22
SWISSDICT=	de_ch-en.txt
24
SWISSDICT=	de_ch-en.txt
23
25
24
do-build:
26
do-build:
25
	${SED} -E -e '1,/^exec/ s!wish!wish8.5!' \
27
	${SED} -E -e '1,/^exec/ s!wish!wish8.6!' \
26
	  -e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \
28
	  -e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \
27
	  ${WRKSRC}/ding > ${WRKSRC}/dingX
29
	  ${WRKSRC}/ding > ${WRKSRC}/dingX
28
	${SED} -E -e 's!/usr/share/bin/!${PREFIX}/bin/!' \
30
	${SED} -E -e 's!/usr/share/bin/!${PREFIX}/bin/!' \
(-)ding/pkg-descr (-5 / +8 lines)
Lines 1-13 Link Here
1
Ding is a Dictionary lookup  program for X windows/Unix. It comes with
1
Ding is a  Dictionary lookup program for the  X window system  (Linux,
2
a  German-English  Dictionary  with  ca. 120,000 entries.   It  is  an
2
Unix - not for  Mac  or  MS Windows).  It comes with a  German-English
3
offline version of the dictionary found at:
3
Dictionary  with  approximately  326,000  entries.  It is  an  offline
4
version of the dictionary found at:
5
4
    <URL:http://dict.tu-chemnitz.de/>.
6
    <URL:http://dict.tu-chemnitz.de/>.
5
7
6
It is based on Tk version >= 8.3 and uses the agrep for searching.
8
It is based on Tk version >= 8.3 and uses the agrep or egrep tools for
9
searching.
7
10
8
It  has  many  configuration  options,  such  as  search  preferences,
11
It  has  many  configuration  options,  such  as  search  preferences,
9
interface  language (English  or German),  colors. It has  history and
12
interface  language (English  or German),  colors. It has  history and
10
help functions and comes with useful  key and mouse bindings for quick
13
help functions and comes with useful  key and mouse bindings for quick
11
and easy lookups.
14
and easy lookups.
12
15
13
WWW: http://www-user.tu-chemnitz.de/~fri/ding/
16
WWW: https://www-user.tu-chemnitz.de/~fri/ding/

Return to bug 243587