notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
opendht Lightweight Distributed Hash Table implementation
3.1.7_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.6_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-05-28 06:10:20
Last Update: 2024-03-06 13:03:22
Commit Hash: 74b291a
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (51 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/opendht-3.1.7_1/catalog.mk
  3. /usr/local/share/licenses/opendht-3.1.7_1/LICENSE
  4. /usr/local/share/licenses/opendht-3.1.7_1/GPLv3
  5. bin/dhtchat
  6. bin/dhtnode
  7. bin/dhtscanner
  8. include/opendht.h
  9. include/opendht/callbacks.h
  10. include/opendht/crypto.h
  11. include/opendht/crypto/secure_vector.h
  12. include/opendht/def.h
  13. include/opendht/default_types.h
  14. include/opendht/dht.h
  15. include/opendht/dht_interface.h
  16. include/opendht/dht_proxy_client.h
  17. include/opendht/dht_proxy_server.h
  18. include/opendht/dhtrunner.h
  19. include/opendht/http.h
  20. include/opendht/indexation/pht.h
  21. include/opendht/infohash.h
  22. include/opendht/log.h
  23. include/opendht/logger.h
  24. include/opendht/network_engine.h
  25. include/opendht/network_utils.h
  26. include/opendht/node.h
  27. include/opendht/node_cache.h
  28. include/opendht/node_export.h
  29. include/opendht/peer_discovery.h
  30. include/opendht/proxy.h
  31. include/opendht/rate_limiter.h
  32. include/opendht/rng.h
  33. include/opendht/routing_table.h
  34. include/opendht/scheduler.h
  35. include/opendht/securedht.h
  36. include/opendht/sockaddr.h
  37. include/opendht/thread_pool.h
  38. include/opendht/utils.h
  39. include/opendht/value.h
  40. include/opendht/value.h.orig
  41. lib/cmake/opendht/opendhtConfig-release.cmake
  42. lib/cmake/opendht/opendhtConfig.cmake
  43. lib/cmake/opendht/opendhtConfigVersion.cmake
  44. lib/libopendht.so
  45. lib/libopendht.so.3
  46. lib/libopendht.so.3.1.7
  47. libdata/pkgconfig/opendht.pc
  48. share/man/man1/dhtnode.1.gz
  49. @owner
  50. @group
  51. @mode
Collapse this list.
Dependency lines:
  • opendht>0:devel/opendht
To install the port:
cd /usr/ports/devel/opendht/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/opendht
  • pkg install opendht
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: opendht
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1706689378 SHA256 (savoirfairelinux-opendht-v3.1.7_GH0.tar.gz) = 62e275a3280321a31cc1f7c8a40ed2e2671500e788dea3326422c33ce67d57a4 SIZE (savoirfairelinux-opendht-v3.1.7_GH0.tar.gz) = 483941

Packages (timestamps in pop-ups are UTC):
opendht
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.7_13.1.7_11.10.1_33.1.7_13.1.7_1---
FreeBSD:13:quarterly3.1.6_13.1.6_1-3.1.6_13.1.6_13.1.6_13.1.6_13.1.6_1
FreeBSD:14:latest3.1.7_13.1.7_12.4.10_13.1.73.1.7_12.5.1_1-2.5.1_1
FreeBSD:14:quarterly3.1.6_13.1.6_1-3.1.6_13.1.6_13.1.6_13.1.6_13.1.6_1
FreeBSD:15:latest3.1.7_13.1.7_1n/a3.1.7n/a3.1.73.1.73.1.7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. asio.hpp : net/asio
  2. boost-libs>0 : devel/boost-libs
  3. msgpack-cxx>0 : devel/msgpack-cxx
  4. restinio>0 : www/restinio
  5. cmake : devel/cmake-core
  6. ninja : devel/ninja
  7. pkgconf>=1.3.0_1 : devel/pkgconf
Test dependencies:
  1. cppunit>0 : devel/cppunit
Runtime dependencies:
  1. msgpack-cxx>0 : devel/msgpack-cxx
Library dependencies:
  1. libargon2.so : security/libargon2
  2. libfmt.so : devel/libfmt
  3. libhttp_parser.so : www/http-parser
  4. libjsoncpp.so : devel/jsoncpp
  5. libnettle.so : security/nettle
  6. libgnutls.so : security/gnutls
  7. libreadline.so.8 : devel/readline
This port is required by:
for Libraries
  1. devel/py-opendht

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net-im/ring-daemon*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for opendht-3.1.7_1: DOCS=on: Build and/or install documentation PROXY_CLIENT=off: Enable DHT proxy client PROXY_SERVER=off: Enable DHT proxy server PUSH_NOTIFICATIONS=off: Enable push notifications support ===> Use 'make config' to modify these settings
Options name:
devel_opendht
USES:
cmake:testing compiler:c++17-lang localbase ncurses pathfix pkgconfig readline ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/savoirfairelinux/opendht/tar.gz/v3.1.7?dummy=/
Collapse this list.

Number of commits found: 55

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.7_1
06 Mar 2024 13:03:22
commit hash: 74b291a52eb4451e46fb9cc03db70c1bb6053ba9commit hash: 74b291a52eb4451e46fb9cc03db70c1bb6053ba9commit hash: 74b291a52eb4451e46fb9cc03db70c1bb6053ba9commit hash: 74b291a52eb4451e46fb9cc03db70c1bb6053ba9 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/opendht: Move man pages to share/man

Approved by:	portmgr (blanket)
3.1.7
31 Jan 2024 09:55:18
commit hash: ef90028676314027aabb2c15a6cb5541482684f4commit hash: ef90028676314027aabb2c15a6cb5541482684f4commit hash: ef90028676314027aabb2c15a6cb5541482684f4commit hash: ef90028676314027aabb2c15a6cb5541482684f4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/{,py-}opendht: update 3.1.6 → 3.1.7

Reported by:	portscout
3.1.6_1
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 10.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
3.1.6
12 Dec 2023 07:13:32
commit hash: 7f1963d2f0dcbe5627bd18c41ae42c2e6f0cb857commit hash: 7f1963d2f0dcbe5627bd18c41ae42c2e6f0cb857commit hash: 7f1963d2f0dcbe5627bd18c41ae42c2e6f0cb857commit hash: 7f1963d2f0dcbe5627bd18c41ae42c2e6f0cb857 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/{,py-}opendht: update 3.1.4 → 3.1.6

Reported by:	portscout
3.1.4
05 Dec 2023 07:38:12
commit hash: ef15aecd29ba614150401b59fb4c202cff071417commit hash: ef15aecd29ba614150401b59fb4c202cff071417commit hash: ef15aecd29ba614150401b59fb4c202cff071417commit hash: ef15aecd29ba614150401b59fb4c202cff071417 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/{,py-}opendht: update 3.1.3 → 3.1.4

Reported by:	portscout
3.1.3
03 Dec 2023 19:03:58
commit hash: 75baf83630f7833bcda589a1ee10819c1aac3e7fcommit hash: 75baf83630f7833bcda589a1ee10819c1aac3e7fcommit hash: 75baf83630f7833bcda589a1ee10819c1aac3e7fcommit hash: 75baf83630f7833bcda589a1ee10819c1aac3e7f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/{,py-}opendht: update 2.6.0.4 → 3.1.3

Reported by:	portscout
2.6.0.4
13 Sep 2023 07:05:39
commit hash: 37c0ea792db16a1ae0e90106170356647482ea3fcommit hash: 37c0ea792db16a1ae0e90106170356647482ea3fcommit hash: 37c0ea792db16a1ae0e90106170356647482ea3fcommit hash: 37c0ea792db16a1ae0e90106170356647482ea3f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/{,py-}opendht: update 2.6.0 → 2.6.0.4

Reported by:	portscout
2.6.0
10 Sep 2023 18:10:45
commit hash: 898b267b94ea782c7c3c20f22af0459e4810e514commit hash: 898b267b94ea782c7c3c20f22af0459e4810e514commit hash: 898b267b94ea782c7c3c20f22af0459e4810e514commit hash: 898b267b94ea782c7c3c20f22af0459e4810e514 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/opendht: update 2.5.1 → 2.6.0

Reported by:	portscout
2.5.1_1
15 May 2023 21:11:25
commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3commit hash: 1f90eca255f4843fd69fa365b3c0ab22abd020a3 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
net/asio: Bump PORTREVISION. net/asio was updated to 1.28.0
2.5.1
08 Apr 2023 05:28:18
commit hash: c2e7dd0dbd0f458e7d94f7382578832b00d6f599commit hash: c2e7dd0dbd0f458e7d94f7382578832b00d6f599commit hash: c2e7dd0dbd0f458e7d94f7382578832b00d6f599commit hash: c2e7dd0dbd0f458e7d94f7382578832b00d6f599 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/opendht: Update 2.4.12 → 2.5.1

Reported by:	portscout
2.4.12
07 Mar 2023 11:21:11
commit hash: 91018f2c4a183638e47e5223e336400428700e85commit hash: 91018f2c4a183638e47e5223e336400428700e85commit hash: 91018f2c4a183638e47e5223e336400428700e85commit hash: 91018f2c4a183638e47e5223e336400428700e85 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/opendht: Update 2.4.10 → 2.4.12
2.4.10_1
10 Jan 2023 17:13:15
commit hash: 07b61611e9a26854900a8db50235c0b7880e025ecommit hash: 07b61611e9a26854900a8db50235c0b7880e025ecommit hash: 07b61611e9a26854900a8db50235c0b7880e025ecommit hash: 07b61611e9a26854900a8db50235c0b7880e025e files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
multiple: Fix msgpack cmake package name

msgpack-c's cmake package name changed to `msgpackc'
msgpack-cxx's cmake package named to `msgpackc-cxx' because I guess
that's how msgpack's developers roll.

Fix the two instances I could find where a CMakeLists.txt was looking
for msgpack through its cmake package name. There are probably others.
2.4.10_1
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
2.4.10
07 Nov 2022 08:04:28
commit hash: 4b621019899fd81dfaa185eceedaf503eab98547commit hash: 4b621019899fd81dfaa185eceedaf503eab98547commit hash: 4b621019899fd81dfaa185eceedaf503eab98547commit hash: 4b621019899fd81dfaa185eceedaf503eab98547 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/opendht: Add asio dependency recently removed from www/restinio
2.4.10
06 Nov 2022 08:20:22
commit hash: b85e602c9ca925f3af40c8aabafece584e426b4acommit hash: b85e602c9ca925f3af40c8aabafece584e426b4acommit hash: b85e602c9ca925f3af40c8aabafece584e426b4acommit hash: b85e602c9ca925f3af40c8aabafece584e426b4a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/{,py-}opendht: Update 1.10.1 -> 2.4.10
1.10.1_5
16 Oct 2022 21:10:02
commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
devel/msgpack: Update and split into C and C++ versions

Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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_4
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.10.1_4
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.10.1_4
05 Nov 2021 19:09:19
commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948commit hash: 00f2a7aec7a58679a8d692ebd093cd16c6337948 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
Author: Daniel Engberg
devel/jsoncpp: Update to 1.9.4 -> 1.9.5

PR:		259654
1.10.1_3
15 May 2021 07:14:04
commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2commit hash: 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
Author: Yasuhiro Kimura
*: Remove unnecessary 'port' argument from USES=readline

PR:		248459
Exp-run by:	antoine
1.10.1_3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.10.1_3
30 Jun 2020 17:46:18
Revision:540909Original commit files touched by this commit
tcberner search for other commits by this committer
Bump devel/jsoncpp consumers after r540853.

Reported by:	Kevin Oberman <rkoberman@gmail.com>
1.10.1_2
16 May 2020 10:51:33
Revision:535391Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for security/nettle shlib change
1.10.1_1
13 Jan 2020 21:38:36
Revision:522975Original commit files touched by this commit
yuri search for other commits by this committer
devel/jsoncpp: Update 1.8.1 -> 1.9.2

PR:		229677
Differential Revision:	D22905
1.10.1
03 Aug 2019 19:20:47
Revision:507987Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.10.0 -> 1.10.1

Reported by:	portscout
1.10.0_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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:39:59
Revision:506511Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.9.5 -> 1.10.0

Reported by:	portscout
1.9.5_1
09 Jul 2019 17:13:07
Revision:506289Original commit files touched by this commit
sunpoet search for other commits by this committer
Update security/nettle to 3.5.1

- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
1.9.5
08 Jun 2019 06:35:44
Revision:503710Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.9.4 -> 1.9.5

Reported by:	portscout
1.9.4
03 May 2019 03:52:52
Revision:500695Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.9.0 -> 1.9.4

Reported by:	portscout
1.9.0
11 Apr 2019 05:17:12
Revision:498643Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.8.2 -> 1.9.0

Reported by:	portscout
1.8.2_1
09 Apr 2019 14:04:50
Revision:498476Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
1.8.2
20 Mar 2019 02:27:50
Revision:496304Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.8.1 -> 1.8.2

Reported by:	portscout
1.8.1
31 Jan 2019 05:07:41
Revision:491687Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.8.0 -> 1.8.1

Reported by:	portscout
1.8.0_1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
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
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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:04:27
Revision:486321Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.7.4 -> 1.8.0

Reported by:	portscout
1.7.4
09 Aug 2018 00:30:35
Revision:476713Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.7.3 -> 1.7.4

Reported by:	portscout
1.7.3_1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
28 Jul 2018 00:14:31
Revision:475477Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.7.2 -> 1.7.3

Also add new dependency.

Reported by:	portscout
1.7.2
10 May 2018 07:54:04
Revision:469518Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.7.1 -> 1.7.2

Reported by:	portscout
1.7.1
07 May 2018 22:29:46
Revision:469338Original commit files touched by this commit
jbeich search for other commits by this committer
Drop FreeBSD 10.3 support

Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
1.7.1
27 Apr 2018 19:46:07
Revision:468493Original commit files touched by this commit
jbeich search for other commits by this committer
Adjust __cxa_thread_atexit conditional
1.7.1
24 Apr 2018 06:31:21
Revision:468182Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update 1.6.1 -> 1.7.1

Also added PLIST_SUB with shared lib versions.

Reported by:	portscout
1.6.1
18 Mar 2018 23:25:24
Revision:464969Original commit files touched by this commit
yuri search for other commits by this committer
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:37:57
Revision:464957Original commit files touched by this commit
yuri search for other commits by this committer
devel/opendht: Update to 1.6.1

Port changes:
* Change to cmake
* Add port options PROXY_SERVER PROXY_CLIENT PUSH_NOTIFICATIONS DOCS
* Broken on 10.3
0.5.2_3
25 Feb 2018 00:40:37
Revision:462887Original commit files touched by this commit
yuri search for other commits by this committer
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org

98 ports are affected.

Approved by:	tcberner (mentor, implicit)
0.5.2_3
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
0.5.2_2
27 Jun 2017 13:46:53
Revision:444463Original commit files touched by this commit
sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
0.5.2_1
12 Jun 2017 22:25:21
Revision:443476Original commit files touched by this commit
sunpoet search for other commits by this committer
Use USES=readline:port

Approved by:	portmgr (blanket)
0.5.2_1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.5.2
02 Dec 2016 11:58:22
Revision:427552Original commit files touched by this commit
mat search for other commits by this committer
Do not use post-stage.  Use post-install instead.

The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
0.5.2
21 Oct 2016 15:21:13
Revision:424427Original commit files touched by this commit
mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
0.5.2
28 May 2016 06:10:10
Revision:415975Original commit files touched by this commit
pi search for other commits by this committer
New port: devel/opendht

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/

PR:		209476
Submitted by:	Yuri Victorovich <yuri@rawbw.com>

Number of commits found: 55