upgrade to BitchX 1.0c16
This commit is contained in:
parent
e1a93d1889
commit
7ddbc5f0c6
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 1999/12/20 15:39:18 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2000/01/30 06:00:54 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
|
||||
|
||||
DISTNAME= BitchX-1.0c13
|
||||
PKGNAME= bitchx-1.0c13
|
||||
DISTNAME= BitchX-1.0c16
|
||||
PKGNAME= bitchx-1.0c16
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/
|
||||
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
|
||||
ftp://bitchx.dimension6.com/pub/BitchX/source/
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (BitchX-1.0c13.tar.gz) = 784cc6e288e46c6faa0323d4fb560c29
|
||||
RMD160 (BitchX-1.0c13.tar.gz) = d7e55d70db281bd2fe48c342c74094769088b2d3
|
||||
SHA1 (BitchX-1.0c13.tar.gz) = 8c408fcd0e76cab1f31caf4ae7f6cd9d9ffa84f3
|
||||
MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511
|
||||
RMD160 (BitchX-1.0c16.tar.gz) = 541cf3b893c7d2e4259b63366542113509d58491
|
||||
SHA1 (BitchX-1.0c16.tar.gz) = 040355899a3a4de3cfb470a0081e766d7c8b38d1
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Fri Oct 29 02:08:41 1999
|
||||
+++ configure Mon Dec 6 10:03:33 1999
|
||||
@@ -8920,11 +8920,11 @@
|
||||
--- configure.orig Mon Jan 10 04:34:24 2000
|
||||
+++ configure Sat Jan 29 23:56:58 2000
|
||||
@@ -8985,11 +8985,11 @@
|
||||
MV="mv"
|
||||
|
||||
INSTALL_IRC=\${bindir}/\$\(_VERSION_\)
|
||||
@ -13,8 +13,8 @@
|
||||
+INSTALL_WSERV=\$\(libexecdir\)/wserv-bitchx
|
||||
INSTALL_SCRBX=\${bindir}/scr-bx
|
||||
INSTALL_SCRIPT=\$\(IRCLIB\)/script
|
||||
INSTALL_HELP_CMD="cp -pr bitchx-docs/* \$(HELPDIR)"
|
||||
@@ -9361,27 +9361,3 @@
|
||||
|
||||
@@ -9458,27 +9458,3 @@
|
||||
|
||||
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.in.orig Mon Dec 20 08:57:35 1999
|
||||
+++ Makefile.in Mon Dec 20 08:58:05 1999
|
||||
@@ -108,8 +108,8 @@
|
||||
--- Makefile.in.orig Sun Jan 9 05:11:01 2000
|
||||
+++ Makefile.in Sat Jan 29 23:58:32 2000
|
||||
@@ -106,8 +106,8 @@
|
||||
LN = @LN@
|
||||
CP = @CP@
|
||||
MV = @MV@
|
||||
-INSTALL = ./bsdinstall -c -s -m 755
|
||||
-INSTALL_DATA = $(topdir)/bsdinstall -c -m 644
|
||||
-INSTALL = $(topdir)/$(srcdir)/bsdinstall -c -s -m 755
|
||||
-INSTALL_DATA = $(topdir)/$(srcdir)/bsdinstall -c -m 644
|
||||
+INSTALL = $(BSD_INSTALL_PROGRAM)
|
||||
+INSTALL_DATA = $(BSD_INSTALL_DATA)
|
||||
|
||||
|
@ -1,18 +0,0 @@
|
||||
--- source/irc.c.orig Mon Dec 20 09:26:05 1999
|
||||
+++ source/irc.c Mon Dec 20 09:43:41 1999
|
||||
@@ -457,8 +457,14 @@
|
||||
#if defined(WANT_DETACH) && !defined(GUI)
|
||||
kill_attached_if_needed(0);
|
||||
#endif
|
||||
- current_ftarget = stdout;
|
||||
+/* current_ftarget = stdout;*/
|
||||
+#if !defined(WINNT) && !defined(__EMX__)
|
||||
+#if defined(LATIN1)
|
||||
charset_lat1();
|
||||
+#elif defined(CHARSET_CUSTOM)
|
||||
+ charset_cst();
|
||||
+#endif
|
||||
+#endif
|
||||
fprintf(stdout, "\r");
|
||||
fflush(stdout);
|
||||
exit(0);
|
@ -1,5 +1,5 @@
|
||||
bin/BitchX
|
||||
bin/BitchX-1.0c13
|
||||
bin/BitchX-1.0c16
|
||||
bin/scr-bx
|
||||
libexec/wserv-bitchx
|
||||
share/bitchx/BitchX.help
|
||||
@ -11,10 +11,27 @@ share/bitchx/help/1_General/4op
|
||||
share/bitchx/help/1_General/about
|
||||
share/bitchx/help/1_General/addforward
|
||||
share/bitchx/help/1_General/addidle
|
||||
share/bitchx/help/1_General/addlamenick
|
||||
share/bitchx/help/1_General/addnoflood
|
||||
share/bitchx/help/1_General/addshit
|
||||
share/bitchx/help/1_General/adduser
|
||||
share/bitchx/help/1_General/addword
|
||||
share/bitchx/help/1_General/ajoin
|
||||
share/bitchx/help/1_General/ajoinlist
|
||||
share/bitchx/help/1_General/away
|
||||
share/bitchx/help/1_General/awaylog
|
||||
share/bitchx/help/1_General/awaymsg
|
||||
share/bitchx/help/1_General/b
|
||||
share/bitchx/help/1_General/back
|
||||
share/bitchx/help/1_General/ban
|
||||
share/bitchx/help/1_General/banstat
|
||||
share/bitchx/help/1_General/bantype
|
||||
share/bitchx/help/1_General/banwords
|
||||
share/bitchx/help/1_General/bk
|
||||
share/bitchx/help/1_General/bki
|
||||
share/bitchx/help/1_General/bye
|
||||
share/bitchx/help/1_General/channel
|
||||
share/bitchx/help/1_General/chat
|
||||
share/bitchx/help/1_General/ctcp/action
|
||||
share/bitchx/help/1_General/ctcp/bdcc
|
||||
share/bitchx/help/1_General/ctcp/cdcc
|
||||
@ -35,46 +52,86 @@ share/bitchx/help/1_General/ctcp/utc
|
||||
share/bitchx/help/1_General/ctcp/version
|
||||
share/bitchx/help/1_General/ctcp/whoami
|
||||
share/bitchx/help/1_General/ctcp/xdcc
|
||||
share/bitchx/help/1_General/dcc/activecount
|
||||
share/bitchx/help/1_General/dcc/autoget
|
||||
share/bitchx/help/1_General/dcc/autooverwrite
|
||||
share/bitchx/help/1_General/dcc/autorename
|
||||
share/bitchx/help/1_General/dcc/bot
|
||||
share/bitchx/help/1_General/dcc/chat
|
||||
share/bitchx/help/1_General/dcc/close
|
||||
share/bitchx/help/1_General/dcc/closeall
|
||||
share/bitchx/help/1_General/dcc/dcc
|
||||
share/bitchx/help/1_General/dcc/exempt
|
||||
share/bitchx/help/1_General/dcc/ftp
|
||||
share/bitchx/help/1_General/dcc/get
|
||||
share/bitchx/help/1_General/dcc/list
|
||||
share/bitchx/help/1_General/dcc/quietmode
|
||||
share/bitchx/help/1_General/dcc/raw
|
||||
share/bitchx/help/1_General/dcc/reget
|
||||
share/bitchx/help/1_General/dcc/rename
|
||||
share/bitchx/help/1_General/dcc/resend
|
||||
share/bitchx/help/1_General/dcc/resume
|
||||
share/bitchx/help/1_General/dcc/send
|
||||
share/bitchx/help/1_General/dcc/showpaths
|
||||
share/bitchx/help/1_General/dcc/stats
|
||||
share/bitchx/help/1_General/dcc/tget
|
||||
share/bitchx/help/1_General/dcc/treget
|
||||
share/bitchx/help/1_General/dcc/tresend
|
||||
share/bitchx/help/1_General/dcc/tsend
|
||||
share/bitchx/help/1_General/describe
|
||||
share/bitchx/help/1_General/disconnect
|
||||
share/bitchx/help/1_General/gone
|
||||
share/bitchx/help/1_General/help
|
||||
share/bitchx/help/1_General/ignore
|
||||
share/bitchx/help/1_General/invite
|
||||
share/bitchx/help/1_General/j
|
||||
share/bitchx/help/1_General/join
|
||||
share/bitchx/help/1_General/k
|
||||
share/bitchx/help/1_General/kb
|
||||
share/bitchx/help/1_General/kbi
|
||||
share/bitchx/help/1_General/kick
|
||||
share/bitchx/help/1_General/kickidle
|
||||
share/bitchx/help/1_General/l
|
||||
share/bitchx/help/1_General/lamenicklist
|
||||
share/bitchx/help/1_General/lastlog
|
||||
share/bitchx/help/1_General/leave
|
||||
share/bitchx/help/1_General/m
|
||||
share/bitchx/help/1_General/me
|
||||
share/bitchx/help/1_General/mode
|
||||
share/bitchx/help/1_General/msg
|
||||
share/bitchx/help/1_General/nick
|
||||
share/bitchx/help/1_General/nochat
|
||||
share/bitchx/help/1_General/noforward
|
||||
share/bitchx/help/1_General/notice
|
||||
share/bitchx/help/1_General/notify
|
||||
share/bitchx/help/1_General/nslookup
|
||||
share/bitchx/help/1_General/offers
|
||||
share/bitchx/help/1_General/p
|
||||
share/bitchx/help/1_General/part
|
||||
share/bitchx/help/1_General/partall
|
||||
share/bitchx/help/1_General/ping
|
||||
share/bitchx/help/1_General/query
|
||||
share/bitchx/help/1_General/quit
|
||||
share/bitchx/help/1_General/reconnect
|
||||
share/bitchx/help/1_General/say
|
||||
share/bitchx/help/1_General/server
|
||||
share/bitchx/help/1_General/shitlist
|
||||
share/bitchx/help/1_General/showwordkick
|
||||
share/bitchx/help/1_General/silence
|
||||
share/bitchx/help/1_General/spam
|
||||
share/bitchx/help/1_General/t
|
||||
share/bitchx/help/1_General/topic
|
||||
share/bitchx/help/1_General/unajoin
|
||||
share/bitchx/help/1_General/unforward
|
||||
share/bitchx/help/1_General/unidle
|
||||
share/bitchx/help/1_General/unlamenick
|
||||
share/bitchx/help/1_General/unshit
|
||||
share/bitchx/help/1_General/unuser
|
||||
share/bitchx/help/1_General/unwordkick
|
||||
share/bitchx/help/1_General/uping
|
||||
share/bitchx/help/1_General/url
|
||||
share/bitchx/help/1_General/ver
|
||||
share/bitchx/help/1_General/wordlist
|
||||
share/bitchx/help/2_Queries/2_Queries
|
||||
share/bitchx/help/2_Queries/admin
|
||||
share/bitchx/help/2_Queries/flush
|
||||
@ -85,7 +142,16 @@ share/bitchx/help/2_Queries/list
|
||||
share/bitchx/help/2_Queries/lusers
|
||||
share/bitchx/help/2_Queries/map
|
||||
share/bitchx/help/2_Queries/motd
|
||||
share/bitchx/help/2_Queries/n
|
||||
share/bitchx/help/2_Queries/names
|
||||
share/bitchx/help/2_Queries/sc
|
||||
share/bitchx/help/2_Queries/scan
|
||||
share/bitchx/help/2_Queries/scanf
|
||||
share/bitchx/help/2_Queries/scani
|
||||
share/bitchx/help/2_Queries/scann
|
||||
share/bitchx/help/2_Queries/scano
|
||||
share/bitchx/help/2_Queries/scans
|
||||
share/bitchx/help/2_Queries/scanv
|
||||
share/bitchx/help/2_Queries/stats
|
||||
share/bitchx/help/2_Queries/time
|
||||
share/bitchx/help/2_Queries/trace
|
||||
@ -96,6 +162,7 @@ share/bitchx/help/2_Queries/version
|
||||
share/bitchx/help/2_Queries/who
|
||||
share/bitchx/help/2_Queries/whois
|
||||
share/bitchx/help/2_Queries/whowas
|
||||
share/bitchx/help/2_Queries/wi
|
||||
share/bitchx/help/2_Queries/wii
|
||||
share/bitchx/help/2_Queries/wilc
|
||||
share/bitchx/help/2_Queries/wilcr
|
||||
@ -418,6 +485,8 @@ share/bitchx/help/5_Programming/hook
|
||||
share/bitchx/help/5_Programming/if
|
||||
share/bitchx/help/5_Programming/input
|
||||
share/bitchx/help/5_Programming/load
|
||||
share/bitchx/help/5_Programming/loaddll
|
||||
share/bitchx/help/5_Programming/loadtcl
|
||||
share/bitchx/help/5_Programming/local
|
||||
share/bitchx/help/5_Programming/menu
|
||||
share/bitchx/help/5_Programming/menuitem
|
||||
@ -466,7 +535,6 @@ share/bitchx/help/5_Programming/on/notify_signoff
|
||||
share/bitchx/help/5_Programming/on/notify_signon
|
||||
share/bitchx/help/5_Programming/on/odd_server_stuff
|
||||
share/bitchx/help/5_Programming/on/on
|
||||
share/bitchx/help/5_Programming/on/on~
|
||||
share/bitchx/help/5_Programming/on/oper_notice
|
||||
share/bitchx/help/5_Programming/on/pong
|
||||
share/bitchx/help/5_Programming/on/public
|
||||
@ -514,6 +582,7 @@ share/bitchx/help/5_Programming/redirect
|
||||
share/bitchx/help/5_Programming/repeat
|
||||
share/bitchx/help/5_Programming/return
|
||||
share/bitchx/help/5_Programming/save
|
||||
share/bitchx/help/5_Programming/saveirc
|
||||
share/bitchx/help/5_Programming/send
|
||||
share/bitchx/help/5_Programming/sendline
|
||||
share/bitchx/help/5_Programming/setenv
|
||||
@ -836,6 +905,7 @@ share/bitchx/help/README_FIRST
|
||||
share/bitchx/script/actplug.gmz
|
||||
share/bitchx/script/bxglobal
|
||||
share/bitchx/script/bxtcl.tcl
|
||||
share/bitchx/script/example-.bitchxrc
|
||||
share/bitchx/script/file.tcl
|
||||
share/bitchx/script/fserve+vfs.tar.gz
|
||||
share/bitchx/script/menu.bx
|
||||
@ -872,17 +942,19 @@ share/bitchx/translation/SWEDISH_NAMES_COM
|
||||
share/bitchx/translation/SWISS
|
||||
share/bitchx/translation/UNITED_KINGDOM
|
||||
share/bitchx/translation/UNITED_KINGDOM_COM
|
||||
@dirrm share/bitchx/help/1_General
|
||||
@dirrm share/bitchx/help/1_General/ctcp
|
||||
@dirrm share/bitchx/help/1_General/dcc
|
||||
@dirrm share/bitchx/help/1_General
|
||||
@dirrm share/bitchx/help/2_Queries
|
||||
@dirrm share/bitchx/help/3_Operators
|
||||
@dirrm share/bitchx/help/4_Misc
|
||||
@dirrm share/bitchx/help/4_Misc/bind
|
||||
@dirrm share/bitchx/help/4_Misc/fset
|
||||
@dirrm share/bitchx/help/4_Misc/set
|
||||
@dirrm share/bitchx/help/4_Misc/window
|
||||
@dirrm share/bitchx/help/5_Programming
|
||||
@dirrm share/bitchx/help/4_Misc/wset
|
||||
@dirrm share/bitchx/help/4_Misc
|
||||
@dirrm share/bitchx/help/5_Programming/on
|
||||
@dirrm share/bitchx/help/5_Programming
|
||||
@dirrm share/bitchx/help/6_Functions
|
||||
@dirrm share/bitchx/help/7_Docs
|
||||
@dirrm share/bitchx/help/8_Scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user