[88084] trunk/dports/math/libsvm/Portfile

hum at macports.org hum at macports.org
Sun Dec 18 03:49:01 PST 2011


Revision: 88084
          http://trac.macports.org/changeset/88084
Author:   hum at macports.org
Date:     2011-12-18 03:48:58 -0800 (Sun, 18 Dec 2011)
Log Message:
-----------
libsvm: whitespace changes and reformatting only.

Modified Paths:
--------------
    trunk/dports/math/libsvm/Portfile

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2011-12-18 11:31:56 UTC (rev 88083)
+++ trunk/dports/math/libsvm/Portfile	2011-12-18 11:48:58 UTC (rev 88084)
@@ -1,41 +1,39 @@
 # -*- 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
+PortSystem          1.0
 
-name                    libsvm
-epoch                   1
-version                 3.11
-categories              math
-maintainers             hum openmaintainer
-license                 BSD
-platforms               darwin
+name                libsvm
+epoch               1
+version             3.11
+categories          math
+maintainers         hum openmaintainer
+license             BSD
+platforms           darwin
 
-description             A free Support Vector Machine implementation.
+description         A free Support Vector Machine implementation.
 
-long_description        ${description} By Chih-Chung Chang and Chih-Jen Lin \
-                        of National Taiwan University. \"LIBSVM is an \
-                        integrated software for support vector \
-                        classification, (C-SVC, nu-SVC), regression \
-                        (epsilon-SVR, nu-SVR) and distribution estimation \
-                        (one-class SVM ). It supports multi-class \
-                        classification.\"
+long_description    ${description} By Chih-Chung Chang and Chih-Jen Lin of       \
+                    National Taiwan University. \"LIBSVM is an integrated        \
+                    software for support vector classification, (C-SVC, nu-SVC), \
+                    regression (epsilon-SVR, nu-SVR) and distribution estimation \
+                    (one-class SVM ). It supports multi-class classification.\"
 
-homepage                http://www.csie.ntu.edu.tw/~cjlin/libsvm/
-master_sites            ${homepage}
+homepage            http://www.csie.ntu.edu.tw/~cjlin/libsvm/
+master_sites        ${homepage}
 
 checksums           rmd160  75ad8a4380da20f0c72928bdb1b21025227f53aa \
                     sha256  8ff59bf7b487b339cac7ed94593f6ba5136c01c985f9a0601c145ce472a621d5
 
-patchfiles              patch-Makefile.diff
+patchfiles          patch-Makefile.diff
 
-use_configure           no
+use_configure       no
 
-set libver              ${version}.0
-build.target            all
-build.args              CXX="${configure.cxx} ${configure.cxx_archflags}" \
-                        PREFIX=${prefix} \
-                        VERSION=${libver}
+set libver          ${version}.0
+build.target        all
+build.args          CXX="${configure.cxx} ${configure.cxx_archflags}" \
+                    PREFIX=${prefix} \
+                    VERSION=${libver}
 
 destroot {
     xinstall -m 755 -W ${worksrcpath} svm-train svm-predict svm-scale ${destroot}${prefix}/bin
@@ -59,7 +57,7 @@
     }
 }
 
-default_variants        +java
+default_variants    +java
 
-livecheck.type          regex
-livecheck.regex         {<td> *([0-9.]+) *</td>}
+livecheck.type      regex
+livecheck.regex     {<td> *([0-9.]+) *</td>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111218/c8e8a900/attachment.html>


More information about the macports-changes mailing list