New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79388


Ignore:
Timestamp:
06/12/11 02:23:16 (4 years ago)
Author:
ryandesign@…
Message:

libsvm: whitespace changes / reformatting only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/libsvm/Portfile

    r79387 r79388  
    22# $Id$ 
    33 
    4 PortSystem 1.0 
     4PortSystem              1.0 
    55 
    6 name                    libsvm 
    7 epoch                   1 
     6name                    libsvm 
     7epoch                   1 
    88version                 3.1 
     9categories              math 
     10maintainers             nomaintainer 
     11license                 BSD 
     12platforms               darwin 
    913 
    10 categories              math 
    11 maintainers             nomaintainer 
    12 license                 BSD 
    13 platforms               darwin 
    14 description             A free Support Vector Machine implementation. 
    15 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.\" 
    16   
    17 homepage                http://www.csie.ntu.edu.tw/~cjlin/libsvm/ 
    18 master_sites            ${homepage} 
     14description             A free Support Vector Machine implementation. 
     15 
     16long_description        ${description} By Chih-Chung Chang and Chih-Jen Lin \ 
     17                        of National Taiwan University. \"LIBSVM is an \ 
     18                        integrated software for support vector \ 
     19                        classification, (C-SVC, nu-SVC), regression \ 
     20                        (epsilon-SVR, nu-SVR) and distribution estimation \ 
     21                        (one-class SVM ). It supports multi-class \ 
     22                        classification.\" 
     23 
     24homepage                http://www.csie.ntu.edu.tw/~cjlin/libsvm/ 
     25master_sites            ${homepage} 
    1926 
    2027checksums               sha1    20f09f25a99850009154f6133c5d7ff74cef78a3 \ 
     
    2330patchfiles              patch-Makefile.diff 
    2431 
    25 use_configure           no 
     32use_configure           no 
    2633 
    2734set libver              ${version}.0 
Note: See TracChangeset for help on using the changeset viewer.