1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 0.9.5.

PR:		41188
Submitted by:	David Bushong <david+ports@bushong.net>
This commit is contained in:
Christian Weisgerber 2002-07-31 23:52:42 +00:00
parent ab7caf533e
commit 7ff207f253
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63826
4 changed files with 1284 additions and 529 deletions

View File

@ -6,12 +6,15 @@
#
PORTNAME= rbot
PORTVERSION= 0.9.2
PORTVERSION= 0.9.5
CATEGORIES= irc ruby
MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= david+ports@bushong.net
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \
${RUBY_SITELIBDIR}/rexml/document.rb:${PORTSDIR}/textproc/ruby-rexml
USE_RUBY= yes
NO_BUILD= yes

View File

@ -1 +1 @@
MD5 (rbot-0.9.2.tar.gz) = 80a3cff17d757fefdcae17652c704159
MD5 (rbot-0.9.5.tar.gz) = 681a6c1b7a0c8dc55295c2e002ed99d8

View File

@ -1,24 +1,32 @@
rbot is a ruby IRC bot. Think of him as a ruby infobot, with more and different
features, and a nicer plugin scheme. His main features include:
features, and a nicer plugin scheme. His main features include:
* Runtime configuration via irc chat
* User authentication and access levels for using different bot features
* Built in infobot-style keywords. See example session below.
* Support for underlying fact database (infobot fact files), which can be
overridden or supplemented by runtime keyword controls
* Powerful plugin architecture, comes with plugins for:
* DNS queries
* Babelfish translation
* Google searching
* Excuse generation
* Insult generation
* Karma
* Per-channel quote storage, searching and retrieval
* Reminders
* rot13 translation
* Check the spelling of a word
* Webserver Server: header examination
* RPG dice rolling (thanks to David Dorward)
* Multi-language support - comes with english definition only so far
* Runtime configuration via irc chat
* User authentication and access levels for using different bot features
* Built in infobot-style keywords. See example session below.
* Support for underlying fact database (infobot fact files), which can be
overridden or supplemented by runtime keyword controls
* Powerful plugin architecture, comes with plugins for:
o DNS queries
o Babelfish translation
o Google searching
o Excuse generation
o Insult generation
o Karma
o Checking the weather
o Querying slashdot
o Doing Math
o Per-channel quote storage, searching and retrieval
o Reminders
o rot13 translation
o Check the spelling of a word
o Webserver Server: header examination
o RPG dice rolling (thanks to David Dorward)
o Slapping people :)
o larting people
o conversation stats
o more...
* Multi-language support - comes with english definition only so far -
translations welcome
WWW: http://linuxbrit.co.uk/rbot/

File diff suppressed because it is too large Load Diff