diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-01-12 23:58:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-01-12 23:58:28 +0800 |
commit | 887b42d7c34496084ece4c48e27548ad1c699a5d (patch) | |
tree | d1247ace2189bfa6949eda152ecbfd44ae373350 /misc/p5-Chatbot-Eliza | |
parent | 7b7cedc0c61eababb03322a05a0e4ed7fc5db621 (diff) | |
download | freebsd-ports-gnome-887b42d7c34496084ece4c48e27548ad1c699a5d.tar.gz freebsd-ports-gnome-887b42d7c34496084ece4c48e27548ad1c699a5d.tar.zst freebsd-ports-gnome-887b42d7c34496084ece4c48e27548ad1c699a5d.zip |
add p5-Chatbot-Eliza 0.97
A clone of the classic Eliza program
Diffstat (limited to 'misc/p5-Chatbot-Eliza')
-rw-r--r-- | misc/p5-Chatbot-Eliza/Makefile | 23 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/pkg-descr | 6 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/misc/p5-Chatbot-Eliza/Makefile b/misc/p5-Chatbot-Eliza/Makefile new file mode 100644 index 000000000000..16c851c3e93a --- /dev/null +++ b/misc/p5-Chatbot-Eliza/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: p5-Chatbot-Eliza +# Date created: Jan 12, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Chatbot-Eliza +PORTVERSION= 0.97 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Chatbot +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Chatbot::Eliza.3 + +.include <bsd.port.mk> diff --git a/misc/p5-Chatbot-Eliza/distinfo b/misc/p5-Chatbot-Eliza/distinfo new file mode 100644 index 000000000000..b2ee0127559c --- /dev/null +++ b/misc/p5-Chatbot-Eliza/distinfo @@ -0,0 +1 @@ +MD5 (Chatbot-Eliza-0.97.tar.gz) = 6e924d25f33459b21c23700606ebd9e4 diff --git a/misc/p5-Chatbot-Eliza/pkg-comment b/misc/p5-Chatbot-Eliza/pkg-comment new file mode 100644 index 000000000000..bfa44d4446fd --- /dev/null +++ b/misc/p5-Chatbot-Eliza/pkg-comment @@ -0,0 +1 @@ +A clone of the classic Eliza program diff --git a/misc/p5-Chatbot-Eliza/pkg-descr b/misc/p5-Chatbot-Eliza/pkg-descr new file mode 100644 index 000000000000..4fd08b5885bf --- /dev/null +++ b/misc/p5-Chatbot-Eliza/pkg-descr @@ -0,0 +1,6 @@ +This 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. The program is designed to give the +appearance of understanding. diff --git a/misc/p5-Chatbot-Eliza/pkg-plist b/misc/p5-Chatbot-Eliza/pkg-plist new file mode 100644 index 000000000000..8fedbaa0bd93 --- /dev/null +++ b/misc/p5-Chatbot-Eliza/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/Chatbot/Eliza.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chatbot/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chatbot +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chatbot |