[110699] trunk/dports/finance/cpuminer/Portfile

ram at macports.org ram at macports.org
Tue Sep 3 20:55:05 PDT 2013


Revision: 110699
          https://trac.macports.org/changeset/110699
Author:   ram at macports.org
Date:     2013-09-03 20:55:05 -0700 (Tue, 03 Sep 2013)
Log Message:
-----------
finance/cpuminer: add standard modeline and reformat

Modified Paths:
--------------
    trunk/dports/finance/cpuminer/Portfile

Modified: trunk/dports/finance/cpuminer/Portfile
===================================================================
--- trunk/dports/finance/cpuminer/Portfile	2013-09-04 03:41:28 UTC (rev 110698)
+++ trunk/dports/finance/cpuminer/Portfile	2013-09-04 03:55:05 UTC (rev 110699)
@@ -1,28 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem         1.0
-PortGroup          github 1.0
+PortSystem          1.0
+PortGroup           github 1.0
 
-github.setup       pooler cpuminer 2.3.2 v
-categories         finance
-maintainers        ram openmaintainer
-platforms          darwin
-license            GPL-2
+github.setup        pooler cpuminer 2.3.2 v
+categories          finance
+maintainers         ram openmaintainer
+platforms           darwin
+license             GPL-2
 
-description        Multi-threaded CPU miner for Litecoin and Bitcoin
-long_description   ${description}
+description         Multi-threaded CPU miner for Litecoin and Bitcoin
+long_description    ${description}
 
-checksums          rmd160 d1973536ffc5b2a560b8d074ac77c1cb0c927821 \
-                   sha256 c5f29f293e1b23b15a29e6e3569ca8cc6e963692677b1af9f9f1402e6884ef16
+checksums           rmd160 d1973536ffc5b2a560b8d074ac77c1cb0c927821 \
+                    sha256 c5f29f293e1b23b15a29e6e3569ca8cc6e963692677b1af9f9f1402e6884ef16
 
-depends_lib-append port:curl \
-                   port:jansson \
-                   port:libidn \
-                   port:openssl \
-                   port:zlib
+depends_lib-append  port:curl \
+                    port:jansson \
+                    port:libidn \
+                    port:openssl \
+                    port:zlib
 
-use_autoreconf     yes
+use_autoreconf      yes
 
 pre-configure {
-  system "cd ${worksrcpath} && ./nomacro.pl"
+    system "cd ${worksrcpath} && ./nomacro.pl"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130903/b5b316a2/attachment-0001.html>


More information about the macports-changes mailing list