Bug 142504 - new port: net/gnu-dico - dict protocol server
Summary: new port: net/gnu-dico - dict protocol server
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 23:10 UTC by info
Modified: 2010-09-23 03:42 UTC (History)
0 users

See Also:


Attachments
file.shar (6.67 KB, text/plain)
2010-01-08 23:10 UTC, info
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description info 2010-01-08 23:10:02 UTC
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:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-14 07:35:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-23 03:36:23 UTC
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"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-23 03:42:08 UTC
State Changed
From-To: open->closed

Committed, Thanks!