Skip to content

Commit

Permalink
net-p2p/nomadnet: Off-grid, resilient mesh communication
Browse files Browse the repository at this point in the history
  • Loading branch information
carlostrub committed Feb 25, 2023
1 parent 38ed1ec commit 5083884
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-p2p/Makefile
Expand Up @@ -67,6 +67,7 @@
SUBDIR += namecoin-daemon
SUBDIR += namecoin-utils
SUBDIR += ncdc
SUBDIR += nomadnet
SUBDIR += ogmios
SUBDIR += opendchub
SUBDIR += openethereum
Expand Down
22 changes: 22 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
4 changes: 4 additions & 0 deletions 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.

0 comments on commit 5083884

Please sign in to comment.