From owner-cvs-all@FreeBSD.ORG Sun Aug 14 03:53:55 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 204B7106564A; Sun, 14 Aug 2011 03:53:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB308FC12; Sun, 14 Aug 2011 03:53:55 +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 p7E3rsYT033248; Sun, 14 Aug 2011 03:53:54 GMT (envelope-from swills@repoman.freebsd.org) Received: (from swills@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p7E3rs2q033247; Sun, 14 Aug 2011 03:53:54 GMT (envelope-from swills) Message-Id: <201108140353.p7E3rs2q033247@repoman.freebsd.org> From: Steve Wills Date: Sun, 14 Aug 2011 03:53:54 +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/textproc Makefile ports/textproc/p5-Hailo Makefile distinfo pkg-descr pkg-plist ports/textproc/p5-Hailo/files patch-Makefile.PL.in 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, 14 Aug 2011 03:53:55 -0000 swills 2011-08-14 03:53:54 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-Hailo Makefile distinfo pkg-descr pkg-plist textproc/p5-Hailo/files patch-Makefile.PL.in Log: Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL. Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and engine backends. Hailo is similar to MegaHAL in functionality, the main differences (with the default backends) being better scalability, drastically less memory usage, an improved tokenizer, and tidier output. With Hailo, you can create, modify, and query Hailo brains. To use Hailo in event-driven POE applications, you can use the POE::Component::Hailo wrapper. WWW: http://search.cpan.org/dist/Hailo PR: ports/159065 Submitted by: milki Revision Changes Path 1.1635 +1 -0 ports/textproc/Makefile 1.1 +93 -0 ports/textproc/p5-Hailo/Makefile (new) 1.1 +2 -0 ports/textproc/p5-Hailo/distinfo (new) 1.1 +14 -0 ports/textproc/p5-Hailo/files/patch-Makefile.PL.in (new) 1.1 +12 -0 ports/textproc/p5-Hailo/pkg-descr (new) 1.1 +26 -0 ports/textproc/p5-Hailo/pkg-plist (new)