freebsd-ports/japanese/dbskkd-cdb/pkg-descr
Satoshi Taoka 307d24f0f8 Yet another dictionary server for SKK
PR:		12513
Submitted by:	Makoto Matsushita <matusita@jp.FreeBSD.ORG>
1999-09-08 17:08:42 +00:00

17 lines
750 B
Plaintext

dbskkd-cdb is a dictionary server for the SKK Japanese input method
system. dbskkd-cdb is based on the code of skkserv (the original SKK
server) 3.9.3, using the cdb constant database package of
D. J. Bernstein (DJB) for faster dictionary access.
dbskkd-cdb is compatible with skkserv on the protocol behavior. It is
called from "super-server" programs such as inetd or tcpserver, and the
I/O operation is solely with the stdio interface, so the code is compact
and the access to the server can be easily restricted.
You should invoke dbskkd-cdb via inetd. Add
skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb
to your /etc/inetd.conf (usually, ${PREFIX} will be replaced to `/usr/local'),
and send SIGHUP to your inetd.