diff options
author | sem <sem@FreeBSD.org> | 2004-12-11 12:52:40 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2004-12-11 12:52:40 +0800 |
commit | dd5006e1d24aceb3f286169edf0acb6849a392fb (patch) | |
tree | f5dab66fe3dce2067ba530eaaccb6d0bd1c86e9e /science | |
parent | aebb766ae28d58461e0f1fda25a52fa371e333ac (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | science/libsvm-python/Makefile | 16 | ||||
-rw-r--r-- | science/libsvm-python/pkg-descr | 4 |
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> |