freebsd-ports/net/gnu-dico/files/pkg-message.in
Philip M. Gollucci e3b5d99978 Dico is an implementation of DICT server (RFC 2229). It is fully
modular: the daemon itself (dicod) provides only the server
functionality, but it knows nothing about database formats.  Actual
searches are performed by functions supplied in loadable modules.  A
single module can serve one or more databases.  The package includes
the following database modules: dictorg, guile, python, and outline.

WWW: http://www.gnu.org/software/dico/

PR:		ports/142504
Submitted by:	Goran Tal
2010-09-23 02:36:19 +00:00

16 lines
482 B
Text

================================================================
This port installs Dict server dicod and Dict client gdico.
To enable the server, add the following line to /etc/rc.conf:
dicod_enable="YES"
Before you can start dicod, you have to install dictionaries
and configure them in %%PREFIX%%/etc/dicod.conf
See %%PREFIX%%/etc/dicod.conf.sample for examples.
For help see info documentation: info Dico
================================================================