Initial import of Chatbot-Eliza 0.97.

The Chatbot::Eliza module implements the classic Eliza algorithm. 
The original Eliza program was written by Joseph Weizenbaum and described
in the Communications of the ACM in 1967. Eliza is a mock Rogerian
psychotherapist. It prompts for user input, and uses a simple
transformation algorithm to change user input into a follow-up question.
This commit is contained in:
kevlo 2001-10-06 03:43:08 +00:00
parent 4eb435c861
commit bccdd47e3d
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/10/06 03:43:08 kevlo Exp $
COMMENT= "clone of the classic Eliza program"
DISTNAME= Chatbot-Eliza-0.97
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
NEED_VERSION= 1.470
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Chatbot
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Chatbot-Eliza-0.97.tar.gz) = 6e924d25f33459b21c23700606ebd9e4
RMD160 (Chatbot-Eliza-0.97.tar.gz) = a0aff4f456d4033f3c46e737582c4c3584145ce1
SHA1 (Chatbot-Eliza-0.97.tar.gz) = 0e6890cb3e8e1032736221b3c90ec4e8797afe45

View File

@ -0,0 +1,5 @@
The Chatbot::Eliza module implements the classic Eliza algorithm.
The original Eliza program was written by Joseph Weizenbaum and described
in the Communications of the ACM in 1967. Eliza is a mock Rogerian
psychotherapist. It prompts for user input, and uses a simple
transformation algorithm to change user input into a follow-up question.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/10/06 03:43:08 kevlo Exp $
libdata/perl5/site_perl/Chatbot/Eliza.pm
man/man3/Chatbot::Eliza.3p