Slave port to science/libsvm

PR:		ports/73981
Submitted by:	Rong-En Fan <rafan(at)infor.org>
This commit is contained in:
Sergey Matveychuk
2004-12-11 04:52:40 +00:00
parent 15d1eefbb0
commit 2eae5abe30
3 changed files with 21 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
SUBDIR += kst
SUBDIR += libctl
SUBDIR += libsvm
SUBDIR += libsvm-python
SUBDIR += mayavi
SUBDIR += mmtk
SUBDIR += mpb

View File

@@ -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"

View File

@@ -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>