From gslin@netnews.NCTU.edu.tw  Thu Aug  3 04:56:28 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A16CB16A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] science/p5-Algorithm-SVMLight: Perl interface to SVMLight Machine-Learning Package
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 03 05:00:29 GMT 2006
>Closed-Date:    Thu Aug 03 07:29:43 GMT 2006
>Last-Modified:  Thu Aug 03 07:29:43 GMT 2006
>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 <gslin@gslin.org>
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 <bsd.port.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 3 05:00:41 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101297 

From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: gslin@gslin.org
Subject: Re: ports/101297: [NEW PORT] science/p5-Algorithm-SVMLight: Perl interface to SVMLight Machine-Learning Package
Date: Thu, 3 Aug 2006 15:00:25 +0800

 On Thu, Aug 03, 2006 at 05:00:29AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/101297'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=101297
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [NEW PORT] science/p5-Algorithm-SVMLight: Perl interface to SVMLight Machine-Learning Package
 > >Arrival-Date:   Thu Aug 03 05:00:29 GMT 2006
 
 Respect ${LOCALBASE}.
 
 # 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 <gslin@gslin.org>
 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
 XRUN_DEPENDS=	svmlight>=6.01_2:${PORTSDIR}/science/svmlight
 XBUILD_DEPENDS=	${RUN_DEPENDS}
 X
 XPERL_MODBUILD=	yes
 X
 XMAN3=		Algorithm::SVMLight.3
 X
 Xpost-patch:
 X	@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
 X		${WRKSRC}/Build.PL
 X
 X.include <bsd.port.mk>
 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%%LOCALBASE%%/lib -lsvmlight',
 X+   extra_compiler_flags => '-I%%LOCALBASE%%/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
 
 -- 
 * Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
 * If you cannot convince them, confuse them.           -- Harry S Truman
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Aug 3 07:29:42 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101297 
>Unformatted:
