[Lunar-commits] r24937 - in moonbase/trunk/zbeta: . ircd-ratbox

Auke Kok sofar at lunar-linux.org
Thu Jun 21 02:48:39 CEST 2007


Author: sofar
Date: 2007-06-21 02:48:38 +0200 (Thu, 21 Jun 2007)
New Revision: 24937

Added:
   moonbase/trunk/zbeta/ircd-ratbox/
   moonbase/trunk/zbeta/ircd-ratbox/BUILD
   moonbase/trunk/zbeta/ircd-ratbox/DEPENDS
   moonbase/trunk/zbeta/ircd-ratbox/DETAILS
Log:
Advanced, stable and fast ircd

From:  stelzy at gmail.com


Added: moonbase/trunk/zbeta/ircd-ratbox/BUILD
===================================================================
--- moonbase/trunk/zbeta/ircd-ratbox/BUILD	                        (rev 0)
+++ moonbase/trunk/zbeta/ircd-ratbox/BUILD	2007-06-21 00:48:38 UTC (rev 24937)
@@ -0,0 +1,16 @@
+(
+
+  sedit "s:ETCPATH \"/ircd.pid\":\"/var/run/ircd.pid\":" include/config.h  &&
+  sedit "66,73d" help/Makefile.in  &&
+  sedit "149,155d" modules/Makefile.in  &&
+
+  OPTS="$OPTS --prefix=/opt/lunar/ratbox \
+	      --with-confdir=/etc/ratbox \
+	      --with-logdir=/var/log/ratbox \
+	      --with-nicklen=18 \
+	      --with-topiclen=360 \
+	      --enable-ipv6"  &&
+
+  default_build
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/ircd-ratbox/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/ircd-ratbox/DEPENDS	                        (rev 0)
+++ moonbase/trunk/zbeta/ircd-ratbox/DEPENDS	2007-06-21 00:48:38 UTC (rev 24937)
@@ -0,0 +1,14 @@
+optional_depends "zlib" \
+		 "--with-zlib-path=/usr" \
+		 "--disable-zlib" \
+		 "for ziplinks support"
+
+optional_depends "openssl" \
+		 "--enable-openssl" \
+		 "--disable-openssl" \
+		 "for OpenSSL support"
+
+optional_depends "ratbox-services" \
+		 "--enable-services" \
+		 "" \
+		 "for ratbox-services compatibility code"

Added: moonbase/trunk/zbeta/ircd-ratbox/DETAILS
===================================================================
--- moonbase/trunk/zbeta/ircd-ratbox/DETAILS	                        (rev 0)
+++ moonbase/trunk/zbeta/ircd-ratbox/DETAILS	2007-06-21 00:48:38 UTC (rev 24937)
@@ -0,0 +1,17 @@
+          MODULE=ircd-ratbox
+         VERSION=2.2.6
+	WEB_SITE=http://www.ircd-ratbox.org/
+          SOURCE=$MODULE-$VERSION.tgz
+   SOURCE_URL[0]=$WEB_SITE/download
+   SOURCE_URL[1]=ftp://ftp.demon.co.uk/pub/mirrors/$MODULE
+   SOURCE_URL[2]=ftp://ftp.ircd-ratbox.org/pub/$MODULE
+      SOURCE_VFY=sha1:38c20d0f91d7a6ab44cef51e0542672cc8566837
+         ENTERED=20070620
+         UPDATED=20070620
+           SHORT="Advanced, stable and fast ircd"
+
+cat << EOF
+ircd-ratbox is the primary ircd used on EFNet, combining the stability
+of an ircd required for a large production network together with a rich
+set of features making it suitable for use on smaller networks.
+EOF



More information about the Lunar-commits mailing list