[105551] trunk/dports/finance

ram at macports.org ram at macports.org
Wed Apr 24 11:49:28 PDT 2013


Revision: 105551
          https://trac.macports.org/changeset/105551
Author:   ram at macports.org
Date:     2013-04-24 11:49:28 -0700 (Wed, 24 Apr 2013)
Log Message:
-----------
finance/cgminer: new port

Added Paths:
-----------
    trunk/dports/finance/cgminer/
    trunk/dports/finance/cgminer/Portfile

Added: trunk/dports/finance/cgminer/Portfile
===================================================================
--- trunk/dports/finance/cgminer/Portfile	                        (rev 0)
+++ trunk/dports/finance/cgminer/Portfile	2013-04-24 18:49:28 UTC (rev 105551)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem       1.0
+
+name             cgminer
+version          3.0.1
+categories       finance
+platforms        darwin
+maintainers      ram openmaintainer
+license          GPL-3
+
+description      ASIC/FPGA/GPU miner in c for bitcoin and litecoin
+long_description \
+  This is a multi-threaded multi-pool GPU, FPGA and ASIC miner with \
+  ATI GPU monitoring, (over)clocking and fanspeed support for bitcoin \
+  and derivative coins.
+
+homepage         https://github.com/ckolivas/cgminer
+master_sites     http://ck.kolivas.org/apps/cgminer
+use_bzip2        yes
+
+checksums        rmd160 ca6da7cafeeedddabad236add8a0b867249d56fc \
+                 sha256 ed7e791b9902948df6a674fa502ade690295e1c39d9ae0c8e0ce826d8761d339
+
+depends_build    port:pkgconfig
+
+depends_lib      port:ncurses \
+                 port:curl \
+                 port:jansson
+
+livecheck.type   regex
+livecheck.url    ${master_sites}
+livecheck.regex  {cgminer-(\d+(?:\.\d+)*).tar.bz2}


Property changes on: trunk/dports/finance/cgminer/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130424/e7219281/attachment.html>


More information about the macports-changes mailing list