Skip to content

Commit

Permalink
net-p2p/lxmf: Lightweight Extensible Message Format for Reticulum
Browse files Browse the repository at this point in the history
  • Loading branch information
carlostrub committed Feb 25, 2023
1 parent 5111b40 commit 38ed1ec
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-p2p/Makefile
Expand Up @@ -55,6 +55,7 @@
SUBDIR += litecoin
SUBDIR += litecoin-daemon
SUBDIR += litecoin-utils
SUBDIR += lxmf
SUBDIR += microdc2
SUBDIR += minder
SUBDIR += mktorrent
Expand Down
19 changes: 19 additions & 0 deletions net-p2p/lxmf/Makefile
@@ -0,0 +1,19 @@
PORTNAME= lxmf
DISTVERSION= 0.3.1
CATEGORIES= net-p2p
MASTER_SITES= PYPI

MAINTAINER= cs@FreeBSD.org
COMMENT= Lightweight Extensible Message Format for Reticulum
WWW= https://github.com/markqvist/nomadnet

LICENSE= MIT

RUN_DEPENDS= 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/lxmf/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1677338101
SHA256 (lxmf-0.3.1.tar.gz) = 75159b67082e5558becc395aaaf842bf7afb10769794cd8c00f13fd923bdb8b8
SIZE (lxmf-0.3.1.tar.gz) = 30485
5 changes: 5 additions & 0 deletions net-p2p/lxmf/pkg-descr
@@ -0,0 +1,5 @@
LXMF is a simple and flexible messaging format and delivery protocol that
allows a wide variety of implementations, while using as little bandwidth as
possible. It is built on top of Reticulum and offers zero-conf message routing,
end-to-end encryption and Forward Secrecy, and can be transported over any kind
of medium that Reticulum supports.

0 comments on commit 38ed1ec

Please sign in to comment.