Port details |
- py-opendht Lightweight Distributed Hash Table implementation
- 1.10.1 devel
=0 1.10.1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-03-18 21:59:20
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: net
- License: GPLv3
- 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.
WWW: https://github.com/savoirfairelinux/opendht/
- SVNWeb : git : Homepage
- 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 py38-opendht
NOTE: This is a Python port. Instead of py38-opendht listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-opendht
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1564859831
SHA256 (savoirfairelinux-opendht-1.10.1_GH0.tar.gz) = c1ce3b03c028ff8c11ab2855fd51f050a2ceef33c3afea9ac54f39ab78e5aee5
SIZE (savoirfairelinux-opendht-1.10.1_GH0.tar.gz) = 434885
- 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:
-
- cmake : devel/cmake
- ninja : devel/ninja
- cython-3.8 : lang/cython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- 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++11-lib localbase python:3.4+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.10.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.10.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Dec 2020 13:46:02
1.10.1
|
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) |
03 Aug 2019 19:21:23
1.10.1
|
yuri  |
devel/py-opendht: Update 1.10.0 -> 1.10.1
Reported by: portscout |
26 Jul 2019 20:46:57
1.10.0_1
|
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 |
13 Jul 2019 07:40:43
1.10.0
|
yuri  |
devel/py-opendht: Update 1.9.5 -> 1.10.0
Reported by: portscout |
08 Jun 2019 06:36:32
1.9.5
|
yuri  |
devel/py-opendht: Update 1.9.4 -> 1.9.5
Reported by: portscout |
03 May 2019 03:53:25
1.9.4
|
yuri  |
devel/py-opendht: Update 1.9.0 -> 1.9.4
Reported by: portscout |
11 Apr 2019 05:17:45
1.9.0
|
yuri  |
devel/py-opendht: Update 1.8.2 -> 1.9.0
Reported by: portscout |
20 Mar 2019 02:28:21
1.8.2
|
yuri  |
devel/py-opendht: Update 1.8.1 -> 1.8.2
Reported by: portscout |
31 Jan 2019 05:11:25
1.8.1
|
yuri  |
devel/py-opendht: Update 1.8.0 -> 1.8.1
Reported by: portscout |
25 Dec 2018 20:25:40
1.8.0_1
|
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 |
12 Dec 2018 01:35:36
1.8.0_1
|
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 |
01 Dec 2018 07:05:05
1.8.0
|
yuri  |
devel/py-opendht: Update 1.7.4 -> 1.8.0
Reported by: portscout |
09 Aug 2018 00:31:09
1.7.4
|
yuri  |
devel/py-opendht: Update 1.7.3 -> 1.7.4
Reported by: portscout |
29 Jul 2018 22:18:46
1.7.3_1
|
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 |
26 Jul 2018 19:01:28
1.7.3
|
yuri  |
devel/py-opendht: Update 1.7.2 -> 1.7.3
Reported by: portscout |
10 May 2018 07:57:35
1.7.2
|
yuri  |
devel/py-opendht: Update 1.7.1 -> 1.7.2
Reported by: portscout |
24 Apr 2018 06:34:34
1.7.1
|
yuri  |
devel/py-opendht: Update 1.7.0 -> 1.7.1
Reported by: portscout |
15 Apr 2018 06:54:55
1.7.0
|
yuri  |
devel/py-opendht: Update 1.6.1 -> 1.7.0
Reported by: portscout |
18 Mar 2018 23:25:24
1.6.1
|
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) |
18 Mar 2018 21:59:05
1.6.1
|
yuri  |
New port: devel/py-opendht: Lightweight Distributed Hash Table implementation |