Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2000 03:45:23 +0200 (CEST)
From:      cj@vallcom.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19721: Update port: audio/bwap > audio/teknap
Message-ID:  <200007060145.DAA44637@214.norrgarden.se>

next in thread | raw e-mail | index | archive | help

>Number:         19721
>Category:       ports
>Synopsis:       Update port: audio/bwap > audio/teknap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 05 18:50:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:
>Description:
New version of BWap.
BWap has changed its name to TekNap and BWap is now obsolete.
therefore this is a new port I guess, but in this case I wasn't sure if I was going to make a
diff or a shar. 

>How-To-Repeat:
>Fix:
diff -urN /usr/ports/audio/bwap/Makefile teknap/Makefile
--- /usr/ports/audio/bwap/Makefile	Wed Jun 28 14:33:57 2000
+++ teknap/Makefile	Thu Jul  6 03:32:48 2000
@@ -1,32 +1,60 @@
-# New ports collection makefile for:	BWap napster client
-# Date created:				29 Mar 2000
+# New ports collection makefile for:	TekNap napster client
+# Date created:				6 Jul 2000
 # Whom:					Carl Johan Madestrand
 #
-# $FreeBSD: ports/audio/bwap/Makefile,v 1.2 2000/06/28 12:33:57 alex Exp $
+# $FreeBSD$
 #
 
-PORTNAME=	BWap
-PORTVERSION=	1.3a
+PORTNAME=	TekNap
+PORTVERSION=	1.0
 CATEGORIES=	audio
-MASTER_SITES=	ftp://ftp.bitchx.com/pub/BWap/ \
+MASTER_SITES=	ftp://ftp.teknap.com/pub/TekNap/ \
+		ftp://ftp.bitchx.com/pub/TekNap/ \
 		ftp://ukug.uk.freebsd.org/pub/lord_cj/
 
 MAINTAINER=	cj@vallcom.net
 
-WRKSRC=		${WRKDIR}/BWap
+.if defined(WITH_GTK)
+LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+.endif
+
+GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
+WRKSRC=		${WRKDIR}/TekNap
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--exec-prefix="${PREFIX}/share" \
-		--bindir="${PREFIX}/bin" \
-		--datadir="${PREFIX}/share" \
-		--libdir="${PREFIX}/share"
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"
+USE_GMAKE=	yes
+
+.if defined(WITH_GTK)
+CONFIGURE_ARGS+= 	--with-gtk
+.else
+CONFIGURE_ARGS+= 	--without-gtk
+.endif
+CONFIGURE_ARGS+=	--exec-prefix="${PREFIX}/share" \
+			--bindir="${PREFIX}/bin" \
+			--datadir="${PREFIX}/share" \
+			--libdir="${PREFIX}/share"
+
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		GLIB_CONFIG="${GLIB_CONFIG}" \
+		GTK_CONFIG="${GTK_CONFIG}"
+MAKE_ENV+=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+		INSTALL_DATA="${INSTALL_DATA}"
+
+.if !defined(WITH_GTK)
+pre-extract:
+	@${ECHO} "You can add hooks for GTK by defining WITH_GTK"
+.endif
+
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 post-install:
-	${MKDIR} ${PREFIX}/share/doc/BWap
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/BWap
+.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} ${PKGDIR}/MESSAGE | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
 	@${ECHO}
-
+.endif
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/bwap/files/md5 teknap/files/md5
--- /usr/ports/audio/bwap/files/md5	Sat Jun 10 08:58:32 2000
+++ teknap/files/md5	Wed Jul  5 22:00:57 2000
@@ -1 +1 @@
-MD5 (BWap-1.3a.tar.gz) = 757134cba341805f772fb12d9523b170
+MD5 (TekNap-1.0.tar.gz) = 1d8878fc6188cbe31c578f0db3227906
diff -urN /usr/ports/audio/bwap/patches/patch-aa teknap/patches/patch-aa
--- /usr/ports/audio/bwap/patches/patch-aa	Thu Jan  1 01:00:00 1970
+++ teknap/patches/patch-aa	Thu Jul  6 01:11:06 2000
@@ -0,0 +1,13 @@
+--- Makefile.in.orig	Thu Jun 22 11:32:39 2000
++++ Makefile.in	Thu Jul  6 01:10:22 2000
+@@ -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 -urN /usr/ports/audio/bwap/pkg/DESCR teknap/pkg/DESCR
--- /usr/ports/audio/bwap/pkg/DESCR	Sat Jun 10 08:58:32 2000
+++ teknap/pkg/DESCR	Thu Jul  6 02:55:00 2000
@@ -5,3 +5,4 @@
 
 
 Author: Colten Edwards <edwards@bitchx.dimension6.com>
