aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Chatbot-Eliza
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-12 15:58:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-12 15:58:28 +0000
commit659645398a12573aa25f01876f428118212730bc (patch)
tree56ca0b9cc59924f7c1fa0d9996d38dd51d79a865 /misc/p5-Chatbot-Eliza
parentf252ef5daee43632fc6d2ddcea0c63611723b4a0 (diff)
downloadports-659645398a12573aa25f01876f428118212730bc.tar.gz
ports-659645398a12573aa25f01876f428118212730bc.zip
Notes
Diffstat (limited to 'misc/p5-Chatbot-Eliza')
-rw-r--r--misc/p5-Chatbot-Eliza/Makefile23
-rw-r--r--misc/p5-Chatbot-Eliza/distinfo1
-rw-r--r--misc/p5-Chatbot-Eliza/pkg-comment1
-rw-r--r--misc/p5-Chatbot-Eliza/pkg-descr6
-rw-r--r--misc/p5-Chatbot-Eliza/pkg-plist4
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