Dico is an implementation of DICT server (RFC 2229) The port is named gnu-dico to avoid the confusion with french/dico port. Likewise, the client is installed as gdico to avoid the conflict. The port installs the sample configuration file for the server etc/dicod.conf.sample, but it doesn't copy it to etc/dicod.conf. The configuration file contains the configuration for dictionaries installed on the user's site. It is not possible to produce a default working configuration. Installation message informs the user to install dictionaries and configure them before the server can be started. The port also installs rc.d script etc/rc.d/dicod with the standard way for starting and stopping the server. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it
pgollucci 2010-09-23 02:36:19 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/gnu-dico Makefile distinfo pkg-descr pkg-plist net/gnu-dico/files dicod.conf dicod.sh.in pkg-message.in Log: 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 Revision Changes Path 1.2258 +1 -0 ports/net/Makefile 1.1 +80 -0 ports/net/gnu-dico/Makefile (new) 1.1 +3 -0 ports/net/gnu-dico/distinfo (new) 1.1 +49 -0 ports/net/gnu-dico/files/dicod.conf (new) 1.1 +20 -0 ports/net/gnu-dico/files/dicod.sh.in (new) 1.1 +16 -0 ports/net/gnu-dico/files/pkg-message.in (new) 1.1 +8 -0 ports/net/gnu-dico/pkg-descr (new) 1.1 +43 -0 ports/net/gnu-dico/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!