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>
This commit is contained in:
parent
5baaaf5119
commit
81e9e7ab7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278239
@ -386,6 +386,7 @@
|
||||
SUBDIR += p5-Array-PrintCols
|
||||
SUBDIR += p5-Array-RefElem
|
||||
SUBDIR += p5-Asterisk
|
||||
SUBDIR += p5-Bot-Training
|
||||
SUBDIR += p5-Business-Hours
|
||||
SUBDIR += p5-Business-ISBN
|
||||
SUBDIR += p5-Business-ISBN-Data
|
||||
|
40
misc/p5-Bot-Training/Makefile
Normal file
40
misc/p5-Bot-Training/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: Bot::Training
|
||||
# Date created: 2011-07-19
|
||||
# Whom: milki <milki@rescomp.berkeley.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Bot-Training
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:AVAR
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= milki@rescomp.berkeley.edu
|
||||
COMMENT= Plain text training material for bots like Hailo and MegaHAL
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \
|
||||
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
|
||||
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
p5-Moose>=0.82:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \
|
||||
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
|
||||
p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt \
|
||||
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.10+
|
||||
|
||||
MAN1= bot-training.1
|
||||
|
||||
MAN3= Bot::Training.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/p5-Bot-Training/distinfo
Normal file
2
misc/p5-Bot-Training/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Bot-Training-0.04.tar.gz) = 462f36e577828f23b90251f39e1ca7b8cab11e48a57353b1f66b612698d78bed
|
||||
SIZE (Bot-Training-0.04.tar.gz) = 12571
|
8
misc/p5-Bot-Training/pkg-descr
Normal file
8
misc/p5-Bot-Training/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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/
|
8
misc/p5-Bot-Training/pkg-plist
Normal file
8
misc/p5-Bot-Training/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/bot-training
|
||||
%%SITE_PERL%%/Bot/Training.pm
|
||||
%%SITE_PERL%%/Bot/Training/Plugin.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot
|
||||
@dirrmtry %%SITE_PERL%%/Bot/Training
|
||||
@dirrmtry %%SITE_PERL%%/Bot
|
Loading…
Reference in New Issue
Block a user