Port details |
- dico Flexible modular implementation of DICT server
- 2.12_1 net
=2 2.12_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2023-06-03 11:48:09
- Last Update: 2025-03-02 11:19:42
- Commit Hash: 5d2d912
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/dico/ && make install clean
- To add the package, run one of these commands:
- pkg install net/dico
- pkg install dico
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dico
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1739299896
SHA256 (dico-2.12.tar.xz) = 728b89c50e090bff839e8f7b3043b5c7023f861a9211c93048b42ab455866af7
SIZE (dico-2.12.tar.xz) = 2019900
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.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- indexinfo : print/indexinfo
- Library dependencies:
-
- libltdl.so : devel/libltdl
- libpcre2-8.so : devel/pcre2
- libreadline.so.8 : devel/readline
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dico-2.12_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
TK=off: Tk GUI toolkit support
===> Use 'make config' to modify these settings
- Options name:
- net_dico
- USES:
- gmake iconv libtool localbase ncurses pkgconfig readline tar:xz gettext python
- pkg-message:
- For install:
- This port installs Dict server dicod and Dict client dico.
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.12_1 02 Mar 2025 11:19:42
    |
Vladimir Druzenko (vvd)  |
net/dico: Improve port
- Remove GNU_CONFIGURE_MANPREFIX.
- Pet portclippy.
- Rename PLIST_SUB variable. |
2.12 02 Mar 2025 11:19:41
    |
Vladimir Druzenko (vvd)  Author: dikt.tv |
net/dico: Return to pool
PR: 285082 |
2.12 20 Feb 2025 23:27:21
    |
Robert Clausecker (fuz)  Author: FreeBSD |
net/dico: update to 2.12
- update to version 2.12
- upgrade dependency pcre to pcre2
- add missing dependencies
- add TK option to install the gcider binary
release info: https://savannah.gnu.org/news/?id=10708
PR: 284825
Co-authored-by: fuz@FreeBSD.org |
2.11_2 25 Feb 2024 07:35:41
    |
Muhammad Moinur Rahman (bofh)  |
net/dico: Moved man to share/man
Approved by: portmgr (blanket) |
2.11_1 30 Jul 2023 22:59:04
    |
Robert Clausecker (fuz)  Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
2.11 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 |