Remove teknap, a Napster client. Napster and OpenNap are dead. ok sthen@

This commit is contained in:
naddy 2017-04-21 14:39:40 +00:00
parent c60579f0d6
commit 5f2782f063
14 changed files with 5 additions and 791 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.383 2017/04/18 17:02:08 jca Exp $
# $OpenBSD: Makefile,v 1.384 2017/04/21 14:39:40 naddy Exp $
SUBDIR =
SUBDIR += abcde
@ -245,7 +245,6 @@
SUBDIR += taglib
SUBDIR += tagtool
SUBDIR += tap-plugins
SUBDIR += teknap
SUBDIR += tempest
SUBDIR += timidity
SUBDIR += tracker

View File

@ -1,30 +0,0 @@
# $OpenBSD: Makefile,v 1.19 2016/12/08 22:41:03 sthen Exp $
COMMENT= console napster client
VERSION= 1.3g
DISTNAME= TekNap-${VERSION}
PKGNAME= teknap-${VERSION}
REVISION= 1
CATEGORIES= audio
MASTER_SITES= http://bwap.clawz.com/downloads/
HOMEPAGE= http://www.TekNap.com/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c m ncurses panel pthread
CONFIGURE_STYLE= gnu dest
CONFIGURE_ENV= ac_cv_prog_MAKE=make
NO_TEST= Yes
WRKDIST= ${WRKDIR}/TekNap
FAKE_FLAGS= INSTALL="${INSTALL_PROGRAM}"
post-install:
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/TekNap/help
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (TekNap-1.3g.tar.gz) = OurYzR1+nICN51mmpwWvMMOXbMIxh0YiAu0pTIIZbgY=
SIZE (TekNap-1.3g.tar.gz) = 755718

View File

@ -1,11 +0,0 @@
--- Makefile.in.orig 2001-01-22 17:05:34.000000000 +0100
+++ Makefile.in 2003-12-29 22:01:09.000000000 +0100
@@ -121,7 +121,7 @@ installirc: installdirs
@if test -f $(INSTALL_NAP).old; then $(RM) $(INSTALL_NAP).old; fi
@if test -f $(INSTALL_NAP); then $(MV) $(INSTALL_NAP) $(INSTALL_NAP).old; fi
$(RM) $(INSTALL_NAP)
- $(LN) $(bindir)/$(VERSION) $(INSTALL_NAP)
+ $(LN) $(VERSION) ${PREFIX}/bin/teknap
install_local: local_installdirs installuserhelp
$(INSTALL) $(objdir)/TekNap $(local_dir)/bin/$(VERSION)

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-include_napster_h,v 1.1 2010/05/09 23:08:00 espie Exp $
--- include/napster.h.orig Mon May 10 01:03:25 2010
+++ include/napster.h Mon May 10 01:03:40 2010
@@ -362,7 +362,6 @@ int is_valid_dcc(char *);
extern unsigned long shared_count;
#ifdef THREAD
-extern pthread_mutex_t fserv_struct_mutex;
extern pthread_mutex_t shared_count_mutex;
extern pthread_mutex_t send_ncommand_mutex;
void init_share_mutexes(void);

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-include_struct_h,v 1.1 2010/05/09 23:08:00 espie Exp $
--- include/struct.h.orig Mon May 10 01:06:13 2010
+++ include/struct.h Mon May 10 01:06:21 2010
@@ -582,8 +582,6 @@ struct timeval time;
int delete;
} TimerList;
-extern TimerList *PendingTimers;
-
/* IrcVariable: structure for each variable in the variable table */
typedef struct
{

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-source_irchandler_c,v 1.1 2003/12/29 21:10:58 espie Exp $
--- source/irchandler.c.orig 2003-12-29 22:04:49.000000000 +0100
+++ source/irchandler.c 2003-12-29 22:05:22.000000000 +0100
@@ -170,8 +170,8 @@ char buff[BIG_BUFFER_SIZE];
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: "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

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-source_scott_c,v 1.1 2010/05/09 23:08:00 espie Exp $
--- source/scott.c.orig Mon May 10 01:00:30 2010
+++ source/scott.c Mon May 10 01:01:00 2010
@@ -357,6 +357,7 @@ browser_main_loop(void)
cleanup();
return;
default:
+ break;
#if 0
{
char buf[20];

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-source_status_c,v 1.1 2003/12/29 21:10:58 espie Exp $
--- source/status.c.orig 2003-12-29 22:02:36.000000000 +0100
+++ source/status.c 2003-12-29 22:03:00.000000000 +0100
@@ -38,7 +38,7 @@ extern char *ltoa (long);
* 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

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-source_term_c,v 1.1 2010/05/09 23:08:00 espie Exp $
--- source/term.c.orig Mon May 10 01:04:46 2010
+++ source/term.c Mon May 10 01:05:32 2010
@@ -39,6 +39,7 @@ DWORD gdwPlatform;
#include "screen.h"
#include "output.h"
+#include <stdlib.h>
#if defined(_ALL_SOURCE) || defined(__EMX__)
#include <termios.h>
#else
@@ -86,9 +87,6 @@ extern int tgetflag();
#define Tgetnum(x) tgetnum(x.tname)
#define Tgetflag(x) tgetflag(x.tname)
#endif
-
-extern char *getenv();
-extern char *tparm();
/*
* The old code assumed termcap. termcap is almost always present, but on

View File

@ -1,4 +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.

View File

@ -1,658 +0,0 @@
@comment $OpenBSD: PLIST,v 1.5 2004/08/06 14:37:28 espie Exp $
bin/TekNap-1.3g
bin/teknap
share/TekNap/
share/TekNap/help/
share/TekNap/help/1_General/
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/
share/TekNap/help/2_Napster/2_Napster
share/TekNap/help/2_Napster/browse
share/TekNap/help/2_Napster/chat
share/TekNap/help/2_Napster/cignore
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/
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/
share/TekNap/help/4_Misc/4_Misc
share/TekNap/help/4_Misc/beep
share/TekNap/help/4_Misc/bind/
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/
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/
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/
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/
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/
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/glob
share/TekNap/help/6_Functions/globi
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/
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

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.468 2017/04/19 06:01:36 bentley Exp $
# $OpenBSD: Makefile,v 1.469 2017/04/21 14:39:40 naddy Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-2.313
PKGNAME = quirks-2.314
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.480 2017/04/19 06:01:36 bentley Exp $
# $OpenBSD: Quirks.pm,v 1.481 2017/04/21 14:39:40 naddy Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -957,6 +957,7 @@ my $obsolete_reason = {
'toolame' => 5,
'gpointing-device-settings' => 3,
'ja-jvim' => 3,
'teknap' => 6,
};
# reasons for obsolete packages