Port details |
- gnu-dico Flexible modular implementation of DICT server
- 2.10_1 net
=0 2.10_1Version of this port present on the latest quarterly branch.
- Maintainer: info@dikt.tv
- Port Added: 2010-09-23 02:36:43
- Last Update: 2023-06-03 11:46:40
- Commit Hash: 0318e32
- Also Listed In: textproc
- License: GPLv3
- WWW:
- https://www.gnu.org/software/dico/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- 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.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- 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_1:
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.10_1 03 Jun 2023 11:46:40 |
Nuno Teixeira (eduardo) Author: FreeBSD |
net/dico: Update to 2.11/Rename port
- Rename the port to match upstream naming
Change the name from net/gnu-dico to net/dico, prefix gnu- was added
to distinguish this port from the port french/dico no longer needed
since the port french/dico was removed from ports few years ago
- Switch to DISTVERSION
- Strip binaries
- Add missing dependencies
ChangeLog: https://git.savannah.gnu.org/cgit/dico.git/tree/NEWS
PR: 268796
The prefix gnu was added to distinguish this port from the port french/dico
This is no longer needed since the port french/dico was removed from ports few
years ago |
2.10_1 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.10_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.10_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
2.10_1 21 Jun 2022 20:57:59 |
Po-Chuan Hsieh (sunpoet) |
security/libgsasl: Update to 2.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://gitlab.com/gsasl/gsasl/-/blob/master/NEWS |
2.10 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10 07 Nov 2020 16:47:26 |
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) |
2.7_3 02 Sep 2020 09:38:09 |
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 |
2.7_3 23 Feb 2020 08:07:53 |
sunpoet |
Update LIB_DEPENDS after splitting gsasl library into libgsasl
- Bump PORTREVISION for dependency change |
2.7_2 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
2.7_2 27 Jun 2019 09:02:57 |
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 |
2.7_1 10 Nov 2018 18:12:58 |
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 |
2.7 08 Oct 2018 08:10:38 |
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) |
2.4 05 May 2017 13:57:37 |
miwi |
- Update to 2.4
PR: 218200
Submitted by: maintainer |
2.3 30 Sep 2016 19:24:30 |
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) |
2.3 11 Sep 2016 20:15:09 |
amdmi3 |
- Update to 2.3
- While here, convert to options helpers
PR: 212401
Submitted by: goran.tal@gmail.com (maintainer) |
2.2_6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.2_6 14 May 2015 10:15:09 |
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 |
2.2_6 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
2.2_6 24 Oct 2014 16:21:26 |
mva |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
2.2_6 17 Sep 2014 07:38:16 |
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) |
2.2_6 31 Aug 2014 15:17:50 |
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) |
2.2_5 24 Jul 2014 18:34:16 |
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 ) |
2.2_4 03 Jun 2014 13:58:33 |
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 |
2.2_3 03 Jun 2014 13:51:02 |
amdmi3 |
- Convert USE_XZ to USES
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
2.2_2 25 Jan 2014 15:17:57 |
antoine |
- Fix build with clang
- Fix python modules after removal of implicit lang/python dependency
- Stage support |
2.2_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.2_1 06 May 2013 10:22:41 |
bapt |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework |
2.2_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.2_1 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
2.2 05 Aug 2012 23:19:40 |
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 |
2.2 16 Jun 2012 10:03:48 |
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] |
2.1_2 09 Jun 2012 16:43:33 |
rakuco |
- Adjust the gsasl dependency to the current shlib version.
- Bump PORTREVISION.
PR: ports/16873
Submitted by: rakuco |
2.1_1 14 Jan 2012 08:57:23 |
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. |
2.1_1 23 Sep 2011 22:26:39 |
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 |
2.1_1 31 Jul 2011 15:07:08 |
jlaffaye |
- Chase guile shared lib bump
- Add an entry to UPDATING |
2.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.1 12 Oct 2010 07:07:33 |
wen |
- Update to 2.1
PR: ports/150975
Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer) |
2.0 23 Sep 2010 02:36:19 |
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 |