summaryrefslogtreecommitdiff
path: root/chat/i2cbd/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-11-14 00:59:31 +0000
committerhubertf <hubertf@pkgsrc.org>2002-11-14 00:59:31 +0000
commitc26ed8a311233ed97b2f3371f1c4b8c966edc877 (patch)
tree9c91762bfc408c44bd29ac13d8a735ad9369e325 /chat/i2cbd/patches
parent652fa1677d5b2729d811a7f740298ac5098802ad (diff)
downloadpkgsrc-c26ed8a311233ed97b2f3371f1c4b8c966edc877.tar.gz
Import i2cbd-2.0_BETA0: Next generation Internet Citicen's Band chat server
I2CB icbd -- the Improved ICB Server ------------------------------------ ICBD is an online chat system which allows a large number of users to participate in realtime online discussions. Among the features of the ICB chat system are: * Simple, fast protocol and efficient polling-based implementation minimize `lag' effects * Persistent user database allows authentication of nicknames, storage of various user information, and leaving messages for users who are not logged on at the moment. * Any user may create groups, and exercise control over those groups, allowing for a wide range of discussion styles. This control includes making groups public or private, visible or invisible, and moderated or unmoderated * The fabulous, famous '/brick' command lends true interactivity to the chat experience :-)
Diffstat (limited to 'chat/i2cbd/patches')
-rw-r--r--chat/i2cbd/patches/patch-aa19
-rw-r--r--chat/i2cbd/patches/patch-ab21
-rw-r--r--chat/i2cbd/patches/patch-ac17
3 files changed, 57 insertions, 0 deletions
diff --git a/chat/i2cbd/patches/patch-aa b/chat/i2cbd/patches/patch-aa
new file mode 100644
index 00000000000..c4f0dfabc2e
--- /dev/null
+++ b/chat/i2cbd/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/11/14 00:59:31 hubertf Exp $
+
+--- config.h.orig Tue Oct 30 20:37:28 2001
++++ config.h
+@@ -5,10 +5,10 @@
+
+ /* File definitions */
+
+-#define USERDB "/usr/local/etc/icbd/userdb.db"
+-#define ICBDMOTD "/usr/local/etc/icbd/motd"
+-#define ICBDHELP "/usr/local/etc/icbd/icbd_help"
+-#define ACCESS_FILE "/usr/local/etc/icbd/icbd.deny"
++#define USERDB PREFIX "/etc/icbd/userdb.db"
++#define ICBDMOTD PREFIX "/etc/icbd/motd"
++#define ICBDHELP PREFIX "/etc/icbd/icbd_help"
++#define ACCESS_FILE PREFIX "/etc/icbd/icbd.deny"
+ #define ICBDLOG "/var/log/icbd.log"
+ #define PID_FILE "/var/run/icbd.pid"
+ #define INIT_BRICKS 5 /* initial number of bricks to be thrown */
diff --git a/chat/i2cbd/patches/patch-ab b/chat/i2cbd/patches/patch-ab
new file mode 100644
index 00000000000..88c0879c052
--- /dev/null
+++ b/chat/i2cbd/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/11/14 00:59:31 hubertf Exp $
+
+--- config.mk.orig Tue Oct 30 20:50:40 2001
++++ config.mk
+@@ -3,7 +3,6 @@
+ # For copying and distribution information, see the file COPYING.
+ #
+
+-PREFIX = /usr/local
+ BINDIR = ${PREFIX}/sbin
+ MANDIR = ${PREFIX}/man
+ MAN8DIR = ${PREFIX}/man/man8
+@@ -19,7 +18,7 @@
+ # affect portability to some platforms. The others here are irrelevant.
+ BADWARNS = -Wwrite-strings -Wconversion -Waggregate-return -Wredundant-decls
+ DEBUG = -DDEBUG -DVERBOSE -g
+-CFLAGS = ${WARNS} ${EXTRAWARNS} ${DEBUG}
++CFLAGS = ${WARNS} ${EXTRAWARNS} ${DEBUG} -DPREFIX=\"${PREFIX}\"
+ LDFLAGS =
+ LIBS = -lutil
+
diff --git a/chat/i2cbd/patches/patch-ac b/chat/i2cbd/patches/patch-ac
new file mode 100644
index 00000000000..17c8498e921
--- /dev/null
+++ b/chat/i2cbd/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/11/14 00:59:31 hubertf Exp $
+
+--- etc/motd.orig Mon Oct 29 04:51:52 2001
++++ etc/motd
+@@ -1,7 +1,7 @@
+------------------------------------------------------------------------------
+- welcome to the i2cb icb server
++-----------------------------------------------------------------------
++ welcome to the i2cb icb server
+
+- up since: %U
++ up since: %U
+
+- For more information, see http://www.draga.com/~jwise/i2cb/
+------------------------------------------------------------------------------
++ For more information, see http://www.draga.com/~jwise/i2cb/
++-----------------------------------------------------------------------