NOTICE: This package has been removed from pkgsrc

./wip/bitcoin, P2P electronic cash system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.16.1, Package name: bitcoin-0.16.1, Maintainer: noud4

Bitcoin is a decentralized P2P electronic cash system
without a central server or trusted parties. Users hold
the crypto keys to their own money and transact directly
with each other, with the help of the network
to check for double-spending.


Required to run:
[sysutils/desktop-file-utils] [databases/db4] [devel/boost-libs]

Required to build:
[devel/boost-headers] [pkgtools/cwrappers]

Master sites:

SHA1: 3454dd16befc04bbd624aece219206728982b9bf
RMD160: 70710030badc9287870c26a6436c7a108dfab1cc
Filesize: 6499.523 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-21 13:32:02 by ndb | Files touched by this commit (1)
Log message:
Removed -m option during install given default.
   2014-10-21 11:18:02 by ndb | Files touched by this commit (1)
Log message:
Corrected file rights for .desktop and icon with option -m during install.
   2014-10-21 09:37:52 by ndb | Files touched by this commit (1)
Log message:
Correct file rights for .desktop and icon.
   2014-10-21 07:44:14 by ndb | Files touched by this commit (1)
Log message:
use INSTALL_DATA_DIR.
   2014-10-20 13:15:57 by ndb | Files touched by this commit (2)
Log message:
Fixed pkg replace in .desktop file.
   2014-10-20 11:50:44 by ndb | Files touched by this commit (1)
Log message:
Added SUBST_CLASS to look at.
   2014-10-20 11:49:29 by ndb | Files touched by this commit (2)
Log message:
Added .desktop file.
   2014-05-22 17:04:35 by othyro | Files touched by this commit (1)
Log message:
* Update to latest release;
* Make Qt optional in options.mk;
* Add bitcoin-qt4 and bitcoin-qt5 packages using qt{4,5} options, respectively;
* If both Qt4 and Qt5 are installed, package will default to Qt4;
* Check documentation for other package options;
* Fix configure/build/install phases for latest version;