616e FreshPorts -- net/gnu-dico
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gnu-dico 2.2_1 net on this many watch lists=0 search for ports that depend on this port
Flexible modular implementation of DICT server
Maintained by: goran.tal@gmail.com search for ports maintained by this maintainer
Port Added: 23 Sep 2010 02:36:43
Also Listed In: textproc
License: not specified in port


GNU Dico is a flexible modular implementation of DICT server (RFC 2229).
It handles database accesses using loadable modules, and does not depend
on particular database format. The package includes several loadable
modules for interfacing with various database formats, among them a
module for dict.org databases. New modules can be written in C, Guile or
Python. The package also includes a console client program for querying
remote dictionary servers.

WWW: http://www.gnu.org/software/dico/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
  2. devel/gmake
  3. devel/libtool
Required To Run:
  1. lang/python27
Required Libraries:
  1. lang/guile
  2. devel/pcre
  3. devel/gettext
  4. devel/libltdl
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/gnu-dico/ && make install clean
To add the package: pkg_add -r gnu-dico


Configuration Options
===> The following configuration options are available for gnu-dico-2.2_1:
     PYTHON=on: With PYTHON support
     GUILE=on: With GUILE support
     PCRE=on: With PCRE support
     GSASL=off: With GSASL support
     PAM=off: With PAM support
     LDAP=off: With LDAP support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.dti.ad.jp/pub/GNU/dico/
  3. ftp://ftp.gnu.org/gnu/dico/
  4. ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/dico/
  5. ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/dico/
  6. ftp://ftp.kddlabs.co.jp/GNU/dico/
  7. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/dico/
  8. http://ftp.funet.fi/pub/gnu/prep/dico/
  9. http://ftp.gnu.org/gnu/dico/
  10. http://mirrors.kernel.org/gnu/dico/
  11. http://ring.nict.go.jp/archives/GNU/dico/
  12. http://www.gtlib.gatech.edu/pub/gnu/gnu/dico/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 May 2013 10:22:41
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
24 Apr 2013 18:10:32
Original commit files touched by this commit  2.2_1
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
10 Dec 2012 19:11:12
Refresh Original commit files touched by this commit
  Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
05 Aug 2012 23:19:40
Original commit files touched by this commit  2.2
dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
16 Jun 2012 10:03:48
Original commit files touched by this commit  2.2
scheidell search for other commits by this committer
- Update to version 2.2 [1]
- Leftovers, missing a couple of PLIST_SUB entries [2]

PR:             ports/168933
Submitted by:   Goran Tal <goran.tal@gmail.com> [1]
Reviewed by:    scheidell@ (me) [2]
09 Jun 2012 16:43:33
Original commit files touched by this commit  2.1_2
rakuco search for other commits by this committer
- Adjust the gsasl dependency to the current shlib version.
- Bump PORTREVISION.

PR:             ports/16873
Submitted by:   rakuco
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.1_1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.1_1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
31 Jul 2011 15:07:08
Original commit files touched by this commit  2.1_1
jlaffaye search for other commits by this committer
- Chase guile shared lib bump
- Add an entry to UPDATING
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.1
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
12 Oct 2010 07:07:33
Original commit files touched by this commit  2.1
wen search for other commits by this committer
- Update to 2.1

PR:             ports/150975
Submitted by:   Goran Tal <goran.tal@gmail.com> (maintainer)
23 Sep 2010 02:36:19
Original commit files touched by this commit  2.0
pgollucci search for other commits by this committer
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

Number of commits found: 13

285b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0