Port details |
- reticulum Self-configuring, encrypted and resilient mesh networking stack
- 0.7.7_1 net-p2p
=3 0.7.7Version of this port present on the latest quarterly branch. - Maintainer: cs@FreeBSD.org
 - Port Added: 2023-02-25 14:27:08
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: MIT
- WWW:
- https://reticulum.network/
- Description:
- Reticulum is a cryptography-based networking stack for building local and
wide-area networks with readily available hardware. Reticulum can continue to
operate even in adverse conditions with very high latency and extremely low
bandwidth.
¦ ¦ ¦ ¦ 
- 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:
-
- reticulum>0:net-p2p/reticulum
- To install the port:
- cd /usr/ports/net-p2p/reticulum/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/reticulum
- pkg install reticulum
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: reticulum
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1726335418
SHA256 (rns-0.7.7.tar.gz) = 123f2a1f7e3b254a6c13c76bdb3811956d83e5f04221329f86929a64232c43db
SIZE (rns-0.7.7.tar.gz) = 13049034
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-netifaces>=0 : net/py-netifaces@py311
- py311-pyserial>0 : comms/py-pyserial@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- net-p2p/lxmf
- net-p2p/nomadnet
Configuration Options:
- No options to configure
- Options name:
- net-p2p_reticulum
- USES:
- 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 |
0.7.7_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.7.7 14 Sep 2024 17:42:57
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.7.7 |
0.7.0 29 Jan 2024 21:49:24
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.7.0 |
0.6.2 09 Oct 2023 18:21:36
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.6.2 |
0.6.0 29 Sep 2023 14:19:56
    |
Po-Chuan Hsieh (sunpoet)  |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
0.6.0 21 Sep 2023 20:53:32
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.6.0 |
0.5.9 20 Sep 2023 19:03:43
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.9 |
0.5.8 16 Sep 2023 16:26:07
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.8 |
0.5.7 15 Aug 2023 21:08:39
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.7 |
0.5.5 22 Jul 2023 07:46:38
    |
Tobias C. Berner (tcberner)  |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
0.5.5 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> |
0.5.5 13 Jun 2023 19:12:14
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.5 |
0.5.4 03 Jun 2023 18:59:10
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.4 |
0.5.3 19 May 2023 17:44:14
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.3 |
0.5.2 12 May 2023 20:30:43
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.2 |
0.5.1 08 May 2023 20:32:55
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.1 |
0.5.0 12 Mar 2023 21:09:37
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Update to 0.5.0 |
0.4.9 25 Feb 2023 14:45:06
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Add additional run dependencies |
0.4.9 25 Feb 2023 14:24:18
    |
Carlo Strub (cs)  |
net-p2p/reticulum: Self-configuring, encrypted and resilient mesh networking
stack |