Changeset 79388
- Timestamp:
- 06/12/11 02:23:16 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/math/libsvm/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/libsvm/Portfile
r79387 r79388 2 2 # $Id$ 3 3 4 PortSystem 1.04 PortSystem 1.0 5 5 6 name libsvm7 epoch 16 name libsvm 7 epoch 1 8 8 version 3.1 9 categories math 10 maintainers nomaintainer 11 license BSD 12 platforms darwin 9 13 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} 14 description A free Support Vector Machine implementation. 15 16 long_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 24 homepage http://www.csie.ntu.edu.tw/~cjlin/libsvm/ 25 master_sites ${homepage} 19 26 20 27 checksums sha1 20f09f25a99850009154f6133c5d7ff74cef78a3 \ … … 23 30 patchfiles patch-Makefile.diff 24 31 25 use_configure no32 use_configure no 26 33 27 34 set libver ${version}.0
Note: See TracChangeset
for help on using the changeset viewer.

