Date: Thu, 23 Sep 2010 02:36:19 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/gnu-dico Makefile distinfo pkg-descr pkg-plist ports/net/gnu-dico/files dicod.conf dicod.sh.in pkg-message.in Message-ID: <201009230236.o8N2aJ7f013731@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009230236.o8N2aJ7f013731>