aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile27
-rw-r--r--irc/bitlbee-otr/distinfo1
-rw-r--r--irc/bitlbee-otr/files/patch-configure25
-rw-r--r--irc/bitlbee-otr/pkg-descr8
-rw-r--r--irc/bitlbee-otr/pkg-plist5
-rw-r--r--irc/dircproxy-devel/Makefile23
-rw-r--r--irc/dircproxy-devel/distinfo1
-rw-r--r--irc/dircproxy-devel/pkg-descr19
-rw-r--r--irc/dircproxy-devel/pkg-message5
-rw-r--r--irc/dircproxy-devel/pkg-plist7
-rw-r--r--irc/epic5/Makefile37
-rw-r--r--irc/epic5/distinfo2
-rw-r--r--irc/epic5/pkg-descr10
-rw-r--r--irc/epic5/pkg-plist973
-rw-r--r--irc/ezbounce-devel/Makefile86
-rw-r--r--irc/ezbounce-devel/distinfo2
-rw-r--r--irc/ezbounce-devel/pkg-descr12
-rw-r--r--irc/ezbounce-devel/pkg-message4
-rw-r--r--irc/ezbounce-devel/pkg-plist12
-rw-r--r--irc/irssi-devel/Makefile54
-rw-r--r--irc/irssi-devel/distinfo1
-rw-r--r--irc/irssi-devel/files/patch-Makefile.in22
-rw-r--r--irc/irssi-devel/pkg-descr7
-rw-r--r--irc/irssi-devel/pkg-plist179
-rw-r--r--irc/konversation-kde4/Makefile26
-rw-r--r--irc/konversation-kde4/distinfo1
-rw-r--r--irc/konversation-kde4/pkg-descr4
-rw-r--r--irc/konversation-kde4/pkg-plist28
-rw-r--r--irc/riece-emacs20/Makefile13
-rw-r--r--irc/riece-emacs21/Makefile69
-rw-r--r--irc/riece-emacs21/distinfo1
-rw-r--r--irc/riece-emacs21/pkg-descr7
-rw-r--r--irc/riece-emacs21/pkg-plist114
-rw-r--r--irc/riece/Makefile69
-rw-r--r--irc/riece/distinfo1
-rw-r--r--irc/riece/pkg-descr7
-rw-r--r--irc/riece/pkg-plist114
-rw-r--r--irc/xchat-gnome/Makefile94
-rw-r--r--irc/xchat-gnome/distinfo1
-rw-r--r--irc/xchat-gnome/files/patch-Makefile.in11
-rw-r--r--irc/xchat-gnome/files/patch-configure17
-rw-r--r--irc/xchat-gnome/files/patch-ltmain.sh58
-rw-r--r--irc/xchat-gnome/files/patch-src_common_server.c13
-rw-r--r--irc/xchat-gnome/files/patch-src_common_text.c11
-rw-r--r--irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c22
-rw-r--r--irc/xchat-gnome/pkg-descr5
-rw-r--r--irc/xchat-gnome/pkg-plist27
-rw-r--r--irc/xchat1/Makefile89
-rw-r--r--irc/xchat1/distinfo1
-rw-r--r--irc/xchat1/files/patch-configure11
-rw-r--r--irc/xchat1/pkg-descr8
-rw-r--r--irc/xchat1/pkg-plist50
52 files changed, 0 insertions, 2394 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
deleted file mode 100644
index a3d1c70d0134..000000000000
--- a/irc/bitlbee-otr/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: bitlbee
-# Date created: 10 June 2003
-# Whom: Peter van Dijk <peter@dataloss.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bitlbee
-PORTVERSION= 0.74a
-PORTREVISION= 0
-CATEGORIES= irc
-MASTER_SITES= http://www.lintux.cx/downloads/
-
-MAINTAINER= peter@dataloss.nl
-COMMENT= An IRC to other chat networks gateway
-
-MAN8= bitlbee.8
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
-USE_GMAKE= yes
-USE_GNOME= glib12
-
-pre-install:
- @mkdir -p -m 700 ${PREFIX}/etc/bitlbee
-
-.include <bsd.port.mk>
diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo
deleted file mode 100644
index 3266842e6c10..000000000000
--- a/irc/bitlbee-otr/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bitlbee-0.74a.tar.gz) = 03e59381091c4c41ca01e4547ae12be1
diff --git a/irc/bitlbee-otr/files/patch-configure b/irc/bitlbee-otr/files/patch-configure
deleted file mode 100644
index edf91bd01ee0..000000000000
--- a/irc/bitlbee-otr/files/patch-configure
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig Sat Apr 12 10:30:35 2003
-+++ configure Fri Aug 29 23:00:20 2003
-@@ -22,7 +22,7 @@
- cpu=`uname -m`
-
- while [ -n "$1" ]; do
-- e="`expr "$1" : '--\(.*=.*\)'`"
-+ e="`EXPR_COMPAT=yes expr "$1" : '--\(.*=.*\)'`"
- if [ -z "$e" ]; then
- cat<<EOF
- BitlBee configure
-@@ -108,10 +108,10 @@
- exit 1;
- fi
-
--if type glib-config > /dev/null 2> /dev/null; then
-+if type glib12-config > /dev/null 2> /dev/null; then
- cat<<EOF>>Makefile.settings
--LFLAGS+=`glib-config --libs`
--CFLAGS+=`glib-config --cflags`
-+LFLAGS+=`glib12-config --libs`
-+CFLAGS+=`glib12-config --cflags`
- EOF
- else
- echo 'Cannot find glib development libraries, aborting. (Install libglib-dev?)'
diff --git a/irc/bitlbee-otr/pkg-descr b/irc/bitlbee-otr/pkg-descr
deleted file mode 100644
index 5da6017d5fc2..000000000000
--- a/irc/bitlbee-otr/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-An IRC to other chat networks gateway. This program can be used
-as an IRC server which forwards everything you say to people on
-other chat networks like MSN/ICQ/Jabber.
-
-WWW: http://www.bitlbee.org/
-
-- Peter van Dijk
-peter@dataloss.nl
diff --git a/irc/bitlbee-otr/pkg-plist b/irc/bitlbee-otr/pkg-plist
deleted file mode 100644
index 99ce2873deca..000000000000
--- a/irc/bitlbee-otr/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-sbin/bitlbee
-share/bitlbee/help.txt
-@exec mkdir -p -m 700 %D/etc/bitlbee
-@dirrm share/bitlbee
-@dirrm etc/bitlbee
diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile
deleted file mode 100644
index ff163888adc6..000000000000
--- a/irc/dircproxy-devel/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: dircproxy
-# Date created: 11 January 2001
-# Whom: George Reid <greid@ukug.uk.freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dircproxy
-PORTVERSION= 1.0.5
-CATEGORIES= irc
-MASTER_SITES= ftp://ftp.netsplit.com/pub/dircproxy/stable/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A detachable irc proxy server with many features
-
-GNU_CONFIGURE= yes
-
-MAN1= dircproxy.1 dircproxy-crypt.1
-
-post-install:
- @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/irc/dircproxy-devel/distinfo b/irc/dircproxy-devel/distinfo
deleted file mode 100644
index eea7e9f37e00..000000000000
--- a/irc/dircproxy-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dircproxy-1.0.5.tar.gz) = 33b92e0f28530a5faa9fea801d1ad807
diff --git a/irc/dircproxy-devel/pkg-descr b/irc/dircproxy-devel/pkg-descr
deleted file mode 100644
index 4ccb2d296672..000000000000
--- a/irc/dircproxy-devel/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-dircproxy is an IRC proxy server designed for people who use IRC
-from lots of different workstations or clients, but wish to remain
-connected and see what they missed while they were away. You connect
-to IRC through dircproxy, and it keeps you connected to the server,
-even after you detach your client from it. While you're detached,
-it logs channel and private messages as well as important events,
-and when you re-attach it'll let you know what you missed.
-
-This can be used to give you roughly the same functionality as
-using ircII and screen together, except you can use whatever IRC
-client you like, including X ones!
-
-dircproxy has a whole host of features. Please read the file README in
-the source distribution for a list.
-
-WWW: http://www.dircproxy.net/
-
-- George Reid
-greid@ukug.uk.freebsd.org
diff --git a/irc/dircproxy-devel/pkg-message b/irc/dircproxy-devel/pkg-message
deleted file mode 100644
index 9f22fed4f654..000000000000
--- a/irc/dircproxy-devel/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-
-A default dircproxy configuration file has been installed as
-%%PREFIX%%/share/dircproxy/dircproxyrc.
-Please read this and the dircproxy(1) manpage to set up dircproxy.
-
diff --git a/irc/dircproxy-devel/pkg-plist b/irc/dircproxy-devel/pkg-plist
deleted file mode 100644
index 8adb46428dc1..000000000000
--- a/irc/dircproxy-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/dircproxy
-bin/dircproxy-crypt
-share/dircproxy/cronchk.sh
-share/dircproxy/dircproxyrc
-share/dircproxy/log.pl
-share/dircproxy/privmsg-log.pl
-@dirrm share/dircproxy
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
deleted file mode 100644
index eabcb9fc4698..000000000000
--- a/irc/epic5/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: epic4
-# Date created: 11 November 1998
-# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epic4
-PORTVERSION= 1.1.16
-CATEGORIES= irc ipv6
-MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \
- ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-ALPHA/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${DISTFILE_HELP}
-
-MAINTAINER= anders@andersa.net
-COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
-
-LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
-
-USE_REINPLACE= yes
-USE_PERL5= yes
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-
-MAN1= epic.1
-DISTFILE_HELP= ${PORTNAME}-help-20031106.tar.gz
-
-post-patch:
- ${REINPLACE_CMD} -e 's|8.3|8.4|g' ${WRKSRC}/configure
- ${FIND} . -type d -name CVS | ${XARGS} ${RM} -rf
- ${RM} ${WRKDIR}/help/Makefile
-
-post-install:
- ${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/epic/help
-
-.include <bsd.port.mk>
diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo
deleted file mode 100644
index d96db18fb68b..000000000000
--- a/irc/epic5/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (epic4-1.1.16.tar.gz) = 15bf478f826505a72a8e3b88e079c842
-MD5 (epic4-help-20031106.tar.gz) = 246a2185ef88bbb0fe0da365be70706b
diff --git a/irc/epic5/pkg-descr b/irc/epic5/pkg-descr
deleted file mode 100644
index bb7295632170..000000000000
--- a/irc/epic5/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-EPIC4 is a new direction in ircII development. No longer is EPIC 100%
-backwards compatible with ircII, but instead those things where
-compatibility is undesirable have been found and fixed. No gratuitous
-incompatibilities have been added, but lots of new code has been added to
-make EPIC the best ircII client available.
-
-EPIC no longer shares any file names with ircII, so they should happily
-co-exist.
-
-WWW: http://www.epicsol.org/
diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist
deleted file mode 100644
index abf71299ee32..000000000000
--- a/irc/epic5/pkg-plist
+++ /dev/null
@@ -1,973 +0,0 @@
-bin/epic
-bin/epic-EPIC4-1.1.16
-libexec/wserv4
-share/epic/help/1_General/1_General
-share/epic/help/1_General/away
-share/epic/help/1_General/bye
-share/epic/help/1_General/channel
-share/epic/help/1_General/ctcp/action
-share/epic/help/1_General/ctcp/clientinfo
-share/epic/help/1_General/ctcp/ctcp
-share/epic/help/1_General/ctcp/echo
-share/epic/help/1_General/ctcp/finger
-share/epic/help/1_General/ctcp/ping
-share/epic/help/1_General/ctcp/time
-share/epic/help/1_General/ctcp/userinfo
-share/epic/help/1_General/ctcp/utc
-share/epic/help/1_General/ctcp/version
-share/epic/help/1_General/dcc/chat
-share/epic/help/1_General/dcc/close
-share/epic/help/1_General/dcc/closeall
-share/epic/help/1_General/dcc/dcc
-share/epic/help/1_General/dcc/get
-share/epic/help/1_General/dcc/list
-share/epic/help/1_General/dcc/raw
-share/epic/help/1_General/dcc/rename
-share/epic/help/1_General/dcc/resume
-share/epic/help/1_General/dcc/send
-share/epic/help/1_General/describe
-share/epic/help/1_General/disconnect
-share/epic/help/1_General/help
-share/epic/help/1_General/ignore
-share/epic/help/1_General/invite
-share/epic/help/1_General/join
-share/epic/help/1_General/kick
-share/epic/help/1_General/lastlog
-share/epic/help/1_General/me
-share/epic/help/1_General/mode
-share/epic/help/1_General/msg
-share/epic/help/1_General/nick
-share/epic/help/1_General/notice
-share/epic/help/1_General/notify
-share/epic/help/1_General/part
-share/epic/help/1_General/ping
-share/epic/help/1_General/query
-share/epic/help/1_General/quit
-share/epic/help/1_General/reconnect
-share/epic/help/1_General/say
-share/epic/help/1_General/server
-share/epic/help/1_General/silence
-share/epic/help/1_General/topic
-share/epic/help/2_Queries/2_Queries
-share/epic/help/2_Queries/admin
-share/epic/help/2_Queries/flush
-share/epic/help/2_Queries/info
-share/epic/help/2_Queries/ison
-share/epic/help/2_Queries/links
-share/epic/help/2_Queries/list
-share/epic/help/2_Queries/lusers
-share/epic/help/2_Queries/map
-share/epic/help/2_Queries/motd
-share/epic/help/2_Queries/names
-share/epic/help/2_Queries/stats
-share/epic/help/2_Queries/time
-share/epic/help/2_Queries/trace
-share/epic/help/2_Queries/userhost
-share/epic/help/2_Queries/userip
-share/epic/help/2_Queries/usrip
-share/epic/help/2_Queries/version
-share/epic/help/2_Queries/who
-share/epic/help/2_Queries/whois
-share/epic/help/2_Queries/whowas
-share/epic/help/3_Operators/3_Operators
-share/epic/help/3_Operators/connect
-share/epic/help/3_Operators/deop
-share/epic/help/3_Operators/die
-share/epic/help/3_Operators/hash
-share/epic/help/3_Operators/kill
-share/epic/help/3_Operators/oper
-share/epic/help/3_Operators/rehash
-share/epic/help/3_Operators/restart
-share/epic/help/3_Operators/rping
-share/epic/help/3_Operators/squit
-share/epic/help/3_Operators/uping
-share/epic/help/3_Operators/wallops
-share/epic/help/4_Misc/4_Misc
-share/epic/help/4_Misc/abort
-share/epic/help/4_Misc/beep
-share/epic/help/4_Misc/bind/altcharset
-share/epic/help/4_Misc/bind/backspace
-share/epic/help/4_Misc/bind/backward_character
-share/epic/help/4_Misc/bind/backward_history
-share/epic/help/4_Misc/bind/backward_word
-share/epic/help/4_Misc/bind/beginning_of_line
-share/epic/help/4_Misc/bind/bind
-share/epic/help/4_Misc/bind/blink
-share/epic/help/4_Misc/bind/bold
-share/epic/help/4_Misc/bind/clear_screen
-share/epic/help/4_Misc/bind/command_completion
-share/epic/help/4_Misc/bind/cpu_saver
-share/epic/help/4_Misc/bind/delete_character
-share/epic/help/4_Misc/bind/delete_next_word
-share/epic/help/4_Misc/bind/delete_previous_word
-share/epic/help/4_Misc/bind/delete_to_previous_space
-share/epic/help/4_Misc/bind/end_of_line
-share/epic/help/4_Misc/bind/erase_line
-share/epic/help/4_Misc/bind/erase_to_beg_of_line
-share/epic/help/4_Misc/bind/erase_to_end_of_line
-share/epic/help/4_Misc/bind/forward_character
-share/epic/help/4_Misc/bind/forward_history
-share/epic/help/4_Misc/bind/forward_word
-share/epic/help/4_Misc/bind/highlight_off
-share/epic/help/4_Misc/bind/next_window
-share/epic/help/4_Misc/bind/nothing
-share/epic/help/4_Misc/bind/parse_command
-share/epic/help/4_Misc/bind/previous_window
-share/epic/help/4_Misc/bind/quit_irc
-share/epic/help/4_Misc/bind/quote_character
-share/epic/help/4_Misc/bind/refresh_inputline
-share/epic/help/4_Misc/bind/refresh_screen
-share/epic/help/4_Misc/bind/refresh_status
-share/epic/help/4_Misc/bind/reverse
-share/epic/help/4_Misc/bind/scroll_backward
-share/epic/help/4_Misc/bind/scroll_end
-share/epic/help/4_Misc/bind/scroll_forward
-share/epic/help/4_Misc/bind/scroll_start
-share/epic/help/4_Misc/bind/self_insert
-share/epic/help/4_Misc/bind/send_line
-share/epic/help/4_Misc/bind/shove_to_history
-share/epic/help/4_Misc/bind/stop_irc
-share/epic/help/4_Misc/bind/swap_last_window
-share/epic/help/4_Misc/bind/swap_next_window
-share/epic/help/4_Misc/bind/swap_previous_window
-share/epic/help/4_Misc/bind/switch_channels
-share/epic/help/4_Misc/bind/toggle_insert_mode
-share/epic/help/4_Misc/bind/toggle_stop_screen
-share/epic/help/4_Misc/bind/transpose_characters
-share/epic/help/4_Misc/bind/type_text
-share/epic/help/4_Misc/bind/unclear_screen
-share/epic/help/4_Misc/bind/underline
-share/epic/help/4_Misc/bind/unstop_all_windows
-share/epic/help/4_Misc/bind/yank_from_cutbuffer
-share/epic/help/4_Misc/cd
-share/epic/help/4_Misc/clear
-share/epic/help/4_Misc/encrypt
-share/epic/help/4_Misc/history
-share/epic/help/4_Misc/hostname
-share/epic/help/4_Misc/ircuser
-share/epic/help/4_Misc/mesg
-share/epic/help/4_Misc/note
-share/epic/help/4_Misc/rbind
-share/epic/help/4_Misc/realname
-share/epic/help/4_Misc/set/alt_charset
-share/epic/help/4_Misc/set/always_split_biggest
-share/epic/help/4_Misc/set/auto_new_nick
-share/epic/help/4_Misc/set/auto_reconnect
-share/epic/help/4_Misc/set/auto_reconnect_delay
-share/epic/help/4_Misc/set/auto_rejoin
-share/epic/help/4_Misc/set/auto_rejoin_delay
-share/epic/help/4_Misc/set/auto_unmark_away
-share/epic/help/4_Misc/set/auto_whowas
-share/epic/help/4_Misc/set/bad_style
-share/epic/help/4_Misc/set/banner
-share/epic/help/4_Misc/set/banner_expand
-share/epic/help/4_Misc/set/beep
-share/epic/help/4_Misc/set/beep_max
-share/epic/help/4_Misc/set/beep_on_msg
-share/epic/help/4_Misc/set/beep_when_away
-share/epic/help/4_Misc/set/blink_video
-share/epic/help/4_Misc/set/bold_video
-share/epic/help/4_Misc/set/channel_name_width
-share/epic/help/4_Misc/set/client_information
-share/epic/help/4_Misc/set/clock
-share/epic/help/4_Misc/set/clock_24hour
-share/epic/help/4_Misc/set/clock_format
-share/epic/help/4_Misc/set/clock_interval
-share/epic/help/4_Misc/set/cmdchars
-share/epic/help/4_Misc/set/color
-share/epic/help/4_Misc/set/command_mode
-share/epic/help/4_Misc/set/comment_hack
-share/epic/help/4_Misc/set/connect_timeout
-share/epic/help/4_Misc/set/continued_line
-share/epic/help/4_Misc/set/cpu_saver_after
-share/epic/help/4_Misc/set/cpu_saver_every
-share/epic/help/4_Misc/set/current_window_level
-share/epic/help/4_Misc/set/dcc_auto_send_rejects
-share/epic/help/4_Misc/set/dcc_long_pathnames
-share/epic/help/4_Misc/set/dcc_sliding_window
-share/epic/help/4_Misc/set/dcc_store_path
-share/epic/help/4_Misc/set/dcc_timeout
-share/epic/help/4_Misc/set/dcc_use_gateway_addr
-share/epic/help/4_Misc/set/debug
-share/epic/help/4_Misc/set/dispatch_unknown_commands
-share/epic/help/4_Misc/set/display
-share/epic/help/4_Misc/set/display_ansi
-share/epic/help/4_Misc/set/display_pc_characters
-share/epic/help/4_Misc/set/do_notify_immediately
-share/epic/help/4_Misc/set/eight_bit_characters
-share/epic/help/4_Misc/set/floating_point_math
-share/epic/help/4_Misc/set/flood_after
-share/epic/help/4_Misc/set/flood_rate
-share/epic/help/4_Misc/set/flood_users
-share/epic/help/4_Misc/set/flood_warning
-share/epic/help/4_Misc/set/full_status_line
-share/epic/help/4_Misc/set/help_pager
-share/epic/help/4_Misc/set/help_path
-share/epic/help/4_Misc/set/help_prompt
-share/epic/help/4_Misc/set/help_window
-share/epic/help/4_Misc/set/hide_private_channels
-share/epic/help/4_Misc/set/high_bit_escape
-share/epic/help/4_Misc/set/highlight_char
-share/epic/help/4_Misc/set/history
-share/epic/help/4_Misc/set/history_circleq
-share/epic/help/4_Misc/set/hold_interval
-share/epic/help/4_Misc/set/hold_mode
-share/epic/help/4_Misc/set/indent
-share/epic/help/4_Misc/set/input_aliases
-share/epic/help/4_Misc/set/input_prompt
-share/epic/help/4_Misc/set/insert_mode
-share/epic/help/4_Misc/set/inverse_video
-share/epic/help/4_Misc/set/lastlog
-share/epic/help/4_Misc/set/lastlog_level
-share/epic/help/4_Misc/set/load_path
-share/epic/help/4_Misc/set/log
-share/epic/help/4_Misc/set/log_rewrite
-share/epic/help/4_Misc/set/logfile
-share/epic/help/4_Misc/set/mail
-share/epic/help/4_Misc/set/mail_interval
-share/epic/help/4_Misc/set/mangle_inbound
-share/epic/help/4_Misc/set/mangle_logfiles
-share/epic/help/4_Misc/set/mangle_outbound
-share/epic/help/4_Misc/set/max_reconnects
-share/epic/help/4_Misc/set/meta_states
-share/epic/help/4_Misc/set/mirc_broken_dcc_resume
-share/epic/help/4_Misc/set/mode_stripper
-share/epic/help/4_Misc/set/nd_space_max
-share/epic/help/4_Misc/set/new_server_lastlog_level
-share/epic/help/4_Misc/set/no_control_log
-share/epic/help/4_Misc/set/no_ctcp_flood
-share/epic/help/4_Misc/set/no_fail_disconnect
-share/epic/help/4_Misc/set/notify_handler
-share/epic/help/4_Misc/set/notify_interval
-share/epic/help/4_Misc/set/notify_level
-share/epic/help/4_Misc/set/notify_on_termination
-share/epic/help/4_Misc/set/notify_userhost_automatic
-share/epic/help/4_Misc/set/num_of_whowas
-share/epic/help/4_Misc/set/output_rewrite
-share/epic/help/4_Misc/set/pad_char
-share/epic/help/4_Misc/set/quit_message
-share/epic/help/4_Misc/set/random_local_ports
-share/epic/help/4_Misc/set/random_source
-share/epic/help/4_Misc/set/realname
-share/epic/help/4_Misc/set/reverse_status_line
-share/epic/help/4_Misc/set/screen_options
-share/epic/help/4_Misc/set/scroll
-share/epic/help/4_Misc/set/scroll_lines
-share/epic/help/4_Misc/set/scrollback
-share/epic/help/4_Misc/set/scrollback_ratio
-share/epic/help/4_Misc/set/security
-share/epic/help/4_Misc/set/set
-share/epic/help/4_Misc/set/shell
-share/epic/help/4_Misc/set/shell_flags
-share/epic/help/4_Misc/set/shell_limit
-share/epic/help/4_Misc/set/show_channel_names
-share/epic/help/4_Misc/set/show_end_of_msgs
-share/epic/help/4_Misc/set/show_numerics
-share/epic/help/4_Misc/set/show_status_all
-share/epic/help/4_Misc/set/show_who_hopcount
-share/epic/help/4_Misc/set/status_away
-share/epic/help/4_Misc/set/status_channel
-share/epic/help/4_Misc/set/status_chanop
-share/epic/help/4_Misc/set/status_clock
-share/epic/help/4_Misc/set/status_cpu_saver
-share/epic/help/4_Misc/set/status_does_expandos
-share/epic/help/4_Misc/set/status_format
-share/epic/help/4_Misc/set/status_format1
-share/epic/help/4_Misc/set/status_format2
-share/epic/help/4_Misc/set/status_hold
-share/epic/help/4_Misc/set/status_hold_lines
-share/epic/help/4_Misc/set/status_insert
-share/epic/help/4_Misc/set/status_mail
-share/epic/help/4_Misc/set/status_mode
-share/epic/help/4_Misc/set/status_nickname
-share/epic/help/4_Misc/set/status_no_repeat
-share/epic/help/4_Misc/set/status_notify
-share/epic/help/4_Misc/set/status_oper
-share/epic/help/4_Misc/set/status_overwrite
-share/epic/help/4_Misc/set/status_query
-share/epic/help/4_Misc/set/status_scrollback
-share/epic/help/4_Misc/set/status_server
-share/epic/help/4_Misc/set/status_truncate_rhs
-share/epic/help/4_Misc/set/status_umode
-share/epic/help/4_Misc/set/status_user
-share/epic/help/4_Misc/set/status_voice
-share/epic/help/4_Misc/set/status_window
-share/epic/help/4_Misc/set/suppress_from_remote_server
-share/epic/help/4_Misc/set/suppress_server_motd
-share/epic/help/4_Misc/set/switch_channel_on_part
-share/epic/help/4_Misc/set/tab
-share/epic/help/4_Misc/set/tab_max
-share/epic/help/4_Misc/set/term_does_bright_blink
-share/epic/help/4_Misc/set/underline_video
-share/epic/help/4_Misc/set/user_information
-share/epic/help/4_Misc/set/verbose_ctcp
-share/epic/help/4_Misc/set/word_break
-share/epic/help/4_Misc/set/xterm
-share/epic/help/4_Misc/set/xterm_options
-share/epic/help/4_Misc/unclear
-share/epic/help/4_Misc/which
-share/epic/help/4_Misc/window/add
-share/epic/help/4_Misc/window/back
-share/epic/help/4_Misc/window/balance
-share/epic/help/4_Misc/window/beep_always
-share/epic/help/4_Misc/window/bind
-share/epic/help/4_Misc/window/channel
-share/epic/help/4_Misc/window/clear
-share/epic/help/4_Misc/window/create
-share/epic/help/4_Misc/window/delete
-share/epic/help/4_Misc/window/describe
-share/epic/help/4_Misc/window/discon
-share/epic/help/4_Misc/window/double
-share/epic/help/4_Misc/window/echo
-share/epic/help/4_Misc/window/fixed
-share/epic/help/4_Misc/window/flush
-share/epic/help/4_Misc/window/goto
-share/epic/help/4_Misc/window/grow
-share/epic/help/4_Misc/window/hide
-share/epic/help/4_Misc/window/hide_others
-share/epic/help/4_Misc/window/hold_interval
-share/epic/help/4_Misc/window/hold_mode
-share/epic/help/4_Misc/window/kill
-share/epic/help/4_Misc/window/kill_others
-share/epic/help/4_Misc/window/killswap
-share/epic/help/4_Misc/window/last
-share/epic/help/4_Misc/window/lastlog
-share/epic/help/4_Misc/window/lastlog_level
-share/epic/help/4_Misc/window/level
-share/epic/help/4_Misc/window/list
-share/epic/help/4_Misc/window/log
-share/epic/help/4_Misc/window/logfile
-share/epic/help/4_Misc/window/move
-share/epic/help/4_Misc/window/name
-share/epic/help/4_Misc/window/new
-share/epic/help/4_Misc/window/new_hide
-share/epic/help/4_Misc/window/next
-share/epic/help/4_Misc/window/noserv
-share/epic/help/4_Misc/window/notified
-share/epic/help/4_Misc/window/notify
-share/epic/help/4_Misc/window/notify_level
-share/epic/help/4_Misc/window/number
-share/epic/help/4_Misc/window/pop
-share/epic/help/4_Misc/window/previous
-share/epic/help/4_Misc/window/prompt
-share/epic/help/4_Misc/window/push
-share/epic/help/4_Misc/window/query
-share/epic/help/4_Misc/window/refnum
-share/epic/help/4_Misc/window/refnum_or_swap
-share/epic/help/4_Misc/window/refresh
-share/epic/help/4_Misc/window/remove
-share/epic/help/4_Misc/window/scratch
-share/epic/help/4_Misc/window/scroll
-share/epic/help/4_Misc/window/scrollback
-share/epic/help/4_Misc/window/server
-share/epic/help/4_Misc/window/show
-share/epic/help/4_Misc/window/show_all
-share/epic/help/4_Misc/window/shrink
-share/epic/help/4_Misc/window/size
-share/epic/help/4_Misc/window/skip
-share/epic/help/4_Misc/window/stack
-share/epic/help/4_Misc/window/status_format
-share/epic/help/4_Misc/window/status_format1
-share/epic/help/4_Misc/window/status_format2
-share/epic/help/4_Misc/window/status_special
-share/epic/help/4_Misc/window/swap
-share/epic/help/4_Misc/window/unbind
-share/epic/help/4_Misc/window/window
-share/epic/help/4_Misc/xdebug
-share/epic/help/5_Programming/5_Programming
-share/epic/help/5_Programming/alias
-share/epic/help/5_Programming/assign
-share/epic/help/5_Programming/bless
-share/epic/help/5_Programming/break
-share/epic/help/5_Programming/call
-share/epic/help/5_Programming/comment
-share/epic/help/5_Programming/continue
-share/epic/help/5_Programming/do
-share/epic/help/5_Programming/dump
-share/epic/help/5_Programming/echo
-share/epic/help/5_Programming/eval
-share/epic/help/5_Programming/exec
-share/epic/help/5_Programming/fe
-share/epic/help/5_Programming/fec
-share/epic/help/5_Programming/for
-share/epic/help/5_Programming/foreach
-share/epic/help/5_Programming/hook
-share/epic/help/5_Programming/if
-share/epic/help/5_Programming/input
-share/epic/help/5_Programming/load
-share/epic/help/5_Programming/local
-share/epic/help/5_Programming/on/action
-share/epic/help/5_Programming/on/channel_nick
-share/epic/help/5_Programming/on/channel_signoff
-share/epic/help/5_Programming/on/channel_sync
-share/epic/help/5_Programming/on/connect
-share/epic/help/5_Programming/on/ctcp
-share/epic/help/5_Programming/on/ctcp_reply
-share/epic/help/5_Programming/on/ctcp_request
-share/epic/help/5_Programming/on/dcc_chat
-share/epic/help/5_Programming/on/dcc_connect
-share/epic/help/5_Programming/on/dcc_list
-share/epic/help/5_Programming/on/dcc_lost
-share/epic/help/5_Programming/on/dcc_offer
-share/epic/help/5_Programming/on/dcc_raw
-share/epic/help/5_Programming/on/dcc_request
-share/epic/help/5_Programming/on/disconnect
-share/epic/help/5_Programming/on/encrypted_notice
-share/epic/help/5_Programming/on/encrypted_privmsg
-share/epic/help/5_Programming/on/error
-share/epic/help/5_Programming/on/exec
-share/epic/help/5_Programming/on/exec_errors
-share/epic/help/5_Programming/on/exec_exit
-share/epic/help/5_Programming/on/exec_prompt
-share/epic/help/5_Programming/on/exit
-share/epic/help/5_Programming/on/flood
-share/epic/help/5_Programming/on/general_notice
-share/epic/help/5_Programming/on/general_privmsg
-share/epic/help/5_Programming/on/help
-share/epic/help/5_Programming/on/hook
-share/epic/help/5_Programming/on/idle
-share/epic/help/5_Programming/on/input
-share/epic/help/5_Programming/on/invite
-share/epic/help/5_Programming/on/join
-share/epic/help/5_Programming/on/kick
-share/epic/help/5_Programming/on/kill
-share/epic/help/5_Programming/on/leave
-share/epic/help/5_Programming/on/list
-share/epic/help/5_Programming/on/mail
-share/epic/help/5_Programming/on/mode
-share/epic/help/5_Programming/on/mode_stripped
-share/epic/help/5_Programming/on/msg
-share/epic/help/5_Programming/on/msg_group
-share/epic/help/5_Programming/on/names
-share/epic/help/5_Programming/on/nickname
-share/epic/help/5_Programming/on/note
-share/epic/help/5_Programming/on/notice
-share/epic/help/5_Programming/on/notify_signoff
-share/epic/help/5_Programming/on/notify_signon
-share/epic/help/5_Programming/on/odd_server_stuff
-share/epic/help/5_Programming/on/on
-share/epic/help/5_Programming/on/oper_notice
-share/epic/help/5_Programming/on/pong
-share/epic/help/5_Programming/on/public
-share/epic/help/5_Programming/on/public_msg
-share/epic/help/5_Programming/on/public_notice
-share/epic/help/5_Programming/on/public_other
-share/epic/help/5_Programming/on/raw_irc
-share/epic/help/5_Programming/on/redirect
-share/epic/help/5_Programming/on/send_action
-share/epic/help/5_Programming/on/send_ctcp
-share/epic/help/5_Programming/on/send_dcc_chat
-share/epic/help/5_Programming/on/send_msg
-share/epic/help/5_Programming/on/send_notice
-share/epic/help/5_Programming/on/send_public
-share/epic/help/5_Programming/on/send_to_server
-share/epic/help/5_Programming/on/server_established
-share/epic/help/5_Programming/on/server_lost
-share/epic/help/5_Programming/on/server_notice
-share/epic/help/5_Programming/on/set
-share/epic/help/5_Programming/on/signoff
-share/epic/help/5_Programming/on/silence
-share/epic/help/5_Programming/on/status_update
-share/epic/help/5_Programming/on/switch_channels
-share/epic/help/5_Programming/on/switch_windows
-share/epic/help/5_Programming/on/timer
-share/epic/help/5_Programming/on/topic
-share/epic/help/5_Programming/on/unload
-share/epic/help/5_Programming/on/wall
-share/epic/help/5_Programming/on/wallop
-share/epic/help/5_Programming/on/who
-share/epic/help/5_Programming/on/widelist
-share/epic/help/5_Programming/on/window
-share/epic/help/5_Programming/on/window_create
-share/epic/help/5_Programming/on/window_kill
-share/epic/help/5_Programming/on/yell
-share/epic/help/5_Programming/package
-share/epic/help/5_Programming/parsekey
-share/epic/help/5_Programming/pop
-share/epic/help/5_Programming/pretend
-share/epic/help/5_Programming/push
-share/epic/help/5_Programming/queue
-share/epic/help/5_Programming/quote
-share/epic/help/5_Programming/redirect
-share/epic/help/5_Programming/repeat
-share/epic/help/5_Programming/return
-share/epic/help/5_Programming/save
-share/epic/help/5_Programming/send
-share/epic/help/5_Programming/sendline
-share/epic/help/5_Programming/setenv
-share/epic/help/5_Programming/shook
-share/epic/help/5_Programming/sleep
-share/epic/help/5_Programming/stack
-share/epic/help/5_Programming/stub
-share/epic/help/5_Programming/switch
-share/epic/help/5_Programming/timer
-share/epic/help/5_Programming/type
-share/epic/help/5_Programming/unload
-share/epic/help/5_Programming/unshift
-share/epic/help/5_Programming/usleep
-share/epic/help/5_Programming/wait
-share/epic/help/5_Programming/while
-share/epic/help/5_Programming/xecho
-share/epic/help/5_Programming/xeval
-share/epic/help/5_Programming/xtype
-share/epic/help/6_Functions/6_Functions
-share/epic/help/6_Functions/abs
-share/epic/help/6_Functions/acos
-share/epic/help/6_Functions/acosh
-share/epic/help/6_Functions/after
-share/epic/help/6_Functions/afterw
-share/epic/help/6_Functions/aliasctl
-share/epic/help/6_Functions/ascii
-share/epic/help/6_Functions/asin
-share/epic/help/6_Functions/asinh
-share/epic/help/6_Functions/atan
-share/epic/help/6_Functions/atanh
-share/epic/help/6_Functions/before
-share/epic/help/6_Functions/beforew
-share/epic/help/6_Functions/bindctl
-share/epic/help/6_Functions/builtin_expando
-share/epic/help/6_Functions/ceil
-share/epic/help/6_Functions/center
-share/epic/help/6_Functions/cexist
-share/epic/help/6_Functions/chanmode
-share/epic/help/6_Functions/channel
-share/epic/help/6_Functions/chanusers
-share/epic/help/6_Functions/chanwin
-share/epic/help/6_Functions/chmod
-share/epic/help/6_Functions/chngw
-share/epic/help/6_Functions/chop
-share/epic/help/6_Functions/chops
-share/epic/help/6_Functions/chr
-share/epic/help/6_Functions/close
-share/epic/help/6_Functions/common
-share/epic/help/6_Functions/connect
-share/epic/help/6_Functions/convert
-share/epic/help/6_Functions/copattern
-share/epic/help/6_Functions/cos
-share/epic/help/6_Functions/cosh
-share/epic/help/6_Functions/count
-share/epic/help/6_Functions/cparse
-share/epic/help/6_Functions/crypt
-share/epic/help/6_Functions/curpos
-share/epic/help/6_Functions/currchans
-share/epic/help/6_Functions/decode
-share/epic/help/6_Functions/delarray
-share/epic/help/6_Functions/delitem
-share/epic/help/6_Functions/deuhc
-share/epic/help/6_Functions/diff
-share/epic/help/6_Functions/encode
-share/epic/help/6_Functions/eof
-share/epic/help/6_Functions/epic
-share/epic/help/6_Functions/exec
-share/epic/help/6_Functions/exp
-share/epic/help/6_Functions/fexist
-share/epic/help/6_Functions/filter
-share/epic/help/6_Functions/finditem
-share/epic/help/6_Functions/findw
-share/epic/help/6_Functions/floor
-share/epic/help/6_Functions/fnexist
-share/epic/help/6_Functions/fromw
-share/epic/help/6_Functions/fsize
-share/epic/help/6_Functions/ftime
-share/epic/help/6_Functions/functioncall
-share/epic/help/6_Functions/geom
-share/epic/help/6_Functions/getarrays
-share/epic/help/6_Functions/getcap
-share/epic/help/6_Functions/getcommands
-share/epic/help/6_Functions/getenv
-share/epic/help/6_Functions/getgid
-share/epic/help/6_Functions/getitem
-share/epic/help/6_Functions/getlogin
-share/epic/help/6_Functions/getmatches
-share/epic/help/6_Functions/getopt
-share/epic/help/6_Functions/getpgrp
-share/epic/help/6_Functions/getrmatches
-share/epic/help/6_Functions/getset
-share/epic/help/6_Functions/getsets
-share/epic/help/6_Functions/gettmatch
-share/epic/help/6_Functions/getuid
-share/epic/help/6_Functions/glob
-share/epic/help/6_Functions/globi
-share/epic/help/6_Functions/hash_32bit
-share/epic/help/6_Functions/idle
-share/epic/help/6_Functions/ifindfirst
-share/epic/help/6_Functions/ifinditem
-share/epic/help/6_Functions/igetitem
-share/epic/help/6_Functions/igetmatches
-share/epic/help/6_Functions/igmask
-share/epic/help/6_Functions/igtype
-share/epic/help/6_Functions/index
-share/epic/help/6_Functions/indextoitem
-share/epic/help/6_Functions/indextoword
-share/epic/help/6_Functions/info
-share/epic/help/6_Functions/insert
-share/epic/help/6_Functions/insertw
-share/epic/help/6_Functions/iptolong
-share/epic/help/6_Functions/iptoname
-share/epic/help/6_Functions/irclib
-share/epic/help/6_Functions/isalpha
-share/epic/help/6_Functions/isaway
-share/epic/help/6_Functions/ischannel
-share/epic/help/6_Functions/ischanop
-share/epic/help/6_Functions/ischanvoice
-share/epic/help/6_Functions/isconnected
-share/epic/help/6_Functions/iscurchan
-share/epic/help/6_Functions/isdigit
-share/epic/help/6_Functions/isdisplaying
-share/epic/help/6_Functions/isencrypted
-share/epic/help/6_Functions/ishalfop
-share/epic/help/6_Functions/isnumber
-share/epic/help/6_Functions/itemtoindex
-share/epic/help/6_Functions/jn
-share/epic/help/6_Functions/jot
-share/epic/help/6_Functions/key
-share/epic/help/6_Functions/killpid
-share/epic/help/6_Functions/lastlog
-share/epic/help/6_Functions/lastserver
-share/epic/help/6_Functions/left
-share/epic/help/6_Functions/leftpc
-share/epic/help/6_Functions/leftw
-share/epic/help/6_Functions/levelwindow
-share/epic/help/6_Functions/line
-share/epic/help/6_Functions/listarray
-share/epic/help/6_Functions/listen
-share/epic/help/6_Functions/loadinfo
-share/epic/help/6_Functions/log
-share/epic/help/6_Functions/log10
-share/epic/help/6_Functions/longtoip
-share/epic/help/6_Functions/mask
-share/epic/help/6_Functions/match
-share/epic/help/6_Functions/matchitem
-share/epic/help/6_Functions/maxlen
-share/epic/help/6_Functions/mid
-share/epic/help/6_Functions/midw
-share/epic/help/6_Functions/mkdir
-share/epic/help/6_Functions/msar
-share/epic/help/6_Functions/mychannels
-share/epic/help/6_Functions/myservers
-share/epic/help/6_Functions/nametoip
-share/epic/help/6_Functions/nochops
-share/epic/help/6_Functions/nohighlight
-share/epic/help/6_Functions/notify
-share/epic/help/6_Functions/notifywindows
-share/epic/help/6_Functions/notw
-share/epic/help/6_Functions/numarrays
-share/epic/help/6_Functions/numitems
-share/epic/help/6_Functions/numonchannel
-share/epic/help/6_Functions/numsort
-share/epic/help/6_Functions/numwords
-share/epic/help/6_Functions/onchannel
-share/epic/help/6_Functions/open
-share/epic/help/6_Functions/outputinfo
-share/epic/help/6_Functions/pad
-share/epic/help/6_Functions/pass
-share/epic/help/6_Functions/pattern
-share/epic/help/6_Functions/perl
-share/epic/help/6_Functions/perlxcall
-share/epic/help/6_Functions/pid
-share/epic/help/6_Functions/pipe
-share/epic/help/6_Functions/pop
-share/epic/help/6_Functions/ppid
-share/epic/help/6_Functions/prefix
-share/epic/help/6_Functions/printlen
-share/epic/help/6_Functions/push
-share/epic/help/6_Functions/querywin
-share/epic/help/6_Functions/rand
-share/epic/help/6_Functions/randread
-share/epic/help/6_Functions/read
-share/epic/help/6_Functions/realpath
-share/epic/help/6_Functions/regcomp
-share/epic/help/6_Functions/regerror
-share/epic/help/6_Functions/regex
-share/epic/help/6_Functions/regexec
-share/epic/help/6_Functions/regfree
-share/epic/help/6_Functions/remw
-share/epic/help/6_Functions/remws
-share/epic/help/6_Functions/rename
-share/epic/help/6_Functions/repeat
-share/epic/help/6_Functions/rest
-share/epic/help/6_Functions/restw
-share/epic/help/6_Functions/reverse
-share/epic/help/6_Functions/revw
-share/epic/help/6_Functions/rfilter
-share/epic/help/6_Functions/right
-share/epic/help/6_Functions/rightw
-share/epic/help/6_Functions/rigmask
-share/epic/help/6_Functions/rigtype
-share/epic/help/6_Functions/rindex
-share/epic/help/6_Functions/rmatch
-share/epic/help/6_Functions/rmatchitem
-share/epic/help/6_Functions/rmdir
-share/epic/help/6_Functions/rpattern
-share/epic/help/6_Functions/rsubstr
-share/epic/help/6_Functions/sar
-share/epic/help/6_Functions/serverctl
-share/epic/help/6_Functions/servergroup
-share/epic/help/6_Functions/servername
-share/epic/help/6_Functions/servernick
-share/epic/help/6_Functions/servernum
-share/epic/help/6_Functions/serverourname
-share/epic/help/6_Functions/servertype
-share/epic/help/6_Functions/serverwin
-share/epic/help/6_Functions/servports
-share/epic/help/6_Functions/setitem
-share/epic/help/6_Functions/shift
-share/epic/help/6_Functions/sin
-share/epic/help/6_Functions/sinh
-share/epic/help/6_Functions/sort
-share/epic/help/6_Functions/splice
-share/epic/help/6_Functions/split
-share/epic/help/6_Functions/srand
-share/epic/help/6_Functions/ssl
-share/epic/help/6_Functions/stat
-share/epic/help/6_Functions/status
-share/epic/help/6_Functions/stime
-share/epic/help/6_Functions/strftime
-share/epic/help/6_Functions/strip
-share/epic/help/6_Functions/stripansi
-share/epic/help/6_Functions/stripansicodes
-share/epic/help/6_Functions/stripc
-share/epic/help/6_Functions/stripcrap
-share/epic/help/6_Functions/strlen
-share/epic/help/6_Functions/substr
-share/epic/help/6_Functions/tan
-share/epic/help/6_Functions/tanh
-share/epic/help/6_Functions/tdiff
-share/epic/help/6_Functions/tdiff2
-share/epic/help/6_Functions/time
-share/epic/help/6_Functions/tolower
-share/epic/help/6_Functions/toupper
-share/epic/help/6_Functions/tow
-share/epic/help/6_Functions/tr
-share/epic/help/6_Functions/trunc
-share/epic/help/6_Functions/ttyname
-share/epic/help/6_Functions/twiddle
-share/epic/help/6_Functions/uhc
-share/epic/help/6_Functions/umask
-share/epic/help/6_Functions/uname
-share/epic/help/6_Functions/uniq
-share/epic/help/6_Functions/unlink
-share/epic/help/6_Functions/unshift
-share/epic/help/6_Functions/unsplit
-share/epic/help/6_Functions/urldecode
-share/epic/help/6_Functions/urlencode
-share/epic/help/6_Functions/userhost
-share/epic/help/6_Functions/usermode
-share/epic/help/6_Functions/utime
-share/epic/help/6_Functions/version
-share/epic/help/6_Functions/which
-share/epic/help/6_Functions/winbound
-share/epic/help/6_Functions/winchan
-share/epic/help/6_Functions/wincursorline
-share/epic/help/6_Functions/winlevel
-share/epic/help/6_Functions/winnam
-share/epic/help/6_Functions/winnicklist
-share/epic/help/6_Functions/winnum
-share/epic/help/6_Functions/winrefs
-share/epic/help/6_Functions/winsbsize
-share/epic/help/6_Functions/winscreen
-share/epic/help/6_Functions/winscrollbacksize
-share/epic/help/6_Functions/winserv
-share/epic/help/6_Functions/winsize
-share/epic/help/6_Functions/winstatsize
-share/epic/help/6_Functions/winstatussize
-share/epic/help/6_Functions/winvisible
-share/epic/help/6_Functions/word
-share/epic/help/6_Functions/wordtoindex
-share/epic/help/6_Functions/write
-share/epic/help/6_Functions/writeb
-share/epic/help/6_Functions/yn
-share/epic/help/7_Docs/7_Docs
-share/epic/help/7_Docs/About_EPIC
-share/epic/help/7_Docs/Arrays
-share/epic/help/7_Docs/Command_Line
-share/epic/help/7_Docs/Compile_Opts
-share/epic/help/7_Docs/Copyright
-share/epic/help/7_Docs/Debugging
-share/epic/help/7_Docs/Environment
-share/epic/help/7_Docs/Etiquette
-share/epic/help/7_Docs/Expressions
-share/epic/help/7_Docs/IPv6
-share/epic/help/7_Docs/Introduction
-share/epic/help/7_Docs/Key_Bindings
-share/epic/help/7_Docs/New_User
-share/epic/help/7_Docs/Patterns
-share/epic/help/7_Docs/Perl
-share/epic/help/7_Docs/Programming
-share/epic/help/7_Docs/Security
-share/epic/help/7_Docs/Serial_Numbers
-share/epic/help/7_Docs/Server_List
-share/epic/help/7_Docs/Server_Numerics
-share/epic/help/7_Docs/Signals
-share/epic/help/7_Docs/Special_Vars
-share/epic/help/7_Docs/Status_Line
-share/epic/help/7_Docs/Text_Highlight
-share/epic/help/7_Docs/Updates
-share/epic/help/8_Scripts/2.8script
-share/epic/help/8_Scripts/8_Scripts
-share/epic/help/8_Scripts/alias
-share/epic/help/8_Scripts/autokick
-share/epic/help/8_Scripts/autoop
-share/epic/help/8_Scripts/away
-share/epic/help/8_Scripts/basical
-share/epic/help/8_Scripts/columns
-share/epic/help/8_Scripts/country
-share/epic/help/8_Scripts/deban
-share/epic/help/8_Scripts/debug.irc
-share/epic/help/8_Scripts/edit
-share/epic/help/8_Scripts/environment
-share/epic/help/8_Scripts/events
-share/epic/help/8_Scripts/events.hop
-share/epic/help/8_Scripts/fake-dcc
-share/epic/help/8_Scripts/fe
-share/epic/help/8_Scripts/files
-share/epic/help/8_Scripts/functions
-share/epic/help/8_Scripts/genalias
-share/epic/help/8_Scripts/global
-share/epic/help/8_Scripts/guh
-share/epic/help/8_Scripts/hybrid6
-share/epic/help/8_Scripts/imap
-share/epic/help/8_Scripts/ircprimer
-share/epic/help/8_Scripts/keybinds
-share/epic/help/8_Scripts/killpath
-share/epic/help/8_Scripts/kpstat
-share/epic/help/8_Scripts/less
-share/epic/help/8_Scripts/list
-share/epic/help/8_Scripts/local
-share/epic/help/8_Scripts/ls
-share/epic/help/8_Scripts/man
-share/epic/help/8_Scripts/meta
-share/epic/help/8_Scripts/more
-share/epic/help/8_Scripts/mudirc
-share/epic/help/8_Scripts/netsplit
-share/epic/help/8_Scripts/netsplit.env
-share/epic/help/8_Scripts/newaway
-share/epic/help/8_Scripts/newformat
-share/epic/help/8_Scripts/nicks
-share/epic/help/8_Scripts/old-dcc
-share/epic/help/8_Scripts/pipe
-share/epic/help/8_Scripts/prefix
-share/epic/help/8_Scripts/recursion
-share/epic/help/8_Scripts/repeat
-share/epic/help/8_Scripts/screen
-share/epic/help/8_Scripts/silent
-share/epic/help/8_Scripts/sound
-share/epic/help/8_Scripts/starutils
-share/epic/help/8_Scripts/stat
-share/epic/help/8_Scripts/tabkey
-share/epic/help/8_Scripts/tc
-share/epic/help/8_Scripts/time
-share/epic/help/8_Scripts/tls
-share/epic/help/8_Scripts/webster
-share/epic/help/8_Scripts/window
-share/epic/help/README_FIRST
-share/epic/script/2.8script
-share/epic/script/alias
-share/epic/script/altchan
-share/epic/script/autoget
-share/epic/script/autokick
-share/epic/script/autoop
-share/epic/script/away
-share/epic/script/basical
-share/epic/script/columns
-share/epic/script/commandqueues
-share/epic/script/country
-share/epic/script/data_array
-share/epic/script/data_struct
-share/epic/script/dcc_spacefix
-share/epic/script/dcc_timeout
-share/epic/script/deban
-share/epic/script/debug.irc
-share/epic/script/dig
-share/epic/script/dns
-share/epic/script/edit
-share/epic/script/edit_topic
-share/epic/script/efnext
-share/epic/script/environment
-share/epic/script/epic-crypt-gpg
-share/epic/script/epic-crypt-gpg-aa
-share/epic/script/events
-share/epic/script/events.hop
-share/epic/script/fake-dcc
-share/epic/script/fe
-share/epic/script/fe.pf
-share/epic/script/files
-share/epic/script/functions
-share/epic/script/genalias
-share/epic/script/global
-share/epic/script/grep
-share/epic/script/guh
-share/epic/script/hold_mode
-share/epic/script/hybrid6
-share/epic/script/imap
-share/epic/script/ip-to-int
-share/epic/script/ircprimer
-share/epic/script/keybinds
-share/epic/script/killpath
-share/epic/script/kpstat
-share/epic/script/langtrans
-share/epic/script/less
-share/epic/script/less-pipe
-share/epic/script/list
-share/epic/script/local.examp
-share/epic/script/ls
-share/epic/script/mail
-share/epic/script/man
-share/epic/script/map
-share/epic/script/meta
-share/epic/script/mkpdir
-share/epic/script/more
-share/epic/script/motd
-share/epic/script/mudirc
-share/epic/script/netsplit
-share/epic/script/netsplit.env
-share/epic/script/newaway
-share/epic/script/newformat
-share/epic/script/nicks
-share/epic/script/nopaste
-share/epic/script/old-dcc
-share/epic/script/paste
-share/epic/script/pipe
-share/epic/script/prefix
-share/epic/script/recursion
-share/epic/script/repeat
-share/epic/script/revdcc
-share/epic/script/scan
-share/epic/script/scandir
-share/epic/script/screen
-share/epic/script/sdiff
-share/epic/script/setmail
-share/epic/script/silent
-share/epic/script/sound
-share/epic/script/starutils
-share/epic/script/stat
-share/epic/script/status_lag
-share/epic/script/suppressmotd
-share/epic/script/tabkey
-share/epic/script/tabkey.ce
-share/epic/script/tabkey.jm
-share/epic/script/tabkey.th
-share/epic/script/tc
-share/epic/script/time
-share/epic/script/tls
-share/epic/script/utime
-share/epic/script/vi-binds
-share/epic/script/webster
-share/epic/script/window
-@dirrm share/epic/script
-@dirrm share/epic/help/8_Scripts
-@dirrm share/epic/help/7_Docs
-@dirrm share/epic/help/6_Functions
-@dirrm share/epic/help/5_Programming/on
-@dirrm share/epic/help/5_Programming
-@dirrm share/epic/help/4_Misc/window
-@dirrm share/epic/help/4_Misc/set
-@dirrm share/epic/help/4_Misc/bind
-@dirrm share/epic/help/4_Misc
-@dirrm share/epic/help/3_Operators
-@dirrm share/epic/help/2_Queries
-@dirrm share/epic/help/1_General/dcc
-@dirrm share/epic/help/1_General/ctcp
-@dirrm share/epic/help/1_General
-@dirrm share/epic/help
-@dirrm share/epic
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
deleted file mode 100644
index b7d37bbf9eda..000000000000
--- a/irc/ezbounce-devel/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# New ports collection makefile for: ezbounce
-# Date created: 19 February 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ezbounce
-PORTVERSION= 1.04.a
-PORTREVISION= 1
-CATEGORIES= irc
-MASTER_SITES= http://druglord.freelsd.org/ezbounce/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
-
-PATCH_SITES= http://druglord.freelsd.org/ezbounce/
-PATCHFILES= ezb-1.04a-crash-fix-patch
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ab@astralblue.com
-COMMENT= A highly configurable IRC Proxy
-
-GNU_CONFIGURE= yes
-
-MAN1= ezbounce.1
-
-.if !defined(WITH_MDIDENTD)
-ALL_TARGET= ezbounce_src
-PLIST_SUB+= MDIDENTD="@comment "
-.else
-PLIST_SUB+= MDIDENTD=""
-.endif
-
-.if defined(WITH_SSL)
-USE_OPENSSL= YES
-CONFIGURE_ARGS+= --with-ssl
-PLIST_SUB+= SSL=""
-.else
-PLIST_SUB+= SSL="@comment "
-.endif
-
-pre-everything::
- @${ECHO} ""
- @${ECHO} "You may use the following build options:"
- @${ECHO} ""
- @${ECHO} " WITH_SSL=yes Enable SSL support"
- @${ECHO} " WITH_MDIDENTD=yes Install the mdidentd binary to"
- @${ECHO} " modify ident replies"
- @${ECHO} ""
-
-post-patch:
- @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \
- ${WRKSRC}/ezb.conf.default
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/ezb.conf.default ${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/misc/ezbounce.1 ${PREFIX}/man/man1
-
-.if defined(WITH_MDIDENTD)
- ${INSTALL_PROGRAM} ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
-.endif
-
- @if [ ! -f ${PREFIX}/etc/ezb.conf ]; then \
- ${INSTALL_DATA} \
- ${WRKSRC}/ezb.conf.default ${PREFIX}/etc/ezb.conf; \
- fi
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/worklog ${DOCSDIR}
-
-.if defined(WITH_MDIDENTD)
- ${INSTALL_DATA} ${WRKSRC}/mdidentd/README \
- ${DOCSDIR}/mdidentd.README
-.endif
-.if defined(WITH_SSL)
- ${INSTALL_DATA} ${WRKSRC}/README.SSL ${DOCSDIR}
-.endif
-
-.endif
- @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo
deleted file mode 100644
index e40b8b42f961..000000000000
--- a/irc/ezbounce-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ezbounce-1.04a.tar.gz) = f214fbd8ec1d95981639c9e1087436cb
-MD5 (ezb-1.04a-crash-fix-patch) = 2c41dd7703df2b1d7c993f8665105122
diff --git a/irc/ezbounce-devel/pkg-descr b/irc/ezbounce-devel/pkg-descr
deleted file mode 100644
index 2b48da67cd11..000000000000
--- a/irc/ezbounce-devel/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-ezbounce is a highly configurable IRC Proxy that features:
-
- * Access control
- * Password protection
- * Ident spoofing
- * Can listen on virtual hosts
- * Ability to ``Detach'' from the proxy and stay connected
- to the IRC server.
- ... and more!
-
-WWW: http://druglord.freelsd.org/ezbounce/
-Author: Murat Deligonul <druglord@erupt.com>
diff --git a/irc/ezbounce-devel/pkg-message b/irc/ezbounce-devel/pkg-message
deleted file mode 100644
index 1b514d2563ec..000000000000
--- a/irc/ezbounce-devel/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
-------------------------------------------------------------------
-You will need to edit /usr/local/etc/ezb.conf and read the docs in
-/usr/local/share/doc/ezbounce/README to set up this program.
-------------------------------------------------------------------
diff --git a/irc/ezbounce-devel/pkg-plist b/irc/ezbounce-devel/pkg-plist
deleted file mode 100644
index c380d7827f27..000000000000
--- a/irc/ezbounce-devel/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-@unexec if [ -f %D/etc/ezb.conf ] && cmp -s %D/etc/ezb.conf %D/etc/ezb.conf.default; then rm -f %D/etc/ezb.conf; fi
-etc/ezb.conf.default
-@exec if [ ! -f %D/etc/ezb.conf ] ; then cp -p %D/%F %B/ezb.conf; fi
-sbin/ezbounce
-%%MDIDENTD%%sbin/mdidentd
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%SSL%%%%DOCSDIR%%/README.SSL
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/worklog
-%%MDIDENTD%%%%PORTDOCS%%%%DOCSDIR%%/mdidentd.README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/irc/irssi-devel/Makefile b/irc/irssi-devel/Makefile
deleted file mode 100644
index d2a860503e46..000000000000
--- a/irc/irssi-devel/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# New ports collection makefile for: irssi
-# Date created: 14 Apr 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= irssi
-PORTVERSION= 0.8.6
-PORTREVISION?= 3
-CATEGORIES+= irc # `+=' is for slave ports
-MASTER_SITES= http://irssi.org/files/
-
-MAINTAINER?= vanilla@FreeBSD.org
-COMMENT?= A modular IRC client with many features
-
-USE_BZIP2= yes
-USE_PERL5= yes
-USE_GNOME= glib12
-GNU_CONFIGURE= yes
-# `+=' is for slave ports
-CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \
- --with-perl-lib=site
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_PROXY)
-CONFIGURE_ARGS+= --with-proxy
-PLIST_SUB+= WITH_PROXY=""
-.else
-PLIST_SUB+= WITH_PROXY="@comment "
-.endif
-
-.if defined(WITH_IPV6)
-.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ipv6
-CATEGORIES+= ipv6
-.endif
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-MAN1= irssi.1
-
-pre-configure:
- @cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample
-
-post-install:
- @if [ ! -f ${LOCALBASE}/etc/irssi.conf ]; then \
- ${ECHO} "Installing default configuration file."; \
- ${INSTALL_DATA} ${WRKSRC}/irssi.conf.sample ${LOCALBASE}/etc/irssi.conf ; \
- fi
-
-.include <bsd.port.post.mk>
diff --git a/irc/irssi-devel/distinfo b/irc/irssi-devel/distinfo
deleted file mode 100644
index 004e264e441a..000000000000
--- a/irc/irssi-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (irssi-0.8.6.tar.bz2) = 6d66982723e2eb8780ae3b8b3a7ba08d
diff --git a/irc/irssi-devel/files/patch-Makefile.in b/irc/irssi-devel/files/patch-Makefile.in
deleted file mode 100644
index 1bbfd7a7c4ff..000000000000
--- a/irc/irssi-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.orig Sun Feb 17 12:02:33 2002
-+++ Makefile.in Sun Feb 17 14:00:58 2002
-@@ -110,7 +110,7 @@
- SUBDIRS = src $(SERVERTEST) docs scripts
-
- confdir = $(sysconfdir)
--conf_DATA = irssi.conf
-+conf_DATA = irssi.conf.sample
-
- themedir = $(datadir)/irssi/themes
- theme_DATA = default.theme colorless.theme
-@@ -452,8 +452,8 @@
-
- config.h: default-config.h default-theme.h
-
--default-config.h: $(srcdir)/irssi.conf
-- $(srcdir)/file2header.sh $(srcdir)/irssi.conf default_config > default-config.h
-+default-config.h: $(srcdir)/irssi.conf.sample
-+ $(srcdir)/file2header.sh $(srcdir)/irssi.conf.sample default_config > default-config.h
- default-theme.h: $(srcdir)/default.theme
- $(srcdir)/file2header.sh $(srcdir)/default.theme default_theme > default-theme.h
-
diff --git a/irc/irssi-devel/pkg-descr b/irc/irssi-devel/pkg-descr
deleted file mode 100644
index 93d192baa96d..000000000000
--- a/irc/irssi-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Irssi is a modular IRC client that currently has only text mode user
-interface, but 80-90% of the code isn't text mode specific, so other UIs could
-be created pretty easily. Also, Irssi isn't really even IRC specific anymore,
-there's already a working SILC module available. Support for other protocols
-like ICQ could be created some day too.
-
-WWW: http://www.irssi.org/
diff --git a/irc/irssi-devel/pkg-plist b/irc/irssi-devel/pkg-plist
deleted file mode 100644
index e19da79643a9..000000000000
--- a/irc/irssi-devel/pkg-plist
+++ /dev/null
@@ -1,179 +0,0 @@
-bin/irssi
-etc/irssi.conf
-etc/irssi.conf.sample
-%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.a
-%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.la
-%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.so
-%%WITH_PROXY%%/lib/irssi/modules/libirc_proxy.so.0
-%%SITE_PERL%%/%%PERL_ARCH%%/Irssi.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/Irc.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/TextUI.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/UI.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.so
-share/doc/irssi/botnet.txt
-share/doc/irssi/design.txt
-share/doc/irssi/faq.html
-share/doc/irssi/faq.txt
-share/doc/irssi/formats.txt
-share/doc/irssi/manual.txt
-share/doc/irssi/perl.txt
-share/doc/irssi/signals.txt
-share/doc/irssi/special_vars.txt
-share/doc/irssi/startup-HOWTO.html
-share/irssi/help/action
-share/irssi/help/admin
-share/irssi/help/alias
-share/irssi/help/away
-share/irssi/help/ban
-share/irssi/help/beep
-share/irssi/help/bind
-share/irssi/help/cat
-share/irssi/help/cd
-share/irssi/help/channel
-share/irssi/help/clear
-share/irssi/help/completion
-share/irssi/help/connect
-share/irssi/help/ctcp
-share/irssi/help/cycle
-share/irssi/help/date
-share/irssi/help/dcc
-share/irssi/help/dehilight
-share/irssi/help/deop
-share/irssi/help/devoice
-share/irssi/help/die
-share/irssi/help/disconnect
-share/irssi/help/echo
-share/irssi/help/eval
-share/irssi/help/exec
-share/irssi/help/format
-share/irssi/help/hash
-share/irssi/help/help
-share/irssi/help/hilight
-share/irssi/help/ignore
-share/irssi/help/info
-share/irssi/help/invite
-share/irssi/help/invitelist
-share/irssi/help/ircnet
-share/irssi/help/ison
-share/irssi/help/join
-share/irssi/help/kick
-share/irssi/help/kickban
-share/irssi/help/kill
-share/irssi/help/knockout
-share/irssi/help/lastlog
-share/irssi/help/layout
-share/irssi/help/levels
-share/irssi/help/links
-share/irssi/help/list
-share/irssi/help/load
-share/irssi/help/log
-share/irssi/help/lusers
-share/irssi/help/map
-share/irssi/help/me
-share/irssi/help/mircdcc
-share/irssi/help/mode
-share/irssi/help/motd
-share/irssi/help/msg
-share/irssi/help/names
-share/irssi/help/nctcp
-share/irssi/help/netsplit
-share/irssi/help/nick
-share/irssi/help/note
-share/irssi/help/notice
-share/irssi/help/notify
-share/irssi/help/op
-share/irssi/help/oper
-share/irssi/help/part
-share/irssi/help/ping
-share/irssi/help/query
-share/irssi/help/quit
-share/irssi/help/quote
-share/irssi/help/rawlog
-share/irssi/help/reconnect
-share/irssi/help/rehash
-share/irssi/help/reload
-share/irssi/help/restart
-share/irssi/help/rmreconns
-share/irssi/help/rmrejoins
-share/irssi/help/rping
-share/irssi/help/save
-share/irssi/help/say
-share/irssi/help/sconnect
-share/irssi/help/script
-share/irssi/help/scrollback
-share/irssi/help/server
-share/irssi/help/servlist
-share/irssi/help/set
-share/irssi/help/silence
-share/irssi/help/squery
-share/irssi/help/squit
-share/irssi/help/stats
-share/irssi/help/statusbar
-share/irssi/help/time
-share/irssi/help/toggle
-share/irssi/help/topic
-share/irssi/help/trace
-share/irssi/help/ts
-share/irssi/help/unalias
-share/irssi/help/unban
-share/irssi/help/unignore
-share/irssi/help/unload
-share/irssi/help/unnotify
-share/irssi/help/unquery
-share/irssi/help/unsilence
-share/irssi/help/upgrade
-share/irssi/help/uping
-share/irssi/help/ver
-share/irssi/help/userhost
-share/irssi/help/version
-share/irssi/help/voice
-share/irssi/help/wait
-share/irssi/help/wall
-share/irssi/help/wallchops
-share/irssi/help/wallops
-share/irssi/help/watch
-share/irssi/help/who
-share/irssi/help/whois
-share/irssi/help/whowas
-share/irssi/help/window
-share/irssi/help/wjoin
-share/irssi/help/wquery
-share/irssi/scripts/autoop.pl
-share/irssi/scripts/autorejoin.pl
-share/irssi/scripts/buf.pl
-share/irssi/scripts/command.pl
-share/irssi/scripts/dns.pl
-share/irssi/scripts/kills.pl
-share/irssi/scripts/mail.pl
-share/irssi/scripts/mlock.pl
-share/irssi/scripts/msg-event.pl
-share/irssi/scripts/quitmsg.pl
-share/irssi/scripts/redirect.pl
-share/irssi/scripts/scriptassist.pl
-share/irssi/scripts/splitlong.pl
-share/irssi/scripts/usercount.pl
-share/irssi/themes/colorless.theme
-share/irssi/themes/default.theme
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Irssi
-@dirrm lib/irssi/modules
-@dirrm lib/irssi
-@dirrm share/doc/irssi
-@dirrm share/irssi/themes
-@dirrm share/irssi/scripts
-@dirrm share/irssi/help
-@dirrm share/irssi
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
deleted file mode 100644
index 47d5be81ee59..000000000000
--- a/irc/konversation-kde4/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: konversation
-# Date created: 15 May 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= konversation
-PORTVERSION= 0.13
-CATEGORIES= irc kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= A user friendly IRC client for KDE
-
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.mk>
diff --git a/irc/konversation-kde4/distinfo b/irc/konversation-kde4/distinfo
deleted file mode 100644
index ab2da3ea9499..000000000000
--- a/irc/konversation-kde4/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (konversation-0.13.tar.bz2) = 1b6d08358c9cd64a31acc3d43b4c0510
diff --git a/irc/konversation-kde4/pkg-descr b/irc/konversation-kde4/pkg-descr
deleted file mode 100644
index f6e0f442f805..000000000000
--- a/irc/konversation-kde4/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Konversation an IRC (Internet Relay Chat) client for KDE
-enviroment.
-
-WWW: http://konversation.sourceforge.net
diff --git a/irc/konversation-kde4/pkg-plist b/irc/konversation-kde4/pkg-plist
deleted file mode 100644
index b5fe462da15f..000000000000
--- a/irc/konversation-kde4/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/konversation
-share/applications/kde/konversation.desktop
-share/apps/konversation/eventsrc
-share/apps/konversation/images/led_blue_off.png
-share/apps/konversation/images/led_blue_on.png
-share/apps/konversation/images/led_green_off.png
-share/apps/konversation/images/led_green_on.png
-share/apps/konversation/images/led_red_off.png
-share/apps/konversation/images/led_red_on.png
-share/apps/konversation/images/led_yellow_off.png
-share/apps/konversation/images/led_yellow_on.png
-share/apps/konversation/konversationui.rc
-share/icons/hicolor/16x16/apps/konversation.png
-share/icons/hicolor/32x32/apps/konversation.png
-share/locale/de/LC_MESSAGES/konversation.mo
-share/locale/it/LC_MESSAGES/konversation.mo
-share/locale/ko/LC_MESSAGES/konversation.mo
-share/locale/ru/LC_MESSAGES/konversation.mo
-share/locale/sl/LC_MESSAGES/konversation.mo
-share/locale/sv/LC_MESSAGES/konversation.mo
-@unexec rmdir %D/share/applications/kde 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
-@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
-@dirrm share/apps/konversation/images
-@dirrm share/apps/konversation
diff --git a/irc/riece-emacs20/Makefile b/irc/riece-emacs20/Makefile
deleted file mode 100644
index 96122f117a80..000000000000
--- a/irc/riece-emacs20/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# New ports collection makefile for: liece (for emacs20)
-# Date Created: 9 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-
-MASTERDIR= ${.CURDIR}/../liece
-
-EMACS_PORT_NAME= emacs20
-
-.include "${MASTERDIR}/Makefile"
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile
deleted file mode 100644
index e1960436def1..000000000000
--- a/irc/riece-emacs21/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# New ports collection makefile for: liece (for emacs21)
-# Date Created: 9 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= liece
-PORTVERSION= 1.4.10
-CATEGORIES= irc elisp
-MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= yoichi@FreeBSD.org
-COMMENT= Yet another IRC client which runs under Emacsen
-
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- msgfmt:${PORTSDIR}/devel/gettext
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- ldcc:${PORTSDIR}/irc/liece-dcc
-
-HAS_CONFIGURE= yes
-USE_GMAKE= yes
-
-EMACS_PORT_NAME?= emacs21
-
-DIRSECTION?= "The Emacs editor and associated tools"
-INFOENTRY?= "* Liece: (liece). IRC client on Emacsen."
-
-.if ${EMACS_PORT_NAME} == "emacs21"
-DEPPORT_SUFFIX=
-.else
-DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
-.endif
-
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \
- --datadir=${PREFIX}/share
-MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-LIECE_ETCDIR= share/${PORTNAME}
-
-BUILD_WRKSRC= ${WRKSRC}/lisp
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST_SUB= LIECE_LISPDIR=${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \
- LIECE_ETCDIR=${LIECE_ETCDIR} \
- DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
-
-DOCS= AUTHORS lisp/ChangeLog
-
-post-build:
- (cd ${WRKSRC}/etc/po ; msgfmt -o liece.mo ja.po)
-post-install:
- (cd ${WRKSRC}/etc ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install)
- ${INSTALL_DATA} ${WRKSRC}/etc/gnu-emacs-user-config ${PREFIX}/${LIECE_ETCDIR}
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/icons
- ${INSTALL_DATA} ${WRKSRC}/etc/icons/*.xpm ${PREFIX}/${LIECE_ETCDIR}/icons
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.EUC
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.eucJP
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/doc
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${LIECE_ETCDIR}/doc/
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/liece.info ${PREFIX}/info/
- install-info --section=${DIRSECTION} --entry=${INFOENTRY} \
- ${PREFIX}/info/liece.info ${PREFIX}/info/dir
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/riece-emacs21/distinfo b/irc/riece-emacs21/distinfo
deleted file mode 100644
index 8efe03e772ce..000000000000
--- a/irc/riece-emacs21/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (liece-1.4.10.tar.gz) = 33e7b46f17010cf43146467abc669dc2
diff --git a/irc/riece-emacs21/pkg-descr b/irc/riece-emacs21/pkg-descr
deleted file mode 100644
index efd34f582918..000000000000
--- a/irc/riece-emacs21/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Liece is an IRC client which runs under Emacsen.
-
-Put the expression below into your ~/.emacs.
-
-(autoload 'liece "liece" nil t)
-
-WWW: http://www.unixuser.org/~ueno/liece/index.html.en
diff --git a/irc/riece-emacs21/pkg-plist b/irc/riece-emacs21/pkg-plist
deleted file mode 100644
index 87dfc8ea20b2..000000000000
--- a/irc/riece-emacs21/pkg-plist
+++ /dev/null
@@ -1,114 +0,0 @@
-%%LIECE_ETCDIR%%/icons/back.xpm
-%%LIECE_ETCDIR%%/icons/ball.blank.xpm
-%%LIECE_ETCDIR%%/icons/ball.gray.xpm
-%%LIECE_ETCDIR%%/icons/ball.red.xpm
-%%LIECE_ETCDIR%%/icons/balloon.xpm
-%%LIECE_ETCDIR%%/icons/crypt.xpm
-%%LIECE_ETCDIR%%/icons/encrypt.xpm
-%%LIECE_ETCDIR%%/icons/forward.xpm
-%%LIECE_ETCDIR%%/icons/home.xpm
-%%LIECE_ETCDIR%%/icons/icons.xpm
-%%LIECE_ETCDIR%%/icons/key.xpm
-%%LIECE_ETCDIR%%/icons/liece-pointer.xpm
-%%LIECE_ETCDIR%%/icons/location.xpm
-%%LIECE_ETCDIR%%/icons/naruto.blank.xpm
-%%LIECE_ETCDIR%%/icons/naruto.gray.xpm
-%%LIECE_ETCDIR%%/icons/naruto.red.xpm
-%%LIECE_ETCDIR%%/icons/pindown.xpm
-%%LIECE_ETCDIR%%/icons/print.xpm
-%%LIECE_ETCDIR%%/icons/reload.xpm
-%%LIECE_ETCDIR%%/icons/search.xpm
-%%LIECE_ETCDIR%%/icons/stop.xpm
-%%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES/liece.mo
-%%LIECE_ETCDIR%%/locale/ja_JP.EUC
-%%LIECE_ETCDIR%%/locale/ja_JP.eucJP
-%%LIECE_ETCDIR%%/styles/bottom
-%%LIECE_ETCDIR%%/styles/middle
-%%LIECE_ETCDIR%%/styles/top
-%%LIECE_ETCDIR%%/gnu-emacs-user-config
-%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%info/liece.info
-%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/AUTHORS
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/ChangeLog
-%%PORTDOCS%%@dirrm %%LIECE_ETCDIR%%/doc
-@dirrm %%LIECE_ETCDIR%%/icons
-@dirrm %%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES
-@dirrm %%LIECE_ETCDIR%%/locale/ja
-@dirrm %%LIECE_ETCDIR%%/locale
-@dirrm %%LIECE_ETCDIR%%/styles
-@dirrm %%LIECE_ETCDIR%%
-%%LIECE_LISPDIR%%/bitmap-stipple.el
-%%LIECE_LISPDIR%%/bitmap-stipple.elc
-%%LIECE_LISPDIR%%/gettext.el
-%%LIECE_LISPDIR%%/gettext.elc
-%%LIECE_LISPDIR%%/liece-000.el
-%%LIECE_LISPDIR%%/liece-000.elc
-%%LIECE_LISPDIR%%/liece-200.el
-%%LIECE_LISPDIR%%/liece-200.elc
-%%LIECE_LISPDIR%%/liece-300.el
-%%LIECE_LISPDIR%%/liece-300.elc
-%%LIECE_LISPDIR%%/liece-400.el
-%%LIECE_LISPDIR%%/liece-400.elc
-%%LIECE_LISPDIR%%/liece-500.el
-%%LIECE_LISPDIR%%/liece-500.elc
-%%LIECE_LISPDIR%%/liece-channel.el
-%%LIECE_LISPDIR%%/liece-channel.elc
-%%LIECE_LISPDIR%%/liece-clfns.el
-%%LIECE_LISPDIR%%/liece-clfns.elc
-%%LIECE_LISPDIR%%/liece-coding.el
-%%LIECE_LISPDIR%%/liece-coding.elc
-%%LIECE_LISPDIR%%/liece-commands.el
-%%LIECE_LISPDIR%%/liece-commands.elc
-%%LIECE_LISPDIR%%/liece-compat.el
-%%LIECE_LISPDIR%%/liece-compat.elc
-%%LIECE_LISPDIR%%/liece-ctcp.el
-%%LIECE_LISPDIR%%/liece-ctcp.elc
-%%LIECE_LISPDIR%%/liece-dcc.el
-%%LIECE_LISPDIR%%/liece-dcc.elc
-%%LIECE_LISPDIR%%/liece-filter.el
-%%LIECE_LISPDIR%%/liece-filter.elc
-%%LIECE_LISPDIR%%/liece-globals.el
-%%LIECE_LISPDIR%%/liece-globals.elc
-%%LIECE_LISPDIR%%/liece-handle.el
-%%LIECE_LISPDIR%%/liece-handle.elc
-%%LIECE_LISPDIR%%/liece-handler.el
-%%LIECE_LISPDIR%%/liece-handler.elc
-%%LIECE_LISPDIR%%/liece-hilit.el
-%%LIECE_LISPDIR%%/liece-hilit.elc
-%%LIECE_LISPDIR%%/liece-inlines.el
-%%LIECE_LISPDIR%%/liece-inlines.elc
-%%LIECE_LISPDIR%%/liece-intl.el
-%%LIECE_LISPDIR%%/liece-intl.elc
-%%LIECE_LISPDIR%%/liece-mail.el
-%%LIECE_LISPDIR%%/liece-mail.elc
-%%LIECE_LISPDIR%%/liece-menu.el
-%%LIECE_LISPDIR%%/liece-menu.elc
-%%LIECE_LISPDIR%%/liece-message.el
-%%LIECE_LISPDIR%%/liece-message.elc
-%%LIECE_LISPDIR%%/liece-minibuf.el
-%%LIECE_LISPDIR%%/liece-minibuf.elc
-%%LIECE_LISPDIR%%/liece-misc.el
-%%LIECE_LISPDIR%%/liece-misc.elc
-%%LIECE_LISPDIR%%/liece-nick.el
-%%LIECE_LISPDIR%%/liece-nick.elc
-%%LIECE_LISPDIR%%/liece-q-el.el
-%%LIECE_LISPDIR%%/liece-q-el.elc
-%%LIECE_LISPDIR%%/liece-setup.el
-%%LIECE_LISPDIR%%/liece-tcp.el
-%%LIECE_LISPDIR%%/liece-tcp.elc
-%%LIECE_LISPDIR%%/liece-url.el
-%%LIECE_LISPDIR%%/liece-url.elc
-%%LIECE_LISPDIR%%/liece-vars.el
-%%LIECE_LISPDIR%%/liece-vars.elc
-%%LIECE_LISPDIR%%/liece-version.el
-%%LIECE_LISPDIR%%/liece-version.elc
-%%LIECE_LISPDIR%%/liece-window.el
-%%LIECE_LISPDIR%%/liece-window.elc
-%%LIECE_LISPDIR%%/liece-x-face.el
-%%LIECE_LISPDIR%%/liece-x-face.elc
-%%LIECE_LISPDIR%%/liece-emacs.el
-%%LIECE_LISPDIR%%/liece-emacs.elc
-%%LIECE_LISPDIR%%/liece.el
-%%LIECE_LISPDIR%%/liece.elc
-@dirrm %%LIECE_LISPDIR%%
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
deleted file mode 100644
index e1960436def1..000000000000
--- a/irc/riece/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# New ports collection makefile for: liece (for emacs21)
-# Date Created: 9 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= liece
-PORTVERSION= 1.4.10
-CATEGORIES= irc elisp
-MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= yoichi@FreeBSD.org
-COMMENT= Yet another IRC client which runs under Emacsen
-
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- msgfmt:${PORTSDIR}/devel/gettext
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- ldcc:${PORTSDIR}/irc/liece-dcc
-
-HAS_CONFIGURE= yes
-USE_GMAKE= yes
-
-EMACS_PORT_NAME?= emacs21
-
-DIRSECTION?= "The Emacs editor and associated tools"
-INFOENTRY?= "* Liece: (liece). IRC client on Emacsen."
-
-.if ${EMACS_PORT_NAME} == "emacs21"
-DEPPORT_SUFFIX=
-.else
-DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
-.endif
-
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \
- --datadir=${PREFIX}/share
-MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-LIECE_ETCDIR= share/${PORTNAME}
-
-BUILD_WRKSRC= ${WRKSRC}/lisp
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST_SUB= LIECE_LISPDIR=${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \
- LIECE_ETCDIR=${LIECE_ETCDIR} \
- DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
-
-DOCS= AUTHORS lisp/ChangeLog
-
-post-build:
- (cd ${WRKSRC}/etc/po ; msgfmt -o liece.mo ja.po)
-post-install:
- (cd ${WRKSRC}/etc ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install)
- ${INSTALL_DATA} ${WRKSRC}/etc/gnu-emacs-user-config ${PREFIX}/${LIECE_ETCDIR}
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/icons
- ${INSTALL_DATA} ${WRKSRC}/etc/icons/*.xpm ${PREFIX}/${LIECE_ETCDIR}/icons
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.EUC
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.eucJP
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/doc
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${LIECE_ETCDIR}/doc/
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/liece.info ${PREFIX}/info/
- install-info --section=${DIRSECTION} --entry=${INFOENTRY} \
- ${PREFIX}/info/liece.info ${PREFIX}/info/dir
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/riece/distinfo b/irc/riece/distinfo
deleted file mode 100644
index 8efe03e772ce..000000000000
--- a/irc/riece/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (liece-1.4.10.tar.gz) = 33e7b46f17010cf43146467abc669dc2
diff --git a/irc/riece/pkg-descr b/irc/riece/pkg-descr
deleted file mode 100644
index efd34f582918..000000000000
--- a/irc/riece/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Liece is an IRC client which runs under Emacsen.
-
-Put the expression below into your ~/.emacs.
-
-(autoload 'liece "liece" nil t)
-
-WWW: http://www.unixuser.org/~ueno/liece/index.html.en
diff --git a/irc/riece/pkg-plist b/irc/riece/pkg-plist
deleted file mode 100644
index 87dfc8ea20b2..000000000000
--- a/irc/riece/pkg-plist
+++ /dev/null
@@ -1,114 +0,0 @@
-%%LIECE_ETCDIR%%/icons/back.xpm
-%%LIECE_ETCDIR%%/icons/ball.blank.xpm
-%%LIECE_ETCDIR%%/icons/ball.gray.xpm
-%%LIECE_ETCDIR%%/icons/ball.red.xpm
-%%LIECE_ETCDIR%%/icons/balloon.xpm
-%%LIECE_ETCDIR%%/icons/crypt.xpm
-%%LIECE_ETCDIR%%/icons/encrypt.xpm
-%%LIECE_ETCDIR%%/icons/forward.xpm
-%%LIECE_ETCDIR%%/icons/home.xpm
-%%LIECE_ETCDIR%%/icons/icons.xpm
-%%LIECE_ETCDIR%%/icons/key.xpm
-%%LIECE_ETCDIR%%/icons/liece-pointer.xpm
-%%LIECE_ETCDIR%%/icons/location.xpm
-%%LIECE_ETCDIR%%/icons/naruto.blank.xpm
-%%LIECE_ETCDIR%%/icons/naruto.gray.xpm
-%%LIECE_ETCDIR%%/icons/naruto.red.xpm
-%%LIECE_ETCDIR%%/icons/pindown.xpm
-%%LIECE_ETCDIR%%/icons/print.xpm
-%%LIECE_ETCDIR%%/icons/reload.xpm
-%%LIECE_ETCDIR%%/icons/search.xpm
-%%LIECE_ETCDIR%%/icons/stop.xpm
-%%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES/liece.mo
-%%LIECE_ETCDIR%%/locale/ja_JP.EUC
-%%LIECE_ETCDIR%%/locale/ja_JP.eucJP
-%%LIECE_ETCDIR%%/styles/bottom
-%%LIECE_ETCDIR%%/styles/middle
-%%LIECE_ETCDIR%%/styles/top
-%%LIECE_ETCDIR%%/gnu-emacs-user-config
-%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%info/liece.info
-%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/AUTHORS
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/ChangeLog
-%%PORTDOCS%%@dirrm %%LIECE_ETCDIR%%/doc
-@dirrm %%LIECE_ETCDIR%%/icons
-@dirrm %%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES
-@dirrm %%LIECE_ETCDIR%%/locale/ja
-@dirrm %%LIECE_ETCDIR%%/locale
-@dirrm %%LIECE_ETCDIR%%/styles
-@dirrm %%LIECE_ETCDIR%%
-%%LIECE_LISPDIR%%/bitmap-stipple.el
-%%LIECE_LISPDIR%%/bitmap-stipple.elc
-%%LIECE_LISPDIR%%/gettext.el
-%%LIECE_LISPDIR%%/gettext.elc
-%%LIECE_LISPDIR%%/liece-000.el
-%%LIECE_LISPDIR%%/liece-000.elc
-%%LIECE_LISPDIR%%/liece-200.el
-%%LIECE_LISPDIR%%/liece-200.elc
-%%LIECE_LISPDIR%%/liece-300.el
-%%LIECE_LISPDIR%%/liece-300.elc
-%%LIECE_LISPDIR%%/liece-400.el
-%%LIECE_LISPDIR%%/liece-400.elc
-%%LIECE_LISPDIR%%/liece-500.el
-%%LIECE_LISPDIR%%/liece-500.elc
-%%LIECE_LISPDIR%%/liece-channel.el
-%%LIECE_LISPDIR%%/liece-channel.elc
-%%LIECE_LISPDIR%%/liece-clfns.el
-%%LIECE_LISPDIR%%/liece-clfns.elc
-%%LIECE_LISPDIR%%/liece-coding.el
-%%LIECE_LISPDIR%%/liece-coding.elc
-%%LIECE_LISPDIR%%/liece-commands.el
-%%LIECE_LISPDIR%%/liece-commands.elc
-%%LIECE_LISPDIR%%/liece-compat.el
-%%LIECE_LISPDIR%%/liece-compat.elc
-%%LIECE_LISPDIR%%/liece-ctcp.el
-%%LIECE_LISPDIR%%/liece-ctcp.elc
-%%LIECE_LISPDIR%%/liece-dcc.el
-%%LIECE_LISPDIR%%/liece-dcc.elc
-%%LIECE_LISPDIR%%/liece-filter.el
-%%LIECE_LISPDIR%%/liece-filter.elc
-%%LIECE_LISPDIR%%/liece-globals.el
-%%LIECE_LISPDIR%%/liece-globals.elc
-%%LIECE_LISPDIR%%/liece-handle.el
-%%LIECE_LISPDIR%%/liece-handle.elc
-%%LIECE_LISPDIR%%/liece-handler.el
-%%LIECE_LISPDIR%%/liece-handler.elc
-%%LIECE_LISPDIR%%/liece-hilit.el
-%%LIECE_LISPDIR%%/liece-hilit.elc
-%%LIECE_LISPDIR%%/liece-inlines.el
-%%LIECE_LISPDIR%%/liece-inlines.elc
-%%LIECE_LISPDIR%%/liece-intl.el
-%%LIECE_LISPDIR%%/liece-intl.elc
-%%LIECE_LISPDIR%%/liece-mail.el
-%%LIECE_LISPDIR%%/liece-mail.elc
-%%LIECE_LISPDIR%%/liece-menu.el
-%%LIECE_LISPDIR%%/liece-menu.elc
-%%LIECE_LISPDIR%%/liece-message.el
-%%LIECE_LISPDIR%%/liece-message.elc
-%%LIECE_LISPDIR%%/liece-minibuf.el
-%%LIECE_LISPDIR%%/liece-minibuf.elc
-%%LIECE_LISPDIR%%/liece-misc.el
-%%LIECE_LISPDIR%%/liece-misc.elc
-%%LIECE_LISPDIR%%/liece-nick.el
-%%LIECE_LISPDIR%%/liece-nick.elc
-%%LIECE_LISPDIR%%/liece-q-el.el
-%%LIECE_LISPDIR%%/liece-q-el.elc
-%%LIECE_LISPDIR%%/liece-setup.el
-%%LIECE_LISPDIR%%/liece-tcp.el
-%%LIECE_LISPDIR%%/liece-tcp.elc
-%%LIECE_LISPDIR%%/liece-url.el
-%%LIECE_LISPDIR%%/liece-url.elc
-%%LIECE_LISPDIR%%/liece-vars.el
-%%LIECE_LISPDIR%%/liece-vars.elc
-%%LIECE_LISPDIR%%/liece-version.el
-%%LIECE_LISPDIR%%/liece-version.elc
-%%LIECE_LISPDIR%%/liece-window.el
-%%LIECE_LISPDIR%%/liece-window.elc
-%%LIECE_LISPDIR%%/liece-x-face.el
-%%LIECE_LISPDIR%%/liece-x-face.elc
-%%LIECE_LISPDIR%%/liece-emacs.el
-%%LIECE_LISPDIR%%/liece-emacs.elc
-%%LIECE_LISPDIR%%/liece.el
-%%LIECE_LISPDIR%%/liece.elc
-@dirrm %%LIECE_LISPDIR%%
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
deleted file mode 100644
index bb7bfd1d43a4..000000000000
--- a/irc/xchat-gnome/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# New ports collection makefile for: xchat2
-# Date created: 17 Aug 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xchat2
-PORTVERSION= 2.0.5
-PORTREVISION= 1
-CATEGORIES= irc gnome ipv6
-MASTER_SITES= http://xchat.org/files/source/2.0/ \
- http://xchat.linuxpower.org/files/source/2.0/
-DISTNAME= xchat-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= An X11 IRC client using the GTK+ 2 toolkit
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --enable-nls \
- --enable-ipv6
-
-CONFLICTS= xchat-1*
-
-.if defined(WITH_SOCKS)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+= --enable-socks
-.endif
-
-# openssl in now default in configure
-
-.if defined(WITH_PYTHON)
-USE_PYTHON= yes
-CONFIGURE_ARGS+= --enable-python
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+= --disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-.if defined(WITH_TCL)
-LIB_DEPENDS+= tcl83.1:${PORTSDIR}/lang/tcl83
-CONFIGURE_ARGS+=--enable-tcl=${LOCALBASE}/lib/tcl8.3
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \
- -I${LOCALBASE}/include/tcl8.3" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \
- -L${LOCALBASE}/lib/tcl8.3"
-PLIST_SUB+= TCL=""
-.else
-CONFIGURE_ARGS+=--enable-tcl=no
-PLIST_SUB+= TCL="@comment "
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" || defined(WITHOUT_PERL)
-CONFIGURE_ARGS+=--disable-perl
-PLIST_SUB+= PERL="@comment "
-.else
-USE_PERL5= yes
-CONFIGURE_ARGS+=--enable-perl
-PLIST_SUB+= PERL=""
-.endif
-
-pre-everything::
-.if !defined(WITH_PYTHON) || !defined(WITH_SOCKS) || !defined(WITH_TCL)
- @${ECHO_MSG} "You may specify the following on the command line:"
- @${ECHO_MSG} ""
-.endif
-.if !defined(WITH_PYTHON)
- @${ECHO_MSG} "WITH_PYTHON=yes for Python support"
-.endif
-.if !defined(WITH_SOCKS)
- @${ECHO_MSG} "WITH_SOCKS=yes for SOCKS5 proxy support"
-.endif
-.if !defined(WITH_TCL)
- @${ECHO_MSG} "WITH_TCL=yes for tcl support"
-.endif
-.if ${ARCH} != "amd64" && !defined(WITHOUT_PERL)
- @${ECHO_MSG} "WITHOUT_PERL=yes to disable Perl support"
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/irc/xchat-gnome/distinfo b/irc/xchat-gnome/distinfo
deleted file mode 100644
index 741b27757f0b..000000000000
--- a/irc/xchat-gnome/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401
diff --git a/irc/xchat-gnome/files/patch-Makefile.in b/irc/xchat-gnome/files/patch-Makefile.in
deleted file mode 100644
index 5625f2e60ee5..000000000000
--- a/irc/xchat-gnome/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.old Thu Jul 31 05:24:26 2003
-+++ Makefile.in Thu Jul 31 19:03:06 2003
-@@ -211,7 +211,7 @@
- icondir = $(datadir)/pixmaps
-
- util_DATA = xchat.desktop
--utildir = $(datadir)/applications
-+utildir = $(datadir)/apps/Internet
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/irc/xchat-gnome/files/patch-configure b/irc/xchat-gnome/files/patch-configure
deleted file mode 100644
index 576821f6fed2..000000000000
--- a/irc/xchat-gnome/files/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
---- configure.orig Tue Sep 23 18:58:15 2003
-+++ configure Tue Sep 23 19:04:29 2003
-@@ -21462,12 +21462,12 @@
- /* end confdefs.h. */
- #include <libintl.h>
- extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
-+extern int *libintl_nl_domain_bindings;
- int
- main ()
- {
- bindtextdomain ("", "");
--return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
- ;
- return 0;
- }
diff --git a/irc/xchat-gnome/files/patch-ltmain.sh b/irc/xchat-gnome/files/patch-ltmain.sh
deleted file mode 100644
index 2162ffd95a2c..000000000000
--- a/irc/xchat-gnome/files/patch-ltmain.sh
+++ /dev/null
@@ -1,58 +0,0 @@
---- ltmain.sh.old Thu Jun 12 05:09:04 2003
-+++ ltmain.sh Thu Jul 31 19:03:06 2003
-@@ -1280,7 +1280,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1290,8 +1290,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -4305,11 +4313,11 @@
- $show "(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
- $run eval '(cd $output_objdir && $LTCC -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
-
-- # Clean up the generated files.
-- $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
-- $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
--
-- # Transform the symbol file into the correct name.
-+ # Clean up the generated files.
-+ $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
-+ $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
-+
-+ # Transform the symbol file into the correct name.
- compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
- finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
- ;;
-@@ -5428,10 +5436,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/irc/xchat-gnome/files/patch-src_common_server.c b/irc/xchat-gnome/files/patch-src_common_server.c
deleted file mode 100644
index e8420fcd0e7d..000000000000
--- a/irc/xchat-gnome/files/patch-src_common_server.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/common/server.c.orig Sun Aug 10 17:40:15 2003
-+++ src/common/server.c Sat Oct 25 22:29:12 2003
-@@ -289,8 +289,8 @@
- {
- char *conv_line; /* holds a copy of the original string */
- int conv_len; /* tells g_convert how much of line to convert */
-- int utf_len;
-- int read_len;
-+ gsize utf_len;
-+ gsize read_len;
- GError *err;
- gboolean retry;
-
diff --git a/irc/xchat-gnome/files/patch-src_common_text.c b/irc/xchat-gnome/files/patch-src_common_text.c
deleted file mode 100644
index 59c1bdae5f5f..000000000000
--- a/irc/xchat-gnome/files/patch-src_common_text.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/text.c.orig Sun Sep 21 12:36:15 2003
-+++ src/common/text.c Sat Oct 25 22:29:56 2003
-@@ -446,7 +446,7 @@
- get_stamp_str (char *fmt, time_t tim, char **ret)
- {
- char dest[128];
-- int len;
-+ gsize len;
-
- len = strftime (dest, sizeof (dest), fmt, localtime (&tim));
- if (len)
diff --git a/irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c b/irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c
deleted file mode 100644
index d1ed80354b48..000000000000
--- a/irc/xchat-gnome/files/patch-src_fe-gtk_xtext.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/fe-gtk/xtext.c.orig Thu Sep 18 07:26:52 2003
-+++ src/fe-gtk/xtext.c Sat Oct 25 22:31:45 2003
-@@ -2126,6 +2126,7 @@
- char *stripped;
- guchar *new_text;
- int len;
-+ gsize glen;
-
- stripped = gtk_xtext_selection_get_text (xtext, &len);
- if (!stripped)
-@@ -2158,9 +2159,9 @@
- }
- break;
- default:
-- new_text = g_locale_from_utf8 (stripped, len, NULL, &len, NULL);
-+ new_text = g_locale_from_utf8 (stripped, len, NULL, &glen, NULL);
- gtk_selection_data_set (selection_data_ptr, GDK_SELECTION_TYPE_STRING,
-- 8, new_text, len);
-+ 8, new_text, glen);
- g_free (new_text);
- }
-
diff --git a/irc/xchat-gnome/pkg-descr b/irc/xchat-gnome/pkg-descr
deleted file mode 100644
index f93552a5ae8d..000000000000
--- a/irc/xchat-gnome/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-XChat is a graphical IRC client. It requires a computer running a
-UNIX-like OS and the X Window System (X11), and the GTK 2 library. It can
-also use Perl and (optionally) Python scripts.
-
-WWW: http://xchat.org/
diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist
deleted file mode 100644
index 8069d4c9974d..000000000000
--- a/irc/xchat-gnome/pkg-plist
+++ /dev/null
@@ -1,27 +0,0 @@
-bin/xchat
-%%PERL%%lib/xchat/plugins/perl.so
-%%PYTHON%%lib/xchat/plugins/python.so
-%%TCL%%lib/xchat/plugins/tcl.so
-share/gnome/apps/Internet/xchat.desktop
-share/gnome/pixmaps/xchat.png
-share/locale/am/LC_MESSAGES/xchat.mo
-share/locale/ca/LC_MESSAGES/xchat.mo
-share/locale/de/LC_MESSAGES/xchat.mo
-share/locale/el/LC_MESSAGES/xchat.mo
-share/locale/es/LC_MESSAGES/xchat.mo
-share/locale/et/LC_MESSAGES/xchat.mo
-share/locale/fi/LC_MESSAGES/xchat.mo
-share/locale/fr/LC_MESSAGES/xchat.mo
-share/locale/ja/LC_MESSAGES/xchat.mo
-share/locale/lt/LC_MESSAGES/xchat.mo
-share/locale/lv/LC_MESSAGES/xchat.mo
-share/locale/ms/LC_MESSAGES/xchat.mo
-share/locale/nl/LC_MESSAGES/xchat.mo
-share/locale/no/LC_MESSAGES/xchat.mo
-share/locale/pt/LC_MESSAGES/xchat.mo
-share/locale/sk/LC_MESSAGES/xchat.mo
-share/locale/sl/LC_MESSAGES/xchat.mo
-share/locale/sv/LC_MESSAGES/xchat.mo
-share/locale/zh_CN/LC_MESSAGES/xchat.mo
-@dirrm lib/xchat/plugins
-@dirrm lib/xchat
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
deleted file mode 100644
index 53c762321447..000000000000
--- a/irc/xchat1/Makefile
+++ /dev/null
@@ -1,89 +0,0 @@
-# New ports collection makefile for: xchat
-# Date created: 17 Nov 1998
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xchat
-PORTVERSION= 1.8.11
-PORTREVISION= 1
-CATEGORIES+= irc gnome ipv6
-MASTER_SITES= http://xchat.org/files/source/1.8/ \
- http://xchat.linuxpower.org/files/source/1.8/
-
-MAINTAINER?= jim@FreeBSD.org
-COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME
-
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
-# This port has a slave port japanese/xchat. Do not carelessly overwrite
-# the variables or the targets defined in it. When you need to, please
-# contact its maintainer.
-
-USE_X_PREFIX= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-USE_GNOME= gtk12
-WANT_GNOME= yes
-GNU_CONFIGURE= yes
-# Assign with `+=' for slave ports
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib -lintl -liconv"
-CONFIGURE_ARGS+= --without-included-gettext \
- --enable-nls \
- --enable-ipv6 \
- --datadir="${PREFIX}/share" \
- --enable-perl
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_SOCKS)
-# Assign with `+=' for slave ports
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-CONFIGURE_ARGS+= --enable-socks
-.endif
-
-.if defined(WITH_SSL)
-USE_OPENSSL= YES
-CONFIGURE_ARGS+= --enable-openssl
-.endif
-
-.if defined(WITH_TRANSPARENCY)
-BUILD_DEPENDS+= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf
-CONFIGURE_ARGS+= --enable-gdk-pixbuf
-.endif
-
-.if ${HAVE_GNOME:Mimlib}!=""
-USE_GNOME= imlib
-CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \
- --enable-zvt
-MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \
- utildir="${PREFIX}/share/gnome/apps/Internet"
-.else
-CONFIGURE_ARGS+= --disable-gnome --disable-zvt
-.endif
-
-.if defined(WITH_PYTHON)
-USE_PYTHON= yes
-CONFIGURE_ARGS+= --enable-python
-.else
-CONFIGURE_ARGS+= --disable-python
-.endif
-
-post-patch:
- @${PERL} -pi \
- -e 's|-lpthread|${PTHREAD_LIBS}|g;' \
- ${WRKSRC}/configure
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
- @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
- ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo
deleted file mode 100644
index 2ab4de04e223..000000000000
--- a/irc/xchat1/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xchat-1.8.11.tar.bz2) = 951f5b2fe2d5deef08f7f519414072a1
diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure
deleted file mode 100644
index 1d6df50fa5f2..000000000000
--- a/irc/xchat1/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 15 23:38:08 2003
-+++ configure Wed Jan 15 23:38:08 2003
-@@ -6017,4 +6017,4 @@
- #include "confdefs.h"
- #include <libintl.h>
- extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
-+extern int *libintl_nl_domain_bindings;
-@@ -6031,2 +6031,2 @@
--return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
-+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
diff --git a/irc/xchat1/pkg-descr b/irc/xchat1/pkg-descr
deleted file mode 100644
index 8fb4ab1a14da..000000000000
--- a/irc/xchat1/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-XChat is a graphical IRC client. It requires a computer running a
-UNIX-like OS and the X Window System (X11), and the GTK library. It can
-also (optionally) take advantage of GNOME and use Perl and Python
-scripts.
-
-WWW: http://xchat.org/
-
-- Jim <jim@FreeBSD.org>
diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist
deleted file mode 100644
index dc608d0d4936..000000000000
--- a/irc/xchat1/pkg-plist
+++ /dev/null
@@ -1,50 +0,0 @@
-bin/xchat
-bin/xchat-text
-%%PORTDOCS%%share/doc/xchat/ChangeLog
-%%PORTDOCS%%share/doc/xchat/README
-%%PORTDOCS%%share/doc/xchat/xchat-1.html
-%%PORTDOCS%%share/doc/xchat/xchat-10.html
-%%PORTDOCS%%share/doc/xchat/xchat-2.html
-%%PORTDOCS%%share/doc/xchat/xchat-3.html
-%%PORTDOCS%%share/doc/xchat/xchat-4.html
-%%PORTDOCS%%share/doc/xchat/xchat-5.html
-%%PORTDOCS%%share/doc/xchat/xchat-6.html
-%%PORTDOCS%%share/doc/xchat/xchat-7.html
-%%PORTDOCS%%share/doc/xchat/xchat-8.html
-%%PORTDOCS%%share/doc/xchat/xchat-9.html
-%%PORTDOCS%%share/doc/xchat/xchat.html
-%%PORTDOCS%%share/doc/xchat/xchat.sgml
-%%GNOME:%%share/gnome/apps/Internet/xchat.desktop
-%%GNOME:%%share/gnome/pixmaps/xchat.png
-%%PORTDOCS%%@dirrm share/doc/xchat
-share/locale/ca/LC_MESSAGES/xchat.mo
-share/locale/cs/LC_MESSAGES/xchat.mo
-share/locale/da/LC_MESSAGES/xchat.mo
-share/locale/de/LC_MESSAGES/xchat.mo
-share/locale/el/LC_MESSAGES/xchat.mo
-share/locale/es/LC_MESSAGES/xchat.mo
-share/locale/fi/LC_MESSAGES/xchat.mo
-share/locale/fr/LC_MESSAGES/xchat.mo
-share/locale/he/LC_MESSAGES/xchat.mo
-share/locale/hu/LC_MESSAGES/xchat.mo
-share/locale/it/LC_MESSAGES/xchat.mo
-share/locale/ja/LC_MESSAGES/xchat.mo
-share/locale/ko/LC_MESSAGES/xchat.mo
-share/locale/lt/LC_MESSAGES/xchat.mo
-share/locale/lv/LC_MESSAGES/xchat.mo
-share/locale/nl/LC_MESSAGES/xchat.mo
-share/locale/no/LC_MESSAGES/xchat.mo
-share/locale/pl/LC_MESSAGES/xchat.mo
-share/locale/pt/LC_MESSAGES/xchat.mo
-share/locale/pt_BR/LC_MESSAGES/xchat.mo
-share/locale/ro/LC_MESSAGES/xchat.mo
-share/locale/ru/LC_MESSAGES/xchat.mo
-share/locale/sk/LC_MESSAGES/xchat.mo
-share/locale/sl/LC_MESSAGES/xchat.mo
-share/locale/sr/LC_MESSAGES/xchat.mo
-share/locale/sv/LC_MESSAGES/xchat.mo
-share/locale/tr/LC_MESSAGES/xchat.mo
-share/locale/uk/LC_MESSAGES/xchat.mo
-share/locale/vi/LC_MESSAGES/xchat.mo
-share/locale/zh_CN/LC_MESSAGES/xchat.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo