diff options
author | wg <wg@FreeBSD.org> | 2015-09-25 01:18:13 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2015-09-25 01:18:13 +0800 |
commit | ec14d08693f081db6f3789e31468fe1bcfc0c9b3 (patch) | |
tree | abfba27ab36b4d744b8bf041a8ea03e8e7c8a862 /sysutils/Makefile | |
parent | 9cf1207fbf94a9ed97e2c467c0f293fae0520788 (diff) | |
download | freebsd-ports-gnome-ec14d08693f081db6f3789e31468fe1bcfc0c9b3.tar.gz freebsd-ports-gnome-ec14d08693f081db6f3789e31468fe1bcfc0c9b3.tar.zst freebsd-ports-gnome-ec14d08693f081db6f3789e31468fe1bcfc0c9b3.zip |
sysutils/ipfs-go: IPFS implementation in Go
IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas
from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single
bittorrent swarm, exchanging git objects. IPFS provides an interface as simple
as the HTTP web, but with permanence built in.
WWW: https://github.com/ipfs/go-ipfs
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 7bfad848350b..7bc68bb1b7e3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -418,6 +418,7 @@ SUBDIR += ioping SUBDIR += ipa SUBDIR += ipad_charge + SUBDIR += ipfs-go SUBDIR += ipmitool SUBDIR += ipsc SUBDIR += isc-cron |