Date: Sat, 19 Mar 2011 17:52:11 GMT From: Eric Freeman <freebsdports@chillibear.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/155699: [NEW PORT] science/rubygem-ai4r (Artificial intelligence algorithms in ruby) Message-ID: <201103191752.p2JHqBdS004062@red.freebsd.org> Resent-Message-ID: <201103191800.p2JI0G4h063235@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155699 >Category: ports >Synopsis: [NEW PORT] science/rubygem-ai4r (Artificial intelligence algorithms in ruby) >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 Mar 19 18:00:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eric Freeman >Release: 9.0 >Organization: >Environment: FreeBSD bsd9.local 9.0-CURRENT-201008 FreeBSD 9.0-CURRENT-201008 #0: Tue Aug 3 20:09:44 UTC 2010 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Simple Gem port. A collection of ruby algorithms implementations, covering several Artificial intelligence fields. http://ai4r.rubyforge.org/ >How-To-Repeat: n/a >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: # # rubygem-ai4r # rubygem-ai4r/Makefile # rubygem-ai4r/pkg-descr # rubygem-ai4r/distinfo # echo c - rubygem-ai4r mkdir -p rubygem-ai4r > /dev/null 2>&1 echo x - rubygem-ai4r/Makefile sed 's/^X//' >rubygem-ai4r/Makefile << 'a8fb3ac9ffee93ad44c5797ec8c1ac6b' X# Ports collection makefile for: rubygem-ai4r X# Date created: 19 Mar 2011 X# Whom: Eric Freeman <freebsdports@chillibear.com> X# X# $FreeBSD$ X# X XPORTNAME= ai4r XPORTVERSION= 1.9 XCATEGORIES= science rubygems XMASTER_SITES= RG X XMAINTAINER= freebsdports@chillibear.com XCOMMENT= Ruby implementations of artificial intelligence algorithms X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.mk> a8fb3ac9ffee93ad44c5797ec8c1ac6b echo x - rubygem-ai4r/pkg-descr sed 's/^X//' >rubygem-ai4r/pkg-descr << '04290b24b6d80e9ff48867f9500da515' XAI4R is a collection of ruby algorithms implementations, Xcovering several Artificial intelligence fields. It implements: X X * Genetic algorithms X * Self-organized maps (SOM) X * Neural Networks X - Multilayer perceptron with Backpropagation learning X - Hopfield net X * Automatic classifiers (Machine Learning) X - ID3 (Decision Trees) X - PRISM (J. Cendrowska, 1987) X - Multilayer Perceptron X - OneR (AKA One Attribute Rule, 1R) X - ZeroR X - Hyperpipes X - Naive Bayes X - IB1 (D. Aha, D. Kibler - 1991) X * Data clustering X - K-means X - Bisecting k-means X - Single linkage X - Complete linkage X - Average linkage X - Weighted Average linkage X - Centroid linkage X - Median linkage X - Ward's method linkage X - Diana (Divisive Analysis) X XAuthor: Sergio Fierens XWWW: http://ai4r.rubyforge.org/ 04290b24b6d80e9ff48867f9500da515 echo x - rubygem-ai4r/distinfo sed 's/^X//' >rubygem-ai4r/distinfo << 'b5545eb754223ac003de003b19e30343' XMD5 (rubygem/ai4r-1.9.gem) = dc0d2825c476d54cae4a37914373fd26 XSHA256 (rubygem/ai4r-1.9.gem) = 74e2eb8b4c6010b0f4231160893f987989cd786fc88775b88840dc8f62ec19bb XSIZE (rubygem/ai4r-1.9.gem) = 50176 b5545eb754223ac003de003b19e30343 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103191752.p2JHqBdS004062>