diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 23:40:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-12 23:40:04 +0000 |
commit | a41c97ba0af71ac522bb3748bf4443639113fbe5 (patch) | |
tree | c34932251be3e5804947efc4f57496dc809ce722 /misc/p5-Chatbot-Eliza | |
parent | a6da6e3e1be79d9b5170252ba29ddf36c6c21d4d (diff) | |
download | ports-a41c97ba0af71ac522bb3748bf4443639113fbe5.tar.gz ports-a41c97ba0af71ac522bb3748bf4443639113fbe5.zip |
Notes
Diffstat (limited to 'misc/p5-Chatbot-Eliza')
-rw-r--r-- | misc/p5-Chatbot-Eliza/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/distinfo | 2 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Chatbot-Eliza/pkg-descr | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/misc/p5-Chatbot-Eliza/Makefile b/misc/p5-Chatbot-Eliza/Makefile index 16c851c3e93a..45375c003c79 100644 --- a/misc/p5-Chatbot-Eliza/Makefile +++ b/misc/p5-Chatbot-Eliza/Makefile @@ -7,13 +7,14 @@ # PORTNAME= Chatbot-Eliza -PORTVERSION= 0.97 +PORTVERSION= 1.04 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chatbot PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +COMMENT= A clone of the classic Eliza program PERL_CONFIGURE= yes diff --git a/misc/p5-Chatbot-Eliza/distinfo b/misc/p5-Chatbot-Eliza/distinfo index b2ee0127559c..0bca4bdaa2cc 100644 --- a/misc/p5-Chatbot-Eliza/distinfo +++ b/misc/p5-Chatbot-Eliza/distinfo @@ -1 +1 @@ -MD5 (Chatbot-Eliza-0.97.tar.gz) = 6e924d25f33459b21c23700606ebd9e4 +MD5 (Chatbot-Eliza-1.04.tar.gz) = 754199bbe591eaa11301aee108586fcd diff --git a/misc/p5-Chatbot-Eliza/pkg-comment b/misc/p5-Chatbot-Eliza/pkg-comment deleted file mode 100644 index bfa44d4446fd..000000000000 --- a/misc/p5-Chatbot-Eliza/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A clone of the classic Eliza program diff --git a/misc/p5-Chatbot-Eliza/pkg-descr b/misc/p5-Chatbot-Eliza/pkg-descr index 4fd08b5885bf..259517834b4a 100644 --- a/misc/p5-Chatbot-Eliza/pkg-descr +++ b/misc/p5-Chatbot-Eliza/pkg-descr @@ -4,3 +4,5 @@ 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. + +WWW: http://search.cpan.org/dist/Chatbot-Eliza/ |