From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 3 05:00:30 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E805416A4DD for ; Thu, 3 Aug 2006 05:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1432743D4C for ; Thu, 3 Aug 2006 05:00:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7350TPX039671 for ; Thu, 3 Aug 2006 05:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7350TRR039669; Thu, 3 Aug 2006 05:00:29 GMT (envelope-from gnats) Resent-Date: Thu, 3 Aug 2006 05:00:29 GMT Resent-Message-Id: <200608030500.k7350TRR039669@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16CB16A4DD for ; Thu, 3 Aug 2006 04:56:28 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2472D43D4C for ; Thu, 3 Aug 2006 04:56:28 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id DE26D12C; Thu, 3 Aug 2006 12:56:23 +0800 (CST) Message-Id: <20060803045623.DE26D12C@netnews.NCTU.edu.tw> Date: Thu, 3 Aug 2006 12:56:23 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/101297: [NEW PORT] science/p5-Algorithm-SVMLight: Perl interface to SVMLight Machine-Learning Package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 05:00:31 -0000 >Number: 101297 >Category: ports >Synopsis: [NEW PORT] science/p5-Algorithm-SVMLight: Perl interface to SVMLight Machine-Learning Package >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: Thu Aug 03 05:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: This module implements a perl interface to Thorsten Joachims' SVMLight package: SVMLight is an implementation of Vapnik's Support Vector Machine [Vapnik, 1995] for the problem of pattern recognition, for the problem of regression, and for the problem of learning a ranking function. The optimization algorithms used in SVMlight are described in [Joachims, 2002a ]. [Joachims, 1999a]. The algorithm has scalable memory requirements and can handle problems with many thousands of support vectors efficiently. -- http://svmlight.joachims.org/ WWW: http://search.cpan.org/dist/Algorithm-SVMLight/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Algorithm-SVMLight-0.05.shar begins here --- # 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-SVMLight # p5-Algorithm-SVMLight/pkg-descr # p5-Algorithm-SVMLight/Makefile # p5-Algorithm-SVMLight/pkg-plist # p5-Algorithm-SVMLight/distinfo # p5-Algorithm-SVMLight/files # p5-Algorithm-SVMLight/files/patch-Build.PL # echo c - p5-Algorithm-SVMLight mkdir -p p5-Algorithm-SVMLight > /dev/null 2>&1 echo x - p5-Algorithm-SVMLight/pkg-descr sed 's/^X//' >p5-Algorithm-SVMLight/pkg-descr << 'END-of-p5-Algorithm-SVMLight/pkg-descr' XThis module implements a perl interface to Thorsten Joachims' SVMLight Xpackage: X X SVMLight is an implementation of Vapnik's Support Vector Machine X [Vapnik, 1995] for the problem of pattern recognition, for the X problem of regression, and for the problem of learning a ranking X function. The optimization algorithms used in SVMlight are X described in [Joachims, 2002a ]. [Joachims, 1999a]. The algorithm X has scalable memory requirements and can handle problems with many X thousands of support vectors efficiently. X X -- http://svmlight.joachims.org/ X XWWW: http://search.cpan.org/dist/Algorithm-SVMLight/ END-of-p5-Algorithm-SVMLight/pkg-descr echo x - p5-Algorithm-SVMLight/Makefile sed 's/^X//' >p5-Algorithm-SVMLight/Makefile << 'END-of-p5-Algorithm-SVMLight/Makefile' X# New ports collection makefile for: p5-Algorithm-SVMLight X# Date created: 2006-07-18 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Algorithm-SVMLight XPORTVERSION= 0.05 XCATEGORIES= science perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Algorithm XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Perl interface to SVMLight Machine-Learning Package X XBUILD_DEPENDS= svmlight>=6.01_1:${PORTSDIR}/science/svmlight XLIB_DEPENDS= svmlight:${PORTSDIR}/science/svmlight X XPERL_MODBUILD= yes X XMAN3= Algorithm::SVMLight.3 X X.include END-of-p5-Algorithm-SVMLight/Makefile echo x - p5-Algorithm-SVMLight/pkg-plist sed 's/^X//' >p5-Algorithm-SVMLight/pkg-plist << 'END-of-p5-Algorithm-SVMLight/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/SVMLight.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVMLight/SVMLight.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVMLight/SVMLight.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/SVMLight X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm END-of-p5-Algorithm-SVMLight/pkg-plist echo x - p5-Algorithm-SVMLight/distinfo sed 's/^X//' >p5-Algorithm-SVMLight/distinfo << 'END-of-p5-Algorithm-SVMLight/distinfo' XMD5 (Algorithm-SVMLight-0.05.tar.gz) = 0b8b20f4724cd9619691894b2e695f66 XSHA256 (Algorithm-SVMLight-0.05.tar.gz) = fa7aaa65dbccfd4d2dea60a620485255139a80f023781cd9919d0e3fb51a86d0 XSIZE (Algorithm-SVMLight-0.05.tar.gz) = 13587 END-of-p5-Algorithm-SVMLight/distinfo echo c - p5-Algorithm-SVMLight/files mkdir -p p5-Algorithm-SVMLight/files > /dev/null 2>&1 echo x - p5-Algorithm-SVMLight/files/patch-Build.PL sed 's/^X//' >p5-Algorithm-SVMLight/files/patch-Build.PL << 'END-of-p5-Algorithm-SVMLight/files/patch-Build.PL' X--- Build.PL.orig Thu Aug 3 12:51:01 2006 X+++ Build.PL Thu Aug 3 12:51:20 2006 X@@ -5,8 +5,8 @@ X ( X module_name => 'Algorithm::SVMLight', X license => 'perl', X- extra_linker_flags => '-lsvmlight', X- extra_compiler_flags => '-Wall', X+ extra_linker_flags => '-L/usr/local/lib -lsvmlight', X+ extra_compiler_flags => '-I/usr/local/include/svmlight -Wall', X create_makefile_pl => 'passthrough', X build_requires => { X 'Module::Build' => '0.21', END-of-p5-Algorithm-SVMLight/files/patch-Build.PL exit --- p5-Algorithm-SVMLight-0.05.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: