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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: dictd
Section: text
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Build-Depends: bison,
debhelper-compat (= 13),
flex,
libltdl-dev,
libmaa-dev,
libtool-bin,
zlib1g-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/dictd.git
Vcs-Browser: https://salsa.debian.org/debian/dictd
Homepage: https://sourceforge.net/projects/dict/
Package: dictd
Architecture: any
Description: dictionary server
This package provides a TCP-based server that allows a client to access
dictionary definitions from a set of natural language dictionary databases.
.
Many dictionary databases have been packaged for use with dictd. They are
described in the /usr/share/doc/dictd/README.Debian.gz file.
.
Either dict-gcide or dict-wn is essential for a useful English
language dictionary server. It is strongly recommended that both be
installed. If you are interested in computer terminology, it is
recommended to install at least dict-jargon, dict-foldoc, or
dict-vera.
.
The client program, dict, is packaged separately and is needed on all
machines that will use the server.
Depends: adduser,
dictzip (>= ${source:Upstream-Version}),
netbase,
ucf,
update-inetd,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: dict | dict-client
Suggests: dict-foldoc, dict-gcide | dictd-dictionary, dict-jargon, dict-wn
Provides: dict-server
Conflicts: dict-server
Package: dict
Architecture: any
Description: dictionary client
This package provides a client application to query a dictd server.
The client-server protocol is TCP-based; the server may then be local or
accessed through the network.
.
The DICT Development Group maintains several public servers which can
be accessed from any machine connected to the Internet. The default
configuration is to query one of these servers first. This may be
changed in the configuration file /etc/dictd/dict.conf.
.
Queries may be customized by numerous command line options, including
specifying the database(s) to be queried and the search strategy to
be used.
.
This package also provides dictl, which allows using UTF-8 encoded dictionaries
with terminals that do not support UTF-8.
Depends: netbase, recode, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: dictd | dict-server, gawk, m4
Provides: dict-client
Package: dictzip
Architecture: any
Description: compression utility for dictionary databases
This package provides a utility to compress dictionary databases with the
LZ77 algorithm in a manner which is completely compatible with gzip(1),
but using an extension that allows for random access to chunks
of about 57kB without the overhead of decompressing the entire file.
.
This package also includes dictunzip, to decompress dictzipped files,
and dictzcat, for viewing dictzipped files.
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Package: dictfmt
Section: utils
Architecture: any
Description: utility to format a file for use by a dictd server
This package provides dictfmt. This utility can convert an input file
to a dictionary database that conforms to the DICT protocol, and create
a corresponding index file.
.
The package also provides dictunformat, which creates a raw database
from a dictionary index and a dictionary database.
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: dictzip
|