Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2003 00:22:31 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@tiger2.net
Subject:   ports/60628: New port: AI-DecisionTree 0.08
Message-ID:  <20031227162231.D3E09153F9@mail.dragon2.net>
Resent-Message-ID: <200312271630.hBRGUJwu044680@freefall.freebsd.org>

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

>Number:         60628
>Category:       ports
>Synopsis:       New port: AI-DecisionTree 0.08
>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 08:30: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: Automatically Learns Decision Trees
>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-AI-DecisionTree
#	p5-AI-DecisionTree/Makefile
#	p5-AI-DecisionTree/distinfo
#	p5-AI-DecisionTree/pkg-descr
#	p5-AI-DecisionTree/pkg-plist
#
echo c - p5-AI-DecisionTree
mkdir -p p5-AI-DecisionTree > /dev/null 2>&1
echo x - p5-AI-DecisionTree/Makefile
sed 's/^X//' >p5-AI-DecisionTree/Makefile << 'END-of-p5-AI-DecisionTree/Makefile'
X# New ports collection makefile for:	math/p5-AI-DecisionTree
X# Date created:				Dec 29 2003
X# Whom:					Cheng-Lung Sung <clsung@dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	AI-DecisionTree
XPORTVERSION=	0.08
XCATEGORIES=	math perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	AI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung@dragon2.net
XCOMMENT=	Perl module for Automatically Learning Decision Trees
X
XPERL_CONFIGURE=	yes
X
XMAN3=		AI::DecisionTree.3 \
X		AI::DecisionTree::Instance.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500601
XIGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-AI-DecisionTree/Makefile
echo x - p5-AI-DecisionTree/distinfo
sed 's/^X//' >p5-AI-DecisionTree/distinfo << 'END-of-p5-AI-DecisionTree/distinfo'
XMD5 (AI-DecisionTree-0.08.tar.gz) = eaed56886a22506b8ed5f6dab88e7060
END-of-p5-AI-DecisionTree/distinfo
echo x - p5-AI-DecisionTree/pkg-descr
sed 's/^X//' >p5-AI-DecisionTree/pkg-descr << 'END-of-p5-AI-DecisionTree/pkg-descr'
XThe AI::DecisionTree module automatically creates so-called "decision trees" 
Xto explain a set of training data. A decision tree is a kind of categorizer 
Xthat use a flowchart-like process for categorizing new instances.
X
XA decision tree like this one can be learned from training data, and 
Xthen applied to previously unseen data to obtain results that are consistent 
Xwith the training data.
X
XWWW:	http://search.cpan.org/dist/AI-DecisionTree
X
XAuthor:	Ken Williams <ken@mathforum.org>
END-of-p5-AI-DecisionTree/pkg-descr
echo x - p5-AI-DecisionTree/pkg-plist
sed 's/^X//' >p5-AI-DecisionTree/pkg-plist << 'END-of-p5-AI-DecisionTree/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree/Instance.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance/Instance.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance/Instance.so
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/AI 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI 2>/dev/null || true
END-of-p5-AI-DecisionTree/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?20031227162231.D3E09153F9>