Port details on branch 2023Q4 |
- nncp Utilities for secure store-and-forward files, mail, command exchanging
- 8.8.1_9 net =0 8.8.1_9Version of this port present on the latest quarterly branch.
- Maintainer: stargrave@stargrave.org
- Port Added: 2023-12-07 15:09:06
- Last Update: 2023-12-07 15:06:56
- Commit Hash: 1a5ede5
- License: GPLv3
- WWW:
- http://www.nncpgo.org/
- Description:
- NNCP (Node to Node copy) is a collection of utilities simplifying
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. Also there is multicasting areas support.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/nncp/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nncp
- pkg install nncp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nncp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1667162892
SHA256 (nncp-8.8.1.tar.xz) = 426463c97211ad88df74dddf61bdbb830bae275668b2f23158d43146517469a6
SIZE (nncp-8.8.1.tar.xz) = 1790004
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go120 : lang/go120
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nncp-8.8.1_9:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_nncp
- USES:
- go:modules,no_targets tar:xz
- pkg-message:
- For install:
- - Add the following lines to /etc/rc.conf to enable nncp-daemon,
nncp-caller and nncp-toss:
nncp_daemon_enable="YES"
nncp_caller_enable="YES"
nncp_toss_enable="YES"
- /usr/local/etc/newsyslog.conf.d/nncp.conf
log rotation configuration has been installed.
- /var/spool/nncp is the packet spool directory.
- Look in nncp.info how to integrate mail exchanging with Postfix/Exim.
- Generate NNCP configuration file using the command:
# umask 077
# nncp-cfgnew > /usr/local/etc/nncp.hjson
- Master Sites:
|