Port details |
- litecoin Virtual Peer-to-Peer Currency Client (QT)
- 0.21.3_5 net-p2p =5 0.21.3_5Version of this port present on the latest quarterly branch.
- BROKEN: fails to build with boost-1.85+
IGNORE: is marked as broken: fails to build with boost-1.85+
- Maintainer: hsw@bitmark.com
- Port Added: 2013-05-30 04:24:00
- Last Update: 2024-10-03 10:25:06
- Commit Hash: a08598d
- People watching this port, also watch:: bitcoin, litecoin-daemon, node, bitcoin-daemon, monero-cli
- Also Listed In: finance
- License: MIT
- WWW:
- https://www.litecoin.org/
- Description:
- Litecoin is a peer-to-peer Internet currency that enables instant payments to
anyone in the world. It is based on the Bitcoin protocol but differs from
Bitcoin in that it can be efficiently mined with consumer-grade hardware.
Litecoin provides faster transaction confirmations (2.5 minutes on average) and
uses memory-hard, scrypt-based mining proof-of-work algorithm to target the
regular computers and GPUs most people already have. The Litecoin network is
scheduled to produce 84 million currency units.
One of the aims of Litecoin was to provide a mining algorithm that could run at
the same time, on the same hardware used to mine bitcoins. With the rise of
specialized ASICs for Bitcoin, Litecoin continues to satisfy these goals. It is
unlikely for ASIC mining to be developed for Litecoin until the currency is
widely used.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- litecoin>0:net-p2p/litecoin
- To install the port:
- cd /usr/ports/net-p2p/litecoin/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install net-p2p/litecoin
- pkg install litecoin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: litecoin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711952975
SHA256 (litecoin-project-litecoin-v0.21.3_GH0.tar.gz) = e08642fb1d4ca3891981e6fd39f8c9fbc995d0db8b6b1c3f8f8671de8e120f9a
SIZE (litecoin-project-litecoin-v0.21.3_GH0.tar.gz) = 6531067
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net-p2p/litecoin-daemon
- net-p2p/litecoin-utils
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- protoc : devel/protobuf
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-desktop-database : devel/desktop-file-utils
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libboost_date_time.so : devel/boost-libs
- libfmt.so : devel/libfmt
- libevent.so : devel/libevent
- libprotobuf.so : devel/protobuf
- libqrencode.so : graphics/libqrencode
- libminiupnpc.so : net/miniupnpc
- libzmq.so : net/libzmq4
- libdb-18.1.so : databases/db18
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for litecoin-0.21.3_5:
DBUS=on: D-Bus IPC system support
DEBUG=off: Build with debugging support
HARDENING=on: Attempt to harden binaries (PIE for ASLR, NX Stack)
QRCODES=on: Display QR Codes
TESTS=off: Build test binary and unit tests
UPNP=on: UPnP protocol support
WALLET_BDBMODERN=on: Wallet using modern BDB 18.x
ZMQ=on: Block and transaction broadcasting with ZeroMQ
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_litecoin
- USES:
- autoreconf compiler:c++11-lib cpe gmake libtool localbase pkgconfig qt:5 shebangfix ssl desktop-file-utils bdb:18
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.6.1_2 07 Feb 2014 11:44:09 |
bapt |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
0.8.6.1_1 06 Feb 2014 17:36:39 |
swills |
- Use more correct OSVERSION check [1]
- Remove WITHOUT_X11 and use standard X11 option
PR: ports/186137 [1]
Reported by: Waitman Gobble <uzimac@da3m0n8t3r.com> [1] |
0.8.6.1_1 17 Jan 2014 03:53:36 |
swills |
- Support stage dir
- Install icon and desktop file |
0.8.6.1 17 Dec 2013 13:10:02 |
swills |
- Update to 0.8.6.1 |
0.8.5.1 12 Dec 2013 14:23:25 |
bapt |
Convert LIB_DEPENDS for ports depending on boost |
0.8.5.1 22 Nov 2013 12:55:12 |
makc |
- Pass QMAKE_ARGS to qmake
Approved by: portmgr (blanket approval) |
0.8.5.1 24 Sep 2013 02:38:22 |
swills |
- Update to 0.8.5.1
- Fix build on 10.0-ALPHA2 |
0.8.3.7 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
0.8.3.7 24 Aug 2013 03:20:15 |
swills |
- Fix build when GUI is disabled
Reported by: "Sam Fourman Jr." <sfourman@gmail.com>
Obtained
from: https://github.com/bitcoin/bitcoin/issues/2521#issuecomment-17364844 |
0.8.3.7 10 Aug 2013 02:18:49 |
swills |
- Update to 0.8.3.7 |
0.6.9.2_1 23 Jul 2013 03:05:57 |
swills |
- Fix patch mistake, prevent 100% CPU usage |
0.6.9.2 21 Jul 2013 18:40:23 |
swills |
- Update to 0.6.9.2 |
0.6.3c 22 Jun 2013 11:47:57 |
swills |
- Add local mirror to avoid GitHub issues |
0.6.3c 30 May 2013 12:18:42 |
swills |
- Oops, somehow the commit ID changed too. |
0.6.3c 30 May 2013 11:52:37 |
swills |
- Update distinfo due to github, if it happens again, I'll make a local dist
file |
0.6.3c 30 May 2013 04:23:48 |
swills |
Litecoin is a peer-to-peer Internet currency that enables instant payments to
anyone in the world. It is based on the Bitcoin protocol but differs from
Bitcoin in that it can be efficiently mined with consumer-grade hardware.
Litecoin provides faster transaction confirmations (2.5 minutes on average) and
uses memory-hard, scrypt-based mining proof-of-work algorithm to target the
regular computers and GPUs most people already have. The Litecoin network is
scheduled to produce 84 million currency units.
One of the aims of Litecoin was to provide a mining algorithm that could run at
the same time, on the same hardware used to mine bitcoins. With the rise of
specialized ASICs for Bitcoin, Litecoin continues to satisfy these goals. It is
unlikely for ASIC mining to be developed for Litecoin until the currency is
widely used.
WWW: http://www.litecoin.org/ |