1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: ding
Section: text
Priority: optional
Maintainer: Roland Rosenfeld <roland@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: bsdmainutils, dictfmt (>= 1.10.1), dictzip, man-db
Homepage: http://www-user.tu-chemnitz.de/~fri/ding/
Package: ding
Architecture: all
Depends: tk, ${misc:Depends}
Recommends: trans-de-en (>= 1.4) | translation-dictionary
Breaks: trans-de-en (<< 1.4)
Suggests: agrep, dict, ibritish, ingerman, ispell
Description: Graphical dictionary lookup program for Unix (Tk)
This is "Ding"
* a dictionary lookup program for Unix,
* DIctionary Nice Grep,
* a Tk based Front-End to [ae]grep, ispell, dict, ...
* Ding {n} :: thing
.
This package needs agrep(1) or egrep(1) as a back end. agrep is
preferable, because it supports fault tolerant searching.
.
You have to install some translation dictionary word list with a
word/phrase in two languages in one line with some kind of separator
between them. The default configuration of ding uses the
German-English dictionary which can be found in the trans-de-en
package, but you can use every other translation word lists with one
entry per line.
Package: trans-de-en
Architecture: all
Depends: ${misc:Depends}
Provides: translation-dictionary
Suggests: ding
Description: German-English translation dictionary
A German-English dictionary with ca. 345,000 entries.
.
This dictionary was designed for the "ding" dictionary lookup
program, but may be used by other clients, too.
.
The source of the database is available from
http://dict.tu-chemnitz.de/
Package: dict-de-en
Architecture: all
Depends: ${misc:Depends}
Suggests: dict | dict-client, dictd | dict-server
Breaks: dictd (<< 1.10.1)
Provides: dictd-dictionary
Description: German-English translation dictionary for dictd
German-English and English-Deutsch translation dictionary for
the dictd server. It contains approximately 345,000 entries.
.
The source of the database is available from
http://dict.tu-chemnitz.de/
|