summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-11 04:52:40 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-11 04:52:40 +0000
commit2eae5abe303340c9fb9b4e8d6021cbf9485b8f46 (patch)
treed52a85515a8a890d904500d3bf0a8fe1389efb5a /science
parent- Update to 2.71 (diff)
Slave port to science/libsvm
PR: ports/73981 Submitted by: Rong-En Fan <rafan(at)infor.org>
Notes
Notes: svn path=/head/; revision=123685
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/libsvm-python/Makefile16
-rw-r--r--science/libsvm-python/pkg-descr4
3 files changed, 21 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index eedf4087598b..9ab3668f439b 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -31,6 +31,7 @@
SUBDIR += kst
SUBDIR += libctl
SUBDIR += libsvm
+ SUBDIR += libsvm-python
SUBDIR += mayavi
SUBDIR += mmtk
SUBDIR += mpb
diff --git a/science/libsvm-python/Makefile b/science/libsvm-python/Makefile
new file mode 100644
index 000000000000..380974cfce7a
--- /dev/null
+++ b/science/libsvm-python/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: libsvm-python
+# Date Created: Nov 16 2004
+# Whom: rafan@infor.org
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -python
+
+MAINTAINER= rafan@infor.org
+
+MASTERDIR= ${.CURDIR}/../../science/libsvm
+
+WITH_PYTHON= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/science/libsvm-python/pkg-descr b/science/libsvm-python/pkg-descr
new file mode 100644
index 000000000000..483d252fd2dd
--- /dev/null
+++ b/science/libsvm-python/pkg-descr
@@ -0,0 +1,4 @@
+This slave port adds Python interface to LIBSVM.
+
+WWW: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
+Author: Chih-Chung Chang and Chih-Jen Lin <cjlin@csie.ntu.edu.tw>