Bug 159038 - [NEW PORT] misc/p5-Bot-Training-StarCraft: Provide starcraft.trn via Bot::Training
Summary: [NEW PORT] misc/p5-Bot-Training-StarCraft: Provide starcraft.trn via Bot::Tra...
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 21:30 UTC by Jonathan Chu
Modified: 2011-08-09 14:40 UTC (History)
0 users

See Also:


Attachments
p5-Bot-Training-StarCraft-0.02.shar (2.88 KB, text/plain)
2011-07-19 21:30 UTC, Jonathan Chu
no flags Details
p5-Bot-Training-StarCraft-0.02.shar (2.34 KB, application/x-shar)
2011-07-19 21:33 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 21:30:08 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/


Note: Depends on ports/159034 completion.

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

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 milki 2011-07-19 21:33:23 UTC
new shar

- Actually change pkg-descr
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2011-08-09 12:15:38 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-08-09 14:34:35 UTC
culot       2011-08-09 13:34:21 UTC

  FreeBSD ports repository

  Modified files:
    misc                 Makefile 
  Added files:
    misc/p5-Bot-Training-StarCraft Makefile distinfo pkg-descr 
                                   pkg-plist 
  Log:
  Bot::Training::StarCraft provides starcraft.trn training data for Bot::Training.
  
  WWW: http://search.cpan.org/dist/Bot-Training-StarCraft/
  
  PR:             ports/159038
  Submitted by:   milki <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.985     +1 -0      ports/misc/Makefile
  1.1       +29 -0     ports/misc/p5-Bot-Training-StarCraft/Makefile (new)
  1.1       +2 -0      ports/misc/p5-Bot-Training-StarCraft/distinfo (new)
  1.1       +3 -0      ports/misc/p5-Bot-Training-StarCraft/pkg-descr (new)
  1.1       +9 -0      ports/misc/p5-Bot-Training-StarCraft/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 5 Frederic Culot freebsd_committer freebsd_triage 2011-08-09 14:34:47 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!