From owner-cvs-all@FreeBSD.ORG Sun Jul 24 13:52:33 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17B7F1065674; Sun, 24 Jul 2011 13:52:33 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 085788FC14; Sun, 24 Jul 2011 13:52:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6ODqW9o024338; Sun, 24 Jul 2011 13:52:32 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6ODqW8l024337; Sun, 24 Jul 2011 13:52:32 GMT (envelope-from az) Message-Id: <201107241352.p6ODqW8l024337@repoman.freebsd.org> From: Andrej Zverev Date: Sun, 24 Jul 2011 13:52:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/p5-Bot-Training Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2011 13:52:33 -0000 az 2011-07-24 13:52:32 UTC FreeBSD ports repository Modified files: misc Makefile Added files: misc/p5-Bot-Training Makefile distinfo pkg-descr pkg-plist Log: Markov bots like Hailo and AI::MegaHAL are fun. But to get them working you either need to train them on existing training material or make your own. Bot::Training provides a pluggable way to install already existing training files via the CPAN. Bot::Training also comes with a command-line interface called bot-training. PR: ports/159034 Submitted by: milki Revision Changes Path 1.980 +1 -0 ports/misc/Makefile 1.1 +40 -0 ports/misc/p5-Bot-Training/Makefile (new) 1.1 +2 -0 ports/misc/p5-Bot-Training/distinfo (new) 1.1 +8 -0 ports/misc/p5-Bot-Training/pkg-descr (new) 1.1 +8 -0 ports/misc/p5-Bot-Training/pkg-plist (new)