pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Initial import of cpuminer



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Sep 20 19:21:05 2017 +0200
Changeset:	5b9127c815c00429d367f0442c7c61da0e62001e

Added Files:
	cpuminer/DESCR
	cpuminer/Makefile
	cpuminer/PLIST
	cpuminer/distinfo

Log Message:
Initial import of cpuminer

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b9127c815c00429d367f0442c7c61da0e62001e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cpuminer/DESCR    |  2 ++
 cpuminer/Makefile | 19 +++++++++++++++++++
 cpuminer/PLIST    |  3 +++
 cpuminer/distinfo |  6 ++++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/cpuminer/DESCR b/cpuminer/DESCR
new file mode 100644
index 0000000000..48bbf1a0d0
--- /dev/null
+++ b/cpuminer/DESCR
@@ -0,0 +1,2 @@
+Multi-threaded CPU miner for Litecoin and Bitcoin, fork of Jeff Garzik's
+reference cpuminer.
diff --git a/cpuminer/Makefile b/cpuminer/Makefile
new file mode 100644
index 0000000000..e944e98ba7
--- /dev/null
+++ b/cpuminer/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+PKGNAME=	cpuminer-2.5.0
+CATEGORIES=	finance
+MASTER_SITES=	${MASTER_SITE_GITHUB:=pooler/}
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/pooler/cpuminer/
+COMMENT=	CPU miner for Litecoin and Bitcoin
+LICENSE=	gnu-gpl-v2
+
+GITHUB_PROJECT=	cpuminer
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+GNU_CONFIGURE=	yes
+
+.include "../../www/curl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/cpuminer/PLIST b/cpuminer/PLIST
new file mode 100644
index 0000000000..97d2ff38ab
--- /dev/null
+++ b/cpuminer/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/minerd
+man/man1/minerd.1
diff --git a/cpuminer/distinfo b/cpuminer/distinfo
new file mode 100644
index 0000000000..5b8939539a
--- /dev/null
+++ b/cpuminer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cpuminer-2.5.0.tar.gz) = 502e7edfa3ff7fe4300065c68f660acd8fb63476
+RMD160 (cpuminer-2.5.0.tar.gz) = 954d68d8a59665364844d4c1e89e67fdb2ab9124
+SHA512 (cpuminer-2.5.0.tar.gz) = e635e346cc5dd4e5159b5d0c9dd8f44e642c626da934638a73b9da8421b70c97ce0f5671cc35be3f5ad5711c38164e7e7ed94c0b593892b32203f0527b4ffdc1
+Size (cpuminer-2.5.0.tar.gz) = 117655 bytes


Home | Main Index | Thread Index | Old Index