aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2004-12-11 12:52:40 +0800
committersem <sem@FreeBSD.org>2004-12-11 12:52:40 +0800
commitdd5006e1d24aceb3f286169edf0acb6849a392fb (patch)
treef5dab66fe3dce2067ba530eaaccb6d0bd1c86e9e /science
parentaebb766ae28d58461e0f1fda25a52fa371e333ac (diff)
downloadfreebsd-ports-gnome-dd5006e1d24aceb3f286169edf0acb6849a392fb.tar.gz
freebsd-ports-gnome-dd5006e1d24aceb3f286169edf0acb6849a392fb.tar.zst
freebsd-ports-gnome-dd5006e1d24aceb3f286169edf0acb6849a392fb.zip
Slave port to science/libsvm
PR: ports/73981 Submitted by: Rong-En Fan <rafan(at)infor.org>
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>