summaryrefslogtreecommitdiff
path: root/net-p2p/teknap
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-p2p/teknap
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-p2p/teknap')
-rw-r--r--net-p2p/teknap/Makefile74
-rw-r--r--net-p2p/teknap/distinfo1
-rw-r--r--net-p2p/teknap/files/patch-aa22
-rw-r--r--net-p2p/teknap/files/patch-irchandler.c22
-rw-r--r--net-p2p/teknap/files/patch-status.c11
-rw-r--r--net-p2p/teknap/pkg-descr8
-rw-r--r--net-p2p/teknap/pkg-message1
-rw-r--r--net-p2p/teknap/pkg-plist659
8 files changed, 0 insertions, 798 deletions
diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile
deleted file mode 100644
index b5f6954cd209..000000000000
--- a/net-p2p/teknap/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: TekNap napster client
-# Date created: 6 Jul 2000
-# Whom: Carl Johan Madestrand
-#
-# $FreeBSD$
-#
-
-PORTNAME= TekNap
-PORTVERSION= 1.3.g
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/OpenBSD/distfiles/ \
- ftp://ftp.arnes.si/packages2/OpenBSD/distfiles/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/}
-
-MAINTAINER= calle.madestrand@norrgarden.se
-COMMENT= Console napster client
-
-.if defined(WITH_MP3)
-BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
-.endif
-.if defined(WITH_XMMS)
-BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
-.endif
-
-WRKSRC= ${WRKDIR}/TekNap
-USE_REINPLACE= yes
-
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-USE_GMAKE= yes
-WANT_GNOME= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgtk12}!=""
-USE_GNOME+= gtk12
-CONFIGURE_ARGS+=--with-gtk
-PKGNAMESUFFIX= -gtk
-.else
-CONFIGURE_ARGS+=--without-gtk
-.endif
-
-.if defined(WITH_MP3)
-CONFIGURE_ARGS+=--enable-mp3
-.endif
-
-.if defined(WITH_XMMS)
-CONFIGURE_ARGS+=--enable-xmms
-.endif
-
-pre-extract:
- @${ECHO} "Available switches:"
- @${ECHO} "-------------------"
- @${ECHO} "WITH_MP3 - Support MP3 playback"
- @${ECHO} "WITH_XMMS - Support XMMS"
-
-pre-configure:
- @${REINPLACE_CMD} -e "s:-lc_r:${PTHREAD_LIBS}:g" ${WRKSRC}/configure
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/TekNap
- ${TAR} --directory ${WRKSRC}/teknap-help -cf - . --exclude CVS | \
- ${TAR} --directory ${PREFIX}/share/TekNap/help -xf -
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/TekNap
- @${ECHO}
- @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
- @${ECHO}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-p2p/teknap/distinfo b/net-p2p/teknap/distinfo
deleted file mode 100644
index d03187d5e9f1..000000000000
--- a/net-p2p/teknap/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (TekNap-1.3g.tar.gz) = 8c1bf4027d9af4767a7a060532831cc9
diff --git a/net-p2p/teknap/files/patch-aa b/net-p2p/teknap/files/patch-aa
deleted file mode 100644
index 9ce74dbfd745..000000000000
--- a/net-p2p/teknap/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.orig Thu Jun 22 11:32:39 2000
-+++ Makefile.in Thu Jul 6 01:10:22 2000
-@@ -34,7 +34,7 @@
- NAPLIB = @NAPLIB@
-
- CC = @CC@
--DEFS = -I$$(srcdir)/../include -I$(topdir)/include
-+DEFS = -I. -I$(topdir)/include -I-
- LIBS = @LIBS@
- INCLUDES = @INCLUDES@
-
-@@ -58,8 +58,8 @@
-
- # This command will be used to install the BitchX help files. If you don't
- # want to install them, replace with the following:
--# INSTALL_HELP_CMD = @echo The help files have not been installed.
--INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR)
-+INSTALL_HELP_CMD = @echo
-+#INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR)
-
- ## You probably don't need to change anything below this line
-
diff --git a/net-p2p/teknap/files/patch-irchandler.c b/net-p2p/teknap/files/patch-irchandler.c
deleted file mode 100644
index 675904b694d3..000000000000
--- a/net-p2p/teknap/files/patch-irchandler.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- source/irchandler.c.orig Sun Jul 20 15:08:00 2003
-+++ source/irchandler.c Sun Jul 20 15:09:35 2003
-@@ -169,12 +169,6 @@
- break;
- case 333: /* topic time */
- break;
--#if 0
--ωνω Numbered server stuff: "352 pana #opennap toasty bender.thirty4.com
-- irc.lightning.net Toasty_ H@ :2 Chad Boyda" (irc.core.com)
-- ωνω Numbered server stuff: "315 pana #opennap :End of /WHO list."
-- (irc.core.com)
--#endif
- case 315:
- break;
- case 352:
-@@ -943,4 +937,4 @@
- }
- from_server = ofs;
- }
--
-\ No newline at end of file
-+
diff --git a/net-p2p/teknap/files/patch-status.c b/net-p2p/teknap/files/patch-status.c
deleted file mode 100644
index 3f601fcc18f3..000000000000
--- a/net-p2p/teknap/files/patch-status.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- source/status.c.orig Sun Jul 20 14:33:43 2003
-+++ source/status.c Sun Jul 20 15:01:05 2003
-@@ -38,7 +38,7 @@
- * Maximum number of "%" expressions in a status line format. If you change
- * this number, you must manually change the sprintf() in make_status
- */
--#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key)
-+#define STATUS_FUNCTION(x) static Char * x (Window *window, int map, int key)
- #define MAX_FUNCTIONS 40
- #define MAX_STATUS_USER 19
-
diff --git a/net-p2p/teknap/pkg-descr b/net-p2p/teknap/pkg-descr
deleted file mode 100644
index cf24448f4096..000000000000
--- a/net-p2p/teknap/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-TekNap is a console Napster client using curses/ncurses/termcap and
-pthreads if available. It has powerful scripting features based on
-BitchX/Epic scripting, support for both Napster and opennap servers,
-and a full-screen browse/search mode.
-
-
-Author: Colten Edwards <edwards@bitchx.dimension6.com>
-WWW: http://www.teknap.com/
diff --git a/net-p2p/teknap/pkg-message b/net-p2p/teknap/pkg-message
deleted file mode 100644
index d5f98520a91b..000000000000
--- a/net-p2p/teknap/pkg-message
+++ /dev/null
@@ -1 +0,0 @@
-Please read %%PREFIX%%/share/doc/TekNap/README
diff --git a/net-p2p/teknap/pkg-plist b/net-p2p/teknap/pkg-plist
deleted file mode 100644
index 6151a4d7d476..000000000000
--- a/net-p2p/teknap/pkg-plist
+++ /dev/null
@@ -1,659 +0,0 @@
-bin/TekNap
-bin/TekNap-1.3g
-share/TekNap/help/1_General/1_General
-share/TekNap/help/1_General/close
-share/TekNap/help/1_General/disconnect
-share/TekNap/help/1_General/help
-share/TekNap/help/1_General/i
-share/TekNap/help/1_General/invite
-share/TekNap/help/1_General/irc
-share/TekNap/help/1_General/j
-share/TekNap/help/1_General/join
-share/TekNap/help/1_General/l
-share/TekNap/help/1_General/lastlog
-share/TekNap/help/1_General/leave
-share/TekNap/help/1_General/list
-share/TekNap/help/1_General/m
-share/TekNap/help/1_General/me
-share/TekNap/help/1_General/motd
-share/TekNap/help/1_General/msg
-share/TekNap/help/1_General/names
-share/TekNap/help/1_General/nslookup
-share/TekNap/help/1_General/part
-share/TekNap/help/1_General/ping
-share/TekNap/help/1_General/query
-share/TekNap/help/1_General/quit
-share/TekNap/help/1_General/relm
-share/TekNap/help/1_General/reset
-share/TekNap/help/1_General/say
-share/TekNap/help/1_General/sc
-share/TekNap/help/1_General/scan
-share/TekNap/help/1_General/server
-share/TekNap/help/1_General/t
-share/TekNap/help/1_General/topic
-share/TekNap/help/1_General/version
-share/TekNap/help/1_General/w
-share/TekNap/help/1_General/whois
-share/TekNap/help/2_Napster/2_Napster
-share/TekNap/help/2_Napster/browse
-share/TekNap/help/2_Napster/cignore
-share/TekNap/help/2_Napster/chat
-share/TekNap/help/2_Napster/dbsearch
-share/TekNap/help/2_Napster/dccget
-share/TekNap/help/2_Napster/delete
-share/TekNap/help/2_Napster/get
-share/TekNap/help/2_Napster/glist
-share/TekNap/help/2_Napster/hotlist
-share/TekNap/help/2_Napster/ignore
-share/TekNap/help/2_Napster/print
-share/TekNap/help/2_Napster/queue
-share/TekNap/help/2_Napster/raw
-share/TekNap/help/2_Napster/request
-share/TekNap/help/2_Napster/resume
-share/TekNap/help/2_Napster/s
-share/TekNap/help/2_Napster/scott
-share/TekNap/help/2_Napster/search
-share/TekNap/help/2_Napster/send
-share/TekNap/help/2_Napster/share
-share/TekNap/help/2_Napster/signore
-share/TekNap/help/2_Napster/soundex
-share/TekNap/help/3_Admin/3_Admin
-share/TekNap/help/3_Admin/admin
-share/TekNap/help/3_Admin/announce
-share/TekNap/help/3_Admin/ban
-share/TekNap/help/3_Admin/banlist
-share/TekNap/help/3_Admin/banuser
-share/TekNap/help/3_Admin/cban
-share/TekNap/help/3_Admin/cbanclear
-share/TekNap/help/3_Admin/cbanlist
-share/TekNap/help/3_Admin/chanlevel
-share/TekNap/help/3_Admin/clearchannel
-share/TekNap/help/3_Admin/cloak
-share/TekNap/help/3_Admin/cmuzzle
-share/TekNap/help/3_Admin/config
-share/TekNap/help/3_Admin/connect
-share/TekNap/help/3_Admin/cunban
-share/TekNap/help/3_Admin/cunmuzzle
-share/TekNap/help/3_Admin/dataport
-share/TekNap/help/3_Admin/deop
-share/TekNap/help/3_Admin/disconnect
-share/TekNap/help/3_Admin/dns
-share/TekNap/help/3_Admin/email
-share/TekNap/help/3_Admin/gusers
-share/TekNap/help/3_Admin/kick
-share/TekNap/help/3_Admin/kill
-share/TekNap/help/3_Admin/killserver
-share/TekNap/help/3_Admin/links
-share/TekNap/help/3_Admin/mode
-share/TekNap/help/3_Admin/muzzle
-share/TekNap/help/3_Admin/nukeuser
-share/TekNap/help/3_Admin/op
-share/TekNap/help/3_Admin/opdel
-share/TekNap/help/3_Admin/oplist
-share/TekNap/help/3_Admin/opsay
-share/TekNap/help/3_Admin/password
-share/TekNap/help/3_Admin/ptest
-share/TekNap/help/3_Admin/register
-share/TekNap/help/3_Admin/reload
-share/TekNap/help/3_Admin/removeserver
-share/TekNap/help/3_Admin/setchanlevel
-share/TekNap/help/3_Admin/setchanlimit
-share/TekNap/help/3_Admin/setdataport
-share/TekNap/help/3_Admin/setlinespeed
-share/TekNap/help/3_Admin/setpassword
-share/TekNap/help/3_Admin/setuserlevel
-share/TekNap/help/3_Admin/showallchannels
-share/TekNap/help/3_Admin/speed
-share/TekNap/help/3_Admin/sping
-share/TekNap/help/3_Admin/stats
-share/TekNap/help/3_Admin/tban
-share/TekNap/help/3_Admin/unbanuser
-share/TekNap/help/3_Admin/unmuzzle
-share/TekNap/help/3_Admin/unnukeuser
-share/TekNap/help/3_Admin/unvoice
-share/TekNap/help/3_Admin/version
-share/TekNap/help/3_Admin/voice
-share/TekNap/help/3_Admin/wallop
-share/TekNap/help/4_Misc/4_Misc
-share/TekNap/help/4_Misc/beep
-share/TekNap/help/4_Misc/bind/altcharset
-share/TekNap/help/4_Misc/bind/backspace
-share/TekNap/help/4_Misc/bind/backward_character
-share/TekNap/help/4_Misc/bind/backward_history
-share/TekNap/help/4_Misc/bind/backward_word
-share/TekNap/help/4_Misc/bind/beginning_of_line
-share/TekNap/help/4_Misc/bind/bind
-share/TekNap/help/4_Misc/bind/blink
-share/TekNap/help/4_Misc/bind/bold
-share/TekNap/help/4_Misc/bind/clear_screen
-share/TekNap/help/4_Misc/bind/command_completion
-share/TekNap/help/4_Misc/bind/cpusaver
-share/TekNap/help/4_Misc/bind/delete_character
-share/TekNap/help/4_Misc/bind/delete_next_word
-share/TekNap/help/4_Misc/bind/delete_previous_word
-share/TekNap/help/4_Misc/bind/delete_to_previous_space
-share/TekNap/help/4_Misc/bind/end_of_line
-share/TekNap/help/4_Misc/bind/erase_line
-share/TekNap/help/4_Misc/bind/erase_to_beg_of_line
-share/TekNap/help/4_Misc/bind/erase_to_end_of_line
-share/TekNap/help/4_Misc/bind/forward_character
-share/TekNap/help/4_Misc/bind/forward_history
-share/TekNap/help/4_Misc/bind/forward_word
-share/TekNap/help/4_Misc/bind/highlight_off
-share/TekNap/help/4_Misc/bind/join_last_invite
-share/TekNap/help/4_Misc/bind/new_beginning_of_line
-share/TekNap/help/4_Misc/bind/new_scroll_backward
-share/TekNap/help/4_Misc/bind/new_scroll_end
-share/TekNap/help/4_Misc/bind/new_scroll_forward
-share/TekNap/help/4_Misc/bind/next_window
-share/TekNap/help/4_Misc/bind/nothing
-share/TekNap/help/4_Misc/bind/parse_command
-share/TekNap/help/4_Misc/bind/previous_window
-share/TekNap/help/4_Misc/bind/quit_nap
-share/TekNap/help/4_Misc/bind/quote_character
-share/TekNap/help/4_Misc/bind/refresh_inputline
-share/TekNap/help/4_Misc/bind/refresh_screen
-share/TekNap/help/4_Misc/bind/refresh_status
-share/TekNap/help/4_Misc/bind/reverse
-share/TekNap/help/4_Misc/bind/scroll_backward
-share/TekNap/help/4_Misc/bind/scroll_end
-share/TekNap/help/4_Misc/bind/scroll_forward
-share/TekNap/help/4_Misc/bind/scroll_start
-share/TekNap/help/4_Misc/bind/self_insert
-share/TekNap/help/4_Misc/bind/send_line
-share/TekNap/help/4_Misc/bind/shove_to_history
-share/TekNap/help/4_Misc/bind/stop_nap
-share/TekNap/help/4_Misc/bind/swap_last_window
-share/TekNap/help/4_Misc/bind/swap_next_window
-share/TekNap/help/4_Misc/bind/swap_previous_window
-share/TekNap/help/4_Misc/bind/switch_channels
-share/TekNap/help/4_Misc/bind/tab_completion
-share/TekNap/help/4_Misc/bind/toggle_insert_mode
-share/TekNap/help/4_Misc/bind/toggle_stop_screen
-share/TekNap/help/4_Misc/bind/transpose_characters
-share/TekNap/help/4_Misc/bind/type_text
-share/TekNap/help/4_Misc/bind/unclear_screen
-share/TekNap/help/4_Misc/bind/underline
-share/TekNap/help/4_Misc/bind/unstop_all_windows
-share/TekNap/help/4_Misc/bind/window_balance
-share/TekNap/help/4_Misc/bind/window_grow_one
-share/TekNap/help/4_Misc/bind/window_hide
-share/TekNap/help/4_Misc/bind/window_kill
-share/TekNap/help/4_Misc/bind/window_list
-share/TekNap/help/4_Misc/bind/window_move
-share/TekNap/help/4_Misc/bind/window_shrink_one
-share/TekNap/help/4_Misc/bind/window_swap_1
-share/TekNap/help/4_Misc/bind/window_swap_10
-share/TekNap/help/4_Misc/bind/window_swap_2
-share/TekNap/help/4_Misc/bind/window_swap_3
-share/TekNap/help/4_Misc/bind/window_swap_4
-share/TekNap/help/4_Misc/bind/window_swap_5
-share/TekNap/help/4_Misc/bind/window_swap_6
-share/TekNap/help/4_Misc/bind/window_swap_7
-share/TekNap/help/4_Misc/bind/window_swap_8
-share/TekNap/help/4_Misc/bind/window_swap_9
-share/TekNap/help/4_Misc/bind/yank_from_cutbuffer
-share/TekNap/help/4_Misc/cd
-share/TekNap/help/4_Misc/clear
-share/TekNap/help/4_Misc/debug
-share/TekNap/help/4_Misc/df
-share/TekNap/help/4_Misc/du
-share/TekNap/help/4_Misc/history
-share/TekNap/help/4_Misc/ls
-share/TekNap/help/4_Misc/mp3
-share/TekNap/help/4_Misc/paste
-share/TekNap/help/4_Misc/ps
-share/TekNap/help/4_Misc/rbind
-share/TekNap/help/4_Misc/set/allow_dcc
-share/TekNap/help/4_Misc/set/alt_charset
-share/TekNap/help/4_Misc/set/always_split_biggest
-share/TekNap/help/4_Misc/set/append_log
-share/TekNap/help/4_Misc/set/auto_reconnect
-share/TekNap/help/4_Misc/set/auto_rejoin
-share/TekNap/help/4_Misc/set/auto_share
-share/TekNap/help/4_Misc/set/beep
-share/TekNap/help/4_Misc/set/beep_always
-share/TekNap/help/4_Misc/set/beep_max
-share/TekNap/help/4_Misc/set/beep_on_msg
-share/TekNap/help/4_Misc/set/beep_when_away
-share/TekNap/help/4_Misc/set/blink_video
-share/TekNap/help/4_Misc/set/bold_video
-share/TekNap/help/4_Misc/set/cd_device
-share/TekNap/help/4_Misc/set/channel_name_width
-share/TekNap/help/4_Misc/set/clock
-share/TekNap/help/4_Misc/set/clock_24hour
-share/TekNap/help/4_Misc/set/clock_format
-share/TekNap/help/4_Misc/set/cmdchars
-share/TekNap/help/4_Misc/set/color
-share/TekNap/help/4_Misc/set/command_mode
-share/TekNap/help/4_Misc/set/connect_timeout
-share/TekNap/help/4_Misc/set/cpu_saver_after
-share/TekNap/help/4_Misc/set/cpu_saver_every
-share/TekNap/help/4_Misc/set/debug
-share/TekNap/help/4_Misc/set/default_dataport
-share/TekNap/help/4_Misc/set/default_email
-share/TekNap/help/4_Misc/set/default_metaserver
-share/TekNap/help/4_Misc/set/default_nickname
-share/TekNap/help/4_Misc/set/default_password
-share/TekNap/help/4_Misc/set/default_server
-share/TekNap/help/4_Misc/set/default_speed
-share/TekNap/help/4_Misc/set/display
-share/TekNap/help/4_Misc/set/display_ansi
-share/TekNap/help/4_Misc/set/display_pc_characters
-share/TekNap/help/4_Misc/set/double_status_line
-share/TekNap/help/4_Misc/set/download_directory
-share/TekNap/help/4_Misc/set/eight_bit_characters
-share/TekNap/help/4_Misc/set/floating_point
-share/TekNap/help/4_Misc/set/flood_after
-share/TekNap/help/4_Misc/set/flood_rate
-share/TekNap/help/4_Misc/set/flood_users
-share/TekNap/help/4_Misc/set/flood_warning
-share/TekNap/help/4_Misc/set/format_directory
-share/TekNap/help/4_Misc/set/format_filename
-share/TekNap/help/4_Misc/set/full_status_line
-share/TekNap/help/4_Misc/set/gtk
-share/TekNap/help/4_Misc/set/help_pager
-share/TekNap/help/4_Misc/set/help_path
-share/TekNap/help/4_Misc/set/help_prompt
-share/TekNap/help/4_Misc/set/help_window
-share/TekNap/help/4_Misc/set/high_bit_escape
-share/TekNap/help/4_Misc/set/highlight_char
-share/TekNap/help/4_Misc/set/history
-share/TekNap/help/4_Misc/set/hold_mode
-share/TekNap/help/4_Misc/set/hold_mode_max
-share/TekNap/help/4_Misc/set/indent
-share/TekNap/help/4_Misc/set/input_aliases
-share/TekNap/help/4_Misc/set/input_glob
-share/TekNap/help/4_Misc/set/input_prompt
-share/TekNap/help/4_Misc/set/insert_mode
-share/TekNap/help/4_Misc/set/inverse_video
-share/TekNap/help/4_Misc/set/lastlog
-share/TekNap/help/4_Misc/set/lastlog_level
-share/TekNap/help/4_Misc/set/load_path
-share/TekNap/help/4_Misc/set/log
-share/TekNap/help/4_Misc/set/logfile
-share/TekNap/help/4_Misc/set/max_relm
-share/TekNap/help/4_Misc/set/max_requests_nick
-share/TekNap/help/4_Misc/set/max_results
-share/TekNap/help/4_Misc/set/max_sends_nick
-share/TekNap/help/4_Misc/set/max_server_reconnect
-share/TekNap/help/4_Misc/set/max_urls
-share/TekNap/help/4_Misc/set/meta_states
-share/TekNap/help/4_Misc/set/move_incomplete
-share/TekNap/help/4_Misc/set/names_columns
-share/TekNap/help/4_Misc/set/names_nickcolor
-share/TekNap/help/4_Misc/set/nd_space_max
-share/TekNap/help/4_Misc/set/pad_char
-share/TekNap/help/4_Misc/set/ptest
-share/TekNap/help/4_Misc/set/ptest_change_port
-share/TekNap/help/4_Misc/set/ptest_connect_timeout
-share/TekNap/help/4_Misc/set/queue_sends
-share/TekNap/help/4_Misc/set/queue_sends_timeout
-share/TekNap/help/4_Misc/set/quiet_sends
-share/TekNap/help/4_Misc/set/random_source
-share/TekNap/help/4_Misc/set/resume_download
-share/TekNap/help/4_Misc/set/reverse_status
-share/TekNap/help/4_Misc/set/scroll_lines
-share/TekNap/help/4_Misc/set/scrollback
-share/TekNap/help/4_Misc/set/scrollback_ratio
-share/TekNap/help/4_Misc/set/search_format
-share/TekNap/help/4_Misc/set/send_limit
-share/TekNap/help/4_Misc/set/set
-share/TekNap/help/4_Misc/set/share
-share/TekNap/help/4_Misc/set/share_links
-share/TekNap/help/4_Misc/set/shell
-share/TekNap/help/4_Misc/set/shell_flags
-share/TekNap/help/4_Misc/set/shell_limit
-share/TekNap/help/4_Misc/set/show_channel_names
-share/TekNap/help/4_Misc/set/show_end_of_msgs
-share/TekNap/help/4_Misc/set/show_numerics
-share/TekNap/help/4_Misc/set/show_numerics_str
-share/TekNap/help/4_Misc/set/show_status_all
-share/TekNap/help/4_Misc/set/status_channel
-share/TekNap/help/4_Misc/set/status_clock
-share/TekNap/help/4_Misc/set/status_cpu_saver
-share/TekNap/help/4_Misc/set/status_format1
-share/TekNap/help/4_Misc/set/status_format2
-share/TekNap/help/4_Misc/set/status_hold
-share/TekNap/help/4_Misc/set/status_hold_lines
-share/TekNap/help/4_Misc/set/status_insert
-share/TekNap/help/4_Misc/set/status_nick
-share/TekNap/help/4_Misc/set/status_no_repeat
-share/TekNap/help/4_Misc/set/status_notify
-share/TekNap/help/4_Misc/set/status_overwrite
-share/TekNap/help/4_Misc/set/status_query
-share/TekNap/help/4_Misc/set/status_scrollback
-share/TekNap/help/4_Misc/set/status_server
-share/TekNap/help/4_Misc/set/status_stats
-share/TekNap/help/4_Misc/set/status_user
-share/TekNap/help/4_Misc/set/status_window
-share/TekNap/help/4_Misc/set/suppress_server_motd
-share/TekNap/help/4_Misc/set/tab
-share/TekNap/help/4_Misc/set/tab_max
-share/TekNap/help/4_Misc/set/transfer_timeout
-share/TekNap/help/4_Misc/set/underline_video
-share/TekNap/help/4_Misc/set/url_grab
-share/TekNap/help/4_Misc/set/window_quiet
-share/TekNap/help/4_Misc/set/word_break
-share/TekNap/help/4_Misc/set/xterm_show_title
-share/TekNap/help/4_Misc/url
-share/TekNap/help/4_Misc/which
-share/TekNap/help/4_Misc/window/add
-share/TekNap/help/4_Misc/window/back
-share/TekNap/help/4_Misc/window/balance
-share/TekNap/help/4_Misc/window/beep_always
-share/TekNap/help/4_Misc/window/bind
-share/TekNap/help/4_Misc/window/channel
-share/TekNap/help/4_Misc/window/describe
-share/TekNap/help/4_Misc/window/discon
-share/TekNap/help/4_Misc/window/double
-share/TekNap/help/4_Misc/window/echo
-share/TekNap/help/4_Misc/window/fixed
-share/TekNap/help/4_Misc/window/goto
-share/TekNap/help/4_Misc/window/grow
-share/TekNap/help/4_Misc/window/help
-share/TekNap/help/4_Misc/window/hide
-share/TekNap/help/4_Misc/window/hide_others
-share/TekNap/help/4_Misc/window/hold_mode
-share/TekNap/help/4_Misc/window/kill
-share/TekNap/help/4_Misc/window/kill_others
-share/TekNap/help/4_Misc/window/killswap
-share/TekNap/help/4_Misc/window/last
-share/TekNap/help/4_Misc/window/lastlog
-share/TekNap/help/4_Misc/window/lastlog_level
-share/TekNap/help/4_Misc/window/level
-share/TekNap/help/4_Misc/window/list
-share/TekNap/help/4_Misc/window/log
-share/TekNap/help/4_Misc/window/logfile
-share/TekNap/help/4_Misc/window/move
-share/TekNap/help/4_Misc/window/name
-share/TekNap/help/4_Misc/window/new
-share/TekNap/help/4_Misc/window/new_hide
-share/TekNap/help/4_Misc/window/next
-share/TekNap/help/4_Misc/window/noserv
-share/TekNap/help/4_Misc/window/notify
-share/TekNap/help/4_Misc/window/notify_level
-share/TekNap/help/4_Misc/window/number
-share/TekNap/help/4_Misc/window/pop
-share/TekNap/help/4_Misc/window/previous
-share/TekNap/help/4_Misc/window/prompt
-share/TekNap/help/4_Misc/window/push
-share/TekNap/help/4_Misc/window/query
-share/TekNap/help/4_Misc/window/refnum
-share/TekNap/help/4_Misc/window/refresh
-share/TekNap/help/4_Misc/window/remove
-share/TekNap/help/4_Misc/window/scratch
-share/TekNap/help/4_Misc/window/scroll
-share/TekNap/help/4_Misc/window/scrollback
-share/TekNap/help/4_Misc/window/server
-share/TekNap/help/4_Misc/window/show
-share/TekNap/help/4_Misc/window/showall
-share/TekNap/help/4_Misc/window/shrink
-share/TekNap/help/4_Misc/window/size
-share/TekNap/help/4_Misc/window/skip
-share/TekNap/help/4_Misc/window/split
-share/TekNap/help/4_Misc/window/stack
-share/TekNap/help/4_Misc/window/swap
-share/TekNap/help/4_Misc/window/unbind
-share/TekNap/help/4_Misc/window/update
-share/TekNap/help/4_Misc/window/window
-share/TekNap/help/5_Programming/5_Programming
-share/TekNap/help/5_Programming/alias
-share/TekNap/help/5_Programming/assign
-share/TekNap/help/5_Programming/break
-share/TekNap/help/5_Programming/comment
-share/TekNap/help/5_Programming/continue
-share/TekNap/help/5_Programming/do
-share/TekNap/help/5_Programming/dump
-share/TekNap/help/5_Programming/echo
-share/TekNap/help/5_Programming/eval
-share/TekNap/help/5_Programming/exec
-share/TekNap/help/5_Programming/fe
-share/TekNap/help/5_Programming/fec
-share/TekNap/help/5_Programming/for
-share/TekNap/help/5_Programming/foreach
-share/TekNap/help/5_Programming/if
-share/TekNap/help/5_Programming/input
-share/TekNap/help/5_Programming/input_char
-share/TekNap/help/5_Programming/load
-share/TekNap/help/5_Programming/local
-share/TekNap/help/5_Programming/on/action
-share/TekNap/help/5_Programming/on/browse_begin
-share/TekNap/help/5_Programming/on/browse_end
-share/TekNap/help/5_Programming/on/channel_join
-share/TekNap/help/5_Programming/on/connect
-share/TekNap/help/5_Programming/on/disconnect
-share/TekNap/help/5_Programming/on/error
-share/TekNap/help/5_Programming/on/exec
-share/TekNap/help/5_Programming/on/exec_errors
-share/TekNap/help/5_Programming/on/exec_exit
-share/TekNap/help/5_Programming/on/exec_prompt
-share/TekNap/help/5_Programming/on/exit
-share/TekNap/help/5_Programming/on/flood
-share/TekNap/help/5_Programming/on/glist
-share/TekNap/help/5_Programming/on/help
-share/TekNap/help/5_Programming/on/hook
-share/TekNap/help/5_Programming/on/hotlist
-share/TekNap/help/5_Programming/on/idle
-share/TekNap/help/5_Programming/on/input
-share/TekNap/help/5_Programming/on/join
-share/TekNap/help/5_Programming/on/kill
-share/TekNap/help/5_Programming/on/leave
-share/TekNap/help/5_Programming/on/list
-share/TekNap/help/5_Programming/on/mp3
-share/TekNap/help/5_Programming/on/msg
-share/TekNap/help/5_Programming/on/names
-share/TekNap/help/5_Programming/on/nap
-share/TekNap/help/5_Programming/on/naperror
-share/TekNap/help/5_Programming/on/napfinish
-share/TekNap/help/5_Programming/on/naprequest
-share/TekNap/help/5_Programming/on/napsend
-share/TekNap/help/5_Programming/on/on
-share/TekNap/help/5_Programming/on/paste
-share/TekNap/help/5_Programming/on/pong
-share/TekNap/help/5_Programming/on/public
-share/TekNap/help/5_Programming/on/public_other
-share/TekNap/help/5_Programming/on/raw_nap
-share/TekNap/help/5_Programming/on/search_begin
-share/TekNap/help/5_Programming/on/search_end
-share/TekNap/help/5_Programming/on/send_action
-share/TekNap/help/5_Programming/on/send_msg
-share/TekNap/help/5_Programming/on/send_ops
-share/TekNap/help/5_Programming/on/send_public
-share/TekNap/help/5_Programming/on/servermsg
-share/TekNap/help/5_Programming/on/sigusr1
-share/TekNap/help/5_Programming/on/status_update
-share/TekNap/help/5_Programming/on/switch_channels
-share/TekNap/help/5_Programming/on/switch_windows
-share/TekNap/help/5_Programming/on/timer
-share/TekNap/help/5_Programming/on/timer_hour
-share/TekNap/help/5_Programming/on/topic
-share/TekNap/help/5_Programming/on/wall
-share/TekNap/help/5_Programming/on/who
-share/TekNap/help/5_Programming/on/window
-share/TekNap/help/5_Programming/on/window_create
-share/TekNap/help/5_Programming/on/window_kill
-share/TekNap/help/5_Programming/parsekey
-share/TekNap/help/5_Programming/pause
-share/TekNap/help/5_Programming/pop
-share/TekNap/help/5_Programming/pretend
-share/TekNap/help/5_Programming/purge
-share/TekNap/help/5_Programming/push
-share/TekNap/help/5_Programming/repeat
-share/TekNap/help/5_Programming/return
-share/TekNap/help/5_Programming/save
-share/TekNap/help/5_Programming/send
-share/TekNap/help/5_Programming/sendline
-share/TekNap/help/5_Programming/setenv
-share/TekNap/help/5_Programming/shift
-share/TekNap/help/5_Programming/sleep
-share/TekNap/help/5_Programming/stack
-share/TekNap/help/5_Programming/stub
-share/TekNap/help/5_Programming/switch
-share/TekNap/help/5_Programming/timer
-share/TekNap/help/5_Programming/type
-share/TekNap/help/5_Programming/unless
-share/TekNap/help/5_Programming/unshift
-share/TekNap/help/5_Programming/usleep
-share/TekNap/help/5_Programming/wait
-share/TekNap/help/5_Programming/while
-share/TekNap/help/5_Programming/xecho
-share/TekNap/help/5_Programming/xtype
-share/TekNap/help/6_Functions/6_Functions
-share/TekNap/help/6_Functions/after
-share/TekNap/help/6_Functions/afterw
-share/TekNap/help/6_Functions/aliasctl
-share/TekNap/help/6_Functions/ascii
-share/TekNap/help/6_Functions/before
-share/TekNap/help/6_Functions/beforew
-share/TekNap/help/6_Functions/builtin
-share/TekNap/help/6_Functions/channel
-share/TekNap/help/6_Functions/channelnicks
-share/TekNap/help/6_Functions/chanusers
-share/TekNap/help/6_Functions/chngw
-share/TekNap/help/6_Functions/chr
-share/TekNap/help/6_Functions/close
-share/TekNap/help/6_Functions/common
-share/TekNap/help/6_Functions/connect
-share/TekNap/help/6_Functions/cparse
-share/TekNap/help/6_Functions/crypt
-share/TekNap/help/6_Functions/decode
-share/TekNap/help/6_Functions/delarray
-share/TekNap/help/6_Functions/delitem
-share/TekNap/help/6_Functions/diff
-share/TekNap/help/6_Functions/encode
-share/TekNap/help/6_Functions/eof
-share/TekNap/help/6_Functions/fexist
-share/TekNap/help/6_Functions/filter
-share/TekNap/help/6_Functions/finditem
-share/TekNap/help/6_Functions/findw
-share/TekNap/help/6_Functions/fromw
-share/TekNap/help/6_Functions/fsize
-share/TekNap/help/6_Functions/getarrays
-share/TekNap/help/6_Functions/getcap
-share/TekNap/help/6_Functions/getitem
-share/TekNap/help/6_Functions/getmatches
-share/TekNap/help/6_Functions/getopt
-share/TekNap/help/6_Functions/getrmatches
-share/TekNap/help/6_Functions/gettmatch
-share/TekNap/help/6_Functions/globi
-share/TekNap/help/6_Functions/glob
-share/TekNap/help/6_Functions/idle
-share/TekNap/help/6_Functions/ifindfirst
-share/TekNap/help/6_Functions/ifinditem
-share/TekNap/help/6_Functions/igetitem
-share/TekNap/help/6_Functions/igetmatches
-share/TekNap/help/6_Functions/igetrmatches
-share/TekNap/help/6_Functions/index
-share/TekNap/help/6_Functions/indextoitem
-share/TekNap/help/6_Functions/insertw
-share/TekNap/help/6_Functions/iptolong
-share/TekNap/help/6_Functions/isalnum
-share/TekNap/help/6_Functions/isalpha
-share/TekNap/help/6_Functions/isdigit
-share/TekNap/help/6_Functions/isdisplaying
-share/TekNap/help/6_Functions/isirc
-share/TekNap/help/6_Functions/isspace
-share/TekNap/help/6_Functions/isxdigit
-share/TekNap/help/6_Functions/itemtoindex
-share/TekNap/help/6_Functions/jot
-share/TekNap/help/6_Functions/lastlog
-share/TekNap/help/6_Functions/left
-share/TekNap/help/6_Functions/leftw
-share/TekNap/help/6_Functions/line
-share/TekNap/help/6_Functions/listarray
-share/TekNap/help/6_Functions/longtoip
-share/TekNap/help/6_Functions/match
-share/TekNap/help/6_Functions/matchitem
-share/TekNap/help/6_Functions/md5
-share/TekNap/help/6_Functions/mid
-share/TekNap/help/6_Functions/midw
-share/TekNap/help/6_Functions/mp3time
-share/TekNap/help/6_Functions/msar
-share/TekNap/help/6_Functions/numarrays
-share/TekNap/help/6_Functions/numitems
-share/TekNap/help/6_Functions/numsort
-share/TekNap/help/6_Functions/numwords
-share/TekNap/help/6_Functions/onchannels
-share/TekNap/help/6_Functions/open
-share/TekNap/help/6_Functions/pattern
-share/TekNap/help/6_Functions/pop
-share/TekNap/help/6_Functions/push
-share/TekNap/help/6_Functions/rand
-share/TekNap/help/6_Functions/read
-share/TekNap/help/6_Functions/regcomp
-share/TekNap/help/6_Functions/regerror
-share/TekNap/help/6_Functions/regexec
-share/TekNap/help/6_Functions/regfree
-share/TekNap/help/6_Functions/remw
-share/TekNap/help/6_Functions/remws
-share/TekNap/help/6_Functions/rest
-share/TekNap/help/6_Functions/restw
-share/TekNap/help/6_Functions/reverse
-share/TekNap/help/6_Functions/revw
-share/TekNap/help/6_Functions/rfilter
-share/TekNap/help/6_Functions/right
-share/TekNap/help/6_Functions/rightw
-share/TekNap/help/6_Functions/rindex
-share/TekNap/help/6_Functions/rmatch
-share/TekNap/help/6_Functions/rmatchitem
-share/TekNap/help/6_Functions/rpattern
-share/TekNap/help/6_Functions/sar
-share/TekNap/help/6_Functions/servernick
-share/TekNap/help/6_Functions/setitem
-share/TekNap/help/6_Functions/shift
-share/TekNap/help/6_Functions/sort
-share/TekNap/help/6_Functions/srand
-share/TekNap/help/6_Functions/status
-share/TekNap/help/6_Functions/strchr
-share/TekNap/help/6_Functions/strcmp
-share/TekNap/help/6_Functions/strftime
-share/TekNap/help/6_Functions/strip
-share/TekNap/help/6_Functions/strlen
-share/TekNap/help/6_Functions/strrchr
-share/TekNap/help/6_Functions/time
-share/TekNap/help/6_Functions/tolower
-share/TekNap/help/6_Functions/toupper
-share/TekNap/help/6_Functions/tow
-share/TekNap/help/6_Functions/tr
-share/TekNap/help/6_Functions/twiddle
-share/TekNap/help/6_Functions/uname
-share/TekNap/help/6_Functions/unlink
-share/TekNap/help/6_Functions/unshift
-share/TekNap/help/6_Functions/utime
-share/TekNap/help/6_Functions/winnum
-share/TekNap/help/6_Functions/winsize
-share/TekNap/help/6_Functions/word
-share/TekNap/help/6_Functions/wordtoindex
-share/TekNap/help/6_Functions/write
-share/TekNap/help/6_Functions/xmms
-share/TekNap/help/7_Docs/7_Docs
-share/TekNap/help/7_Docs/Arrays
-share/TekNap/help/7_Docs/Command_Line
-share/TekNap/help/7_Docs/Environment
-share/TekNap/help/7_Docs/Expressions
-share/TekNap/help/7_Docs/Introduction
-share/TekNap/help/7_Docs/Key_Bindings
-share/TekNap/help/7_Docs/Patterns
-share/TekNap/help/7_Docs/Programming
-share/TekNap/help/7_Docs/Serial_Numbers
-share/TekNap/help/7_Docs/Server_Numerics
-share/TekNap/help/7_Docs/Signals
-share/TekNap/help/7_Docs/Special_Vars
-share/TekNap/help/7_Docs/Status_Line
-share/TekNap/help/7_Docs/Text_Highlight
-share/doc/TekNap/README
-@dirrm share/doc/TekNap
-@dirrm share/TekNap/help/7_Docs
-@dirrm share/TekNap/help/6_Functions
-@dirrm share/TekNap/help/5_Programming/on
-@dirrm share/TekNap/help/5_Programming
-@dirrm share/TekNap/help/4_Misc/window
-@dirrm share/TekNap/help/4_Misc/set
-@dirrm share/TekNap/help/4_Misc/bind
-@dirrm share/TekNap/help/4_Misc
-@dirrm share/TekNap/help/3_Admin
-@dirrm share/TekNap/help/2_Napster
-@dirrm share/TekNap/help/1_General
-@dirrm share/TekNap/help
-@dirrm share/TekNap