aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Hailo
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing DEPENDSSteve Wills2012-04-121-3/+5
| | | | | | | | | | | | - Add missing TEST_DEPENDS - Correct error in TEST_DEPENDS - Bump PORTREVISION PR: ports/166772 Approved by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=294741
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+1
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-1/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.70Sunpoet Po-Chuan Hsieh2011-09-204-19/+6
| | | | | | | | | Changes: http://search.cpan.org/dist/Hailo/Changes PR: ports/160840 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=282062
* Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL.Steve Wills2011-08-145-0/+147
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 <milki@rescomp.berkeley.edu> Notes: svn path=/head/; revision=279681