Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Feb 2023 16:56:34 GMT
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5083884e023f - main - net-p2p/nomadnet: Off-grid, resilient mesh communication
Message-ID:  <202302251656.31PGuYVx008245@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5083884e023fa996da20697a5c130a3b04a3ad31

commit 5083884e023fa996da20697a5c130a3b04a3ad31
Author:     Carlo Strub <cs@FreeBSD.org>
AuthorDate: 2023-02-25 16:55:32 +0000
Commit:     Carlo Strub <cs@FreeBSD.org>
CommitDate: 2023-02-25 16:55:32 +0000

    net-p2p/nomadnet: Off-grid, resilient mesh communication
---
 net-p2p/Makefile           |  1 +
 net-p2p/nomadnet/Makefile  | 22 ++++++++++++++++++++++
 net-p2p/nomadnet/distinfo  |  3 +++
 net-p2p/nomadnet/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index f2e2d6bba8de..c1c02d4901ff 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -67,6 +67,7 @@
     SUBDIR += namecoin-daemon
     SUBDIR += namecoin-utils
     SUBDIR += ncdc
+    SUBDIR += nomadnet
     SUBDIR += ogmios
     SUBDIR += opendchub
     SUBDIR += openethereum
diff --git a/net-p2p/nomadnet/Makefile b/net-p2p/nomadnet/Makefile
new file mode 100644
index 000000000000..aaf707398c43
--- /dev/null
+++ b/net-p2p/nomadnet/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	nomadnet
+DISTVERSION=	0.3.5
+CATEGORIES=	net-p2p
+MASTER_SITES=	PYPI
+
+MAINTAINER=	cs@FreeBSD.org
+COMMENT=	Off-grid, resilient mesh communication
+WWW=		https://github.com/markqvist/nomadnet
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	lxmf>0:net-p2p/lxmf \
+		${PYTHON_PKGNAMEPREFIX}qrcode>=0:textproc/py-qrcode@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \
+		reticulum>0:net-p2p/reticulum
+
+USES=		python:3.4+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/net-p2p/nomadnet/distinfo b/net-p2p/nomadnet/distinfo
new file mode 100644
index 000000000000..bfbc465bb2da
--- /dev/null
+++ b/net-p2p/nomadnet/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1677337966
+SHA256 (nomadnet-0.3.5.tar.gz) = d1726fdc69ad05e08868b7e58303a4760db39b2c2294717aca5c0a7258ae2ab0
+SIZE (nomadnet-0.3.5.tar.gz) = 488810
diff --git a/net-p2p/nomadnet/pkg-descr b/net-p2p/nomadnet/pkg-descr
new file mode 100644
index 000000000000..eeaab06da1ec
--- /dev/null
+++ b/net-p2p/nomadnet/pkg-descr
@@ -0,0 +1,4 @@
+Nomad Network allows you to build private and resilient communications
+platforms that are in complete control and ownership of the people that use
+them. No signups, no agreements, no handover of any data, no permissions and
+gatekeepers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302251656.31PGuYVx008245>