From 765267208d0eb054cc0623764773ef31df7fb732 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Wed, 9 Jan 2008 15:19:46 +0000 Subject: [PATCH] - Re-catagorize netknap to net-p2p PR: ports/119172 Submitted by: Conrad J. Sabatier (maintainer) --- MOVED | 1 + audio/Makefile | 1 - audio/teknap/Makefile | 74 --- audio/teknap/distinfo | 3 - audio/teknap/files/patch-aa | 22 - audio/teknap/files/patch-irchandler.c | 22 - audio/teknap/files/patch-source-scott.c | 10 - audio/teknap/files/patch-source_share.c | 11 - audio/teknap/files/patch-source_term_c | 10 - audio/teknap/files/patch-source_timer.c | 11 - audio/teknap/files/patch-status.c | 11 - audio/teknap/pkg-descr | 6 - audio/teknap/pkg-message | 1 - audio/teknap/pkg-plist | 659 ------------------------ net-p2p/Makefile | 1 + net-p2p/teknap/Makefile | 2 +- 16 files changed, 3 insertions(+), 842 deletions(-) delete mode 100644 audio/teknap/Makefile delete mode 100644 audio/teknap/distinfo delete mode 100644 audio/teknap/files/patch-aa delete mode 100644 audio/teknap/files/patch-irchandler.c delete mode 100644 audio/teknap/files/patch-source-scott.c delete mode 100644 audio/teknap/files/patch-source_share.c delete mode 100644 audio/teknap/files/patch-source_term_c delete mode 100644 audio/teknap/files/patch-source_timer.c delete mode 100644 audio/teknap/files/patch-status.c delete mode 100644 audio/teknap/pkg-descr delete mode 100644 audio/teknap/pkg-message delete mode 100644 audio/teknap/pkg-plist diff --git a/MOVED b/MOVED index e07e6356e105..fb97a7dd7cbf 100644 --- a/MOVED +++ b/MOVED @@ -3353,3 +3353,4 @@ net-p2p/mldonkey-devel||2007-12-25|Development version no longer necessary audio/polypaudio|audio/pulseaudio|2008-01-01|Project renamed audio/paman|audio/pavucontrol|2008-01-01|New tool to work with pulseaudio audio/akode-plugins-polypaudio||2008-01-01|Polypaudio is obsolete in favor of pulseaudio +audio/teknap|net-p2p/teknap|2008-01-09|moved to net-p2p category diff --git a/audio/Makefile b/audio/Makefile index ce9a3757bdd0..341c905ab418 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -623,7 +623,6 @@ SUBDIR += tclmidi SUBDIR += teamspeak_client SUBDIR += teamspeak_server - SUBDIR += teknap SUBDIR += tempest_for_eliza SUBDIR += terminatorx SUBDIR += thunar-media-tags-plugin diff --git a/audio/teknap/Makefile b/audio/teknap/Makefile deleted file mode 100644 index 46144cbc464b..000000000000 --- a/audio/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 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= http://got.net/~brian/teknap/ \ - ftp://ftp.arnes.si/packages2/OpenBSD/distfiles/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/} - -MAINTAINER= ports@FreeBSD.org -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 - -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -USE_GMAKE= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include - -.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 - . | \ - ${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 diff --git a/audio/teknap/distinfo b/audio/teknap/distinfo deleted file mode 100644 index e223a927addb..000000000000 --- a/audio/teknap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (TekNap-1.3g.tar.gz) = 8c1bf4027d9af4767a7a060532831cc9 -SHA256 (TekNap-1.3g.tar.gz) = 3aead8cd1d7e9c808de759a6a705af30c3976cc23187462202ed294c82196e06 -SIZE (TekNap-1.3g.tar.gz) = 755718 diff --git a/audio/teknap/files/patch-aa b/audio/teknap/files/patch-aa deleted file mode 100644 index 9ce74dbfd745..000000000000 --- a/audio/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/audio/teknap/files/patch-irchandler.c b/audio/teknap/files/patch-irchandler.c deleted file mode 100644 index 675904b694d3..000000000000 --- a/audio/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/audio/teknap/files/patch-source-scott.c b/audio/teknap/files/patch-source-scott.c deleted file mode 100644 index a56058516c6d..000000000000 --- a/audio/teknap/files/patch-source-scott.c +++ /dev/null @@ -1,10 +0,0 @@ ---- source/scott.c.orig Fri Aug 6 17:45:27 2004 -+++ source/scott.c Fri Aug 6 17:47:15 2004 -@@ -364,6 +364,7 @@ - mvwaddstr(main_win, 1, 0, buf); - } - #endif -+ break; - } - #if 0 - wrefresh(main_win); diff --git a/audio/teknap/files/patch-source_share.c b/audio/teknap/files/patch-source_share.c deleted file mode 100644 index 265b8f6d82b3..000000000000 --- a/audio/teknap/files/patch-source_share.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/share.c.orig 2007-11-12 15:41:18.000000000 +0100 -+++ source/share.c 2007-11-12 15:43:42.000000000 +0100 -@@ -38,7 +38,7 @@ - - static pthread_mutex_t quit_mutex = PTHREAD_MUTEX_INITIALIZER; - --static pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER; -+pthread_mutex_t fserv_struct_mutex = PTHREAD_MUTEX_INITIALIZER; - pthread_mutex_t shared_count_mutex = PTHREAD_MUTEX_INITIALIZER; - static void share_thread_signal_setup(void); - diff --git a/audio/teknap/files/patch-source_term_c b/audio/teknap/files/patch-source_term_c deleted file mode 100644 index 3909338c3503..000000000000 --- a/audio/teknap/files/patch-source_term_c +++ /dev/null @@ -1,10 +0,0 @@ ---- source/term.c.orig Fri Jul 23 01:10:02 2004 -+++ source/term.c Fri Jul 23 01:11:02 2004 -@@ -92,7 +92,6 @@ - #endif - - extern char *getenv(); --extern char *tparm(); - - /* - * The old code assumed termcap. termcap is almost always present, but on diff --git a/audio/teknap/files/patch-source_timer.c b/audio/teknap/files/patch-source_timer.c deleted file mode 100644 index d1d8c5de7784..000000000000 --- a/audio/teknap/files/patch-source_timer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/timer.c.orig 2007-11-12 15:43:52.000000000 +0100 -+++ source/timer.c 2007-11-12 15:44:47.000000000 +0100 -@@ -145,7 +145,7 @@ - * This is put here on purpose -- we dont want any of the above functions - * to have any knowledge of this struct. - */ --static TimerList *PendingTimers; -+TimerList *PendingTimers; - static char *schedule_timer (TimerList *ntimer); - - static char *current_exec_timer = empty_string; diff --git a/audio/teknap/files/patch-status.c b/audio/teknap/files/patch-status.c deleted file mode 100644 index 3f601fcc18f3..000000000000 --- a/audio/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/audio/teknap/pkg-descr b/audio/teknap/pkg-descr deleted file mode 100644 index 6ac806afbfd3..000000000000 --- a/audio/teknap/pkg-descr +++ /dev/null @@ -1,6 +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 diff --git a/audio/teknap/pkg-message b/audio/teknap/pkg-message deleted file mode 100644 index d5f98520a91b..000000000000 --- a/audio/teknap/pkg-message +++ /dev/null @@ -1 +0,0 @@ -Please read %%PREFIX%%/share/doc/TekNap/README diff --git a/audio/teknap/pkg-plist b/audio/teknap/pkg-plist deleted file mode 100644 index b3ef5646bb64..000000000000 --- a/audio/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 -%%DOCSDIR%%/README -@dirrm %%DOCSDIR%% -@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 diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 86e1d9f162a3..2262dba103f2 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -112,6 +112,7 @@ SUBDIR += rtorrent-devel SUBDIR += sharktorrent SUBDIR += squall + SUBDIR += teknap SUBDIR += torrent_swapper SUBDIR += torrentflux SUBDIR += torrentsniff diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 46144cbc464b..c1e3a2cc914d 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -8,7 +8,7 @@ PORTNAME= TekNap PORTVERSION= 1.3.g PORTREVISION= 2 -CATEGORIES= audio +CATEGORIES= net-p2p MASTER_SITES= http://got.net/~brian/teknap/ \ ftp://ftp.arnes.si/packages2/OpenBSD/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/}