Port details |
- py-opendht Lightweight Distributed Hash Table implementation
- 3.2.0 devel =2 3.1.11Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2018-03-18 21:59:20
- Last Update: 2024-08-25 08:04:53
- Commit Hash: bca3396
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net
- License: GPLv3
- WWW:
- https://github.com/savoirfairelinux/opendht/
- Description:
- A lightweight C++11 Distributed Hash Table implementation originally based on
https://github.com/jech/dht by Juliusz Chroboczek.
* Light and fast C++11 Kademlia DHT library.
* Distributed shared key->value data-store
* Clean and powerfull distributed map API with storage of arbitrary binary
values of up to 56 KB.
* Optional public key cryptography layer providing data signature and
encryption (using GnuTLS).
* IPv4 and IPv6 support.
* Python binding.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}opendht>0:devel/py-opendht@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-opendht/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-opendht
- pkg install py311-opendht
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-opendht listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-opendht
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1724552024
SHA256 (savoirfairelinux-opendht-v3.2.0_GH0.tar.gz) = 019564087f0752a1c09347473c39b2d48e920247f25f68dac235f1e5d6204ea4
SIZE (savoirfairelinux-opendht-v3.2.0_GH0.tar.gz) = 486853
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:
-
- endian.h : devel/boost-libs
- cmake : devel/cmake-core
- ninja : devel/ninja
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libopendht.so : devel/opendht
- libgnutls.so : security/gnutls
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-opendht
- USES:
- cmake compiler:c++17-lang localbase 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 |
3.2.0 25 Aug 2024 08:04:53 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 3.1.11 → 3.2.0
Reported by: portscout |
3.1.11 07 Apr 2024 18:38:09 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 3.1.7 → 3.1.11
Reported by: portscout |
3.1.7 31 Jan 2024 09:55:18 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 3.1.6 → 3.1.7
Reported by: portscout |
3.1.6 12 Dec 2023 07:13:32 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 3.1.4 → 3.1.6
Reported by: portscout |
3.1.4 05 Dec 2023 07:38:12 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 3.1.3 → 3.1.4
Reported by: portscout |
3.1.3 03 Dec 2023 19:03:58 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 2.6.0.4 → 3.1.3
Reported by: portscout |
2.6.0.4 13 Sep 2023 07:05:39 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: update 2.6.0 → 2.6.0.4
Reported by: portscout |
2.6.0 10 Sep 2023 18:10:46 |
Yuri Victorovich (yuri) |
devel/py-opendht: update 2.4.10 → 2.6.0
Reported by: portscout |
2.4.10 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.4.10 06 Nov 2022 08:20:22 |
Yuri Victorovich (yuri) |
devel/{,py-}opendht: Update 1.10.1 -> 2.4.10 |
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) |
1.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 ) |
1.10.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.1 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
1.10.1 03 Aug 2019 19:21:23 |
yuri |
devel/py-opendht: Update 1.10.0 -> 1.10.1
Reported by: portscout |
1.10.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.10.0 13 Jul 2019 07:40:43 |
yuri |
devel/py-opendht: Update 1.9.5 -> 1.10.0
Reported by: portscout |
1.9.5 08 Jun 2019 06:36:32 |
yuri |
devel/py-opendht: Update 1.9.4 -> 1.9.5
Reported by: portscout |
1.9.4 03 May 2019 03:53:25 |
yuri |
devel/py-opendht: Update 1.9.0 -> 1.9.4
Reported by: portscout |
1.9.0 11 Apr 2019 05:17:45 |
yuri |
devel/py-opendht: Update 1.8.2 -> 1.9.0
Reported by: portscout |
1.8.2 20 Mar 2019 02:28:21 |
yuri |
devel/py-opendht: Update 1.8.1 -> 1.8.2
Reported by: portscout |
1.8.1 31 Jan 2019 05:11:25 |
yuri |
devel/py-opendht: Update 1.8.0 -> 1.8.1
Reported by: portscout |
1.8.0_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.8.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.8.0 01 Dec 2018 07:05:05 |
yuri |
devel/py-opendht: Update 1.7.4 -> 1.8.0
Reported by: portscout |
1.7.4 09 Aug 2018 00:31:09 |
yuri |
devel/py-opendht: Update 1.7.3 -> 1.7.4
Reported by: portscout |
1.7.3_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
1.7.3 26 Jul 2018 19:01:28 |
yuri |
devel/py-opendht: Update 1.7.2 -> 1.7.3
Reported by: portscout |
1.7.2 10 May 2018 07:57:35 |
yuri |
devel/py-opendht: Update 1.7.1 -> 1.7.2
Reported by: portscout |
1.7.1 24 Apr 2018 06:34:34 |
yuri |
devel/py-opendht: Update 1.7.0 -> 1.7.1
Reported by: portscout |
1.7.0 15 Apr 2018 06:54:55 |
yuri |
devel/py-opendht: Update 1.6.1 -> 1.7.0
Reported by: portscout |
1.6.1 18 Mar 2018 23:25:24 |
yuri |
devel/opendht, devel/py-opendht: Improve BROKEN_xx statements
devel/opendht: Change to BROKEN_FreeBSD_10
devel/py-opendht: Remove BROKEN_xx (it isn't broken) |
1.6.1 18 Mar 2018 21:59:05 |
yuri |
New port: devel/py-opendht: Lightweight Distributed Hash Table implementation |