Added: trunk/dports/finance/cgminer/Portfile (0 => 105551)
--- 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
___________________________________________________________________