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 59 60 61 62 63 64 65 66
|
Source: ding
Section: text
Priority: optional
Maintainer: Roland Rosenfeld <roland@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13), imagemagick
Build-Depends-Indep: bsdextrautils (>= 2.35.2-3),
dictfmt:native,
dictzip:native,
man-db
Homepage: https://www-user.tu-chemnitz.de/~fri/ding/
Vcs-Git: https://salsa.debian.org/debian/ding.git
Vcs-Browser: https://salsa.debian.org/debian/ding
Rules-Requires-Root: no
Package: ding
Architecture: all
Depends: tk, ${misc:Depends}
Recommends: glimpse (>= 4.18.7-6) | tre-agrep,
trans-de-en | translation-dictionary
Suggests: dict, hunspell, hunspell-de-de, hunspell-en-us
Multi-Arch: foreign
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, (hun|a|i)spell, dict, ...
* Ding {n} :: thing
.
This package needs tre-agrep(1), agrep(1) or egrep(1) as a back end.
(tre-)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
Multi-Arch: foreign
Description: German-English translation dictionary
A German-English dictionary with ca. 380,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
https://dict.tu-chemnitz.de/
Package: dict-de-en
Architecture: all
Depends: ${misc:Depends}
Suggests: dict | dict-client, dictd | dict-server
Provides: dictd-dictionary
Description: German-English translation dictionary for dictd
German-English and English-Deutsch translation dictionary for
the dictd server. It contains approximately 380,000 entries.
.
The source of the database is available from
https://dict.tu-chemnitz.de/
|