svn commit: r332649 - in head/net-p2p: . cpuminer
Martin Matuska
mm at FreeBSD.org
Sun Nov 3 21:21:03 UTC 2013
Author: mm
Date: Sun Nov 3 21:21:01 2013
New Revision: 332649
URL: http://svnweb.freebsd.org/changeset/ports/332649
Log:
cpuminer is a simple daemon that performs Bitcoin or Litecoin
pooled or solo mining.
WWW: http://sourceforge.net/projects/cpuminer/
Added:
head/net-p2p/cpuminer/
head/net-p2p/cpuminer/Makefile (contents, props changed)
head/net-p2p/cpuminer/distinfo (contents, props changed)
head/net-p2p/cpuminer/pkg-descr (contents, props changed)
head/net-p2p/cpuminer/pkg-plist (contents, props changed)
Modified:
head/net-p2p/Makefile
Modified: head/net-p2p/Makefile
==============================================================================
--- head/net-p2p/Makefile Sun Nov 3 21:13:34 2013 (r332648)
+++ head/net-p2p/Makefile Sun Nov 3 21:21:01 2013 (r332649)
@@ -13,6 +13,7 @@
SUBDIR += btpd
SUBDIR += btqueue
SUBDIR += cdonkey
+ SUBDIR += cpuminer
SUBDIR += createtorrent
SUBDIR += ctcs
SUBDIR += ctorrent
Added: head/net-p2p/cpuminer/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/cpuminer/Makefile Sun Nov 3 21:21:01 2013 (r332649)
@@ -0,0 +1,41 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cpuminer
+PORTVERSION= 2.3.2
+CATEGORIES= net-p2p math
+
+MAINTAINER= mm at FreeBSD.org
+COMMENT= CPU miner for Litecoin and Bitcoin
+
+LICENSE= GPLv2
+
+LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
+ jansson:${PORTSDIR}/devel/jansson
+
+USE_GITHUB= yes
+GH_ACCOUNT= pooler
+GH_TAGNAME= v${PORTVERSION}
+GH_COMMIT= 8b30b7b
+
+USE_AUTOTOOLS= aclocal autoheader automake autoconf
+AUTOMAKE_ARGS= --gnu --add-missing --copy
+GNU_CONFIGURE= yes
+
+.include <bsd.port.options.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 1000000
+USE_GCC= yes
+.endif
+
+post-install:
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/
+.for FILE in NEWS README
+ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.post.mk>
Added: head/net-p2p/cpuminer/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/cpuminer/distinfo Sun Nov 3 21:21:01 2013 (r332649)
@@ -0,0 +1,2 @@
+SHA256 (cpuminer-2.3.2.tar.gz) = c5f29f293e1b23b15a29e6e3569ca8cc6e963692677b1af9f9f1402e6884ef16
+SIZE (cpuminer-2.3.2.tar.gz) = 94862
Added: head/net-p2p/cpuminer/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/cpuminer/pkg-descr Sun Nov 3 21:21:01 2013 (r332649)
@@ -0,0 +1,4 @@
+cpuminer is a simple daemon that performs Bitcoin or Litecoin
+pooled or solo mining.
+
+WWW: http://sourceforge.net/projects/cpuminer/
Added: head/net-p2p/cpuminer/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-p2p/cpuminer/pkg-plist Sun Nov 3 21:21:01 2013 (r332649)
@@ -0,0 +1 @@
+bin/minerd
More information about the svn-ports-head
mailing list