pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/libsvm Import libsvm-3.18 as math/libsvm.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5725a73fea9
branches: trunk
changeset: 632619:a5725a73fea9
user: rodent <rodent%pkgsrc.org@localhost>
date: Wed Apr 02 07:31:43 2014 +0000
description:
Import libsvm-3.18 as math/libsvm.
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.
diffstat:
math/libsvm/DESCR | 3 +++
math/libsvm/Makefile | 28 ++++++++++++++++++++++++++++
math/libsvm/PLIST | 7 +++++++
math/libsvm/distinfo | 5 +++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r dc91a8c6da86 -r a5725a73fea9 math/libsvm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/libsvm/DESCR Wed Apr 02 07:31:43 2014 +0000
@@ -0,0 +1,3 @@
+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.
diff -r dc91a8c6da86 -r a5725a73fea9 math/libsvm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/libsvm/Makefile Wed Apr 02 07:31:43 2014 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2014/04/02 07:31:43 rodent Exp $
+#
+
+DISTNAME= libsvm-3.18
+CATEGORIES= math
+MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/
+
+MAINTAINER= rodent%NetBSD.org@localhost
+HOMEPAGE= http://www.csie.ntu.edu.tw/~cjlin/libsvm/
+COMMENT= Library for Support Vector Machines
+LICENSE= modified-bsd
+
+USE_LANGUAGES= c c++
+
+BUILD_TARGET= all lib
+INSTALLATION_DIRS+= bin lib share/doc/${PKGBASE} share/examples/${PKGBASE}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/svm-predict ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/svm-scale ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/svm-train ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_LIB} ${WRKSRC}/libsvm.so.2 ${DESTDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/FAQ.html \
+ ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/heart_scale \
+ ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}
+
+.include "../../mk/bsd.pkg.mk"
diff -r dc91a8c6da86 -r a5725a73fea9 math/libsvm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/libsvm/PLIST Wed Apr 02 07:31:43 2014 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2014/04/02 07:31:43 rodent Exp $
+bin/svm-predict
+bin/svm-scale
+bin/svm-train
+lib/libsvm.so.2
+share/doc/libsvm/FAQ.html
+share/examples/libsvm/heart_scale
diff -r dc91a8c6da86 -r a5725a73fea9 math/libsvm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/libsvm/distinfo Wed Apr 02 07:31:43 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/02 07:31:43 rodent Exp $
+
+SHA1 (libsvm-3.18.tar.gz) = 20bd3e2d21d79c3714007043475b92dfeed29135
+RMD160 (libsvm-3.18.tar.gz) = 755ff7736fbb066f81c8650408d6ee2f35cd63b4
+Size (libsvm-3.18.tar.gz) = 610100 bytes
Home |
Main Index |
Thread Index |
Old Index