summaryrefslogtreecommitdiffstats
path: root/chat-irc/ratbox-services/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/ratbox-services/DETAILS')
-rwxr-xr-xchat-irc/ratbox-services/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/chat-irc/ratbox-services/DETAILS b/chat-irc/ratbox-services/DETAILS
new file mode 100755
index 0000000000..fbf054e9d0
--- /dev/null
+++ b/chat-irc/ratbox-services/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=ratbox-services
+ VERSION=1.2.4
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://services.ratbox.org/download/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.parodius.com/pub/ircd-ratbox/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE_GPG=ratbox.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=GPL
+ WEB_SITE=http://services.ratbox.org/
+ ENTERED=20110515
+ KEYWORDS="irc chat"
+ SHORT="IRC services package written for use with ircd-ratbox"
+cat << EOF
+ratbox-services is a services package written mostly from scratch for use with
+ircd-ratbox.
+
+It is highly configurable, with nearly all options being set in a config that
+can be rehashed rather than set at compile time. It also uses the SQLite
+database backend, which works as a database interface to a normal file, meaning
+no separate database software must be running.
+
+MySQL and PostgreSQL backends are also supported.
+EOF