Port details |
- dico Flexible modular implementation of DICT server
- 2.11_2 net =2 2.11_2Version of this port present on the latest quarterly branch.
- Maintainer: info@dikt.tv
- Port Added: 2023-06-03 11:48:09
- Last Update: 2024-02-25 07:35:41
- Commit Hash: 3cce33a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 = 1673033889
SHA256 (dico-2.11.tar.xz) = ac1f98e233d0facacaac1059f3b81384a5592e26fd4c3082aed003f65e252c5a
SIZE (dico-2.11.tar.xz) = 1883752
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
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- 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
- 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.11_2:
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_dico
- USES:
- gmake libtool localbase pkgconfig readline tar:xz gettext python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |