CVS: moonbase/chat/BitchX bitchx, NONE, 1.1 BUILD, 1.5, 1.6 DETAILS,
1.6, 1.7
Auke Kok
sofar at lunar-linux.org
Tue Oct 28 23:57:10 GMT 2003
Update of /var/cvs/lunar/moonbase/chat/BitchX
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11364
Modified Files:
BUILD DETAILS
Added Files:
bitchx
Log Message:
Adding some gadgets, since BitchX can be such a pain:
* freenode is now the default network (like you ever chatted on efnet)
* default realname now has some honour in it
* added "bitchx" wrapper that tags your nick and autojoins #lunar
--- NEW FILE: bitchx ---
#!/bin/sh
IRCNICK="${IRCNICK:-[LL]$USER}" IRCNAME="${IRCNAME:-$USER is a proud lunar-linux user.}" /usr/bin/BitchX -c \#lunar irc.freenode.net
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/BitchX/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 28 Oct 2003 22:29:24 -0000 1.5
+++ BUILD 28 Oct 2003 23:57:08 -0000 1.6
@@ -2,6 +2,7 @@
patch_it $SOURCE_CACHE/$SOURCE2 0 &&
patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE4 1 &&
export CC="gcc" &&
export CCC="g++" &&
export CXX="g++" &&
@@ -11,6 +12,7 @@
--infodir=/usr/share/info \
--mandir=/usr/share/man \
$OPTS &&
- default_make
+ default_make &&
+ install -m755 $SCRIPT_DIRECTORY/bitchx /usr/bin/bitchx
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/BitchX/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 28 Oct 2003 22:29:24 -0000 1.6
+++ DETAILS 28 Oct 2003 23:57:08 -0000 1.7
@@ -3,12 +3,15 @@
SOURCE=ircii-pana-$VERSION.tar.gz
SOURCE2=$MODULE-$VERSION-funny.c-1.patch
SOURCE3=bitchx-1.0c19-macros-fixes.patch.bz2
+ SOURCE4=BitchX-1.0c19-lunar.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=http://www.lunar-linux.com/lunar/mirrors/$SOURCE
SOURCE2_URL=$PATCH_URL/$SOURCE2
SOURCE3_URL=$PATCH_URL/$SOURCE3
+ SOURCE4_URL=$PATCH_URL/$SOURCE4
SOURCE_VFY=md5:79431ff0880e7317049045981fac8adc
SOURCE3_VFY=md5:df98d4b396ac057776f13b67da6b3251
+ SOURCE4_VFY=md5:3bddec33235271817e314634e22907fb
#SOURCE_URL[0]=ftp://ftp.bitchx.org/pub/BitchX/source/$SOURCE
#SOURCE_URL[1]=ftp://ftp.bitchx.org/pub/BitchX/old/source/$SOURCE
WEB_SITE=http://www.bitchx.org
More information about the Lunar-commits
mailing list