Index: head/net/nncp/Makefile =================================================================== --- head/net/nncp/Makefile (revision 475581) +++ head/net/nncp/Makefile (revision 475582) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= nncp -DISTVERSION= 3.1 +DISTVERSION= 3.4 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ MAINTAINER= stargrave@stargrave.org COMMENT= Utilities for secure store-and-forward files, mail, command exchanging LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go:lang/go USES= tar:xz MAKEFILE= BSDmakefile USE_RC_SUBR= nncp-caller nncp-daemon nncp-toss INSTALL_TARGET= install-strip SUB_FILES= pkg-message pkg-install pkg-deinstall OPTIONS_DEFINE= DOCS PORTDOCS= AUTHORS NEWS NEWS.RU README README.RU THANKS INFO= nncp post-install: ${INSTALL_DATA} ${FILESDIR}/nncp.newsyslog.conf.sample ${STAGEDIR}${PREFIX}/etc/nncp.conf.sample .include Index: head/net/nncp/distinfo =================================================================== --- head/net/nncp/distinfo (revision 475581) +++ head/net/nncp/distinfo (revision 475582) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527421187 -SHA256 (nncp-3.1.tar.xz) = b93445164230b58e8aaadaa2066f37f2493ccb71b025126bbcad8fad6535149f -SIZE (nncp-3.1.tar.xz) = 1172816 +TIMESTAMP = 1531057142 +SHA256 (nncp-3.4.tar.xz) = 9796c4cb7b670fc75feed3cd467ca556b230387d935b09bb4b19fd57fd17ffba +SIZE (nncp-3.4.tar.xz) = 1181996 Index: head/net/nncp/pkg-descr =================================================================== --- head/net/nncp/pkg-descr (revision 475581) +++ head/net/nncp/pkg-descr (revision 475582) @@ -1,17 +1,17 @@ NNCP (Node to Node copy) is a collection of utilities simplifying -secure store-and-forward files and mail exchanging. +secure store-and-forward files, mail and commands exchanging. This utilities are intended to help build up small size (dozens of nodes) ad-hoc friend-to-friend (F2F) statically routed darknet delay-tolerant networks for fire-and-forget secure reliable files, file requests, Internet mail and commands transmission. All packets are integrity checked, end-to-end encrypted (E2EE), explicitly authenticated by known participants public keys. Onion encryption is applied to relayed packets. Each node acts both as a client and server, can use push and poll behaviour model. Out-of-box offline sneakernet/floppynet, dead drops, sequential and append-only CD-ROM/tape storages, air-gapped computers support. But online TCP daemon with full-duplex resumable data transmission exists. WWW: http://www.nncpgo.org/