# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nncp # nncp/Makefile # nncp/distinfo # nncp/pkg-descr # echo c - nncp mkdir -p nncp > /dev/null 2>&1 echo x - nncp/Makefile sed 's/^X//' >nncp/Makefile << 'c153b228ef015e0ff749b32d07a39589' X# $FreeBSD$ X XPORTNAME= nncp XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= http://www.nncpgo.org/download/ \ X http://sourceforge.net/projects/nncp/files/ X XMAINTAINER= stargrave@stargrave.org XCOMMENT= Utilities for secure store-and-forward files and mail exchanging X XLICENSE= GPLv3+ XLICENSE_FILE= ${WRKSRC}/COPYING X XBUILD_DEPENDS= go:lang/go X XUSES= tar:xz XMAKEFILE= BSDmakefile X XPORTDOCS= AUTHORS README XINFO= nncp XINSTALL_TARGET= install-strip X XPLIST_FILES= bin/nncp-call \ X bin/nncp-check \ X bin/nncp-daemon \ X bin/nncp-file \ X bin/nncp-freq \ X bin/nncp-log \ X bin/nncp-mail \ X bin/nncp-newnode \ X bin/nncp-pkt \ X bin/nncp-stat \ X bin/nncp-toss \ X bin/nncp-xfer X X.include c153b228ef015e0ff749b32d07a39589 echo x - nncp/distinfo sed 's/^X//' >nncp/distinfo << '81be7a8a245a3e4cd36f4337dffe11c1' XTIMESTAMP = 1484149068 XSHA256 (nncp-0.1.tar.xz) = 8f71d65b70865ebffe802cdfa5c14d00a9fd6559fd722e605d97e82c5e2412c2 XSIZE (nncp-0.1.tar.xz) = 737608 81be7a8a245a3e4cd36f4337dffe11c1 echo x - nncp/pkg-descr sed 's/^X//' >nncp/pkg-descr << '16b9b8636174d77ec579f2f140dab70a' XNNCP (Node to Node copy) is a collection of utilities simplifying Xsecure store-and-forward files and mail exchanging. X XThis utilities are intended to help build up small size (dozens of Xnodes) ad-hoc friend-to-friend (F2F) statically routed darknet networks Xfor fire-and-forget secure reliable files, file requests and Internet Xmail transmission. All packets are integrity checked, end-to-end Xencrypted (E2EE), explicitly authenticated by known participants public Xkeys. Onion encryption is applied to relayed packets. Each node acts Xboth as a client and server, can use push and poll behaviour model. X XOut-of-box offline sneakernet/floppynet, dead drops and air-gapped Xcomputers support. But online TCP daemon with full-duplex resumable data Xtransmission exists. X XWWW: http://www.nncpgo.org/ 16b9b8636174d77ec579f2f140dab70a exit