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