+WWW: http://www.teknap.com
diff -urN /usr/ports/audio/bwap/pkg/MESSAGE teknap/pkg/MESSAGE
--- /usr/ports/audio/bwap/pkg/MESSAGE	Sat Jun 10 08:58:32 2000
+++ teknap/pkg/MESSAGE	Thu Jul  6 02:46:15 2000
@@ -1 +1 @@
-Please read %%PREFIX%%/share/doc/BWap/README
+Please read %%PREFIX%%/share/doc/TekNap/README
diff -urN /usr/ports/audio/bwap/pkg/PLIST teknap/pkg/PLIST
--- /usr/ports/audio/bwap/pkg/PLIST	Sat Jun 10 08:58:32 2000
+++ teknap/pkg/PLIST	Thu Jul  6 02:44:53 2000
@@ -1,443 +1,546 @@
-bin/BWap-%%PORTVERSION%%
-bin/BWap
-share/doc/BWap/README
-share/BWap/help/4_Misc/bind/window_swap_10
-share/BWap/help/4_Misc/bind/backward_character
-share/BWap/help/4_Misc/bind/backward_history
-share/BWap/help/4_Misc/bind/backward_word
-share/BWap/help/4_Misc/bind/beginning_of_line
-share/BWap/help/4_Misc/bind/bind
-share/BWap/help/4_Misc/bind/blink
-share/BWap/help/4_Misc/bind/bold
-share/BWap/help/4_Misc/bind/clear_screen
-share/BWap/help/4_Misc/bind/command_completion
-share/BWap/help/4_Misc/bind/delete_character
-share/BWap/help/4_Misc/bind/delete_next_word
-share/BWap/help/4_Misc/bind/delete_previous_word
-share/BWap/help/4_Misc/bind/delete_to_previous_space
-share/BWap/help/4_Misc/bind/end_of_line
-share/BWap/help/4_Misc/bind/erase_line
-share/BWap/help/4_Misc/bind/erase_to_beg_of_line
-share/BWap/help/4_Misc/bind/nothing
-share/BWap/help/4_Misc/bind/next_window
-share/BWap/help/4_Misc/bind/erase_to_end_of_line
-share/BWap/help/4_Misc/bind/forward_character
-share/BWap/help/4_Misc/bind/forward_history
-share/BWap/help/4_Misc/bind/forward_word
-share/BWap/help/4_Misc/bind/highlight_off
-share/BWap/help/4_Misc/bind/meta1_character
-share/BWap/help/4_Misc/bind/meta4_character
-share/BWap/help/4_Misc/bind/parse_command
-share/BWap/help/4_Misc/bind/previous_window
-share/BWap/help/4_Misc/bind/quit_irc
-share/BWap/help/4_Misc/bind/quote_character
-share/BWap/help/4_Misc/bind/refresh_inputline
-share/BWap/help/4_Misc/bind/refresh_screen
-share/BWap/help/4_Misc/bind/reverse
-share/BWap/help/4_Misc/bind/scroll_backward
-share/BWap/help/4_Misc/bind/scroll_end
-share/BWap/help/4_Misc/bind/scroll_forward
-share/BWap/help/4_Misc/bind/scroll_start
-share/BWap/help/4_Misc/bind/self_insert
-share/BWap/help/4_Misc/bind/send_line
-share/BWap/help/4_Misc/bind/shove_to_history
-share/BWap/help/4_Misc/bind/stop_irc
-share/BWap/help/4_Misc/bind/swap_last_window
-share/BWap/help/4_Misc/bind/swap_next_window
-share/BWap/help/4_Misc/bind/swap_previous_window
-share/BWap/help/4_Misc/bind/switch_channels
-share/BWap/help/4_Misc/bind/toggle_insert_mode
-share/BWap/help/4_Misc/bind/toggle_stop_screen
-share/BWap/help/4_Misc/bind/transpose_characters
-share/BWap/help/4_Misc/bind/type_text
-share/BWap/help/4_Misc/bind/unclear_screen
-share/BWap/help/4_Misc/bind/underline
-share/BWap/help/4_Misc/bind/unstop_all_windows
-share/BWap/help/4_Misc/bind/yank_from_cutbuffer
-share/BWap/help/4_Misc/bind/new_beginning_of_line
-share/BWap/help/4_Misc/bind/refresh_status
-share/BWap/help/4_Misc/bind/altcharset
-share/BWap/help/4_Misc/bind/cpusaver
-share/BWap/help/4_Misc/bind/new_scroll_backward
-share/BWap/help/4_Misc/bind/window_hide
-share/BWap/help/4_Misc/bind/new_scroll_end
-share/BWap/help/4_Misc/bind/new_scroll_forward
-share/BWap/help/4_Misc/bind/tab_completion
-share/BWap/help/4_Misc/bind/window_balance
-share/BWap/help/4_Misc/bind/window_grow_one
-share/BWap/help/4_Misc/bind/window_kill
-share/BWap/help/4_Misc/bind/window_list
-share/BWap/help/4_Misc/bind/window_move
-share/BWap/help/4_Misc/bind/window_shrink_one
-share/BWap/help/4_Misc/bind/window_swap_1
-share/BWap/help/4_Misc/bind/window_swap_2
-share/BWap/help/4_Misc/bind/window_swap_3
-share/BWap/help/4_Misc/bind/window_swap_4
-share/BWap/help/4_Misc/bind/window_swap_5
-share/BWap/help/4_Misc/bind/window_swap_6
-share/BWap/help/4_Misc/bind/window_swap_7
-share/BWap/help/4_Misc/bind/window_swap_8
-share/BWap/help/4_Misc/bind/window_swap_9
-share/BWap/help/4_Misc/bind/backspace
-share/BWap/help/4_Misc/set/tab_max
-share/BWap/help/4_Misc/set/status_away
-share/BWap/help/4_Misc/set/status_channel
-share/BWap/help/4_Misc/set/status_chanop
-share/BWap/help/4_Misc/set/status_clock
-share/BWap/help/4_Misc/set/status_does_expandos
-share/BWap/help/4_Misc/set/status_format
-share/BWap/help/4_Misc/set/status_hold
-share/BWap/help/4_Misc/set/status_hold_lines
-share/BWap/help/4_Misc/set/status_insert
-share/BWap/help/4_Misc/set/status_mail
-share/BWap/help/4_Misc/set/status_mode
-share/BWap/help/4_Misc/set/status_nick
-share/BWap/help/4_Misc/set/status_no_repeat
-share/BWap/help/4_Misc/set/status_notify
-share/BWap/help/4_Misc/set/status_oper
-share/BWap/help/4_Misc/set/status_overwrite
-share/BWap/help/4_Misc/set/status_query
-share/BWap/help/4_Misc/set/status_scrollback
-share/BWap/help/4_Misc/set/status_server
-share/BWap/help/4_Misc/set/lastlog
-share/BWap/help/4_Misc/set/status_user
-share/BWap/help/4_Misc/set/status_truncate_rhs
-share/BWap/help/4_Misc/set/status_umode
-share/BWap/help/4_Misc/set/status_voice
-share/BWap/help/4_Misc/set/status_window
-share/BWap/help/4_Misc/set/load_path
-share/BWap/help/4_Misc/set/lastlog_level
-share/BWap/help/4_Misc/set/hold_mode
-share/BWap/help/4_Misc/set/help_pager
-share/BWap/help/4_Misc/set/help_path
-share/BWap/help/4_Misc/set/help_prompt
-share/BWap/help/4_Misc/set/help_window
-share/BWap/help/4_Misc/set/insert_mode
-share/BWap/help/4_Misc/set/input_aliases
-share/BWap/help/4_Misc/set/input_prompt
-share/BWap/help/4_Misc/set/high_bit_escape
-share/BWap/help/4_Misc/set/highlight_char
-share/BWap/help/4_Misc/set/underline_video
-share/BWap/help/4_Misc/set/always_split_biggest
-share/BWap/help/4_Misc/set/beep
-share/BWap/help/4_Misc/set/beep_max
-share/BWap/help/4_Misc/set/beep_on_msg
-share/BWap/help/4_Misc/set/blink_video
-share/BWap/help/4_Misc/set/beep_when_away
-share/BWap/help/4_Misc/set/bold_video
-share/BWap/help/4_Misc/set/channel_name_width
-share/BWap/help/4_Misc/set/clock
-share/BWap/help/4_Misc/set/clock_24hour
-share/BWap/help/4_Misc/set/clock_alarm
-share/BWap/help/4_Misc/set/clock_format
-share/BWap/help/4_Misc/set/command_mode
-share/BWap/help/4_Misc/set/display
-share/BWap/help/4_Misc/set/display_ansi
-share/BWap/help/4_Misc/set/eight_bit_characters
-share/BWap/help/4_Misc/set/full_status_line
-share/BWap/help/4_Misc/set/indent
-share/BWap/help/4_Misc/set/inverse_video
-share/BWap/help/4_Misc/set/nd_space_max
-share/BWap/help/4_Misc/set/reverse_status_line
-share/BWap/help/4_Misc/set/reverse_video
-share/BWap/help/4_Misc/set/scroll
-share/BWap/help/4_Misc/set/scroll_lines
-share/BWap/help/4_Misc/set/scrollback
-share/BWap/help/4_Misc/set/scrollback_ratio
-share/BWap/help/4_Misc/set/shell
-share/BWap/help/4_Misc/set/tab
-share/BWap/help/4_Misc/set/shell_flags
-share/BWap/help/4_Misc/set/shell_limit
-share/BWap/help/4_Misc/set/show_channel_names
-share/BWap/help/4_Misc/set/show_end_of_msgs
-share/BWap/help/4_Misc/set/show_numerics
-share/BWap/help/4_Misc/set/show_status_all
-share/BWap/help/4_Misc/set/suppress_server_motd
-share/BWap/help/4_Misc/set/set
-share/BWap/help/4_Misc/cd
-share/BWap/help/4_Misc/clear
-share/BWap/help/4_Misc/history
-share/BWap/help/4_Misc/4_Misc
-share/BWap/help/4_Misc/ls
-share/BWap/help/4_Misc/ps
-share/BWap/help/4_Misc/df
-share/BWap/help/4_Misc/du
-share/BWap/help/4_Misc/rbind
-share/BWap/help/4_Misc/beep
-share/BWap/help/2_Napster/send
-share/BWap/help/2_Napster/browse
-share/BWap/help/2_Napster/cignore
-share/BWap/help/2_Napster/signore
-share/BWap/help/2_Napster/ignore
-share/BWap/help/2_Napster/dbsearch
-share/BWap/help/2_Napster/delete
-share/BWap/help/2_Napster/get
-share/BWap/help/2_Napster/glist
-share/BWap/help/2_Napster/hotlist
-share/BWap/help/2_Napster/print
-share/BWap/help/2_Napster/queue
-share/BWap/help/2_Napster/raw
-share/BWap/help/2_Napster/request
-share/BWap/help/2_Napster/resume
-share/BWap/help/2_Napster/s
-share/BWap/help/2_Napster/scott
-share/BWap/help/2_Napster/search
-share/BWap/help/2_Napster/share
-share/BWap/help/2_Napster/soundex
-share/BWap/help/2_Napster/2_Napster
-share/BWap/help/3_Admin/setchanlevel
-share/BWap/help/3_Admin/admin
-share/BWap/help/3_Admin/killserver
-share/BWap/help/3_Admin/banuser
-share/BWap/help/3_Admin/sethchanlevel
-share/BWap/help/3_Admin/setdataport
-share/BWap/help/3_Admin/setlinespeed
-share/BWap/help/3_Admin/setuserlevel
-share/BWap/help/3_Admin/connect
-share/BWap/help/3_Admin/disconnect
-share/BWap/help/3_Admin/config
-share/BWap/help/3_Admin/unnukeuser
-share/BWap/help/3_Admin/unbanuser
-share/BWap/help/3_Admin/unmuzzle
-share/BWap/help/3_Admin/removeserver
-share/BWap/help/3_Admin/opsay
-share/BWap/help/3_Admin/announce
-share/BWap/help/3_Admin/version
-share/BWap/help/3_Admin/links
-share/BWap/help/3_Admin/reload
-share/BWap/help/3_Admin/kill
-share/BWap/help/3_Admin/nukeuser
-share/BWap/help/3_Admin/banlist
-share/BWap/help/3_Admin/muzzle
-share/BWap/help/3_Admin/speed
-share/BWap/help/3_Admin/email
-share/BWap/help/3_Admin/password
-share/BWap/help/3_Admin/dataport
-share/BWap/help/3_Admin/clearchannel
-share/BWap/help/3_Admin/stats
-share/BWap/help/3_Admin/register
-share/BWap/help/3_Admin/wallop
-share/BWap/help/3_Admin/3_Admin
-share/BWap/help/7_Docs/Server_Numerics
-share/BWap/help/7_Docs/Expressions
-share/BWap/help/7_Docs/Key_Bindings
-share/BWap/help/7_Docs/Programming
-share/BWap/help/7_Docs/Serial_Numbers
-share/BWap/help/7_Docs/Signals
-share/BWap/help/7_Docs/Special_Vars
-share/BWap/help/7_Docs/Status_Line
-share/BWap/help/7_Docs/Text_Highlight
-share/BWap/help/7_Docs/Command_Line
-share/BWap/help/7_Docs/Environment
-share/BWap/help/7_Docs/7_Docs
-share/BWap/help/7_Docs/Introduction
-share/BWap/help/7_Docs/Patterns
-share/BWap/help/7_Docs/Arrays
-share/BWap/help/6_Functions/close
-share/BWap/help/6_Functions/afterw
-share/BWap/help/6_Functions/aliasctl
-share/BWap/help/6_Functions/cparse
-share/BWap/help/6_Functions/delarray
-share/BWap/help/6_Functions/delitem
-share/BWap/help/6_Functions/finditem
-share/BWap/help/6_Functions/findw
-share/BWap/help/6_Functions/getarrays
-share/BWap/help/6_Functions/getitem
-share/BWap/help/6_Functions/getmatches
-share/BWap/help/6_Functions/gettmatch
-share/BWap/help/6_Functions/glob
-share/BWap/help/6_Functions/ifinditem
-share/BWap/help/6_Functions/igetmatches
-share/BWap/help/6_Functions/indextoitem
-share/BWap/help/6_Functions/itemtoindex
-share/BWap/help/6_Functions/left
-share/BWap/help/6_Functions/leftw
-share/BWap/help/6_Functions/match
-share/BWap/help/6_Functions/matchitem
-share/BWap/help/6_Functions/mid
-share/BWap/help/6_Functions/midw
-share/BWap/help/6_Functions/msar
-share/BWap/help/6_Functions/numarrays
-share/BWap/help/6_Functions/numitems
-share/BWap/help/6_Functions/sar
-share/BWap/help/6_Functions/setitem
-share/BWap/help/6_Functions/sort
-share/BWap/help/6_Functions/twiddle
-share/BWap/help/6_Functions/6_Functions
-share/BWap/help/6_Functions/right
-share/BWap/help/6_Functions/ascii
-share/BWap/help/6_Functions/chr
-share/BWap/help/6_Functions/before
-share/BWap/help/6_Functions/rightw
-share/BWap/help/6_Functions/rmatch
-share/BWap/help/6_Functions/rmatchitem
-share/BWap/help/6_Functions/getrmatches
-share/BWap/help/6_Functions/igetrmatches
-share/BWap/help/6_Functions/igetitem
-share/BWap/help/6_Functions/numsort
-share/BWap/help/6_Functions/time
-share/BWap/help/6_Functions/utime
-share/BWap/help/6_Functions/channelnicks
-share/BWap/help/6_Functions/getopt
-share/BWap/help/6_Functions/channel
-share/BWap/help/6_Functions/getcap
-share/BWap/help/6_Functions/builtin
-share/BWap/help/6_Functions/regerror
-share/BWap/help/6_Functions/ifindfirst
-share/BWap/help/6_Functions/listarray
-share/BWap/help/6_Functions/regcomp
-share/BWap/help/6_Functions/regexec
-share/BWap/help/6_Functions/regfree
-share/BWap/help/6_Functions/md5
-share/BWap/help/6_Functions/isdisplaying
-share/BWap/help/6_Functions/mp3time
-share/BWap/help/6_Functions/strchr
-share/BWap/help/6_Functions/strrchr
-share/BWap/help/6_Functions/connect
-share/BWap/help/6_Functions/after
-share/BWap/help/5_Programming/on/switch_windows
-share/BWap/help/5_Programming/on/exec_errors
-share/BWap/help/5_Programming/on/exec_exit
-share/BWap/help/5_Programming/on/exec_prompt
-share/BWap/help/5_Programming/on/hook
-share/BWap/help/5_Programming/on/idle
-share/BWap/help/5_Programming/on/input
-share/BWap/help/5_Programming/on/join
-share/BWap/help/5_Programming/on/on
-share/BWap/help/5_Programming/on/public
-share/BWap/help/5_Programming/on/public_other
-share/BWap/help/5_Programming/on/msg
-share/BWap/help/5_Programming/on/send_msg
-share/BWap/help/5_Programming/on/send_public
-share/BWap/help/5_Programming/on/timer
-share/BWap/help/5_Programming/on/topic
-share/BWap/help/5_Programming/on/window
-share/BWap/help/5_Programming/on/window_create
-share/BWap/help/5_Programming/on/window_kill
-share/BWap/help/5_Programming/on/kill
-share/BWap/help/5_Programming/on/who
-share/BWap/help/5_Programming/on/action
-share/BWap/help/5_Programming/on/browse_begin
-share/BWap/help/5_Programming/on/browse_end
-share/BWap/help/5_Programming/on/channel_nick
-share/BWap/help/5_Programming/on/raw
-share/BWap/help/5_Programming/on/connect
-share/BWap/help/5_Programming/on/disconnect
-share/BWap/help/5_Programming/on/helpwin
-share/BWap/help/5_Programming/on/hotlist
-share/BWap/help/5_Programming/on/leave
-share/BWap/help/5_Programming/on/list
-share/BWap/help/5_Programming/on/names
-share/BWap/help/5_Programming/on/naperror
-share/BWap/help/5_Programming/on/napfinish
-share/BWap/help/5_Programming/on/napget
-share/BWap/help/5_Programming/on/naprequest
-share/BWap/help/5_Programming/on/napsend
-share/BWap/help/5_Programming/on/pong
-share/BWap/help/5_Programming/on/redirect
-share/BWap/help/5_Programming/on/search_begin
-share/BWap/help/5_Programming/on/search_end
-share/BWap/help/5_Programming/on/send_ops
-share/BWap/help/5_Programming/on/servermsg
-share/BWap/help/5_Programming/on/status_update
-share/BWap/help/5_Programming/on/switch_channels
-share/BWap/help/5_Programming/on/exec
-share/BWap/help/5_Programming/5_Programming
-share/BWap/help/5_Programming/alias
-share/BWap/help/5_Programming/assign
-share/BWap/help/5_Programming/break
-share/BWap/help/5_Programming/comment
-share/BWap/help/5_Programming/continue
-share/BWap/help/5_Programming/do
-share/BWap/help/5_Programming/dump
-share/BWap/help/5_Programming/echo
-share/BWap/help/5_Programming/eval
-share/BWap/help/5_Programming/exec
-share/BWap/help/5_Programming/fe
-share/BWap/help/5_Programming/for
-share/BWap/help/5_Programming/foreach
-share/BWap/help/5_Programming/if
-share/BWap/help/5_Programming/local
-share/BWap/help/5_Programming/return
-share/BWap/help/5_Programming/save
-share/BWap/help/5_Programming/stub
-share/BWap/help/5_Programming/switch
-share/BWap/help/5_Programming/timer
-share/BWap/help/5_Programming/while
-share/BWap/help/5_Programming/xecho
-share/BWap/help/5_Programming/load
-share/BWap/help/5_Programming/fec
-share/BWap/help/5_Programming/repeat
-share/BWap/help/5_Programming/type
-share/BWap/help/5_Programming/parsekey
-share/BWap/help/5_Programming/unless
-share/BWap/help/5_Programming/purge
-share/BWap/help/1_General/relm
-share/BWap/help/1_General/help
-share/BWap/help/1_General/j
-share/BWap/help/1_General/join
-share/BWap/help/1_General/l
-share/BWap/help/1_General/leave
-share/BWap/help/1_General/m
-share/BWap/help/1_General/me
-share/BWap/help/1_General/msg
-share/BWap/help/1_General/ping
-share/BWap/help/1_General/part
-share/BWap/help/1_General/query
-share/BWap/help/1_General/say
-share/BWap/help/1_General/t
-share/BWap/help/1_General/topic
-share/BWap/help/1_General/list
-share/BWap/help/1_General/motd
-share/BWap/help/1_General/names
-share/BWap/help/1_General/sc
-share/BWap/help/1_General/scan
-share/BWap/help/1_General/whois
-share/BWap/help/1_General/1_General
-share/BWap/help/1_General/lastlog
-share/BWap/help/1_General/nslookup
-share/BWap/help/1_General/quit
-share/BWap/help/1_General/server
-share/BWap/help/1_General/version
-share/BWap/help/1_General/close
-share/BWap/help/1_General/w
-share/BWap/help/1_General/disconnect
-share/BWap/help/6_Functions/strcmp
-share/BWap/help/6_Functions/decode
-share/BWap/help/6_Functions/encode
-share/BWap/help/6_Functions/eof
-share/BWap/help/6_Functions/filter
-share/BWap/help/6_Functions/open
-share/BWap/help/6_Functions/pattern
-share/BWap/help/6_Functions/read
-share/BWap/help/6_Functions/reverse
-share/BWap/help/6_Functions/revw
-share/BWap/help/6_Functions/rfilter
-share/BWap/help/6_Functions/rpattern
-share/BWap/help/6_Functions/strftime
-share/BWap/help/6_Functions/strip
-share/BWap/help/6_Functions/tolower
-share/BWap/help/6_Functions/toupper
-share/BWap/help/6_Functions/tr
-share/BWap/help/6_Functions/winnum
-share/BWap/help/6_Functions/winsize
-share/BWap/help/6_Functions/word
-share/BWap/help/6_Functions/write
-share/BWap/help/6_Functions/rand
-share/BWap/help/5_Programming/input
-share/BWap/help/5_Programming/input_char
-share/BWap/help/3_Admin/setchanlimit
-share/BWap/help/3_Admin/showallchannels
-@dirrm share/doc/BWap
-@dirrm share/BWap/help/4_Misc/bind
-@dirrm share/BWap/help/4_Misc/set
-@dirrm share/BWap/help/4_Misc
-@dirrm share/BWap/help/2_Napster
-@dirrm share/BWap/help/3_Admin
-@dirrm share/BWap/help/7_Docs
-@dirrm share/BWap/help/6_Functions
-@dirrm share/BWap/help/5_Programming/on
-@dirrm share/BWap/help/5_Programming
-@dirrm share/BWap/help/1_General
-@dirrm share/BWap/help
-@dirrm share/BWap
+bin/TekNap-%%PORTVERSION%%
+bin/TekNap
+share/doc/TekNap/README
+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/create
+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/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/status_special
+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/4_Misc/bind/window_swap_10
+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/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/nothing
+share/TekNap/help/4_Misc/bind/next_window
+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/meta1_character
+share/TekNap/help/4_Misc/bind/meta4_character
+share/TekNap/help/4_Misc/bind/parse_command
+share/TekNap/help/4_Misc/bind/previous_window
+share/TekNap/help/4_Misc/bind/quit_irc
+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/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_irc
+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/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/yank_from_cutbuffer
+share/TekNap/help/4_Misc/bind/new_beginning_of_line
+share/TekNap/help/4_Misc/bind/refresh_status
+share/TekNap/help/4_Misc/bind/altcharset
+share/TekNap/help/4_Misc/bind/cpusaver
+share/TekNap/help/4_Misc/bind/new_scroll_backward
+share/TekNap/help/4_Misc/bind/window_hide
+share/TekNap/help/4_Misc/bind/new_scroll_end
+share/TekNap/help/4_Misc/bind/new_scroll_forward
+share/TekNap/help/4_Misc/bind/tab_completion
+share/TekNap/help/4_Misc/bind/window_balance
+share/TekNap/help/4_Misc/bind/window_grow_one
+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_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/backspace
+share/TekNap/help/4_Misc/set/tab_max
+share/TekNap/help/4_Misc/set/status_away
+share/TekNap/help/4_Misc/set/status_channel
+share/TekNap/help/4_Misc/set/status_chanop
+share/TekNap/help/4_Misc/set/status_clock
+share/TekNap/help/4_Misc/set/status_does_expandos
+share/TekNap/help/4_Misc/set/status_format
+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_mail
+share/TekNap/help/4_Misc/set/status_mode
+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_oper
+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/lastlog
+share/TekNap/help/4_Misc/set/status_user
+share/TekNap/help/4_Misc/set/status_truncate_rhs
+share/TekNap/help/4_Misc/set/status_umode
+share/TekNap/help/4_Misc/set/status_voice
+share/TekNap/help/4_Misc/set/status_window
+share/TekNap/help/4_Misc/set/load_path
+share/TekNap/help/4_Misc/set/lastlog_level
+share/TekNap/help/4_Misc/set/hold_mode
+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/insert_mode
+share/TekNap/help/4_Misc/set/input_aliases
+share/TekNap/help/4_Misc/set/input_prompt
+share/TekNap/help/4_Misc/set/high_bit_escape
+share/TekNap/help/4_Misc/set/highlight_char
+share/TekNap/help/4_Misc/set/underline_video
+share/TekNap/help/4_Misc/set/beep
+share/TekNap/help/4_Misc/set/beep_max
+share/TekNap/help/4_Misc/set/beep_on_msg
+share/TekNap/help/4_Misc/set/blink_video
+share/TekNap/help/4_Misc/set/beep_when_away
+share/TekNap/help/4_Misc/set/bold_video
+share/TekNap/help/4_Misc/set/clock
+share/TekNap/help/4_Misc/set/clock_24hour
+share/TekNap/help/4_Misc/set/clock_alarm
+share/TekNap/help/4_Misc/set/clock_format
+share/TekNap/help/4_Misc/set/command_mode
+share/TekNap/help/4_Misc/set/display
+share/TekNap/help/4_Misc/set/display_ansi
+share/TekNap/help/4_Misc/set/eight_bit_characters
+share/TekNap/help/4_Misc/set/full_status_line
+share/TekNap/help/4_Misc/set/indent
+share/TekNap/help/4_Misc/set/inverse_video
+share/TekNap/help/4_Misc/set/nd_space_max
+share/TekNap/help/4_Misc/set/reverse_status_line
+share/TekNap/help/4_Misc/set/reverse_video
+share/TekNap/help/4_Misc/set/scroll
+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/shell
+share/TekNap/help/4_Misc/set/tab
+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_status_all
+share/TekNap/help/4_Misc/set/suppress_server_motd
+share/TekNap/help/4_Misc/set/set
+share/TekNap/help/4_Misc/cd
+share/TekNap/help/4_Misc/clear
+share/TekNap/help/4_Misc/history
+share/TekNap/help/4_Misc/4_Misc
+share/TekNap/help/4_Misc/ls
+share/TekNap/help/4_Misc/ps
+share/TekNap/help/4_Misc/df
+share/TekNap/help/4_Misc/du
+share/TekNap/help/4_Misc/rbind
+share/TekNap/help/4_Misc/beep
+share/TekNap/help/4_Misc/url
+share/TekNap/help/2_Napster/send
+share/TekNap/help/2_Napster/browse
+share/TekNap/help/2_Napster/cignore
+share/TekNap/help/2_Napster/signore
+share/TekNap/help/2_Napster/ignore
+share/TekNap/help/2_Napster/dbsearch
+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/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/share
+share/TekNap/help/2_Napster/soundex
+share/TekNap/help/2_Napster/2_Napster
+share/TekNap/help/2_Napster/dccget
+share/TekNap/help/3_Admin/admin
+share/TekNap/help/3_Admin/killserver
+share/TekNap/help/3_Admin/banuser
+share/TekNap/help/3_Admin/setchanlevel
+share/TekNap/help/3_Admin/setdataport
+share/TekNap/help/3_Admin/setlinespeed
+share/TekNap/help/3_Admin/setuserlevel
+share/TekNap/help/3_Admin/connect
+share/TekNap/help/3_Admin/disconnect
+share/TekNap/help/3_Admin/config
+share/TekNap/help/3_Admin/unnukeuser
+share/TekNap/help/3_Admin/unbanuser
+share/TekNap/help/3_Admin/unmuzzle
+share/TekNap/help/3_Admin/removeserver
+share/TekNap/help/3_Admin/opsay
+share/TekNap/help/3_Admin/announce
+share/TekNap/help/3_Admin/version
+share/TekNap/help/3_Admin/links
+share/TekNap/help/3_Admin/reload
+share/TekNap/help/3_Admin/kill
+share/TekNap/help/3_Admin/nukeuser
+share/TekNap/help/3_Admin/banlist
+share/TekNap/help/3_Admin/muzzle
+share/TekNap/help/3_Admin/speed
+share/TekNap/help/3_Admin/email
+share/TekNap/help/3_Admin/password
+share/TekNap/help/3_Admin/dataport
+share/TekNap/help/3_Admin/clearchannel
+share/TekNap/help/3_Admin/stats
+share/TekNap/help/3_Admin/register
+share/TekNap/help/3_Admin/wallop
+share/TekNap/help/3_Admin/3_Admin
+share/TekNap/help/3_Admin/ban
+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/cloak
+share/TekNap/help/3_Admin/cmuzzle
+share/TekNap/help/3_Admin/cunban
+share/TekNap/help/3_Admin/cunmuzzle
+share/TekNap/help/3_Admin/deop
+share/TekNap/help/3_Admin/dns
+share/TekNap/help/3_Admin/gusers
+share/TekNap/help/3_Admin/kick
+share/TekNap/help/3_Admin/mode
+share/TekNap/help/3_Admin/op
+share/TekNap/help/3_Admin/opdel
+share/TekNap/help/3_Admin/oplist
+share/TekNap/help/3_Admin/ptest
+share/TekNap/help/3_Admin/setpassword
+share/TekNap/help/3_Admin/sping
+share/TekNap/help/3_Admin/unvoice
+share/TekNap/help/3_Admin/voice
+share/TekNap/help/3_Admin/setchanlimit
+share/TekNap/help/3_Admin/showallchannels
+share/TekNap/help/7_Docs/Server_Numerics
+share/TekNap/help/7_Docs/Expressions
+share/TekNap/help/7_Docs/Key_Bindings
+share/TekNap/help/7_Docs/Programming
+share/TekNap/help/7_Docs/Serial_Numbers
+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/TekNap/help/7_Docs/Command_Line
+share/TekNap/help/7_Docs/Environment
+share/TekNap/help/7_Docs/7_Docs
+share/TekNap/help/7_Docs/Introduction
+share/TekNap/help/7_Docs/Patterns
+share/TekNap/help/7_Docs/Arrays
+share/TekNap/help/6_Functions/close
+share/TekNap/help/6_Functions/afterw
+share/TekNap/help/6_Functions/aliasctl
+share/TekNap/help/6_Functions/cparse
+share/TekNap/help/6_Functions/delarray
+share/TekNap/help/6_Functions/delitem
+share/TekNap/help/6_Functions/finditem
+share/TekNap/help/6_Functions/findw
+share/TekNap/help/6_Functions/getarrays
+share/TekNap/help/6_Functions/getitem
+share/TekNap/help/6_Functions/getmatches
+share/TekNap/help/6_Functions/gettmatch
+share/TekNap/help/6_Functions/glob
+share/TekNap/help/6_Functions/ifinditem
+share/TekNap/help/6_Functions/igetmatches
+share/TekNap/help/6_Functions/indextoitem
+share/TekNap/help/6_Functions/itemtoindex
+share/TekNap/help/6_Functions/left
+share/TekNap/help/6_Functions/leftw
+share/TekNap/help/6_Functions/match
+share/TekNap/help/6_Functions/matchitem
+share/TekNap/help/6_Functions/mid
+share/TekNap/help/6_Functions/midw
+share/TekNap/help/6_Functions/msar
+share/TekNap/help/6_Functions/numarrays
+share/TekNap/help/6_Functions/numitems
+share/TekNap/help/6_Functions/sar
+share/TekNap/help/6_Functions/setitem
+share/TekNap/help/6_Functions/sort
+share/TekNap/help/6_Functions/twiddle
+share/TekNap/help/6_Functions/6_Functions
+share/TekNap/help/6_Functions/right
+share/TekNap/help/6_Functions/ascii
+share/TekNap/help/6_Functions/chr
+share/TekNap/help/6_Functions/before
+share/TekNap/help/6_Functions/rightw
+share/TekNap/help/6_Functions/rmatch
+share/TekNap/help/6_Functions/rmatchitem
+share/TekNap/help/6_Functions/getrmatches
+share/TekNap/help/6_Functions/igetrmatches
+share/TekNap/help/6_Functions/igetitem
+share/TekNap/help/6_Functions/numsort
+share/TekNap/help/6_Functions/time
+share/TekNap/help/6_Functions/utime
+share/TekNap/help/6_Functions/channelnicks
+share/TekNap/help/6_Functions/getopt
+share/TekNap/help/6_Functions/channel
+share/TekNap/help/6_Functions/getcap
+share/TekNap/help/6_Functions/builtin
+share/TekNap/help/6_Functions/regerror
+share/TekNap/help/6_Functions/ifindfirst
+share/TekNap/help/6_Functions/listarray
+share/TekNap/help/6_Functions/regcomp
+share/TekNap/help/6_Functions/regexec
+share/TekNap/help/6_Functions/regfree
+share/TekNap/help/6_Functions/md5
+share/TekNap/help/6_Functions/isdisplaying
+share/TekNap/help/6_Functions/mp3time
+share/TekNap/help/6_Functions/strchr
+share/TekNap/help/6_Functions/strrchr
+share/TekNap/help/6_Functions/connect
+share/TekNap/help/6_Functions/after
+share/TekNap/help/5_Programming/on/switch_windows
+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/hook
+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/on
+share/TekNap/help/5_Programming/on/public
+share/TekNap/help/5_Programming/on/public_other
+share/TekNap/help/5_Programming/on/msg
+share/TekNap/help/5_Programming/on/send_msg
+share/TekNap/help/5_Programming/on/send_public
+share/TekNap/help/5_Programming/on/timer
+share/TekNap/help/5_Programming/on/topic
+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/on/kill
+share/TekNap/help/5_Programming/on/who
+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_nick
+share/TekNap/help/5_Programming/on/connect
+share/TekNap/help/5_Programming/on/disconnect
+share/TekNap/help/5_Programming/on/hotlist
+share/TekNap/help/5_Programming/on/leave
+share/TekNap/help/5_Programming/on/list
+share/TekNap/help/5_Programming/on/names
+share/TekNap/help/5_Programming/on/naperror
+share/TekNap/help/5_Programming/on/napfinish
+share/TekNap/help/5_Programming/on/napget
+share/TekNap/help/5_Programming/on/naprequest
+share/TekNap/help/5_Programming/on/napsend
+share/TekNap/help/5_Programming/on/pong
+share/TekNap/help/5_Programming/on/redirect
+share/TekNap/help/5_Programming/on/search_begin
+share/TekNap/help/5_Programming/on/search_end
+share/TekNap/help/5_Programming/on/send_ops
+share/TekNap/help/5_Programming/on/servermsg
+share/TekNap/help/5_Programming/on/status_update
+share/TekNap/help/5_Programming/on/switch_channels
+share/TekNap/help/5_Programming/on/exec
+share/TekNap/help/5_Programming/on/exit
+share/TekNap/help/5_Programming/on/flood
+share/TekNap/help/5_Programming/on/help
+share/TekNap/help/5_Programming/on/raw_nap
+share/TekNap/help/5_Programming/on/timer_hour
+share/TekNap/help/5_Programming/on/wall
+share/TekNap/help/5_Programming/on/channel_join
+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/for
+share/TekNap/help/5_Programming/foreach
+share/TekNap/help/5_Programming/if
+share/TekNap/help/5_Programming/local
+share/TekNap/help/5_Programming/return
+share/TekNap/help/5_Programming/save
+share/TekNap/help/5_Programming/stub
+share/TekNap/help/5_Programming/switch
+share/TekNap/help/5_Programming/timer
+share/TekNap/help/5_Programming/while
+share/TekNap/help/5_Programming/xecho
+share/TekNap/help/5_Programming/load
+share/TekNap/help/5_Programming/fec
+share/TekNap/help/5_Programming/repeat
+share/TekNap/help/5_Programming/input
+share/TekNap/help/5_Programming/input_char
+share/TekNap/help/5_Programming/type
+share/TekNap/help/5_Programming/parsekey
+share/TekNap/help/5_Programming/unless
+share/TekNap/help/5_Programming/purge
+share/TekNap/help/5_Programming/:
+share/TekNap/help/5_Programming/pause
+share/TekNap/help/5_Programming/send
+share/TekNap/help/5_Programming/sendline
+share/TekNap/help/5_Programming/sleep
+share/TekNap/help/5_Programming/usleep
+share/TekNap/help/5_Programming/wait
+share/TekNap/help/1_General/relm
+share/TekNap/help/1_General/help
+share/TekNap/help/1_General/j
+share/TekNap/help/1_General/join
+share/TekNap/help/1_General/l
+share/TekNap/help/1_General/leave
+share/TekNap/help/1_General/m
+share/TekNap/help/1_General/me
+share/TekNap/help/1_General/msg
+share/TekNap/help/1_General/ping
+share/TekNap/help/1_General/part
+share/TekNap/help/1_General/query
+share/TekNap/help/1_General/say
+share/TekNap/help/1_General/t
+share/TekNap/help/1_General/topic
+share/TekNap/help/1_General/list
+share/TekNap/help/1_General/motd
+share/TekNap/help/1_General/names
+share/TekNap/help/1_General/sc
+share/TekNap/help/1_General/scan
+share/TekNap/help/1_General/whois
+share/TekNap/help/1_General/1_General
+share/TekNap/help/1_General/lastlog
+share/TekNap/help/1_General/nslookup
+share/TekNap/help/1_General/quit
+share/TekNap/help/1_General/server
+share/TekNap/help/1_General/version
+share/TekNap/help/1_General/close
+share/TekNap/help/1_General/w
+share/TekNap/help/1_General/disconnect
+share/TekNap/help/1_General/i
+share/TekNap/help/1_General/invite
+share/TekNap/help/1_General/reset
+share/TekNap/help/6_Functions/strcmp
+share/TekNap/help/6_Functions/decode
+share/TekNap/help/6_Functions/encode
+share/TekNap/help/6_Functions/eof
+share/TekNap/help/6_Functions/filter
+share/TekNap/help/6_Functions/open
+share/TekNap/help/6_Functions/pattern
+share/TekNap/help/6_Functions/read
+share/TekNap/help/6_Functions/reverse
+share/TekNap/help/6_Functions/revw
+share/TekNap/help/6_Functions/rfilter
+share/TekNap/help/6_Functions/rpattern
+share/TekNap/help/6_Functions/strftime
+share/TekNap/help/6_Functions/strip
+share/TekNap/help/6_Functions/tolower
+share/TekNap/help/6_Functions/toupper
+share/TekNap/help/6_Functions/tr
+share/TekNap/help/6_Functions/winnum
+share/TekNap/help/6_Functions/winsize
+share/TekNap/help/6_Functions/word
+share/TekNap/help/6_Functions/write
+share/TekNap/help/6_Functions/rand
+share/TekNap/help/6_Functions/chanusers
+share/TekNap/help/6_Functions/fexist
+share/TekNap/help/6_Functions/fsize
+share/TekNap/help/6_Functions/onchannels
+share/TekNap/help/6_Functions/srand
+share/TekNap/help/6_Functions/unlink
+@dirrm share/doc/TekNap
+@dirrm share/TekNap/help/4_Misc/bind
+@dirrm share/TekNap/help/4_Misc/set
+@dirrm share/TekNap/help/4_Misc/window
+@dirrm share/TekNap/help/4_Misc
+@dirrm share/TekNap/help/2_Napster
+@dirrm share/TekNap/help/3_Admin
+@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/1_General
+@dirrm share/TekNap/help
+@dirrm share/TekNap

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007060145.DAA44637>