From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 21:21:03 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6337A71D; Sun, 3 Nov 2013 21:21:03 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40B542343; Sun, 3 Nov 2013 21:21:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3LL3fL050659; Sun, 3 Nov 2013 21:21:03 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3LL2T0050646; Sun, 3 Nov 2013 21:21:02 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201311032121.rA3LL2T0050646@svn.freebsd.org> From: Martin Matuska Date: Sun, 3 Nov 2013 21:21:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332649 - in head/net-p2p: . cpuminer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 21:21:03 -0000 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 +# $FreeBSD$ + +PORTNAME= cpuminer +PORTVERSION= 2.3.2 +CATEGORIES= net-p2p math + +MAINTAINER= mm@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 + +.include + +.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 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