| Summary: | [NEW PORT] lang/p5-Bot-Training: Plain text training material for bots like Hailo and MegaHAL | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jonathan Chu <milki> | ||||||
| Component: | Individual Port(s) | Assignee: | Andrej Zverev <az> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Jonathan Chu
2011-07-19 16:10:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool) This might be better under textproc. I'm not sure. -- milki milki@rescomp.berkeley.edu Responsible Changed From-To: perl->az I'll take this one New shar - Remove Moose/Mouse deps in favor of Any-Moose - Change cat to misc 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"
State Changed From-To: open->closed New port added. Thanks! |