View | Details | Raw Unified | Return to bug 226003
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	nncp
3
PORTNAME=	nncp
4
DISTVERSION=	2.0
4
DISTVERSION=	3.0
5
CATEGORIES=	net
5
CATEGORIES=	net
6
MASTER_SITES=	http://www.nncpgo.org/download/
6
MASTER_SITES=	http://www.nncpgo.org/download/
7
7
8
MAINTAINER=	stargrave@stargrave.org
8
MAINTAINER=	stargrave@stargrave.org
9
COMMENT=	Utilities for secure store-and-forward files and mail exchanging
9
COMMENT=	Utilities for secure store-and-forward files, mail and command exchanging
10
10
11
LICENSE=	GPLv3+
11
LICENSE=	GPLv3+
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1514626571
1
TIMESTAMP = 1518971240
2
SHA256 (nncp-2.0.tar.xz) = bef31b13fb25381ea511fb77067798ab27409238bdf5600fe2eadb29e5e78996
2
SHA256 (nncp-3.0.tar.xz) = 248b22572f576e79a19672e9b82eb64918fc95a9194408c067ea4dd30468286d
3
SIZE (nncp-2.0.tar.xz) = 1009932
3
SIZE (nncp-3.0.tar.xz) = 1017572
(-)pkg-descr (-6 / +7 lines)
Lines 2-13 Link Here
2
secure store-and-forward files and mail exchanging.
2
secure store-and-forward files and mail exchanging.
3
3
4
This utilities are intended to help build up small size (dozens of
4
This utilities are intended to help build up small size (dozens of
5
nodes) ad-hoc friend-to-friend (F2F) statically routed darknet networks
5
nodes) ad-hoc friend-to-friend (F2F) statically routed darknet
6
for fire-and-forget secure reliable files, file requests and Internet
6
delay-tolerant networks for fire-and-forget secure reliable files, file
7
mail transmission. All packets are integrity checked, end-to-end
7
requests, Internet mail and commands transmission. All packets are
8
encrypted (E2EE), explicitly authenticated by known participants public
8
integrity checked, end-to-end encrypted (E2EE), explicitly authenticated
9
keys. Onion encryption is applied to relayed packets. Each node acts
9
by known participants public keys. Onion encryption is applied to
10
both as a client and server, can use push and poll behaviour model.
10
relayed packets. Each node acts both as a client and server, can use
11
push and poll behaviour model.
11
12
12
Out-of-box offline sneakernet/floppynet, dead drops, sequential and
13
Out-of-box offline sneakernet/floppynet, dead drops, sequential and
13
append-only CD-ROM/tape storages, air-gapped computers support. But
14
append-only CD-ROM/tape storages, air-gapped computers support. But
(-)pkg-plist (-1 / +1 lines)
Lines 6-15 Link Here
6
bin/nncp-cfgnew
6
bin/nncp-cfgnew
7
bin/nncp-check
7
bin/nncp-check
8
bin/nncp-daemon
8
bin/nncp-daemon
9
bin/nncp-exec
9
bin/nncp-file
10
bin/nncp-file
10
bin/nncp-freq
11
bin/nncp-freq
11
bin/nncp-log
12
bin/nncp-log
12
bin/nncp-mail
13
bin/nncp-pkt
13
bin/nncp-pkt
14
bin/nncp-reass
14
bin/nncp-reass
15
bin/nncp-rm
15
bin/nncp-rm

Return to bug 226003