pkg-descr

The Dictionary Server Protocol (DICT) is a TCP transaction based
query/response protocol that allows a client to access dictionary
definitions from a set of natural language dictionary databases.

RFC 2229 describes the DICT client/server protocol.

dict(1) is a client which can access DICT servers from the
command line.

WWW: http://www.dict.org/

--
Josh Gilliam josh@quick.net

pkg-plist

@comment $FreeBSD: ports/textproc/dict/pkg-plist,v 1.6 2006/01/07 23:31:52 dd Exp $
bin/dict
bin/dictl
@unexec if cmp -s %D/etc/dict.conf.sample %D/etc/dict.conf; then rm -f %D/etc/dict.conf; fi
etc/dict.conf.sample
@exec [ -f %B/dict.conf ] || cp %B/%f %B/dict.conf