diff options
author | swills <swills@FreeBSD.org> | 2014-02-13 02:44:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-02-13 02:44:49 +0800 |
commit | c69696c07c4ff9c12096564e27aaa0aa18cb0530 (patch) | |
tree | fdb753d5da209cf74a7e9c1ec7b9103df7837b0d /net-p2p/Makefile | |
parent | 5663bde7fba9f518b5071ea2e85a875c7ad4a6b6 (diff) | |
download | freebsd-ports-graphics-c69696c07c4ff9c12096564e27aaa0aa18cb0530.tar.gz freebsd-ports-graphics-c69696c07c4ff9c12096564e27aaa0aa18cb0530.tar.zst freebsd-ports-graphics-c69696c07c4ff9c12096564e27aaa0aa18cb0530.zip |
Namecoin is an open source decentralized key/value registration and transfer
system based on Bitcoin technology (a decentralized cryptocurrency).
It allows you to:
* Securely register and transfer arbitrary names (keys), no possible
censorship!
* Attach values (data) to the names (currently up to 520 bytes, will be
extended)
* Trade and transact namecoins, the digital currency NMC
To register a name, you must own some namecoins (NMC, the internal
cryptocurrency used by the software).
WWW: http://namecoin.info/
PR: ports/185459
Submitted by: Chad J. Milios <milios@ccsys.com>
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index c211dd79d9a..5a08e6372fd 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -64,6 +64,7 @@ SUBDIR += mldonkey-perlreactor SUBDIR += mldonkey-urlslave SUBDIR += museekplus + SUBDIR += namecoin SUBDIR += napshare SUBDIR += ncdc SUBDIR += opendchub |