Bug 159034 - [NEW PORT] lang/p5-Bot-Training: Plain text training material for bots like Hailo and MegaHAL
Summary: [NEW PORT] lang/p5-Bot-Training: Plain text training material for bots like H...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 16:10 UTC by Jonathan Chu
Modified: 2011-07-24 18:24 UTC (History)
0 users

See Also:


Attachments
p5-Bot-Training-0.04.shar (2.98 KB, text/plain)
2011-07-19 16:10 UTC, Jonathan Chu
no flags Details
p5-Bot-Training-0.04.shar (2.77 KB, application/x-shar)
2011-07-19 20:32 UTC, milki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2011-07-19 16:10:05 UTC
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.

WWW: http://search.cpan.org/dist/Bot-Training/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-19 16:10:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Jonathan Chu 2011-07-19 16:16:03 UTC
This might be better under textproc. I'm not sure.

-- 
milki
milki@rescomp.berkeley.edu
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2011-07-19 19:15:19 UTC
Responsible Changed
From-To: perl->az

I'll take this one
Comment 4 milki 2011-07-19 20:32:02 UTC
New shar
- Remove Moose/Mouse deps in favor of Any-Moose
- Change cat to misc
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-07-24 14:52:42 UTC
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 <milki@rescomp.berkeley.edu>
  
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Andrej Zverev freebsd_committer freebsd_triage 2011-07-24 18:24:03 UTC
State Changed
From-To: open->closed

New port added. Thanks!