Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2003 20:46:37 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/60614: New port: devel/p5-Algorithm-SVM 0.06
Message-ID:  <20031227124637.5FA6915287@mail.dragon2.net>
Resent-Message-ID: <200312271250.hBRCoJp6067988@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60614
>Category:       ports
>Synopsis:       New port: devel/p5-Algorithm-SVM 0.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 27 04:50:19 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386
>Description:
- New port: Perl bindings for the libsvm Support Vector Machine library
- do not require any additional packages or libraries
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Algorithm-SVM/
#	p5-Algorithm-SVM/Makefile
#	p5-Algorithm-SVM/distinfo
#	p5-Algorithm-SVM/pkg-descr
#	p5-Algorithm-SVM/pkg-plist
#
echo c - p5-Algorithm-SVM/
mkdir -p p5-Algorithm-SVM/ > /dev/null 2>&1
echo x - p5-Algorithm-SVM/Makefile
sed 's/^X//' >p5-Algorithm-SVM/Makefile << 'END-of-p5-Algorithm-SVM/Makefile'
X# New ports collection makefile for:	Algorithm::SVM
X# Date created:				Dec 27 2003
X# Whom:					Cheng-Lung Sung	<clsung@dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Algorithm-SVM
XPORTVERSION=	0.06
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Algorithm
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung@dragon2.net
XCOMMENT=	Perl bindings for the libsvm Support Vector Machine library
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Algorithm::SVM.3 \
X		Algorithm::SVM::DataSet.3
X
XCC=		c++
X
X.include <bsd.port.mk>
END-of-p5-Algorithm-SVM/Makefile
echo x - p5-Algorithm-SVM/distinfo
sed 's/^X//' >p5-Algorithm-SVM/distinfo << 'END-of-p5-Algorithm-SVM/distinfo'
XMD5 (Algorithm-SVM-0.06.tar.gz) = a9f0f648ea626c7912682cf3bd8d6411
END-of-p5-Algorithm-SVM/distinfo
echo x - p5-Algorithm-SVM/pkg-descr
sed 's/^X//' >p5-Algorithm-SVM/pkg-descr << 'END-of-p5-Algorithm-SVM/pkg-descr'
XAlgorithm::SVM implements a Support Vector Machine for Perl. 
XSupport Vector Machines provide a method for creating classifcation 
Xfunctions from a set of labeled training data, from which predictions 
Xcan be made for subsequent data sets.
X
XWWW:	http://search.cpan.org/dist/Algorithm-SVM/
X
XAuthor:	Cory Spencer <cspencer@sfu.ca>
END-of-p5-Algorithm-SVM/pkg-descr
echo x - p5-Algorithm-SVM/pkg-plist
sed 's/^X//' >p5-Algorithm-SVM/pkg-plist << 'END-of-p5-Algorithm-SVM/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/SVM.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/SVM/DataSet.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVM/SVM.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVM/SVM.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVM/autosplit.ix
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVM/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVM
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/SVM
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/SVM 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
END-of-p5-Algorithm-SVM/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031227124637.5FA6915287>