summaryrefslogtreecommitdiff
path: root/irc/blackened
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-01 00:46:39 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-01 00:46:39 +0000
commit2f595fe380cad666390cf260f4509a4b08e29e3a (patch)
treeeb6966a1acf473bc9a2500f9011813ff6602fb93 /irc/blackened
parentUpdate to version 1.10.4 (diff)
Update to version 1.7.0
PR: 12867 Submitted by: Will Andrews <andrews@technologist.com>, maintainer
Notes
Notes: svn path=/head/; revision=20415
Diffstat (limited to 'irc/blackened')
-rw-r--r--irc/blackened/Makefile30
-rw-r--r--irc/blackened/distinfo2
-rw-r--r--irc/blackened/files/patch-aa61
-rw-r--r--irc/blackened/pkg-plist819
4 files changed, 153 insertions, 759 deletions
diff --git a/irc/blackened/Makefile b/irc/blackened/Makefile
index 9ca7cae9af20..323a5bee4533 100644
--- a/irc/blackened/Makefile
+++ b/irc/blackened/Makefile
@@ -1,39 +1,23 @@
# New ports collection makefile for: Blackened IRC client
-# Version required: 1.6.2
+# Version required: 1.7.0
# Date created: 11 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
-# $Id: Makefile,v 1.2 1999/06/19 09:13:39 cpiazza Exp $
+# $Id: Makefile,v 1.3 1999/06/28 02:20:06 billf Exp $
#
-DISTNAME= blackened-1.6.2
+DISTNAME= blackened-1.7.0
CATEGORIES= irc
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/ \
- http://www.cana.net/~acme/blackened/ \
http://www.psn.net/~andrews/blackened/
MAINTAINER= andrews@technologist.com
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
+VERSION= 1.7.0
+PLIST_SUB= VERSION=${VERSION}
-# blackened's ircserv/ircflush/wserv might conflict with those of
-# other clients... also want to change the symlink...
-do-build:
- @(cd ${WRKSRC} && make prefix="${PREFIX}" \
- INSTALL_IRCSERV="${PREFIX}/bin/blackened-ircserv" \
- INSTALL_IRCFLUSH="${PREFIX}/bin/blackened-ircflush" \
- INSTALL_WSERV="${PREFIX}/bin/blackened-wserv" \
- INSTALL_LINK="${PREFIX}/bin/blackened" \
- IRCLIB="${PREFIX}/share/blackened")
-
-do-install:
- @(cd ${WRKSRC} && make prefix="${PREFIX}" \
- INSTALL_IRCSERV="${PREFIX}/bin/blackened-ircserv" \
- INSTALL_IRCFLUSH="${PREFIX}/bin/blackened-ircflush" \
- INSTALL_WSERV="${PREFIX}/bin/blackened-wserv" \
- INSTALL_LINK="${PREFIX}/bin/blackened" \
- IRCLIB="${PREFIX}/share/blackened" \
- install)
+MAKE_ENV= prefix=${PREFIX}
.include <bsd.port.mk>
diff --git a/irc/blackened/distinfo b/irc/blackened/distinfo
index b7115bcdab86..c6e94415f951 100644
--- a/irc/blackened/distinfo
+++ b/irc/blackened/distinfo
@@ -1 +1 @@
-MD5 (blackened-1.6.2.tar.gz) = 637c798366c7514781ecc34d59794cc0
+MD5 (blackened-1.7.0.tar.gz) = ebfb2234d334dfccc9ea9c7ca28ae11f
diff --git a/irc/blackened/files/patch-aa b/irc/blackened/files/patch-aa
new file mode 100644
index 000000000000..cf02f6138646
--- /dev/null
+++ b/irc/blackened/files/patch-aa
@@ -0,0 +1,61 @@
+--- Makefile.in.orig Mon Jul 26 21:30:12 1999
++++ Makefile.in Thu Jul 29 02:56:55 1999
+@@ -23,9 +23,9 @@
+ # disclean - remove all files geneated by compilation/installation.
+
+ prefix = @prefix@
+-exec_prefix = @exec_prefix@
+-bindir = @bindir@
+-datadir = @datadir@
++exec_prefix = ${prefix}
++bindir = ${exec_prefix}/bin
++datadir = ${prefix}/share/blackened
+
+ VERSION = @VERSION@
+
+@@ -34,12 +34,12 @@
+ INSTALL_IRC = $(bindir)/blackened-$(VERSION)
+
+ # Name of the symbolic link to be created.
+-INSTALL_LINK = $(bindir)/@IRCLINK@
++INSTALL_LINK = $(bindir)/blackened
+
+ # Where the ircII library will be. Generally this is the place that
+ # you put the scripts, help pages and translation tables. It is
+ # very important that you set this correctly.
+-IRCLIB = @IRCLIB@/$(VERSION)
++IRCLIB = $(datadir)/$(VERSION)
+
+ # Set this to the lex you want to use, and if they lex uses a library.
+
+@@ -119,16 +119,16 @@
+
+ # Set the next line to the full path for installation of the ircserv program
+ # if you wish to use it.
+-INSTALL_IRCSERV = $(bindir)/ircserv
++INSTALL_IRCSERV = $(bindir)/blackened-ircserv
+
+ # This little program is necessary to have an interactive shell
+ # in a window of ircII. The 'shell' script uses it, so also update
+ # the path in there, if you want to enable this.
+-INSTALL_IRCFLUSH = $(bindir)/ircflush
++INSTALL_IRCFLUSH = $(bindir)/blackened-ircflush
+
+ # This program allows you to use screen/xterm's to put new irc windows
+ # on new screen/xterm windows.
+-INSTALL_WSERV = $(bindir)/wserv
++INSTALL_WSERV = $(bindir)/blackened-wserv
+
+ ## You shouldn't have to change anything below here
+
+@@ -246,8 +246,8 @@
+ $(INSTALL_LIB) lib/help.blackened $(HELP_FILE)
+
+ installdirs:
+-# umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR)
+- umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT)
++# umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) $(HELP_DIR) 2>&1
++ umask 022; ./mkinstalldirs $(IRCLIB) $(bindir) $(TRANS_PATH) $(INSTALL_SCRIPT) 2>&1
+
+ helpclean:
+ $(RM) lib/help.blackened
diff --git a/irc/blackened/pkg-plist b/irc/blackened/pkg-plist
index 6ae8cffd25c9..57f2b583d929 100644
--- a/irc/blackened/pkg-plist
+++ b/irc/blackened/pkg-plist
@@ -1,738 +1,87 @@
bin/blackened
-bin/blackened-1.6.2
+bin/blackened-%%VERSION%%
bin/blackened-ircserv
-bin/blackened-ircflush
bin/blackened-wserv
-share/blackened/translation/ASCII
-share/blackened/translation/CP437
-share/blackened/translation/CP850
-share/blackened/translation/DANISH
-share/blackened/translation/DEC_MCS
-share/blackened/translation/DG_MCS
-share/blackened/translation/DUTCH
-share/blackened/translation/FINNISH
-share/blackened/translation/FRENCH
-share/blackened/translation/FRENCH_CANADIAN
-share/blackened/translation/GERMAN
-share/blackened/translation/HP_MCS
-share/blackened/translation/IRV
-share/blackened/translation/ITALIAN
-share/blackened/translation/JIS
-share/blackened/translation/MACINTOSH
-share/blackened/translation/NEXT
-share/blackened/translation/NORWEGIAN_1
-share/blackened/translation/NORWEGIAN_2
-share/blackened/translation/PORTUGUESE
-share/blackened/translation/PORTUGUESE_COM
-share/blackened/translation/RUSSIAN
-share/blackened/translation/RUSSIAN_ALT
-share/blackened/translation/SPANISH
-share/blackened/translation/SWEDISH
-share/blackened/translation/SWEDISH_NAMES
-share/blackened/translation/SWEDISH_NAMES_COM
-share/blackened/translation/SWISS
-share/blackened/translation/UNITED_KINGDOM
-share/blackened/translation/UNITED_KINGDOM_COM
-share/blackened/script/2.8script.old
-share/blackened/script/action
-share/blackened/script/alias
-share/blackened/script/autoop
-share/blackened/script/basical
-share/blackened/script/bigcheese
-share/blackened/script/brc
-share/blackened/script/channel
-share/blackened/script/columns
-share/blackened/script/commander
-share/blackened/script/compl.mods
-share/blackened/script/complete
-share/blackened/script/cursor
-share/blackened/script/deutsch
-share/blackened/script/disc
-share/blackened/script/dmsg
-share/blackened/script/edit
-share/blackened/script/english
-share/blackened/script/events
-share/blackened/script/extensions.old
-share/blackened/script/finger
-share/blackened/script/flood
-share/blackened/script/fnet
-share/blackened/script/functions
-share/blackened/script/global
-share/blackened/script/history
-share/blackened/script/history-match
-share/blackened/script/imap
-share/blackened/script/ircIIhelp
-share/blackened/script/ircprimer
-share/blackened/script/ircrc
-share/blackened/script/kickmenu
-share/blackened/script/killpath
-share/blackened/script/kpstat
-share/blackened/script/list
-share/blackened/script/log
-share/blackened/script/lynx_ircrc
-share/blackened/script/meta1
-share/blackened/script/meta2
-share/blackened/script/msg
-share/blackened/script/mudlike
-share/blackened/script/nemesis
-share/blackened/script/netsplit
-share/blackened/script/newaway
-share/blackened/script/newformat
-share/blackened/script/nicks
-share/blackened/script/oldping
-share/blackened/script/oldtabkey
-share/blackened/script/oper
-share/blackened/script/ping
-share/blackened/script/prefix
-share/blackened/script/recursion
-share/blackened/script/repeat
-share/blackened/script/screen
-share/blackened/script/service
-share/blackened/script/shell
-share/blackened/script/silent
-share/blackened/script/smileys
-share/blackened/script/tabkey
-share/blackened/script/time
-share/blackened/script/traces
-share/blackened/script/troy
-share/blackened/script/uhnotify
-share/blackened/script/voice
-share/blackened/script/wallopstat
-share/blackened/script/whowas
-share/blackened/script/window
-share/blackened/help/!
-share/blackened/help/:
-share/blackened/help/abort
-share/blackened/help/admin
-share/blackened/help/alias/alias
-share/blackened/help/alias/functions
-share/blackened/help/alias/quote
-share/blackened/help/alias/special
-share/blackened/help/alias/width
-share/blackened/help/assign
-share/blackened/help/autoop
-share/blackened/help/away
-share/blackened/help/b
-share/blackened/help/ban
-share/blackened/help/bancount
-share/blackened/help/basics
-share/blackened/help/beep
-share/blackened/help/bind/auto_msg
-share/blackened/help/bind/backspace
-share/blackened/help/bind/backward_character
-share/blackened/help/bind/backward_history
-share/blackened/help/bind/backward_word
-share/blackened/help/bind/beginning_of_line
-share/blackened/help/bind/bind
-share/blackened/help/bind/clear_screen
-share/blackened/help/bind/command_completion
-share/blackened/help/bind/delete_character
-share/blackened/help/bind/delete_next_word
-share/blackened/help/bind/delete_previous_word
-share/blackened/help/bind/end_of_line
-share/blackened/help/bind/enter_digraph
-share/blackened/help/bind/enter_menu
-share/blackened/help/bind/erase_line
-share/blackened/help/bind/erase_to_beg_of_line
-share/blackened/help/bind/erase_to_end_of_line
-share/blackened/help/bind/examples
-share/blackened/help/bind/keys
-share/blackened/help/bind/forward_character
-share/blackened/help/bind/forward_history
-share/blackened/help/bind/forward_word
-share/blackened/help/bind/grow_window
-share/blackened/help/bind/help_character
-share/blackened/help/bind/hide_window
-share/blackened/help/bind/kill_window
-share/blackened/help/bind/list_windows
-share/blackened/help/bind/meta1_character
-share/blackened/help/bind/meta2_character
-share/blackened/help/bind/meta3_character
-share/blackened/help/bind/meta4_character
-share/blackened/help/bind/new_window
-share/blackened/help/bind/next_window
-share/blackened/help/bind/nothing
-share/blackened/help/bind/page_down
-share/blackened/help/bind/page_up
-share/blackened/help/bind/parse_command
-share/blackened/help/bind/previous_window
-share/blackened/help/bind/quit_irc
-share/blackened/help/bind/quote_character
-share/blackened/help/bind/refresh_inputline
-share/blackened/help/bind/scroll_end
-share/blackened/help/bind/refresh_screen
-share/blackened/help/bind/scroll_backward
-share/blackened/help/bind/scroll_start
-share/blackened/help/bind/self_insert
-share/blackened/help/bind/send_line
-share/blackened/help/bind/shrink_window
-share/blackened/help/bind/stop_irc
-share/blackened/help/bind/switch_channels
-share/blackened/help/bind/toggle_insert_mode
-share/blackened/help/bind/toggle_stop_screen
-share/blackened/help/bind/transpose_characters
-share/blackened/help/bind/type_text
-share/blackened/help/bind/unstop_all_windows
-share/blackened/help/bind/yank_from_cutbuffer
-share/blackened/help/bye
-share/blackened/help/c
-share/blackened/help/cd
-share/blackened/help/channel
-share/blackened/help/chat
-share/blackened/help/cignore
-share/blackened/help/clear
-share/blackened/help/commands
-share/blackened/help/comment
-share/blackened/help/connect
-share/blackened/help/cstat
-share/blackened/help/ctcc
-share/blackened/help/ctcp/action
-share/blackened/help/ctcp/clientinfo
-share/blackened/help/ctcp/ctcp
-share/blackened/help/ctcp/echo
-share/blackened/help/ctcp/finger
-share/blackened/help/ctcp/ping
-share/blackened/help/ctcp/time
-share/blackened/help/ctcp/userinfo
-share/blackened/help/ctcp/utc
-share/blackened/help/ctcp/version
-share/blackened/help/cycle
-share/blackened/help/date
-share/blackened/help/dcc/chat
-share/blackened/help/dcc/close
-share/blackened/help/dcc/dcc
-share/blackened/help/dcc/get
-share/blackened/help/dcc/list
-share/blackened/help/dcc/raw
-share/blackened/help/dcc/rename
-share/blackened/help/dcc/send
-share/blackened/help/dcc/talk
-share/blackened/help/dcc/tmsg
-share/blackened/help/deop
-share/blackened/help/deoper
-share/blackened/help/describe
-share/blackened/help/die
-share/blackened/help/digraph
-share/blackened/help/disconnect
-share/blackened/help/dline
-share/blackened/help/echo
-share/blackened/help/encrypt
-share/blackened/help/etiquette
-share/blackened/help/eval
-share/blackened/help/exec
-share/blackened/help/exit
-share/blackened/help/expressions
-share/blackened/help/findk
-share/blackened/help/findu
-share/blackened/help/finger
-share/blackened/help/flush
-share/blackened/help/for
-share/blackened/help/foreach
-share/blackened/help/format/action
-share/blackened/help/format/action_other
-share/blackened/help/format/dcc_chat
-share/blackened/help/format/dcc_chat_action
-share/blackened/help/format/dcc_talk
-share/blackened/help/format/format
-share/blackened/help/format/gone
-share/blackened/help/format/invite
-share/blackened/help/format/join
-share/blackened/help/format/join_self
-share/blackened/help/format/kick
-share/blackened/help/format/kick_self
-share/blackened/help/format/kill
-share/blackened/help/format/mode
-share/blackened/help/format/msg
-share/blackened/help/format/msg_group
-share/blackened/help/format/nick
-share/blackened/help/format/notice
-share/blackened/help/format/notify_signoff
-share/blackened/help/format/notify_signon
-share/blackened/help/format/notify_signon_userhost
-share/blackened/help/format/numeric
-share/blackened/help/format/part
-share/blackened/help/format/part_self
-share/blackened/help/format/public
-share/blackened/help/format/public_msg
-share/blackened/help/format/public_action
-share/blackened/help/format/public_other
-share/blackened/help/format/quit
-share/blackened/help/format/send_action
-share/blackened/help/format/send_dcc_chat
-share/blackened/help/format/send_dcc_talk
-share/blackened/help/format/send_locops
-share/blackened/help/format/send_msg
-share/blackened/help/format/send_notice
-share/blackened/help/format/send_operwall
-share/blackened/help/format/send_public
-share/blackened/help/format/send_public_action
-share/blackened/help/format/send_public_msg
-share/blackened/help/format/send_public_other
-share/blackened/help/format/send_wallops
-share/blackened/help/format/server_kill
-share/blackened/help/format/server_notice
-share/blackened/help/format/server_wallops
-share/blackened/help/format/umode
-share/blackened/help/format/wall
-share/blackened/help/format/wallops
-share/blackened/help/gone
-share/blackened/help/help
-share/blackened/help/history
-share/blackened/help/hook
-share/blackened/help/host
-share/blackened/help/if
-share/blackened/help/igh
-share/blackened/help/ign
-share/blackened/help/ignore
-share/blackened/help/info
-share/blackened/help/input
-share/blackened/help/intro
-share/blackened/help/invite
-share/blackened/help/ison
-share/blackened/help/j
-share/blackened/help/join
-share/blackened/help/k
-share/blackened/help/kb
-share/blackened/help/kick
-share/blackened/help/kill
-share/blackened/help/kline
-share/blackened/help/l
-share/blackened/help/lastlog
-share/blackened/help/leave
-share/blackened/help/links
-share/blackened/help/list
-share/blackened/help/load/2.9script
-share/blackened/help/load/action
-share/blackened/help/load/alias
-share/blackened/help/load/autoop
-share/blackened/help/load/basical
-share/blackened/help/load/bigcheese
-share/blackened/help/load/brc
-share/blackened/help/load/channel
-share/blackened/help/load/columns
-share/blackened/help/load/commander
-share/blackened/help/load/cursor
-share/blackened/help/load/dccchan
-share/blackened/help/load/deutsch
-share/blackened/help/load/disc
-share/blackened/help/load/edit
-share/blackened/help/load/english
-share/blackened/help/load/events
-share/blackened/help/load/extensions
-share/blackened/help/load/finger
-share/blackened/help/load/finger.who
-share/blackened/help/load/flood
-share/blackened/help/load/fnet
-share/blackened/help/load/functions
-share/blackened/help/load/help
-share/blackened/help/load/history
-share/blackened/help/load/irciihelp
-share/blackened/help/load/ircprimer
-share/blackened/help/load/kickmenu
-share/blackened/help/load/killpath
-share/blackened/help/load/kpstat
-share/blackened/help/load/list
-share/blackened/help/load/load
-share/blackened/help/load/local
-share/blackened/help/load/lynx_ircrc
-share/blackened/help/load/meta1
-share/blackened/help/load/meta2
-share/blackened/help/load/msg
-share/blackened/help/load/mudlike
-share/blackened/help/load/nemesis
-share/blackened/help/load/netsplit
-share/blackened/help/load/newaway
-share/blackened/help/load/nicks
-share/blackened/help/load/oldping
-share/blackened/help/load/oper
-share/blackened/help/load/prefix
-share/blackened/help/load/recursion
-share/blackened/help/load/repeat
-share/blackened/help/load/screen
-share/blackened/help/load/service
-share/blackened/help/load/shell
-share/blackened/help/load/silent
-share/blackened/help/load/smileys
-share/blackened/help/load/suggestions
-share/blackened/help/load/tabkey
-share/blackened/help/load/time
-share/blackened/help/load/traces
-share/blackened/help/load/troy
-share/blackened/help/load/uhnotify
-share/blackened/help/load/version
-share/blackened/help/load/wallopstat
-share/blackened/help/load/whowas
-share/blackened/help/load/window
-share/blackened/help/locops
-share/blackened/help/lusers
-share/blackened/help/m
-share/blackened/help/mb
-share/blackened/help/md
-share/blackened/help/me
-share/blackened/help/menus
-share/blackened/help/mk
-share/blackened/help/mkb
-share/blackened/help/mload
-share/blackened/help/mode
-share/blackened/help/mop
-share/blackened/help/motd
-share/blackened/help/msg
-share/blackened/help/mub
-share/blackened/help/mult
-share/blackened/help/names
-share/blackened/help/news
-share/blackened/help/newuser
-share/blackened/help/nick
-share/blackened/help/nolog
-share/blackened/help/note/antiwall
-share/blackened/help/note/count
-share/blackened/help/note/deny
-share/blackened/help/note/find
-share/blackened/help/note/flag
-share/blackened/help/note/key
-share/blackened/help/note/log
-share/blackened/help/note/ls
-share/blackened/help/note/news
-share/blackened/help/note/note
-share/blackened/help/note/rm
-share/blackened/help/note/save
-share/blackened/help/note/send
-share/blackened/help/note/sent
-share/blackened/help/note/service
-share/blackened/help/note/spy
-share/blackened/help/note/stats
-share/blackened/help/note/user
-share/blackened/help/note/waitfor
-share/blackened/help/note/wall
-share/blackened/help/note/wallops
-share/blackened/help/notice
-share/blackened/help/notify
-share/blackened/help/nslookup
-share/blackened/help/on/action
-share/blackened/help/on/channel_nick
-share/blackened/help/on/channel_signoff
-share/blackened/help/on/connect
-share/blackened/help/on/ctcp
-share/blackened/help/on/ctcp_reply
-share/blackened/help/on/dcc_chat
-share/blackened/help/on/dcc_raw
-share/blackened/help/on/disconnect
-share/blackened/help/on/exec
-share/blackened/help/on/exec_errors
-share/blackened/help/on/exec_exit
-share/blackened/help/on/exec_prompt
-share/blackened/help/on/flood
-share/blackened/help/on/help
-share/blackened/help/on/hook
-share/blackened/help/on/idle
-share/blackened/help/on/input
-share/blackened/help/on/invite
-share/blackened/help/on/join
-share/blackened/help/on/kick
-share/blackened/help/on/leave
-share/blackened/help/on/list
-share/blackened/help/on/mail
-share/blackened/help/on/mode
-share/blackened/help/on/msg
-share/blackened/help/on/msg_group
-share/blackened/help/on/names
-share/blackened/help/on/nickname
-share/blackened/help/on/note
-share/blackened/help/on/notice
-share/blackened/help/on/notify_signoff
-share/blackened/help/on/notify_signon
-share/blackened/help/on/numeric
-share/blackened/help/on/on
-share/blackened/help/on/public
-share/blackened/help/on/public_msg
-share/blackened/help/on/public_notice
-share/blackened/help/on/public_other
-share/blackened/help/on/raw_irc
-share/blackened/help/on/send_action
-share/blackened/help/on/send_dcc_chat
-share/blackened/help/on/send_msg
-share/blackened/help/on/send_notice
-share/blackened/help/on/send_public
-share/blackened/help/on/send_talk
-share/blackened/help/on/serial_numbers
-share/blackened/help/on/server_notice
-share/blackened/help/on/signoff
-share/blackened/help/on/talk
-share/blackened/help/on/timer
-share/blackened/help/on/topic
-share/blackened/help/on/wall
-share/blackened/help/on/wallop
-share/blackened/help/on/who
-share/blackened/help/on/window
-share/blackened/help/on/window_kill
-share/blackened/help/oops
-share/blackened/help/op
-share/blackened/help/oper
-share/blackened/help/operwall
-share/blackened/help/ops
-share/blackened/help/ov
-share/blackened/help/parsekey
-share/blackened/help/part
-share/blackened/help/ping
-share/blackened/help/query
-share/blackened/help/quit
-share/blackened/help/quote
-share/blackened/help/rbind
-share/blackened/help/rchat
-share/blackened/help/redirect
-share/blackened/help/rehash
-share/blackened/help/relm
-share/blackened/help/reln
-share/blackened/help/rels
-share/blackened/help/relsn
-share/blackened/help/request
-share/blackened/help/reset
-share/blackened/help/restart
-share/blackened/help/rules
-share/blackened/help/save
-share/blackened/help/say
-share/blackened/help/sb
-share/blackened/help/sban
-share/blackened/help/sbk
-share/blackened/help/send
-share/blackened/help/sendline
-share/blackened/help/server
-share/blackened/help/set/always_split_biggest
-share/blackened/help/set/auto_nslookup
-share/blackened/help/set/auto_rejoin
-share/blackened/help/set/auto_unmark_away
-share/blackened/help/set/auto_whowas
-share/blackened/help/set/autoop_enable
-share/blackened/help/set/ban_timeout
-share/blackened/help/set/beep
-share/blackened/help/set/beep_max
-share/blackened/help/set/beep_on_msg
-share/blackened/help/set/beep_when_away
-share/blackened/help/set/bold_video
-share/blackened/help/set/channel_name_width
-share/blackened/help/set/client_information
-share/blackened/help/set/clock
-share/blackened/help/set/clock_24hour
-share/blackened/help/set/clock_alarm
-share/blackened/help/set/cmdchars
-share/blackened/help/set/command_mode
-share/blackened/help/set/continued_line
-share/blackened/help/set/dcc_block_size
-share/blackened/help/set/log
-share/blackened/help/set/debug
-share/blackened/help/set/default_reason
-share/blackened/help/set/display
-share/blackened/help/set/eight_bit_characters
-share/blackened/help/set/encrypt_program
-share/blackened/help/set/exec_protection
-share/blackened/help/set/fake_host
-share/blackened/help/set/filter_log
-share/blackened/help/set/flood_after
-share/blackened/help/set/flood_rate
-share/blackened/help/set/flood_users
-share/blackened/help/set/flood_warning
-share/blackened/help/set/full_status_line
-share/blackened/help/set/help_pager
-share/blackened/help/set/help_path
-share/blackened/help/set/help_prompt
-share/blackened/help/set/help_window
-share/blackened/help/set/hide_private_channels
-share/blackened/help/set/highlight_char
-share/blackened/help/set/history
-share/blackened/help/set/history_file
-share/blackened/help/set/hold_mode
-share/blackened/help/set/hold_mode_max
-share/blackened/help/set/ign_param
-share/blackened/help/set/indent
-share/blackened/help/set/input_aliases
-share/blackened/help/set/input_prompt
-share/blackened/help/set/input_protection
-share/blackened/help/set/insert_mode
-share/blackened/help/set/inverse_video
-share/blackened/help/set/killlogfile
-share/blackened/help/set/last_msg
-share/blackened/help/set/last_notice
-share/blackened/help/set/last_sendmsg
-share/blackened/help/set/last_sendnotice
-share/blackened/help/set/lastlog
-share/blackened/help/set/lastlog_level
-share/blackened/help/set/load_path
-share/blackened/help/set/logfile
-share/blackened/help/set/mail
-share/blackened/help/set/max_recursions
-share/blackened/help/set/menu
-share/blackened/help/set/minimum_servers
-share/blackened/help/set/minimum_users
-share/blackened/help/set/msglog
-share/blackened/help/set/msglogfile
-share/blackened/help/set/no_ctcp_flood
-share/blackened/help/set/no_log
-share/blackened/help/set/notify_handler
-share/blackened/help/set/notify_level
-share/blackened/help/set/notify_on_termination
-share/blackened/help/set/novice
-share/blackened/help/set/num_banmodes
-share/blackened/help/set/num_opmodes
-share/blackened/help/set/old_whois_format
-share/blackened/help/set/pause_after_motd
-share/blackened/help/set/ping_type
-share/blackened/help/set/publogstr
-share/blackened/help/set/realname
-share/blackened/help/set/reason_type
-share/blackened/help/set/screen_options
-share/blackened/help/set/scroll
-share/blackened/help/set/scroll_lines
-share/blackened/help/set/send_ignore_msg
-share/blackened/help/set/server_notice_window
-share/blackened/help/set/set
-share/blackened/help/set/shell
-share/blackened/help/set/shell_flags
-share/blackened/help/set/shell_limit
-share/blackened/help/set/show_admin_requests
-share/blackened/help/set/show_away_once
-share/blackened/help/set/show_channel_names
-share/blackened/help/set/show_ctcp_idle
-share/blackened/help/set/show_end_of_msgs
-share/blackened/help/set/show_fakes
-share/blackened/help/set/show_iline_full
-share/blackened/help/set/show_info_requests
-share/blackened/help/set/show_links_requests
-share/blackened/help/set/show_motd_requests
-share/blackened/help/set/show_my_wallops
-share/blackened/help/set/show_numerics
-share/blackened/help/set/show_server_kills
-share/blackened/help/set/show_stats_requests
-share/blackened/help/set/show_status_all
-share/blackened/help/set/show_toomany
-share/blackened/help/set/show_trace_requests
-share/blackened/help/set/show_unauths
-share/blackened/help/set/show_who_hopcount
-share/blackened/help/set/status_away
-share/blackened/help/set/status_channel
-share/blackened/help/set/status_chanop
-share/blackened/help/set/status_chanvoice
-share/blackened/help/set/status_clock
-share/blackened/help/set/status_format
-share/blackened/help/set/status_hold
-share/blackened/help/set/status_hold_lines
-share/blackened/help/set/status_insert
-share/blackened/help/set/status_mail
-share/blackened/help/set/status_mode
-share/blackened/help/set/status_notify
-share/blackened/help/set/status_oper
-share/blackened/help/set/status_overwrite
-share/blackened/help/set/status_query
-share/blackened/help/set/status_server
-share/blackened/help/set/status_umode
-share/blackened/help/set/status_user
-share/blackened/help/set/status_window
-share/blackened/help/set/suppress_server_motd
-share/blackened/help/set/tab
-share/blackened/help/set/tab_max
-share/blackened/help/set/timestamp
-share/blackened/help/set/translation
-share/blackened/help/set/underline_video
-share/blackened/help/set/use_fake_host
-share/blackened/help/set/user_information
-share/blackened/help/set/user_wallops
-share/blackened/help/set/userhost_notify
-share/blackened/help/set/verbose_ctcp
-share/blackened/help/set/verbose_whokill
-share/blackened/help/set/warn_of_ignores
-share/blackened/help/set/xterm_options
-share/blackened/help/signoff
-share/blackened/help/skb
-share/blackened/help/sleep
-share/blackened/help/sping
-share/blackened/help/squery
-share/blackened/help/squit
-share/blackened/help/stats
-share/blackened/help/summon
-share/blackened/help/t
-share/blackened/help/time
-share/blackened/help/timer
-share/blackened/help/tkline
-share/blackened/help/topic
-share/blackened/help/trace
-share/blackened/help/tracekill
-share/blackened/help/traceserv
-share/blackened/help/type
-share/blackened/help/ub
-share/blackened/help/umode
-share/blackened/help/unban
-share/blackened/help/unkline
-share/blackened/help/userhost
-share/blackened/help/users
-share/blackened/help/ver
-share/blackened/help/version
-share/blackened/help/w
-share/blackened/help/who
-share/blackened/help/wait
-share/blackened/help/wall
-share/blackened/help/wallops
-share/blackened/help/which
-share/blackened/help/while
-share/blackened/help/whois
-share/blackened/help/whokill
-share/blackened/help/whowas
-share/blackened/help/wi
-share/blackened/help/wii
-share/blackened/help/window/add
-share/blackened/help/window/addgroup
-share/blackened/help/window/back
-share/blackened/help/window/balance
-share/blackened/help/window/channel
-share/blackened/help/window/create
-share/blackened/help/window/delete
-share/blackened/help/window/delgroup
-share/blackened/help/window/double
-share/blackened/help/window/goto
-share/blackened/help/window/grow
-share/blackened/help/window/hide
-share/blackened/help/window/hide_others
-share/blackened/help/window/hold_mode
-share/blackened/help/window/kill
-share/blackened/help/window/kill_others
-share/blackened/help/window/lastlog_level
-share/blackened/help/window/level
-share/blackened/help/window/list
-share/blackened/help/window/log
-share/blackened/help/window/logfile
-share/blackened/help/window/move
-share/blackened/help/window/name
-share/blackened/help/window/new
-share/blackened/help/window/next
-share/blackened/help/window/notify
-share/blackened/help/window/notify_level
-share/blackened/help/window/number
-share/blackened/help/window/pop
-share/blackened/help/window/previous
-share/blackened/help/window/prompt
-share/blackened/help/window/push
-share/blackened/help/window/refnum
-share/blackened/help/window/remove
-share/blackened/help/window/scroll
-share/blackened/help/window/server
-share/blackened/help/window/show
-share/blackened/help/window/shrink
-share/blackened/help/window/stack
-share/blackened/help/window/sticky
-share/blackened/help/window/swap
-share/blackened/help/window/window
-share/blackened/help/ww
-share/blackened/help/xecho
-share/blackened/help/xtype
-@dirrm share/blackened/help/alias/
-@dirrm share/blackened/help/bind/
-@dirrm share/blackened/help/ctcp/
-@dirrm share/blackened/help/dcc/
-@dirrm share/blackened/help/format/
-@dirrm share/blackened/help/load/
-@dirrm share/blackened/help/note/
-@dirrm share/blackened/help/on/
-@dirrm share/blackened/help/set/
-@dirrm share/blackened/help/window/
-@dirrm share/blackened/help/
-@dirrm share/blackened/script/
-@dirrm share/blackened/translation/
-@dirrm share/blackened/
+bin/blackened-ircflush
+share/blackened/%%VERSION%%/translation/ASCII
+share/blackened/%%VERSION%%/translation/CP437
+share/blackened/%%VERSION%%/translation/CP850
+share/blackened/%%VERSION%%/translation/DANISH
+share/blackened/%%VERSION%%/translation/DEC_MCS
+share/blackened/%%VERSION%%/translation/DG_MCS
+share/blackened/%%VERSION%%/translation/DUTCH
+share/blackened/%%VERSION%%/translation/FINNISH
+share/blackened/%%VERSION%%/translation/FRENCH
+share/blackened/%%VERSION%%/translation/FRENCH_CANADIAN
+share/blackened/%%VERSION%%/translation/GERMAN
+share/blackened/%%VERSION%%/translation/HP_MCS
+share/blackened/%%VERSION%%/translation/IRV
+share/blackened/%%VERSION%%/translation/ITALIAN
+share/blackened/%%VERSION%%/translation/JIS
+share/blackened/%%VERSION%%/translation/MACINTOSH
+share/blackened/%%VERSION%%/translation/NEXT
+share/blackened/%%VERSION%%/translation/NORWEGIAN_1
+share/blackened/%%VERSION%%/translation/NORWEGIAN_2
+share/blackened/%%VERSION%%/translation/PORTUGUESE
+share/blackened/%%VERSION%%/translation/PORTUGUESE_COM
+share/blackened/%%VERSION%%/translation/RUSSIAN
+share/blackened/%%VERSION%%/translation/RUSSIAN_ALT
+share/blackened/%%VERSION%%/translation/SPANISH
+share/blackened/%%VERSION%%/translation/SWEDISH
+share/blackened/%%VERSION%%/translation/SWEDISH_NAMES
+share/blackened/%%VERSION%%/translation/SWEDISH_NAMES_COM
+share/blackened/%%VERSION%%/translation/SWISS
+share/blackened/%%VERSION%%/translation/UNITED_KINGDOM
+share/blackened/%%VERSION%%/translation/UNITED_KINGDOM_COM
+share/blackened/%%VERSION%%/script/action
+share/blackened/%%VERSION%%/script/alias
+share/blackened/%%VERSION%%/script/basical
+share/blackened/%%VERSION%%/script/bigcheese
+share/blackened/%%VERSION%%/script/brc
+share/blackened/%%VERSION%%/script/channel
+share/blackened/%%VERSION%%/script/columns
+share/blackened/%%VERSION%%/script/commander
+share/blackened/%%VERSION%%/script/compl.mods
+share/blackened/%%VERSION%%/script/complete
+share/blackened/%%VERSION%%/script/cursor
+share/blackened/%%VERSION%%/script/deutsch
+share/blackened/%%VERSION%%/script/disc
+share/blackened/%%VERSION%%/script/dmsg
+share/blackened/%%VERSION%%/script/edit
+share/blackened/%%VERSION%%/script/english
+share/blackened/%%VERSION%%/script/flood
+share/blackened/%%VERSION%%/script/global
+share/blackened/%%VERSION%%/script/history
+share/blackened/%%VERSION%%/script/history-match
+share/blackened/%%VERSION%%/script/imap
+share/blackened/%%VERSION%%/script/ircIIhelp
+share/blackened/%%VERSION%%/script/ircprimer
+share/blackened/%%VERSION%%/script/ircrc
+share/blackened/%%VERSION%%/script/kickmenu
+share/blackened/%%VERSION%%/script/list
+share/blackened/%%VERSION%%/script/log
+share/blackened/%%VERSION%%/script/lynx_ircrc
+share/blackened/%%VERSION%%/script/msg
+share/blackened/%%VERSION%%/script/mudlike
+share/blackened/%%VERSION%%/script/netsplit
+share/blackened/%%VERSION%%/script/newformat
+share/blackened/%%VERSION%%/script/nicks
+share/blackened/%%VERSION%%/script/oper
+share/blackened/%%VERSION%%/script/recursion
+share/blackened/%%VERSION%%/script/repeat
+share/blackened/%%VERSION%%/script/service
+share/blackened/%%VERSION%%/script/shell
+share/blackened/%%VERSION%%/script/smileys
+share/blackened/%%VERSION%%/script/time
+share/blackened/%%VERSION%%/script/traces
+share/blackened/%%VERSION%%/script/troy
+share/blackened/%%VERSION%%/script/voice
+share/blackened/%%VERSION%%/script/wallopstat
+share/blackened/%%VERSION%%/script/whowas
+share/blackened/%%VERSION%%/script/window
+share/blackened/%%VERSION%%/help
+share/blackened/%%VERSION%%/reasons
+@dirrm share/blackened/%%VERSION%%/script
+@dirrm share/blackened/%%VERSION%%/translation
+@dirrm share/blackened/%%VERSION%%
+@dirrm share/blackened