From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 19 18:00:17 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5827F1065676 for ; Sat, 19 Mar 2011 18:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1EEE58FC15 for ; Sat, 19 Mar 2011 18:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2JI0Grh063236 for ; Sat, 19 Mar 2011 18:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2JI0G4h063235; Sat, 19 Mar 2011 18:00:16 GMT (envelope-from gnats) Resent-Date: Sat, 19 Mar 2011 18:00:16 GMT Resent-Message-Id: <201103191800.p2JI0G4h063235@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, Eric Freeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6560106564A for ; Sat, 19 Mar 2011 17:52:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 901A58FC14 for ; Sat, 19 Mar 2011 17:52:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2JHqBl8004063 for ; Sat, 19 Mar 2011 17:52:11 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p2JHqBdS004062; Sat, 19 Mar 2011 17:52:11 GMT (envelope-from nobody) Message-Id: <201103191752.p2JHqBdS004062@red.freebsd.org> Date: Sat, 19 Mar 2011 17:52:11 GMT From: Eric Freeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/155699: [NEW PORT] science/rubygem-ai4r (Artificial intelligence algorithms in ruby) 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: Sat, 19 Mar 2011 18:00:17 -0000 >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 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 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: