summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
committerwiz <wiz@pkgsrc.org>2000-12-15 00:36:25 +0000
commitae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch)
tree9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/ircII
parent5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff)
downloadpkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/ircII')
-rw-r--r--chat/ircII/Makefile53
-rw-r--r--chat/ircII/files/md53
-rw-r--r--chat/ircII/files/patch-sum8
-rw-r--r--chat/ircII/patches/patch-aa13
-rw-r--r--chat/ircII/patches/patch-ab12
-rw-r--r--chat/ircII/patches/patch-ac29
-rw-r--r--chat/ircII/patches/patch-ad34
-rw-r--r--chat/ircII/patches/patch-ae35
-rw-r--r--chat/ircII/patches/patch-af34
-rw-r--r--chat/ircII/pkg/COMMENT1
-rw-r--r--chat/ircII/pkg/DESCR3
-rw-r--r--chat/ircII/pkg/PLIST624
12 files changed, 849 insertions, 0 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
new file mode 100644
index 00000000000..fbc33a5402e
--- /dev/null
+++ b/chat/ircII/Makefile
@@ -0,0 +1,53 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $
+# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp
+#
+
+DISTNAME= ircii-4.4Z
+PKGNAME= ircII-4.4Z
+WRKSRC= ${WRKDIR}/ircii-4.4Z
+CATEGORIES= chat
+MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+
+.include "../../mk/bsd.prefs.mk"
+
+GNU_CONFIGURE= yes
+.if defined(DEFAULT_IRC_SERVER)
+CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER}
+.endif
+
+BUILD_DEFS+= USE_INET6
+
+# Note: this pkg auto-detects IPv6 without regarding USE_INET6.
+# (Leave the above line in to still get it into the README-IPv6.html!)
+
+PLIST_SRC= ${WRKDIR}/PLIST.tmp
+BUILD_DEFS+= USE_SOCKS
+
+# Include SOCKS firewall support
+.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
+CONFIGURE_ARGS+= --with-socks${USE_SOCKS}=${PREFIX}
+.if ${USE_SOCKS} == 4
+DEPENDS+= socks4-2.2:../../net/socks4
+.else
+DEPENDS+= socks5-1.0.2:../../net/socks5
+.endif
+.endif
+
+pre-install:
+ @(if [ "X${MANZ}" != X"" ]; then \
+ GZSUFFIX=.gz; \
+ fi; \
+ ${SED} -e 's|@.GZ@|'$$GZSUFFIX'|g' ${PKGDIR}/PLIST > ${PLIST_SRC})
+
+post-install:
+ @if [ "X${MANZ}" != X"" ]; then \
+ ${ECHO} Compressing help files; \
+ ${FIND} ${PREFIX}/share/irc/help -type f -print | xargs ${GZIP_CMD}; \
+ fi
+ ${RM} -f ${PREFIX}/man/man1/irc.1
+ ${LN} -s ircII.1 ${PREFIX}/man/man1/irc.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/chat/ircII/files/md5 b/chat/ircII/files/md5
new file mode 100644
index 00000000000..a85d8c49224
--- /dev/null
+++ b/chat/ircII/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $
+
+MD5 (ircii-4.4Z.tar.bz2) = 5c9ad208170eebfd1a1b5c07286fc82f
diff --git a/chat/ircII/files/patch-sum b/chat/ircII/files/patch-sum
new file mode 100644
index 00000000000..6c475e06362
--- /dev/null
+++ b/chat/ircII/files/patch-sum
@@ -0,0 +1,8 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $
+
+MD5 (patch-aa) = d1cb763698a4ebdcadb252aaf0d02d7a
+MD5 (patch-ab) = 01fe6560aa4dadb10d37074b42189a56
+MD5 (patch-ac) = 89781cbbd9c98e02392b56b82fd50804
+MD5 (patch-ad) = 5db55f87dc75b2408cc9b566c50a9084
+MD5 (patch-ae) = 6082ecc404c0ff9c9cfc82125a59cb30
+MD5 (patch-af) = 06d56558277f5cd4a8cc37ae931a16db
diff --git a/chat/ircII/patches/patch-aa b/chat/ircII/patches/patch-aa
new file mode 100644
index 00000000000..705b22d5296
--- /dev/null
+++ b/chat/ircII/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $
+
+--- configure.orig Sun Apr 9 09:11:08 2000
++++ configure Thu Aug 3 07:43:46 2000
+@@ -5241,7 +5241,7 @@
+ fi
+ if test "x$COPY_DIRECTORY" = "xpax";
+ then
+- INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.?CVS$$;;" -s ";.*/\.?CVS/.*;;" . $(HELP_DIR)'
++ INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.CVS$$;;" -s ";.*/\.CVS/.*;;" . $(HELP_DIR)'
+ else
+ if test "x$COPY_DIRECTORY" = "xtar";
+ then
diff --git a/chat/ircII/patches/patch-ab b/chat/ircII/patches/patch-ab
new file mode 100644
index 00000000000..9e7c73449be
--- /dev/null
+++ b/chat/ircII/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 00:36:32 wiz Exp $
+
+--- include/irc.h.orig Tue Jul 18 19:12:16 2000
++++ include/irc.h Mon Sep 18 00:12:27 2000
+@@ -334,6 +334,7 @@
+ extern int current_numeric;
+ extern int qflag;
+ extern int bflag;
++extern int tflag;
+ extern struct in_addr local_ip_address;
+ extern int client_default_icb;
+
diff --git a/chat/ircII/patches/patch-ac b/chat/ircII/patches/patch-ac
new file mode 100644
index 00000000000..42582cdfbc6
--- /dev/null
+++ b/chat/ircII/patches/patch-ac
@@ -0,0 +1,29 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $
+
+--- Makefile.in.orig Sun Apr 16 02:04:02 2000
++++ Makefile.in Thu May 11 13:56:05 2000
+@@ -158,8 +158,8 @@
+ CP = cp
+ MV = mv
+ SED = sed
+-INSTALL = $(topdir)/bsdinstall -c -m 755
+-INSTALL_DATA = $(topdir)/bsdinstall -c -m 644
++INSTALL = $(BSD_INSTALL_PROGRAM)
++INSTALL_DATA = $(BSD_INSTALL_DATA)
+
+ VERSION = @VERSION@
+
+@@ -178,11 +178,9 @@
+
+ installirc: irc installdirs
+ $(INSTALL) irc $(INSTALL_IRC)-$(VERSION)
+- $(INSTALL) ircbug $(bindir)/ircbug
+- @if test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi
+- @if test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi
++ $(BSD_INSTALL_SCRIPT) ircbug $(bindir)/ircbug
+ $(RM) $(INSTALL_IRC)
+- $(LN) $(INSTALL_IRC_NAME)-$(VERSION) $(INSTALL_IRC)
++ cd ${bindir}; $(LN) irc-$(VERSION) irc
+
+ installscript: installdirs
+ ( \
diff --git a/chat/ircII/patches/patch-ad b/chat/ircII/patches/patch-ad
new file mode 100644
index 00000000000..5ebfe693f18
--- /dev/null
+++ b/chat/ircII/patches/patch-ad
@@ -0,0 +1,34 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $
+
+--- source/irc.c.orig Thu Aug 31 13:52:49 2000
++++ source/irc.c Mon Sep 18 00:12:27 2000
+@@ -154,6 +154,7 @@
+ * message anywhere */
+ int qflag; /* set if we ignore .ircrc */
+ int bflag; /* set if we load .ircrc before connecting */
++int tflag; /* don't use termcap ti/te sequences */
+ time_t idle_time; /* last time the user hit a key */
+ time_t start_time; /* epoch time we started */
+
+@@ -207,6 +208,8 @@
+ -b\t\tload .ircrc before connecting to a server\n\
+ -l <file>\tloads <file> in place of your .ircrc\n\
+ -I <file>\tloads <file> in place of your .ircquick\n\
++ -t\t\tdo not use termcap ti and te sequences at startup\n\
++ -T\t\tuse termcap ti and te sequences at startup (default)\n\
+ -icb\t\tuse ICB connections by default\n\
+ -irc\t\tuse IRC connections by default\n\
+ icb [same switches] (default to -icb)\n";
+@@ -538,6 +541,12 @@
+ break;
+ case 'S':
+ using_server_process = 1;
++ break;
++ case 't':
++ tflag = 1;
++ break;
++ case 'T':
++ tflag = 0;
+ break;
+ case 'q':
+ if (bflag)
diff --git a/chat/ircII/patches/patch-ae b/chat/ircII/patches/patch-ae
new file mode 100644
index 00000000000..cc3a26b187a
--- /dev/null
+++ b/chat/ircII/patches/patch-ae
@@ -0,0 +1,35 @@
+$NetBSD: patch-ae,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $
+
+--- source/term.c.orig Sun Jun 11 09:04:56 2000
++++ source/term.c Mon Sep 18 00:12:27 2000
+@@ -339,7 +339,7 @@
+
+ if (CS)
+ tputs_x(tgoto(CS, LI - 1, 0));
+- if (TE)
++ if (!tflag && TE)
+ tputs_x(TE);
+ term_move_cursor(0, LI - 1);
+ term_reset_flag = 1;
+@@ -381,7 +381,7 @@
+ # endif /* mips */
+ #endif /* SIGSTOP && SIGTSTP */
+
+- if (TI)
++ if (!tflag && TI)
+ tputs_x(TI);
+ }
+
+@@ -461,10 +461,10 @@
+ term_clear_to_eol = term_null_function;
+
+ TE = tgetstr("te", &ptr);
+- if (TE && (TI = tgetstr("ti", &ptr)) != (char *) 0)
++ if (!tflag && TE && (TI = tgetstr("ti", &ptr)) != (char *) 0 )
+ tputs_x(TI);
+ else
+- TI = (char *) 0;
++ TE = TI = (char *) 0;
+
+ /* if ((ND = tgetstr("nd", &ptr)) || (ND = tgetstr("kr", &ptr))) */
+ if ((ND = tgetstr("nd", &ptr)) != NULL)
diff --git a/chat/ircII/patches/patch-af b/chat/ircII/patches/patch-af
new file mode 100644
index 00000000000..c90d635108d
--- /dev/null
+++ b/chat/ircII/patches/patch-af
@@ -0,0 +1,34 @@
+$NetBSD: patch-af,v 1.1.1.1 2000/12/15 00:36:33 wiz Exp $
+
+--- doc/ircII.1.orig Thu Jul 13 06:57:30 2000
++++ doc/ircII.1 Mon Sep 18 16:41:29 2000
+@@ -14,6 +14,8 @@
+ .RB [ \-F ]
+ .RB [ \-s ]
+ .RB [ \-S ]
++.RB [ \-t ]
++.RB [ \-T ]
+ .RB [ \-d ]
+ .IR [ nickname
+ .IR [ "server list" ]]
+@@ -76,6 +78,20 @@
+ Start up the ircio process to connect to the
+ .I IRC
+ server.
++.TP
++.B \-t
++Don't use the termcap
++.I ti
++and
++.I te
++sequences when starting and exiting.
++.TP
++.B \-T
++Do use the termcap
++.I ti
++and
++.I te
++sequences when starting and exiting if they exist (default).
+ .TP
+ .B \-d
+ Start in "dumb" mode.
diff --git a/chat/ircII/pkg/COMMENT b/chat/ircII/pkg/COMMENT
new file mode 100644
index 00000000000..a5a136e79aa
--- /dev/null
+++ b/chat/ircII/pkg/COMMENT
@@ -0,0 +1 @@
+The 'Internet Relay Chat' and 'Internet Citizens Band' Client
diff --git a/chat/ircII/pkg/DESCR b/chat/ircII/pkg/DESCR
new file mode 100644
index 00000000000..85e83deab51
--- /dev/null
+++ b/chat/ircII/pkg/DESCR
@@ -0,0 +1,3 @@
+The ircII program is a full screen, termcap based interface to Internet Relay
+Chat. It gives full access to all of the normal IRC functions, plus a variety
+of additional options. It also has support for ICB -- Internet Citizens Band.
diff --git a/chat/ircII/pkg/PLIST b/chat/ircII/pkg/PLIST
new file mode 100644
index 00000000000..a417616b755
--- /dev/null
+++ b/chat/ircII/pkg/PLIST
@@ -0,0 +1,624 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/15 00:36:35 wiz Exp $
+bin/irc
+bin/irc-4.4Z
+bin/ircbug
+bin/ircflush
+bin/ircio
+bin/wserv
+man/man1/irc.1
+man/man1/ircII.1
+man/man1/ircbug.1
+share/irc/help/!@.GZ@
+share/irc/help/.date@.GZ@
+share/irc/help/:@.GZ@
+share/irc/help/abort@.GZ@
+share/irc/help/admin@.GZ@
+share/irc/help/alias/alias@.GZ@
+share/irc/help/alias/functions@.GZ@
+share/irc/help/alias/quote@.GZ@
+share/irc/help/alias/special@.GZ@
+share/irc/help/alias/width@.GZ@
+share/irc/help/assign@.GZ@
+share/irc/help/away@.GZ@
+share/irc/help/basics@.GZ@
+share/irc/help/beep@.GZ@
+share/irc/help/bind/backspace@.GZ@
+share/irc/help/bind/backward_character@.GZ@
+share/irc/help/bind/backward_history@.GZ@
+share/irc/help/bind/backward_word@.GZ@
+share/irc/help/bind/beginning_of_line@.GZ@
+share/irc/help/bind/bind@.GZ@
+share/irc/help/bind/clear_screen@.GZ@
+share/irc/help/bind/command_completion@.GZ@
+share/irc/help/bind/delete_character@.GZ@
+share/irc/help/bind/delete_next_word@.GZ@
+share/irc/help/bind/delete_previous_word@.GZ@
+share/irc/help/bind/end_of_line@.GZ@
+share/irc/help/bind/enter_digraph@.GZ@
+share/irc/help/bind/enter_menu@.GZ@
+share/irc/help/bind/erase_line@.GZ@
+share/irc/help/bind/erase_to_beg_of_line@.GZ@
+share/irc/help/bind/erase_to_end_of_line@.GZ@
+share/irc/help/bind/examples@.GZ@
+share/irc/help/bind/forward_character@.GZ@
+share/irc/help/bind/forward_history@.GZ@
+share/irc/help/bind/forward_word@.GZ@
+share/irc/help/bind/help_character@.GZ@
+share/irc/help/bind/keys@.GZ@
+share/irc/help/bind/meta1_character@.GZ@
+share/irc/help/bind/meta2_character@.GZ@
+share/irc/help/bind/meta3_character@.GZ@
+share/irc/help/bind/meta4_character@.GZ@
+share/irc/help/bind/meta5_character@.GZ@
+share/irc/help/bind/meta6_character@.GZ@
+share/irc/help/bind/meta7_character@.GZ@
+share/irc/help/bind/meta8_character@.GZ@
+share/irc/help/bind/next_window@.GZ@
+share/irc/help/bind/nothing@.GZ@
+share/irc/help/bind/parse_command@.GZ@
+share/irc/help/bind/previous_window@.GZ@
+share/irc/help/bind/quit_irc@.GZ@
+share/irc/help/bind/quote_character@.GZ@
+share/irc/help/bind/refresh_inputline@.GZ@
+share/irc/help/bind/refresh_screen@.GZ@
+share/irc/help/bind/scroll_backward@.GZ@
+share/irc/help/bind/scroll_end@.GZ@
+share/irc/help/bind/scroll_forward@.GZ@
+share/irc/help/bind/scroll_start@.GZ@
+share/irc/help/bind/self_insert@.GZ@
+share/irc/help/bind/send_line@.GZ@
+share/irc/help/bind/stop_irc@.GZ@
+share/irc/help/bind/switch_channels@.GZ@
+share/irc/help/bind/toggle_insert_mode@.GZ@
+share/irc/help/bind/toggle_stop_screen@.GZ@
+share/irc/help/bind/transpose_characters@.GZ@
+share/irc/help/bind/type_text@.GZ@
+share/irc/help/bind/unstop_all_windows@.GZ@
+share/irc/help/bind/yank_from_cutbuffer@.GZ@
+share/irc/help/brick@.GZ@
+share/irc/help/bye@.GZ@
+share/irc/help/cat@.GZ@
+share/irc/help/cd@.GZ@
+share/irc/help/channel@.GZ@
+share/irc/help/clear@.GZ@
+share/irc/help/commands@.GZ@
+share/irc/help/comment@.GZ@
+share/irc/help/connect@.GZ@
+share/irc/help/ctcp/action@.GZ@
+share/irc/help/ctcp/clientinfo@.GZ@
+share/irc/help/ctcp/ctcp@.GZ@
+share/irc/help/ctcp/echo@.GZ@
+share/irc/help/ctcp/finger@.GZ@
+share/irc/help/ctcp/ping@.GZ@
+share/irc/help/ctcp/time@.GZ@
+share/irc/help/ctcp/userinfo@.GZ@
+share/irc/help/ctcp/utc@.GZ@
+share/irc/help/ctcp/version@.GZ@
+share/irc/help/date@.GZ@
+share/irc/help/dcc/chat@.GZ@
+share/irc/help/dcc/close@.GZ@
+share/irc/help/dcc/dcc@.GZ@
+share/irc/help/dcc/get@.GZ@
+share/irc/help/dcc/list@.GZ@
+share/irc/help/dcc/raw@.GZ@
+share/irc/help/dcc/rename@.GZ@
+share/irc/help/dcc/send@.GZ@
+share/irc/help/dcc/talk@.GZ@
+share/irc/help/dcc/tmsg@.GZ@
+share/irc/help/deop@.GZ@
+share/irc/help/describe@.GZ@
+share/irc/help/die@.GZ@
+share/irc/help/digraph@.GZ@
+share/irc/help/disconnect@.GZ@
+share/irc/help/dmsg@.GZ@
+share/irc/help/dquery@.GZ@
+share/irc/help/echo@.GZ@
+share/irc/help/encrypt@.GZ@
+share/irc/help/etiquette@.GZ@
+share/irc/help/eval@.GZ@
+share/irc/help/exec@.GZ@
+share/irc/help/exit@.GZ@
+share/irc/help/expressions@.GZ@
+share/irc/help/flush@.GZ@
+share/irc/help/foreach@.GZ@
+share/irc/help/help@.GZ@
+share/irc/help/history@.GZ@
+share/irc/help/hook@.GZ@
+share/irc/help/icb@.GZ@
+share/irc/help/if@.GZ@
+share/irc/help/ignore@.GZ@
+share/irc/help/info@.GZ@
+share/irc/help/input@.GZ@
+share/irc/help/intro@.GZ@
+share/irc/help/invite@.GZ@
+share/irc/help/ircii/copyright@.GZ@
+share/irc/help/ison@.GZ@
+share/irc/help/join@.GZ@
+share/irc/help/kick@.GZ@
+share/irc/help/kill@.GZ@
+share/irc/help/lastlog@.GZ@
+share/irc/help/leave@.GZ@
+share/irc/help/links@.GZ@
+share/irc/help/list@.GZ@
+share/irc/help/load/2.9script@.GZ@
+share/irc/help/load/action@.GZ@
+share/irc/help/load/alias@.GZ@
+share/irc/help/load/autoop@.GZ@
+share/irc/help/load/basical@.GZ@
+share/irc/help/load/bigcheese@.GZ@
+share/irc/help/load/brc@.GZ@
+share/irc/help/load/channel@.GZ@
+share/irc/help/load/columns@.GZ@
+share/irc/help/load/commander@.GZ@
+share/irc/help/load/cursor@.GZ@
+share/irc/help/load/dccchan@.GZ@
+share/irc/help/load/deutsch@.GZ@
+share/irc/help/load/disc@.GZ@
+share/irc/help/load/edit@.GZ@
+share/irc/help/load/english@.GZ@
+share/irc/help/load/events@.GZ@
+share/irc/help/load/extensions@.GZ@
+share/irc/help/load/finger.who@.GZ@
+share/irc/help/load/finger@.GZ@
+share/irc/help/load/flood@.GZ@
+share/irc/help/load/fnet@.GZ@
+share/irc/help/load/functions@.GZ@
+share/irc/help/load/help@.GZ@
+share/irc/help/load/history@.GZ@
+share/irc/help/load/icb@.GZ@
+share/irc/help/load/irciihelp@.GZ@
+share/irc/help/load/ircprimer@.GZ@
+share/irc/help/load/kickmenu@.GZ@
+share/irc/help/load/killpath@.GZ@
+share/irc/help/load/kpstat@.GZ@
+share/irc/help/load/list@.GZ@
+share/irc/help/load/load@.GZ@
+share/irc/help/load/local@.GZ@
+share/irc/help/load/lynx_ircrc@.GZ@
+share/irc/help/load/meta1@.GZ@
+share/irc/help/load/meta2@.GZ@
+share/irc/help/load/msg@.GZ@
+share/irc/help/load/mudlike@.GZ@
+share/irc/help/load/nemesis@.GZ@
+share/irc/help/load/netsplit@.GZ@
+share/irc/help/load/newaway@.GZ@
+share/irc/help/load/nicks@.GZ@
+share/irc/help/load/oldping@.GZ@
+share/irc/help/load/oper@.GZ@
+share/irc/help/load/prefix@.GZ@
+share/irc/help/load/recursion@.GZ@
+share/irc/help/load/repeat@.GZ@
+share/irc/help/load/screen@.GZ@
+share/irc/help/load/service@.GZ@
+share/irc/help/load/shell@.GZ@
+share/irc/help/load/silent@.GZ@
+share/irc/help/load/smileys@.GZ@
+share/irc/help/load/suggestions@.GZ@
+share/irc/help/load/tabkey@.GZ@
+share/irc/help/load/time@.GZ@
+share/irc/help/load/traces@.GZ@
+share/irc/help/load/troy@.GZ@
+share/irc/help/load/uhnotify@.GZ@
+share/irc/help/load/version@.GZ@
+share/irc/help/load/wallopstat@.GZ@
+share/irc/help/load/whowas@.GZ@
+share/irc/help/load/window@.GZ@
+share/irc/help/lusers@.GZ@
+share/irc/help/me@.GZ@
+share/irc/help/menus@.GZ@
+share/irc/help/mload@.GZ@
+share/irc/help/mode@.GZ@
+share/irc/help/motd@.GZ@
+share/irc/help/msg@.GZ@
+share/irc/help/names@.GZ@
+share/irc/help/news@.GZ@
+share/irc/help/newuser@.GZ@
+share/irc/help/nick@.GZ@
+share/irc/help/note/antiwall@.GZ@
+share/irc/help/note/count@.GZ@
+share/irc/help/note/deny@.GZ@
+share/irc/help/note/find@.GZ@
+share/irc/help/note/flag@.GZ@
+share/irc/help/note/key@.GZ@
+share/irc/help/note/log@.GZ@
+share/irc/help/note/ls@.GZ@
+share/irc/help/note/news@.GZ@
+share/irc/help/note/note@.GZ@
+share/irc/help/note/rm@.GZ@
+share/irc/help/note/save@.GZ@
+share/irc/help/note/send@.GZ@
+share/irc/help/note/sent@.GZ@
+share/irc/help/note/service@.GZ@
+share/irc/help/note/spy@.GZ@
+share/irc/help/note/stats@.GZ@
+share/irc/help/note/user@.GZ@
+share/irc/help/note/waitfor@.GZ@
+share/irc/help/note/wall@.GZ@
+share/irc/help/note/wallops@.GZ@
+share/irc/help/notice@.GZ@
+share/irc/help/notify@.GZ@
+share/irc/help/on/action@.GZ@
+share/irc/help/on/channel_nick@.GZ@
+share/irc/help/on/channel_signoff@.GZ@
+share/irc/help/on/connect@.GZ@
+share/irc/help/on/ctcp@.GZ@
+share/irc/help/on/ctcp_reply@.GZ@
+share/irc/help/on/dcc_chat@.GZ@
+share/irc/help/on/dcc_raw@.GZ@
+share/irc/help/on/disconnect@.GZ@
+share/irc/help/on/exec@.GZ@
+share/irc/help/on/exec_errors@.GZ@
+share/irc/help/on/exec_exit@.GZ@
+share/irc/help/on/exec_prompt@.GZ@
+share/irc/help/on/flood@.GZ@
+share/irc/help/on/help@.GZ@
+share/irc/help/on/hook@.GZ@
+share/irc/help/on/idle@.GZ@
+share/irc/help/on/input@.GZ@
+share/irc/help/on/invite@.GZ@
+share/irc/help/on/join@.GZ@
+share/irc/help/on/leave@.GZ@
+share/irc/help/on/list@.GZ@
+share/irc/help/on/mail@.GZ@
+share/irc/help/on/mode@.GZ@
+share/irc/help/on/msg@.GZ@
+share/irc/help/on/msg_group@.GZ@
+share/irc/help/on/names@.GZ@
+share/irc/help/on/nickname@.GZ@
+share/irc/help/on/note@.GZ@
+share/irc/help/on/notice@.GZ@
+share/irc/help/on/notify_signoff@.GZ@
+share/irc/help/on/notify_signon@.GZ@
+share/irc/help/on/numeric@.GZ@
+share/irc/help/on/on@.GZ@
+share/irc/help/on/public@.GZ@
+share/irc/help/on/public_msg@.GZ@
+share/irc/help/on/public_notice@.GZ@
+share/irc/help/on/public_other@.GZ@
+share/irc/help/on/raw_irc@.GZ@
+share/irc/help/on/send_action@.GZ@
+share/irc/help/on/send_dcc_chat@.GZ@
+share/irc/help/on/send_msg@.GZ@
+share/irc/help/on/send_notice@.GZ@
+share/irc/help/on/send_public@.GZ@
+share/irc/help/on/send_talk@.GZ@
+share/irc/help/on/serial_numbers@.GZ@
+share/irc/help/on/server_notice@.GZ@
+share/irc/help/on/signoff@.GZ@
+share/irc/help/on/talk@.GZ@
+share/irc/help/on/timer@.GZ@
+share/irc/help/on/topic@.GZ@
+share/irc/help/on/wall@.GZ@
+share/irc/help/on/wallop@.GZ@
+share/irc/help/on/who@.GZ@
+share/irc/help/on/window@.GZ@
+share/irc/help/on/window_kill@.GZ@
+share/irc/help/on/window_swap@.GZ@
+share/irc/help/on/icb_status@.GZ@
+share/irc/help/on/icb_error@.GZ@
+share/irc/help/oper@.GZ@
+share/irc/help/parsekey@.GZ@
+share/irc/help/part@.GZ@
+share/irc/help/ping@.GZ@
+share/irc/help/query@.GZ@
+share/irc/help/quit@.GZ@
+share/irc/help/quote@.GZ@
+share/irc/help/rbind@.GZ@
+share/irc/help/redirect@.GZ@
+share/irc/help/rehash@.GZ@
+share/irc/help/restart@.GZ@
+share/irc/help/rules@.GZ@
+share/irc/help/save@.GZ@
+share/irc/help/say@.GZ@
+share/irc/help/send@.GZ@
+share/irc/help/sendline@.GZ@
+share/irc/help/server@.GZ@
+share/irc/help/servlist@.GZ@
+share/irc/help/set/always_split_biggest@.GZ@
+share/irc/help/set/auto_unmark_away@.GZ@
+share/irc/help/set/auto_whowas@.GZ@
+share/irc/help/set/beep@.GZ@
+share/irc/help/set/beep_max@.GZ@
+share/irc/help/set/beep_on_msg@.GZ@
+share/irc/help/set/beep_when_away@.GZ@
+share/irc/help/set/bold_video@.GZ@
+share/irc/help/set/channel_name_width@.GZ@
+share/irc/help/set/client_information@.GZ@
+share/irc/help/set/clock@.GZ@
+share/irc/help/set/clock_24hour@.GZ@
+share/irc/help/set/clock_alarm@.GZ@
+share/irc/help/set/cmdchars@.GZ@
+share/irc/help/set/command_mode@.GZ@
+share/irc/help/set/continued_line@.GZ@
+share/irc/help/set/ctcp_reply_backlog_seconds@.GZ@
+share/irc/help/set/ctcp_reply_flood_size@.GZ@
+share/irc/help/set/ctcp_reply_ignore_seconds@.GZ@
+share/irc/help/set/dcc_block_size@.GZ@
+share/irc/help/set/debug@.GZ@
+share/irc/help/set/display@.GZ@
+share/irc/help/set/eight_bit_characters@.GZ@
+share/irc/help/set/encrypt_program@.GZ@
+share/irc/help/set/exec_protection@.GZ@
+share/irc/help/set/flood_after@.GZ@
+share/irc/help/set/flood_rate@.GZ@
+share/irc/help/set/flood_users@.GZ@
+share/irc/help/set/flood_warning@.GZ@
+share/irc/help/set/full_status_line@.GZ@
+share/irc/help/set/help_pager@.GZ@
+share/irc/help/set/help_path@.GZ@
+share/irc/help/set/help_prompt@.GZ@
+share/irc/help/set/help_window@.GZ@
+share/irc/help/set/hide_channel_keys@.GZ@
+share/irc/help/set/hide_private_channels@.GZ@
+share/irc/help/set/highlight_char@.GZ@
+share/irc/help/set/history@.GZ@
+share/irc/help/set/history_file@.GZ@
+share/irc/help/set/hold_mode@.GZ@
+share/irc/help/set/hold_mode_max@.GZ@
+share/irc/help/set/indent@.GZ@
+share/irc/help/set/input_aliases@.GZ@
+share/irc/help/set/input_prompt@.GZ@
+share/irc/help/set/input_protection@.GZ@
+share/irc/help/set/insert_mode@.GZ@
+share/irc/help/set/inverse_video@.GZ@
+share/irc/help/set/irchost@.GZ@
+share/irc/help/set/lastlog@.GZ@
+share/irc/help/set/lastlog_level@.GZ@
+share/irc/help/set/load_path@.GZ@
+share/irc/help/set/log@.GZ@
+share/irc/help/set/logfile@.GZ@
+share/irc/help/set/mail@.GZ@
+share/irc/help/set/make_notice_msg@.GZ@
+share/irc/help/set/max_recursions@.GZ@
+share/irc/help/set/menu@.GZ@
+share/irc/help/set/minimum_servers@.GZ@
+share/irc/help/set/minimum_users@.GZ@
+share/irc/help/set/no_ask_nickname@.GZ@
+share/irc/help/set/no_ctcp_flood@.GZ@
+share/irc/help/set/notify_handler@.GZ@
+share/irc/help/set/notify_level@.GZ@
+share/irc/help/set/notify_on_termination@.GZ@
+share/irc/help/set/novice@.GZ@
+share/irc/help/set/old_encrypt_program@.GZ@
+share/irc/help/set/pause_after_motd@.GZ@
+share/irc/help/set/realname@.GZ@
+share/irc/help/set/same_window_only@.GZ@
+share/irc/help/set/scroll@.GZ@
+share/irc/help/set/scroll_lines@.GZ@
+share/irc/help/set/send_ignore_msg@.GZ@
+share/irc/help/set/set@.GZ@
+share/irc/help/set/shell@.GZ@
+share/irc/help/set/shell_flags@.GZ@
+share/irc/help/set/shell_limit@.GZ@
+share/irc/help/set/show_away_once@.GZ@
+share/irc/help/set/show_channel_names@.GZ@
+share/irc/help/set/show_end_of_msgs@.GZ@
+share/irc/help/set/show_numerics@.GZ@
+share/irc/help/set/show_status_all@.GZ@
+share/irc/help/set/show_who_hopcount@.GZ@
+share/irc/help/set/status_away@.GZ@
+share/irc/help/set/status_channel@.GZ@
+share/irc/help/set/status_chanop@.GZ@
+share/irc/help/set/status_clock@.GZ@
+share/irc/help/set/status_dquery@.GZ@
+share/irc/help/set/status_format@.GZ@
+share/irc/help/set/status_hold@.GZ@
+share/irc/help/set/status_hold_lines@.GZ@
+share/irc/help/set/status_insert@.GZ@
+share/irc/help/set/status_mail@.GZ@
+share/irc/help/set/status_mode@.GZ@
+share/irc/help/set/status_notify@.GZ@
+share/irc/help/set/status_oper@.GZ@
+share/irc/help/set/status_overwrite@.GZ@
+share/irc/help/set/status_query@.GZ@
+share/irc/help/set/status_server@.GZ@
+share/irc/help/set/status_umode@.GZ@
+share/irc/help/set/status_user@.GZ@
+share/irc/help/set/status_window@.GZ@
+share/irc/help/set/suppress_server_motd@.GZ@
+share/irc/help/set/tab_max@.GZ@
+share/irc/help/set/translation@.GZ@
+share/irc/help/set/underline_video@.GZ@
+share/irc/help/set/use_old_msg@.GZ@
+share/irc/help/set/user_information@.GZ@
+share/irc/help/set/user_wallops@.GZ@
+share/irc/help/set/verbose_ctcp@.GZ@
+share/irc/help/set/warn_of_ignores@.GZ@
+share/irc/help/set/xterm_options@.GZ@
+share/irc/help/set/xterm_path@.GZ@
+share/irc/help/set/background_colour@.GZ@
+share/irc/help/set/colour@.GZ@
+share/irc/help/set/foreground_colour@.GZ@
+share/irc/help/set/xterm_geomoptstr@.GZ@
+share/irc/help/signoff@.GZ@
+share/irc/help/sleep@.GZ@
+share/irc/help/squery@.GZ@
+share/irc/help/squit@.GZ@
+share/irc/help/stats@.GZ@
+share/irc/help/summon@.GZ@
+share/irc/help/time@.GZ@
+share/irc/help/timer@.GZ@
+share/irc/help/topic@.GZ@
+share/irc/help/trace@.GZ@
+share/irc/help/type@.GZ@
+share/irc/help/userhost@.GZ@
+share/irc/help/users@.GZ@
+share/irc/help/version@.GZ@
+share/irc/help/wait@.GZ@
+share/irc/help/wallops@.GZ@
+share/irc/help/which@.GZ@
+share/irc/help/while@.GZ@
+share/irc/help/who@.GZ@
+share/irc/help/whois@.GZ@
+share/irc/help/whowas@.GZ@
+share/irc/help/window/add@.GZ@
+share/irc/help/window/addgroup@.GZ@
+share/irc/help/window/back@.GZ@
+share/irc/help/window/balance@.GZ@
+share/irc/help/window/bind@.GZ@
+share/irc/help/window/channel@.GZ@
+share/irc/help/window/create@.GZ@
+share/irc/help/window/delete@.GZ@
+share/irc/help/window/delgroup@.GZ@
+share/irc/help/window/double@.GZ@
+share/irc/help/window/goto@.GZ@
+share/irc/help/window/grow@.GZ@
+share/irc/help/window/hide@.GZ@
+share/irc/help/window/hide_others@.GZ@
+share/irc/help/window/hold_mode@.GZ@
+share/irc/help/window/kill@.GZ@
+share/irc/help/window/kill_others@.GZ@
+share/irc/help/window/lastlog_level@.GZ@
+share/irc/help/window/level@.GZ@
+share/irc/help/window/list@.GZ@
+share/irc/help/window/log@.GZ@
+share/irc/help/window/logfile@.GZ@
+share/irc/help/window/move@.GZ@
+share/irc/help/window/name@.GZ@
+share/irc/help/window/new@.GZ@
+share/irc/help/window/next@.GZ@
+share/irc/help/window/nostatus@.GZ@
+share/irc/help/window/notify@.GZ@
+share/irc/help/window/notify_level@.GZ@
+share/irc/help/window/number@.GZ@
+share/irc/help/window/pop@.GZ@
+share/irc/help/window/previous@.GZ@
+share/irc/help/window/prompt@.GZ@
+share/irc/help/window/push@.GZ@
+share/irc/help/window/query@.GZ@
+share/irc/help/window/refnum@.GZ@
+share/irc/help/window/remove@.GZ@
+share/irc/help/window/scroll@.GZ@
+share/irc/help/window/server@.GZ@
+share/irc/help/window/show@.GZ@
+share/irc/help/window/shrink@.GZ@
+share/irc/help/window/stack@.GZ@
+share/irc/help/window/sticky@.GZ@
+share/irc/help/window/swap@.GZ@
+share/irc/help/window/unbind@.GZ@
+share/irc/help/window/window@.GZ@
+share/irc/help/xecho@.GZ@
+share/irc/help/xtype@.GZ@
+share/irc/script/2.8script
+share/irc/script/2.9script
+share/irc/script/action
+share/irc/script/alias
+share/irc/script/autoop
+share/irc/script/basical
+share/irc/script/bigcheese
+share/irc/script/brc
+share/irc/script/channel
+share/irc/script/columns
+share/irc/script/commander
+share/irc/script/compl.mods
+share/irc/script/complete
+share/irc/script/cursor
+share/irc/script/dccchan
+share/irc/script/default
+share/irc/script/deutsch
+share/irc/script/disc
+share/irc/script/dmsg
+share/irc/script/edit
+share/irc/script/english
+share/irc/script/events
+share/irc/script/extensions
+share/irc/script/finger
+share/irc/script/flood
+share/irc/script/fnet
+share/irc/script/functions
+share/irc/script/global
+share/irc/script/help
+share/irc/script/history
+share/irc/script/history-match
+share/irc/script/icb
+share/irc/script/imap
+share/irc/script/ircIIhelp
+share/irc/script/ircprimer
+share/irc/script/ircrc
+share/irc/script/kickmenu
+share/irc/script/killpath
+share/irc/script/kpstat
+share/irc/script/list
+share/irc/script/log
+share/irc/script/lynx_ircrc
+share/irc/script/meta1
+share/irc/script/meta2
+share/irc/script/msg
+share/irc/script/mudlike
+share/irc/script/nemesis
+share/irc/script/netsplit
+share/irc/script/newaway
+share/irc/script/newformat
+share/irc/script/nicks
+share/irc/script/nocolour
+share/irc/script/oldping
+share/irc/script/oper
+share/irc/script/otherstatus
+share/irc/script/ping
+share/irc/script/prefix
+share/irc/script/recursion
+share/irc/script/repeat
+share/irc/script/screen
+share/irc/script/service
+share/irc/script/shell
+share/irc/script/silent
+share/irc/script/smileys
+share/irc/script/tabkey
+share/irc/script/time
+share/irc/script/times
+share/irc/script/traces
+share/irc/script/troy
+share/irc/script/uhnotify
+share/irc/script/undernet
+share/irc/script/version
+share/irc/script/voice
+share/irc/script/wallopstat
+share/irc/script/whowas
+share/irc/script/window
+share/irc/translation/ASCII
+share/irc/translation/CP437
+share/irc/translation/CP850
+share/irc/translation/DANISH
+share/irc/translation/DEC_MCS
+share/irc/translation/DG_MCS
+share/irc/translation/DUTCH
+share/irc/translation/FINNISH
+share/irc/translation/FRENCH
+share/irc/translation/FRENCH_CANADIAN
+share/irc/translation/GERMAN
+share/irc/translation/HP_MCS
+share/irc/translation/IRV
+share/irc/translation/ITALIAN
+share/irc/translation/JIS
+share/irc/translation/MACINTOSH
+share/irc/translation/NEXT
+share/irc/translation/NORWEGIAN_1
+share/irc/translation/NORWEGIAN_2
+share/irc/translation/POLISH
+share/irc/translation/POLISH_NOPL
+share/irc/translation/PORTUGUESE
+share/irc/translation/PORTUGUESE_COM
+share/irc/translation/RUSSIAN
+share/irc/translation/RUSSIAN_ALT
+share/irc/translation/RUSSIAN_WIN
+share/irc/translation/SPANISH
+share/irc/translation/SWEDISH
+share/irc/translation/SWEDISH_NAMES
+share/irc/translation/SWEDISH_NAMES_COM
+share/irc/translation/SWISS
+share/irc/translation/UNITED_KINGDOM
+share/irc/translation/UNITED_KINGDOM_COM
+@dirrm share/irc/help/alias
+@dirrm share/irc/help/bind
+@dirrm share/irc/help/ctcp
+@dirrm share/irc/help/dcc
+@dirrm share/irc/help/ircii
+@dirrm share/irc/help/load
+@dirrm share/irc/help/note
+@dirrm share/irc/help/on
+@dirrm share/irc/help/set
+@dirrm share/irc/help/window
+@dirrm share/irc/translation
+@dirrm share/irc/help
+@unexec rmdir %D/share/irc/script 2>/dev/null || true
+@unexec rmdir %D/share/irc 2>/dev/null || true