forked from Lainports/freebsd-ports
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
16 lines
482 B
Text
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
|
|
|
|
================================================================
|