mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
New port: devel/py-opendht: Lightweight Distributed Hash Table implementation
This commit is contained in:
parent
4f59757f7c
commit
a819a7a3a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464958
@ -4655,6 +4655,7 @@
|
||||
SUBDIR += py-omnijson
|
||||
SUBDIR += py-omniorb
|
||||
SUBDIR += py-omniorb-3
|
||||
SUBDIR += py-opendht
|
||||
SUBDIR += py-openstacksdk
|
||||
SUBDIR += py-opster
|
||||
SUBDIR += py-optik
|
||||
|
29
devel/py-opendht/Makefile
Normal file
29
devel/py-opendht/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= opendht
|
||||
DISTVERSION= 1.6.1
|
||||
CATEGORIES= devel net
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Lightweight Distributed Hash Table implementation
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/../COPYING
|
||||
|
||||
BROKEN_FreeBSD_10= devel/opendht dependency doesn't build on 10
|
||||
|
||||
LIB_DEPENDS= libopendht.so:devel/opendht \
|
||||
libgnutls.so:security/gnutls
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib localbase python:3.4+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= savoirfairelinux
|
||||
USE_PYTHON= distutils cython autoplist
|
||||
|
||||
WRKSRC_SUBDIR= python
|
||||
|
||||
post-stage:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/opendht.so
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-opendht/distinfo
Normal file
3
devel/py-opendht/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1521409260
|
||||
SHA256 (savoirfairelinux-opendht-1.6.1_GH0.tar.gz) = c50d4862d01233be02856affc560dcd6425b5e742c6445d597dc0ceccb7e9d19
|
||||
SIZE (savoirfairelinux-opendht-1.6.1_GH0.tar.gz) = 400456
|
13
devel/py-opendht/pkg-descr
Normal file
13
devel/py-opendht/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user