Port details |
- gnu-dico Flexible modular implementation of DICT server
- 2.10 net
=0 2.10Version of this port present on the latest quarterly branch. - Maintainer: info@dikt.tv
 - Port Added: 2010-09-23 02:36:43
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- Also Listed In: textproc
- License: GPLv3
- Description:
- 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 : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/gnu-dico/ && make install clean
- To add the package, run one of these commands:
- pkg install net/gnu-dico
- pkg install gnu-dico
- PKGNAME: gnu-dico
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599238266
SHA256 (dico-2.10.tar.xz) = 74a37ec01056d75f9dcbbddc6dcc11c42b09724003d66ce1280d00fdeb214f61
SIZE (dico-2.10.tar.xz) = 1830420
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- msgfmt : devel/gettext-tools
- python3.8 : lang/python38
- Runtime dependencies:
-
- python3.8 : lang/python38
- indexinfo : print/indexinfo
- Library dependencies:
-
- libltdl.so : devel/libltdl
- libpcre.so : devel/pcre
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for gnu-dico-2.10:
GSASL=off: GSASL support
GUILE=off: Guile extension language support
LDAP=off: LDAP protocol support
NLS=on: Native Language Support
PAM=off: Pluggable authentication module support
PCRE=on: Use Perl Compatible Regular Expressions
PYTHON=on: Python bindings or support
===> Use 'make config' to modify these settings
- Options name:
- net_gnu-dico
- USES:
- gmake libtool localbase pkgconfig tar:xz gettext python
- pkg-message:
- For install:
- This port installs Dict server dicod and Dict client gdico.
To enable the server, add the following line to /etc/rc.conf:
dicod_enable="YES"
Before you can start dicod, you have to install dictionaries
and configure them in /usr/local/etc/dicod.conf
See /usr/local/etc/dicod.conf.sample for examples.
For help see info documentation: info Dico
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 2.10
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2.10
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2020 16:47:26
2.10
|
fernape  |
net/gnu-dico: update to 2.10
ChangeLog: http://savannah.gnu.org/forum/forum.php?forum_id=9806
Change maintainer's email address.
PR: 249116
Submitted by: info@dikt.tv (maintainer)
MFH: 2020Q4 (blanket, bug fix release) |
02 Sep 2020 09:38:09
2.7_3
|
danfe  |
Ensure that there is only one variable definition per each object, as
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10).
Reported by: pkg-fallout |
23 Feb 2020 08:07:53
2.7_3
|
sunpoet  |
Update LIB_DEPENDS after splitting gsasl library into libgsasl
- Bump PORTREVISION for dependency change |
14 Aug 2019 08:48:51
2.7_2
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
27 Jun 2019 09:02:57
2.7_2
|
danfe  |
Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it. Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans). One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable. It is very old,
there are newer versions available so it should be fixed by updating.
One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.
PR: 229613
Exp-run by: antoine
[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8 |
10 Nov 2018 18:12:58
2.7_1
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
08 Oct 2018 08:10:38
2.7
|
wen  |
- Update to 2.7
- Rename static function mergesort to avoid conflict with mergesort from stdlib
PR: 231849
Submitted by: goran.tal@gmail.com(maintainer) |
05 May 2017 13:57:37
2.4
|
miwi  |
- Update to 2.4
PR: 218200
Submitted by: maintainer |
30 Sep 2016 19:24:30
2.3
|
tijl  |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
11 Sep 2016 20:15:09
2.3
|
amdmi3  |
- Update to 2.3
- While here, convert to options helpers
PR: 212401
Submitted by: goran.tal@gmail.com (maintainer) |
01 Apr 2016 14:16:20
2.2_6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
2.2_6
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
22 Nov 2014 14:43:24
2.2_6
|
antoine  |
Cleanup plist |
24 Oct 2014 16:21:26
2.2_6
|
mva  |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
17 Sep 2014 07:38:16
2.2_6
|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
31 Aug 2014 15:17:50
2.2_6
|
tijl  |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
24 Jul 2014 18:34:16
2.2_5
|
tijl  |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
03 Jun 2014 13:58:33
2.2_4
|
amdmi3  |
- Convert security/gsasl to USES=libtool, drop .la files
- Bump revisions of dependent ports as gsasl .so version has changed
- Convert USE_BZIP2 and USE_XZ to USES in some ports
Approved by: portmgr blanket |
03 Jun 2014 13:51:02
2.2_3
|
amdmi3  |
- Convert USE_XZ to USES
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
25 Jan 2014 15:17:57
2.2_2
|
antoine  |
- Fix build with clang
- Fix python modules after removal of implicit lang/python dependency
- Stage support |
20 Sep 2013 22:10:25
2.2_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
06 May 2013 10:22:41
2.2_1 
|
bapt  |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework |
24 Apr 2013 18:10:32
2.2_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
10 Dec 2012 19:11:12
2.2_1 
|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
05 Aug 2012 23:19:40
2.2
|
dougb  |
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
2.2
|
scheidell  |
- 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
2.1_2
|
rakuco  |
- Adjust the gsasl dependency to the current shlib version.
- Bump PORTREVISION.
PR: ports/16873
Submitted by: rakuco |
14 Jan 2012 08:57:23
2.1_1
|
dougb  |
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
2.1_1
|
amdmi3  |
- 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
2.1_1
|
jlaffaye  |
- Chase guile shared lib bump
- Add an entry to UPDATING |
20 Mar 2011 12:54:45
2.1
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
2.1
|
ade  |
Sync to new bsd.autotools.mk |
12 Oct 2010 07:07:33
2.1
|
wen  |
- Update to 2.1
PR: ports/150975
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
23 Sep 2010 02:36:19
2.0
|
pgollucci  |
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 |