aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile83
-rw-r--r--irc/bitlbee-otr/distinfo6
-rw-r--r--irc/bitlbee-otr/files/oscar-recode-patch196
-rw-r--r--irc/bitlbee-otr/files/patch-Makefile11
-rw-r--r--irc/bitlbee-otr/files/patch-configure20
-rw-r--r--irc/bitlbee-otr/files/pkg-message.in8
-rw-r--r--irc/bitlbee-otr/pkg-descr8
-rw-r--r--irc/bitlbee-otr/pkg-plist7
-rw-r--r--irc/ezbounce-devel/Makefile87
-rw-r--r--irc/ezbounce-devel/distinfo3
-rw-r--r--irc/ezbounce-devel/files/pkg-message.in4
-rw-r--r--irc/ezbounce-devel/pkg-descr12
-rw-r--r--irc/ezbounce-devel/pkg-plist12
-rw-r--r--irc/ircservices/Makefile11
-rw-r--r--irc/ircservices/distinfo6
-rw-r--r--irc/irssi-xmpp-devel/Makefile39
-rw-r--r--irc/irssi-xmpp-devel/distinfo3
-rw-r--r--irc/irssi-xmpp-devel/pkg-descr15
-rw-r--r--irc/konversation-kde4/Makefile26
-rw-r--r--irc/konversation-kde4/distinfo3
-rw-r--r--irc/konversation-kde4/pkg-descr18
-rw-r--r--irc/konversation-kde4/pkg-plist349
-rw-r--r--irc/weechat-devel/Makefile91
-rw-r--r--irc/weechat-devel/distinfo3
-rw-r--r--irc/weechat-devel/pkg-descr6
-rw-r--r--irc/weechat-devel/pkg-plist45
26 files changed, 7 insertions, 1065 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
deleted file mode 100644
index 4da96e18ee04..000000000000
--- a/irc/bitlbee-otr/Makefile
+++ /dev/null
@@ -1,83 +0,0 @@
-# New ports collection makefile for: bitlbee
-# Date created: 10 June 2003
-# Whom: Peter van Dijk <peter@dataloss.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bitlbee
-PORTVERSION= 1.0.4
-PORTREVISION= 0
-CATEGORIES= irc
-MASTER_SITES= http://get.bitlbee.org/src/
-
-PATCH_SITES= http://get.bitlbee.org/patches/
-
-MAINTAINER= lasg@lasg.dk
-COMMENT= An IRC to other chat networks gateway
-
-SUB_FILES= pkg-message
-MAN5= bitlbee.conf.5
-MAN8= bitlbee.8
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= glib20
-USE_GETOPT_LONG=yes
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-OPTIONS= MSN "Enable MSN protocol support" On \
- LDAP "Enable LDAP authentication support" Off \
- RECODE "Enable oscar_recode_charset" Off \
- DEBUG "Create debuggable binary" Off \
- OPENSSL "Use openssl rather than gnutls" Off \
- IPV6 "Compile IPV6 support" On
-
-CONFIGURE_ARGS= --config=${PREFIX}/etc/bitlbee
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_LDAP)
-PATCHFILES+= ${PORTNAME}-1.0-ldap.diff
-.endif
-
-.if !defined(WITHOUT_MSN)
-CONFIGURE_ARGS+=--msn=1
-.else
-CONFIGURE_ARGS+=--msn=0 --ssl=bogus
-.endif
-
-.if defined(WITH_OPENSSL)
-CONFIGURE_ARGS+=--ssl=openssl
-.else
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
-.endif
-
-.if defined(WITH_LDAP)
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+=--ldap=${LOCALBASE}
-.endif
-
-.if defined(WITH_RECODE)
-post-patch::
- @cd ${WRKDIR} && \
- ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/oscar-recode-patch
-.endif
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--debug=1
-.endif
-
-.if defined(WITHOUT_IPV6)
-CONFIGURE_ARGS+=--ipv6=0
-.endif
-
-pre-install:
- @${MKDIR} -m 700 ${PREFIX}/etc/bitlbee
-
-post-install:
- @${CP} ${WRKSRC}/bitlbee.conf ${PREFIX}/etc/bitlbee/bitlbee.conf.orig
- @${CP} ${WRKSRC}/motd.txt ${PREFIX}/etc/bitlbee/motd.txt.orig
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo
deleted file mode 100644
index 4fe06464affa..000000000000
--- a/irc/bitlbee-otr/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (bitlbee-1.0.4.tar.gz) = b92e301930e2322a86b73b1f6c857674
-SHA256 (bitlbee-1.0.4.tar.gz) = 6f23f37ea641d67e56c61b70d3ac7d404243929c393302ead4758d4ffe6d5b1c
-SIZE (bitlbee-1.0.4.tar.gz) = 455833
-MD5 (bitlbee-1.0-ldap.diff) = f6641ed9b36ca2ceae292370200452fb
-SHA256 (bitlbee-1.0-ldap.diff) = 2da18c740b1c1ff6851f3a52ab0100cec251d9e1683c281a306cbbc21e6847f5
-SIZE (bitlbee-1.0-ldap.diff) = 7240
diff --git a/irc/bitlbee-otr/files/oscar-recode-patch b/irc/bitlbee-otr/files/oscar-recode-patch
deleted file mode 100644
index f05dfd1549ae..000000000000
--- a/irc/bitlbee-otr/files/oscar-recode-patch
+++ /dev/null
@@ -1,196 +0,0 @@
---- irc.c.orig 2006-06-24 17:00:43.000000000 +0300
-+++ irc.c 2006-11-15 13:56:12.000000000 +0200
-@@ -116,6 +116,7 @@
- set_add( irc, "buddy_sendbuffer", "false", set_eval_bool );
- set_add( irc, "buddy_sendbuffer_delay", "200", set_eval_int );
- set_add( irc, "charset", "iso8859-1", set_eval_charset );
-+ set_add( irc, "oscar_recode_charset", "iso8859-1", set_eval_oscar_recode_charset );
- set_add( irc, "debug", "false", set_eval_bool );
- set_add( irc, "default_target", "root", NULL );
- set_add( irc, "display_namechanges", "false", set_eval_bool );
---- protocols/oscar/oscar.c.orig 2006-06-24 17:00:44.000000000 +0300
-+++ protocols/oscar/oscar.c 2006-11-16 13:47:10.000000000 +0200
-@@ -1029,7 +1029,10 @@
- return 1;
- }
-
-+extern GSList *irc_connection_list;
-+
- static int incomingim_chan1(aim_session_t *sess, aim_conn_t *conn, aim_userinfo_t *userinfo, struct aim_incomingim_ch1_args *args) {
-+ char *src="";
- char *tmp = g_malloc(BUF_LONG + 1);
- struct gaim_connection *gc = sess->aux_data;
- int flags = 0;
-@@ -1038,15 +1041,22 @@
- flags |= IM_FLAG_AWAY;
-
- if ((args->icbmflags & AIM_IMFLAGS_UNICODE) || (args->icbmflags & AIM_IMFLAGS_ISO_8859_1)) {
-- char *src;
-
- if (args->icbmflags & AIM_IMFLAGS_UNICODE)
- src = "UNICODEBIG";
- else
-- src = "ISO8859-1";
-+ {
-+ char *cs;
-+ irc_t *irc = (irc_t*)irc_connection_list->data;
-+ if( ( cs = set_getstr( irc, "oscar_recode_charset" ) ) && ( g_strcasecmp( cs, "utf-8" ) != 0 ) )
-+ src = cs;
-+ else
-+ src = "iso88590-1";
-+ }
-
- /* Try to use iconv first to convert the message to UTF8 - which is what BitlBee expects */
- if (do_iconv(src, "UTF-8", args->msg, tmp, args->msglen, BUF_LONG) >= 0) {
-+ //fprintf (stderr, "bitlbee: converted from %s to utf8!\n", src);
- // Successfully converted!
- } else if (args->icbmflags & AIM_IMFLAGS_UNICODE) {
- int i;
-@@ -1062,12 +1072,32 @@
- g_snprintf(tmp+strlen(tmp), BUF_LONG-strlen(tmp), "&#%04x;", uni);
- }
- }
-+ //fprintf (stderr, "bitlbee: AIM_IMFLAGS_UNICODE, got %s!\n", tmp);
- } else {
-- g_snprintf(tmp, BUF_LONG, "%s", args->msg);
-+ char *cs;
-+ irc_t *irc = (irc_t*)irc_connection_list->data;
-+ if( ( cs = set_getstr( irc, "oscar_recode_charset" ) ) && ( g_strcasecmp( cs, "utf-8" ) != 0 ) )
-+ src = cs;
-+ else
-+ src = "iso88590-1";
-+ if (do_iconv(src, "UTF-8", args->msg, tmp, args->msglen, BUF_LONG) < 0) {
-+ g_snprintf(tmp, BUF_LONG, "[1%s]%s", src, args->msg);
-+ }
-+ //fprintf (stderr, "bitlbee: not utf8, nor unicode, got %s!\n", tmp);
- }
-- } else
-- g_snprintf(tmp, BUF_LONG, "%s", args->msg);
--
-+ } else {
-+ char *cs;
-+ irc_t *irc = (irc_t*)irc_connection_list->data;
-+ if( ( cs = set_getstr( irc, "oscar_recode_charset" ) ) && ( g_strcasecmp( cs, "utf-8" ) != 0 ) )
-+ src = cs;
-+ else
-+ src = "iso88590-1";
-+ if (do_iconv(src, "UTF-8", args->msg, tmp, args->msglen, BUF_LONG) < 0) {
-+ g_snprintf(tmp, BUF_LONG, "[2%s]%s", src, args->msg);
-+ }
-+ //fprintf (stderr, "bitlbee: unknown charset, got %s!\n", tmp);
-+ }
-+
- strip_linefeed(tmp);
- serv_got_im(gc, userinfo->sn, tmp, flags, time(NULL), -1);
- g_free(tmp);
-@@ -1163,12 +1193,23 @@
- switch (args->type) {
- case 0x0001: { /* An almost-normal instant message. Mac ICQ sends this. It's peculiar. */
- char *uin, *message;
-+ char *src = "";
-+ char *cs;
-+ char *tmp = g_malloc(BUF_LONG + 1);
-+ irc_t *irc = (irc_t*)irc_connection_list->data;
-+ if( ( cs = set_getstr( irc, "oscar_recode_charset" ) ) && ( g_strcasecmp( cs, "utf-8" ) != 0 ) )
-+ src = cs;
-+ else
-+ src = "iso88590-1";
- uin = g_strdup_printf("%u", args->uin);
- message = g_strdup(args->msg);
- strip_linefeed(message);
-- serv_got_im(gc, uin, message, 0, time(NULL), -1);
-+ if (do_iconv(src, "UTF-8", message, tmp, strlen (message), BUF_LONG) < 0)
-+ tmp = message;
-+ serv_got_im(gc, uin, tmp, 0, time(NULL), -1);
- g_free(uin);
- g_free(message);
-+ g_free (tmp);
- } break;
-
- case 0x0004: { /* Someone sent you a URL */
-@@ -1768,9 +1809,22 @@
- char sender[32];
- char *dialog_msg = g_strdup(msg->msg);
- time_t t = get_time(msg->year, msg->month, msg->day, msg->hour, msg->minute, 0);
-+ char *tmp = g_malloc(BUF_LONG + 1);
-+ char *src = "";
-+ char *cs;
-+ irc_t *irc = (irc_t*)irc_connection_list->data;
-+ if( ( cs = set_getstr( irc, "oscar_recode_charset" ) ) && ( g_strcasecmp( cs, "utf-8" ) != 0 ) )
-+ src = cs;
-+ else
-+ src = "iso88590-1";
- g_snprintf(sender, sizeof(sender), "%u", msg->sender);
- strip_linefeed(dialog_msg);
-- serv_got_im(gc, sender, dialog_msg, 0, t, -1);
-+ if (do_iconv(src, "UTF-8", dialog_msg, tmp, strlen (msg->msg), BUF_LONG) < 0)
-+ tmp = dialog_msg;
-+ //fprintf (stderr, "bitlbee: offlinemsg, got %s\n", tmp);
-+ serv_got_im(gc, sender, tmp, 0, t, -1);
-+ if (dialog_msg != tmp)
-+ g_free (tmp);
- g_free(dialog_msg);
- } break;
-
-@@ -1838,6 +1892,14 @@
- } else {
- struct aim_sendimext_args args;
- char *s;
-+ char *cs;
-+ char *src="";
-+ irc_t *irc = (irc_t*)irc_connection_list->data;
-+ if( ( cs = set_getstr( irc, "oscar_recode_charset" ) ) && ( g_strcasecmp( cs, "utf-8" ) != 0 ) )
-+ src = cs;
-+ else
-+ src = "iso88590-1";
-+
-
- args.flags = AIM_IMFLAGS_ACK;
- if (odata->icq)
-@@ -1851,7 +1913,7 @@
- s = g_malloc(BUF_LONG);
- /* Try if we can put it in an ISO8859-1 string first.
- If we can't, fall back to UTF16. */
-- if ((ret = do_iconv("UTF-8", "ISO8859-1", message, s, len, BUF_LONG)) >= 0) {
-+ if ((ret = do_iconv("UTF-8", src, message, s, len, BUF_LONG)) >= 0) {
- args.flags |= AIM_IMFLAGS_ISO_8859_1;
- len = ret;
- } else if ((ret = do_iconv("UTF-8", "UNICODEBIG", message, s, len, BUF_LONG)) >= 0) {
-@@ -1863,6 +1925,7 @@
- s = message;
- }
- } else {
-+ //fprintf (stderr, "outgoing message is ascii!\n");
- s = message;
- }
-
---- util.c.orig 2006-06-24 17:01:00.000000000 +0300
-+++ util.c 2006-11-15 13:56:12.000000000 +0200
-@@ -453,3 +453,18 @@
- iconv_close( cd );
- return( value );
- }
-+
-+char *set_eval_oscar_recode_charset( irc_t *irc, set_t *set, char *value )
-+{
-+ iconv_t cd;
-+
-+ if ( g_strncasecmp( value, "none", 4 ) == 0 )
-+ return( value );
-+
-+ cd = iconv_open( "UTF-8", value );
-+ if( cd == (iconv_t) -1 )
-+ return( NULL );
-+
-+ iconv_close( cd );
-+ return( value );
-+}
---- util.h.orig 2006-06-24 17:01:00.000000000 +0300
-+++ util.h 2006-11-15 13:56:12.000000000 +0200
-@@ -46,5 +46,6 @@
-
- G_MODULE_EXPORT signed int do_iconv( char *from_cs, char *to_cs, char *src, char *dst, size_t size, size_t maxbuf );
- char *set_eval_charset( irc_t *irc, set_t *set, char *value );
-+char *set_eval_oscar_recode_charset( irc_t *irc, set_t *set, char *value );
-
- #endif
diff --git a/irc/bitlbee-otr/files/patch-Makefile b/irc/bitlbee-otr/files/patch-Makefile
deleted file mode 100644
index 5a6f01f184b6..000000000000
--- a/irc/bitlbee-otr/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Sat Oct 25 06:33:13 2003
-+++ Makefile Sat Nov 1 17:09:09 2003
-@@ -23,7 +23,7 @@
-
- install: install-bin install-doc
- @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi
-- @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi
-+# @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi
- @echo
-
- .PHONY: install install-bin install-etc install-doc \
diff --git a/irc/bitlbee-otr/files/patch-configure b/irc/bitlbee-otr/files/patch-configure
deleted file mode 100644
index d0eac2f2bfd8..000000000000
--- a/irc/bitlbee-otr/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig Tue Jun 8 09:55:00 2004
-+++ configure Tue Jun 8 09:54:50 2004
-@@ -88,7 +88,7 @@
-
- DESTDIR=
- LFLAGS=
--EFLAGS=
-+EFLAGS=$LDFLAGS
- EOF
-
- cat<<EOF>config.h
-@@ -113,7 +113,7 @@
- echo 'DEBUG=1' >> Makefile.settings
- echo '#define DEBUG' >> config.h
- else
-- echo 'CFLAGS=-O3' >> Makefile.settings
-+ echo "CFLAGS=$CPPFLAGS" >> Makefile.settings
- fi
-
- echo CFLAGS+=-I`pwd` -I`pwd`/protocols -I. >> Makefile.settings
diff --git a/irc/bitlbee-otr/files/pkg-message.in b/irc/bitlbee-otr/files/pkg-message.in
deleted file mode 100644
index 9651ae72cecc..000000000000
--- a/irc/bitlbee-otr/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-/************************************************************************
-Remember:
- rename %%PREFIX%%/etc/bitlbee/bitlbee.conf.orig
- to %%PREFIX%%/etc/bitlbee/bitlbee.conf ,
- rename %%PREFIX%%/etc/bitlbee/motd.txt.orig
- to %%PREFIX%%/etc/bitlbee/motd.txt
- and modify them.
-*************************************************************************/
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 5c971aa85e51..000000000000
--- a/irc/bitlbee-otr/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-sbin/bitlbee
-%%DATADIR%%/help.txt
-@exec mkdir -p -m 700 %D/etc/bitlbee
-etc/bitlbee/bitlbee.conf.orig
-etc/bitlbee/motd.txt.orig
-@dirrm %%DATADIR%%
-@dirrmtry etc/bitlbee
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
deleted file mode 100644
index 7b22e935ee3c..000000000000
--- a/irc/ezbounce-devel/Makefile
+++ /dev/null
@@ -1,87 +0,0 @@
-# New ports collection makefile for: ezbounce
-# Date created: 19 February 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ezbounce
-PORTVERSION= 1.04c
-CATEGORIES= irc
-MASTER_SITES= http://druglord.freelsd.org/ezbounce/files/ \
- ftp://ftp.rewt.org.uk/pub/distfiles/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= joe@joeholden.co.uk
-COMMENT= A highly configurable IRC Proxy
-
-GNU_CONFIGURE= yes
-
-SUB_FILES= pkg-message
-
-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
-
-.include <bsd.port.pre.mk>
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "You may use the following build options:"
- @${ECHO_MSG} ""
- @${ECHO_MSG} " WITH_SSL=yes Enable SSL support"
- @${ECHO_MSG} " WITH_MDIDENTD=yes Install the mdidentd binary to"
- @${ECHO_MSG} " modify ident replies"
- @${ECHO_MSG} ""
-
-post-patch:
- @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \
- ${WRKSRC}/ezb.conf.default
- @${REINPLACE_CMD} -e 's|=-O2|="$$CXXFLAGS"|g' ${WRKSRC}/configure
-
-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
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo
deleted file mode 100644
index 964ec7bbb037..000000000000
--- a/irc/ezbounce-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ezbounce-1.04c.tar.gz) = d3cc3bbd162a0ba7d22a0a9fc629bfd6
-SHA256 (ezbounce-1.04c.tar.gz) = 5be7b903e3682aee9d1758f60957486e4aa08da717fc763caab1415454eaebd8
-SIZE (ezbounce-1.04c.tar.gz) = 192630
diff --git a/irc/ezbounce-devel/files/pkg-message.in b/irc/ezbounce-devel/files/pkg-message.in
deleted file mode 100644
index 7019c64458a1..000000000000
--- a/irc/ezbounce-devel/files/pkg-message.in
+++ /dev/null
@@ -1,4 +0,0 @@
-------------------------------------------------------------------
-You will need to edit %%PREFIX%%/etc/ezb.conf and read the docs in
-%%DOCSDIR%%/README to set up this program.
-------------------------------------------------------------------
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-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/ircservices/Makefile b/irc/ircservices/Makefile
index e85ce6b1c5b8..c91c2f55ae79 100644
--- a/irc/ircservices/Makefile
+++ b/irc/ircservices/Makefile
@@ -6,14 +6,11 @@
#
PORTNAME= ircservices
-PORTVERSION= 5.0.62
+PORTVERSION= 5.0.63
CATEGORIES= irc
-MASTER_SITES= http://www.ircservices.za.net/download/ \
- ftp://ftp.esper.net/ircservices/ \
- ftp://ftp.ircd.com.br/ircservices/ \
- http://banana.irc.gr/ircservices/ \
- http://ircservices.swissirc.ch/ \
- ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/
+MASTER_SITES= http://www.ircservices.za.net/download/old/ \
+ http://banana.irc.gr/ircservices/old/ \
+ ftp://ftp.freenet.de/pub/ftp.ircservices.za.net/pub/ircservices/old/
MAINTAINER= bu7cher@yandex.ru
COMMENT= A system of IRC services for IRC networks
diff --git a/irc/ircservices/distinfo b/irc/ircservices/distinfo
index 141b7777f3d6..93c9c16dff44 100644
--- a/irc/ircservices/distinfo
+++ b/irc/ircservices/distinfo
@@ -1,3 +1,3 @@
-MD5 (ircservices/ircservices-5.0.62.tar.gz) = c2036f47fff481e93de78eeff4b1850c
-SHA256 (ircservices/ircservices-5.0.62.tar.gz) = 7fab64390cb2456a2d6517821eaea6bdace825a764ef8f859406c6bd0501aebc
-SIZE (ircservices/ircservices-5.0.62.tar.gz) = 1167383
+MD5 (ircservices/ircservices-5.0.63.tar.gz) = 72ca8245d99fd1d7f841131ef55a09aa
+SHA256 (ircservices/ircservices-5.0.63.tar.gz) = 7cf68b2dc956c25da694e1650b3871a9a55feac191292062d3d568d377be6ce3
+SIZE (ircservices/ircservices-5.0.63.tar.gz) = 1167436
diff --git a/irc/irssi-xmpp-devel/Makefile b/irc/irssi-xmpp-devel/Makefile
deleted file mode 100644
index c2d6179abb6f..000000000000
--- a/irc/irssi-xmpp-devel/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: irssi-xmpp
-# Date created: 11 September 2007
-# Whom: Philippe Audeoud <jadawin@tuxaco.net>
-# $FreeBSD$
-
-PORTNAME= irssi-xmpp
-PORTVERSION= 0.13
-CATEGORIES= irc
-MASTER_SITES= http://cybione.org/src/irssi-xmpp/
-
-MAINTAINER= jadawin@tuxaco.net
-COMMENT= Irssi-xmpp is an irssi plugin to connect to the Jabber network
-
-BUILD_DEPENDS= irssi:${PORTSDIR}/irc/irssi
-RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
-LIB_DEPENDS= loudmouth:${PORTSDIR}/net-im/loudmouth
-
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-MAKE_ENV= IRSSI_INCLUDE="${LOCALBASE}/include/irssi/"
-
-PLIST_FILES= lib/irssi/modules/libfe_xmpp.so \
- lib/irssi/modules/libxmpp_core.so
-PORTDOCS= README
-
-IGNORE= Does not work with irc/irssi-0.8.12
-
-do-install:
-.for data in core fe-common
- ${MKDIR} ${PREFIX}/lib/irssi/modules
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${data}/*.so \
- ${PREFIX}/lib/irssi/modules
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/irssi-xmpp-devel/distinfo b/irc/irssi-xmpp-devel/distinfo
deleted file mode 100644
index 0613353f19bc..000000000000
--- a/irc/irssi-xmpp-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (irssi-xmpp-0.13.tar.gz) = be2dab63a3ef5d86c3be9d5ff02f26fe
-SHA256 (irssi-xmpp-0.13.tar.gz) = 0f6741c702222390d337c03b17ff65ed61a932fcd98780b5ffafbfdabf6eefa7
-SIZE (irssi-xmpp-0.13.tar.gz) = 25074
diff --git a/irc/irssi-xmpp-devel/pkg-descr b/irc/irssi-xmpp-devel/pkg-descr
deleted file mode 100644
index f18b5041ad82..000000000000
--- a/irc/irssi-xmpp-devel/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-irssi-xmpp's aim is to provide a good integration in this text-based
-irc client and a good support of XMPP (the Jabber protocol).
-
-Current main features are:
-
- * Sending and receiving messages in irssi's query windows
- * A roster with contact's ressources tracking (contact list)
- * Contact management (add, remove, manage subscriptions...)
- * Contact's JIDs, ressources and commands completion (TAB key)
- * Multiple accounts support (in different connection)
- * Unicode support (UTF-8)
- * SSL support
- * ...
-
-WWW: http://cybione.org/src/irssi-xmpp/
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
deleted file mode 100644
index 3b0531915b72..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= 1.0.1
-PORTREVISION= 1
-CATEGORIES= irc kde
-MASTER_SITES= ${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= markus@FreeBSD.org
-COMMENT= A user friendly IRC client for KDE
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:15
-USE_BZIP2= yes
-USE_GMAKE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-.include <bsd.port.mk>
diff --git a/irc/konversation-kde4/distinfo b/irc/konversation-kde4/distinfo
deleted file mode 100644
index 8ea08ba1ba91..000000000000
--- a/irc/konversation-kde4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (konversation-1.0.1.tar.bz2) = 60c2c5f94d4a916055db09728304b19f
-SHA256 (konversation-1.0.1.tar.bz2) = 8be736289c52c21fe5ada7dd153767abd5155424a510ab9781b9d2f585cc00fd
-SIZE (konversation-1.0.1.tar.bz2) = 5848563
diff --git a/irc/konversation-kde4/pkg-descr b/irc/konversation-kde4/pkg-descr
deleted file mode 100644
index 5a58fe49e6be..000000000000
--- a/irc/konversation-kde4/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Konversation is a user friendly IRC (Internet Relay Chat) client for KDE.
-
-Features:
- o Standard IRC features
- o SSL server support
- o Bookmarking support
- o Easy to use graphical user interface
- o Multiple servers and channels in one single window
- o DCC file transfer
- o Multiple identities for different servers
- o Text decorations and colors
- o OnScreen Display for notifications
- o Automatic UTF-8 detection
- o Per channel encoding support
- o Theme support for nick icons
- o Highly configurable
-
-WWW: http://konversation.kde.org
diff --git a/irc/konversation-kde4/pkg-plist b/irc/konversation-kde4/pkg-plist
deleted file mode 100644
index 5842f7597c78..000000000000
--- a/irc/konversation-kde4/pkg-plist
+++ /dev/null
@@ -1,349 +0,0 @@
-bin/konversation
-bin/konversationircprotocolhandler
-share/applications/kde/konversation.desktop
-share/apps/kconf_update/konversation-0.19-appearance.pl
-share/apps/kconf_update/konversation-0.19-colorcodes.pl
-share/apps/kconf_update/konversation-0.19-colors.pl
-share/apps/kconf_update/konversation-0.19-custombrowser.pl
-share/apps/kconf_update/konversation-0.19-notifylists.pl
-share/apps/kconf_update/konversation-0.19-sortorder.pl
-share/apps/kconf_update/konversation-0.19-tabplacement.pl
-share/apps/kconf_update/konversation-0.20-customfonts.pl
-share/apps/kconf_update/konversation-0.20-quickbuttons.pl
-share/apps/kconf_update/konversation.upd
-share/apps/konversation/eventsrc
-share/apps/konversation/konversationui.rc
-share/apps/konversation/scripts/bug
-share/apps/konversation/scripts/cmd
-share/apps/konversation/scripts/fortune
-share/apps/konversation/scripts/fortunes.dat
-share/apps/konversation/scripts/gauge
-share/apps/konversation/scripts/google
-share/apps/konversation/scripts/kdeversion
-share/apps/konversation/scripts/mail
-share/apps/konversation/scripts/media
-share/apps/konversation/scripts/qurl
-share/apps/konversation/scripts/sayclip
-share/apps/konversation/scripts/sysinfo
-share/apps/konversation/scripts/uptime
-share/apps/konversation/scripts/weather
-share/apps/konversation/themes/alternative/index.desktop
-share/apps/konversation/themes/alternative/irc_admin.png
-share/apps/konversation/themes/alternative/irc_away.png
-share/apps/konversation/themes/alternative/irc_halfop.png
-share/apps/konversation/themes/alternative/irc_normal.png
-share/apps/konversation/themes/alternative/irc_op.png
-share/apps/konversation/themes/alternative/irc_owner.png
-share/apps/konversation/themes/alternative/irc_voice.png
-share/apps/konversation/themes/christmas/index.desktop
-share/apps/konversation/themes/christmas/irc_admin.png
-share/apps/konversation/themes/christmas/irc_away.png
-share/apps/konversation/themes/christmas/irc_halfop.png
-share/apps/konversation/themes/christmas/irc_normal.png
-share/apps/konversation/themes/christmas/irc_op.png
-share/apps/konversation/themes/christmas/irc_owner.png
-share/apps/konversation/themes/christmas/irc_voice.png
-share/apps/konversation/themes/classic/index.desktop
-share/apps/konversation/themes/classic/irc_admin.png
-share/apps/konversation/themes/classic/irc_away.png
-share/apps/konversation/themes/classic/irc_halfop.png
-share/apps/konversation/themes/classic/irc_normal.png
-share/apps/konversation/themes/classic/irc_op.png
-share/apps/konversation/themes/classic/irc_owner.png
-share/apps/konversation/themes/classic/irc_voice.png
-share/apps/konversation/themes/default/index.desktop
-share/apps/konversation/themes/default/irc_admin.png
-share/apps/konversation/themes/default/irc_away.png
-share/apps/konversation/themes/default/irc_halfop.png
-share/apps/konversation/themes/default/irc_normal.png
-share/apps/konversation/themes/default/irc_op.png
-share/apps/konversation/themes/default/irc_owner.png
-share/apps/konversation/themes/default/irc_voice.png
-share/apps/konversation/themes/smiling/index.desktop
-share/apps/konversation/themes/smiling/irc_admin.png
-share/apps/konversation/themes/smiling/irc_away.png
-share/apps/konversation/themes/smiling/irc_halfop.png
-share/apps/konversation/themes/smiling/irc_normal.png
-share/apps/konversation/themes/smiling/irc_op.png
-share/apps/konversation/themes/smiling/irc_owner.png
-share/apps/konversation/themes/smiling/irc_voice.png
-share/apps/konversation/themes/square/index.desktop
-share/apps/konversation/themes/square/irc_admin.png
-share/apps/konversation/themes/square/irc_away.png
-share/apps/konversation/themes/square/irc_halfop.png
-share/apps/konversation/themes/square/irc_normal.png
-share/apps/konversation/themes/square/irc_op.png
-share/apps/konversation/themes/square/irc_owner.png
-share/apps/konversation/themes/square/irc_voice.png
-share/config.kcfg/konversation.kcfg
-share/doc/HTML/da/konversation/common
-share/doc/HTML/da/konversation/index.cache.bz2
-share/doc/HTML/da/konversation/index.docbook
-share/doc/HTML/en/konversation/addchannel.png
-share/doc/HTML/en/konversation/addnetwork_co.png
-share/doc/HTML/en/konversation/addserver_co.png
-share/doc/HTML/en/konversation/channel_screen_co.png
-share/doc/HTML/en/konversation/channel_screen_tour_co.png
-share/doc/HTML/en/konversation/channellist_screen_co.png
-share/doc/HTML/en/konversation/checkidentities.png
-share/doc/HTML/en/konversation/colorchooser_screen.png
-share/doc/HTML/en/konversation/colorize.png
-share/doc/HTML/en/konversation/common
-share/doc/HTML/en/konversation/configure.png
-share/doc/HTML/en/konversation/dccstatus_screen_co.png
-share/doc/HTML/en/konversation/editserver_screen_co.png
-share/doc/HTML/en/konversation/first_channel_co.png
-share/doc/HTML/en/konversation/first_serverlist_co.png
-share/doc/HTML/en/konversation/highlighting_screen_co.png
-share/doc/HTML/en/konversation/identities_adv_co.png
-share/doc/HTML/en/konversation/identities_away_co.png
-share/doc/HTML/en/konversation/identities_gen_co.png
-share/doc/HTML/en/konversation/index.cache.bz2
-share/doc/HTML/en/konversation/index.docbook
-share/doc/HTML/en/konversation/irc_admin.png
-share/doc/HTML/en/konversation/irc_away.png
-share/doc/HTML/en/konversation/irc_halfop.png
-share/doc/HTML/en/konversation/irc_normal.png
-share/doc/HTML/en/konversation/irc_op.png
-share/doc/HTML/en/konversation/irc_owner.png
-share/doc/HTML/en/konversation/irc_voice.png
-share/doc/HTML/en/konversation/kaddressbook.png
-share/doc/HTML/en/konversation/kimproxy_create_screen2.png
-share/doc/HTML/en/konversation/kimproxy_create_screen_co.png
-share/doc/HTML/en/konversation/led_blue_off.png
-share/doc/HTML/en/konversation/led_blue_on.png
-share/doc/HTML/en/konversation/led_green_off.png
-share/doc/HTML/en/konversation/led_green_on.png
-share/doc/HTML/en/konversation/led_red_off.png
-share/doc/HTML/en/konversation/led_red_on.png
-share/doc/HTML/en/konversation/led_yellow_off.png
-share/doc/HTML/en/konversation/led_yellow_on.png
-share/doc/HTML/en/konversation/logviewer_co.png
-share/doc/HTML/en/konversation/nicksonline_co.png
-share/doc/HTML/en/konversation/nickthemes_screen_co.png
-share/doc/HTML/en/konversation/notification_screen_co.png
-share/doc/HTML/en/konversation/notifylist_screen_co.png
-share/doc/HTML/en/konversation/osd_demo.png
-share/doc/HTML/en/konversation/osd_screen_co.png
-share/doc/HTML/en/konversation/prefs_identity_screen_co.png
-share/doc/HTML/en/konversation/quickbuttons_screen.png
-share/doc/HTML/en/konversation/quickconnect_screen.png
-share/doc/HTML/en/konversation/serverlist_co.png
-share/doc/HTML/en/konversation/serverlist_screen_co.png
-share/doc/HTML/en/konversation/urlcatcher_screen_co.png
-share/doc/HTML/en/konversation/webbrowser_screen_co.png
-share/doc/HTML/es/konversation/addchannel.png
-share/doc/HTML/es/konversation/addnetwork_co.png
-share/doc/HTML/es/konversation/addserver_co.png
-share/doc/HTML/es/konversation/channel_screen_tour_co.png
-share/doc/HTML/es/konversation/channellist_screen_co.png
-share/doc/HTML/es/konversation/checkidentities.png
-share/doc/HTML/es/konversation/colorchooser_screen.png
-share/doc/HTML/es/konversation/colorize.png
-share/doc/HTML/es/konversation/configure.png
-share/doc/HTML/es/konversation/dccstatus_screen_co.png
-share/doc/HTML/es/konversation/first_channel_co.png
-share/doc/HTML/es/konversation/first_serverlist_co.png
-share/doc/HTML/es/konversation/highlighting_screen_co.png
-share/doc/HTML/es/konversation/identities_adv_co.png
-share/doc/HTML/es/konversation/identities_away_co.png
-share/doc/HTML/es/konversation/identities_gen_co.png
-share/doc/HTML/es/konversation/irc_admin.png
-share/doc/HTML/es/konversation/irc_away.png
-share/doc/HTML/es/konversation/irc_halfop.png
-share/doc/HTML/es/konversation/irc_normal.png
-share/doc/HTML/es/konversation/irc_op.png
-share/doc/HTML/es/konversation/irc_owner.png
-share/doc/HTML/es/konversation/irc_voice.png
-share/doc/HTML/es/konversation/kaddressbook.png
-share/doc/HTML/es/konversation/kimproxy_create_screen2.png
-share/doc/HTML/es/konversation/kimproxy_create_screen_co.png
-share/doc/HTML/es/konversation/led_blue_off.png
-share/doc/HTML/es/konversation/led_blue_on.png
-share/doc/HTML/es/konversation/led_green_off.png
-share/doc/HTML/es/konversation/led_green_on.png
-share/doc/HTML/es/konversation/led_red_off.png
-share/doc/HTML/es/konversation/led_red_on.png
-share/doc/HTML/es/konversation/led_yellow_off.png
-share/doc/HTML/es/konversation/led_yellow_on.png
-share/doc/HTML/es/konversation/logviewer_co.png
-share/doc/HTML/es/konversation/nicksonline_co.png
-share/doc/HTML/es/konversation/nickthemes_screen_co.png
-share/doc/HTML/es/konversation/notification_screen_co.png
-share/doc/HTML/es/konversation/notifylist_screen_co.png
-share/doc/HTML/es/konversation/osd_demo.png
-share/doc/HTML/es/konversation/osd_screen_co.png
-share/doc/HTML/es/konversation/quickbuttons_screen.png
-share/doc/HTML/es/konversation/quickconnect_screen.png
-share/doc/HTML/es/konversation/serverlist_co.png
-share/doc/HTML/es/konversation/urlcatcher_screen_co.png
-share/doc/HTML/es/konversation/webbrowser_screen_co.png
-share/doc/HTML/et/konversation/common
-share/doc/HTML/et/konversation/index.cache.bz2
-share/doc/HTML/et/konversation/index.docbook
-share/doc/HTML/it/konversation/addchannel.png
-share/doc/HTML/it/konversation/addnetwork_co.png
-share/doc/HTML/it/konversation/addserver_co.png
-share/doc/HTML/it/konversation/channel_screen_tour_co.png
-share/doc/HTML/it/konversation/channellist_screen_co.png
-share/doc/HTML/it/konversation/checkidentities.png
-share/doc/HTML/it/konversation/colorchooser_screen.png
-share/doc/HTML/it/konversation/common
-share/doc/HTML/it/konversation/first_channel_co.png
-share/doc/HTML/it/konversation/first_serverlist_co.png
-share/doc/HTML/it/konversation/identities_adv_co.png
-share/doc/HTML/it/konversation/identities_away_co.png
-share/doc/HTML/it/konversation/identities_gen_co.png
-share/doc/HTML/it/konversation/index.cache.bz2
-share/doc/HTML/it/konversation/index.docbook
-share/doc/HTML/it/konversation/nicksonline_co.png
-share/doc/HTML/it/konversation/notification_screen_co.png
-share/doc/HTML/it/konversation/notifylist_screen_co.png
-share/doc/HTML/it/konversation/osd_demo.png
-share/doc/HTML/it/konversation/osd_screen_co.png
-share/doc/HTML/it/konversation/quickbuttons_screen.png
-share/doc/HTML/it/konversation/quickconnect_screen.png
-share/doc/HTML/it/konversation/serverlist_co.png
-share/doc/HTML/nl/konversation/addchannel.png
-share/doc/HTML/nl/konversation/addnetwork_co.png
-share/doc/HTML/nl/konversation/addserver_co.png
-share/doc/HTML/nl/konversation/channel_screen_tour_co.png
-share/doc/HTML/nl/konversation/channellist_screen_co.png
-share/doc/HTML/nl/konversation/checkidentities.png
-share/doc/HTML/nl/konversation/colorchooser_screen.png
-share/doc/HTML/nl/konversation/common
-share/doc/HTML/nl/konversation/dccstatus_screen_co.png
-share/doc/HTML/nl/konversation/first_channel_co.png
-share/doc/HTML/nl/konversation/first_serverlist_co.png
-share/doc/HTML/nl/konversation/identities_adv_co.png
-share/doc/HTML/nl/konversation/identities_away_co.png
-share/doc/HTML/nl/konversation/identities_gen_co.png
-share/doc/HTML/nl/konversation/index.cache.bz2
-share/doc/HTML/nl/konversation/index.docbook
-share/doc/HTML/nl/konversation/kimproxy_create_screen2.png
-share/doc/HTML/nl/konversation/kimproxy_create_screen_co.png
-share/doc/HTML/nl/konversation/logviewer_co.png
-share/doc/HTML/nl/konversation/nicksonline_co.png
-share/doc/HTML/nl/konversation/notification_screen_co.png
-share/doc/HTML/nl/konversation/notifylist_screen_co.png
-share/doc/HTML/nl/konversation/osd_screen_co.png
-share/doc/HTML/nl/konversation/quickbuttons_screen.png
-share/doc/HTML/nl/konversation/quickconnect_screen.png
-share/doc/HTML/nl/konversation/serverlist_co.png
-share/doc/HTML/nl/konversation/urlcatcher_screen_co.png
-share/doc/HTML/nl/konversation/webbrowser_screen_co.png
-share/doc/HTML/pt/konversation/common
-share/doc/HTML/pt/konversation/index.cache.bz2
-share/doc/HTML/pt/konversation/index.docbook
-share/doc/HTML/ru/konversation/common
-share/doc/HTML/ru/konversation/index.cache.bz2
-share/doc/HTML/ru/konversation/index.docbook
-share/doc/HTML/sv/konversation/addchannel.png
-share/doc/HTML/sv/konversation/addnetwork_co.png
-share/doc/HTML/sv/konversation/addserver_co.png
-share/doc/HTML/sv/konversation/channel_screen_tour_co.png
-share/doc/HTML/sv/konversation/channellist_screen_co.png
-share/doc/HTML/sv/konversation/checkidentities.png
-share/doc/HTML/sv/konversation/colorchooser_screen.png
-share/doc/HTML/sv/konversation/common
-share/doc/HTML/sv/konversation/dccstatus_screen_co.png
-share/doc/HTML/sv/konversation/first_channel_co.png
-share/doc/HTML/sv/konversation/first_serverlist_co.png
-share/doc/HTML/sv/konversation/highlighting_screen_co.png
-share/doc/HTML/sv/konversation/identities_adv_co.png
-share/doc/HTML/sv/konversation/identities_away_co.png
-share/doc/HTML/sv/konversation/identities_gen_co.png
-share/doc/HTML/sv/konversation/index.cache.bz2
-share/doc/HTML/sv/konversation/index.docbook
-share/doc/HTML/sv/konversation/kimproxy_create_screen2.png
-share/doc/HTML/sv/konversation/kimproxy_create_screen_co.png
-share/doc/HTML/sv/konversation/logviewer_co.png
-share/doc/HTML/sv/konversation/nicksonline_co.png
-share/doc/HTML/sv/konversation/nickthemes_screen_co.png
-share/doc/HTML/sv/konversation/notification_screen_co.png
-share/doc/HTML/sv/konversation/notifylist_screen_co.png
-share/doc/HTML/sv/konversation/osd_demo.png
-share/doc/HTML/sv/konversation/osd_screen_co.png
-share/doc/HTML/sv/konversation/quickbuttons_screen.png
-share/doc/HTML/sv/konversation/quickconnect_screen.png
-share/doc/HTML/sv/konversation/serverlist_co.png
-share/doc/HTML/sv/konversation/urlcatcher_screen_co.png
-share/doc/HTML/sv/konversation/webbrowser_screen_co.png
-share/icons/crystalsvg/16x16/actions/kimproxyaway.png
-share/icons/crystalsvg/16x16/actions/kimproxyoffline.png
-share/icons/crystalsvg/16x16/actions/kimproxyonline.png
-share/icons/crystalsvg/22x22/actions/char.png
-share/icons/crystalsvg/22x22/actions/kimproxyaway.png
-share/icons/crystalsvg/22x22/actions/kimproxyoffline.png
-share/icons/crystalsvg/22x22/actions/kimproxyonline.png
-share/icons/crystalsvg/22x22/actions/konv_message.png
-share/icons/crystalsvg/32x32/actions/kimproxyaway.png
-share/icons/crystalsvg/32x32/actions/kimproxyoffline.png
-share/icons/crystalsvg/32x32/actions/kimproxyonline.png
-share/icons/crystalsvg/scalable/actions/kimproxyaway.svgz
-share/icons/crystalsvg/scalable/actions/kimproxyoffline.svgz
-share/icons/crystalsvg/scalable/actions/kimproxyonline.svgz
-share/icons/crystalsvg/scalable/actions/konv_message.svgz
-share/icons/hicolor/128x128/apps/konversation.png
-share/icons/hicolor/16x16/apps/konversation.png
-share/icons/hicolor/22x22/apps/konversation.png
-share/icons/hicolor/32x32/apps/konversation.png
-share/icons/hicolor/48x48/apps/konversation.png
-share/icons/hicolor/64x64/apps/konversation.png
-share/icons/hicolor/scalable/apps/konversation.svgz
-share/locale/ar/LC_MESSAGES/konversation.mo
-share/locale/bg/LC_MESSAGES/konversation.mo
-share/locale/ca/LC_MESSAGES/konversation.mo
-share/locale/cs/LC_MESSAGES/konversation.mo
-share/locale/da/LC_MESSAGES/konversation.mo
-share/locale/de/LC_MESSAGES/konversation.mo
-share/locale/el/LC_MESSAGES/konversation.mo
-share/locale/en_GB/LC_MESSAGES/konversation.mo
-share/locale/es/LC_MESSAGES/konversation.mo
-share/locale/et/LC_MESSAGES/konversation.mo
-share/locale/fi/LC_MESSAGES/konversation.mo
-share/locale/fr/LC_MESSAGES/konversation.mo
-share/locale/gl/LC_MESSAGES/konversation.mo
-share/locale/he/LC_MESSAGES/konversation.mo
-share/locale/hu/LC_MESSAGES/konversation.mo
-share/locale/it/LC_MESSAGES/konversation.mo
-share/locale/ja/LC_MESSAGES/konversation.mo
-share/locale/ka/LC_MESSAGES/konversation.mo
-share/locale/ko/LC_MESSAGES/konversation.mo
-share/locale/lt/LC_MESSAGES/konversation.mo
-share/locale/nl/LC_MESSAGES/konversation.mo
-share/locale/pa/LC_MESSAGES/konversation.mo
-share/locale/pt/LC_MESSAGES/konversation.mo
-share/locale/pt_BR/LC_MESSAGES/konversation.mo
-share/locale/ru/LC_MESSAGES/konversation.mo
-share/locale/sr/LC_MESSAGES/konversation.mo
-share/locale/sr@Latn/LC_MESSAGES/konversation.mo
-share/locale/sv/LC_MESSAGES/konversation.mo
-share/locale/ta/LC_MESSAGES/konversation.mo
-share/locale/tr/LC_MESSAGES/konversation.mo
-share/locale/zh_TW/LC_MESSAGES/konversation.mo
-share/services/konvirc.protocol
-share/services/konvirc6.protocol
-@dirrm share/doc/HTML/sv/konversation
-@dirrm share/doc/HTML/ru/konversation
-@dirrm share/doc/HTML/pt/konversation
-@dirrm share/doc/HTML/nl/konversation
-@dirrm share/doc/HTML/it/konversation
-@dirrm share/doc/HTML/et/konversation
-@dirrm share/doc/HTML/es/konversation
-@dirrm share/doc/HTML/en/konversation-apidocs/konversation/html
-@dirrm share/doc/HTML/en/konversation-apidocs/konversation
-@dirrm share/doc/HTML/en/konversation-apidocs
-@dirrm share/doc/HTML/en/konversation
-@dirrm share/doc/HTML/da/konversation
-@dirrm share/apps/konversation/themes/square
-@dirrm share/apps/konversation/themes/smiling
-@dirrm share/apps/konversation/themes/default
-@dirrm share/apps/konversation/themes/classic
-@dirrm share/apps/konversation/themes/christmas
-@dirrm share/apps/konversation/themes/alternative
-@dirrm share/apps/konversation/themes
-@dirrm share/apps/konversation/scripts
-@dirrm share/apps/konversation
-@dirrmtry share/apps/kconf_update
-@dirrmtry share/applications/kde
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
deleted file mode 100644
index 1f12490852b7..000000000000
--- a/irc/weechat-devel/Makefile
+++ /dev/null
@@ -1,91 +0,0 @@
-# New ports collection makefile for: weechat
-# Date created: 2003-03-07
-# Whom: clement
-#
-# $FreeBSD$
-#
-
-PORTNAME= weechat
-PORTVERSION= 0.2.6
-CATEGORIES= irc
-MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
- http://weechat.flashtux.org/download/
-
-MAINTAINER= az@FreeBSD.org
-COMMENT= A lightweight and user friendly ncurse based IRC client
-
-USE_BZIP2= yes
-USE_ICONV= yes
-USE_AUTOTOOLS= autoconf:261
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --disable-lua
-
-MAN1= weechat-curses.1
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --with-debug=2
-.else
-CONFIGURE_ARGS+= --with-debug=0
-.endif
-
-.if defined(WITHOUT_CHARSET)
-CONFIGURE_ARGS+= --disable-charset
-PLIST_SUBS+= CHARSET="@comment"
-.else
-PLIST_SUB+= CHARSET=""
-.endif
-
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.endif
-
-.if defined(WITH_ASPELL)
-CONFIGURE_ARGS+= --enable-aspell
-BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell
-PLIST_SUB+= ASPELL=""
-.else
-CONFIGURE_ARGS+= --disable-aspell
-PLIST_SUB+= ASPELL="@comment "
-.endif
-
-.if defined(WITH_PYTHON)
-CONFIGURE_ARGS+= --enable-python
-USE_PYTHON= yes
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+= --disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-.if defined(WITH_RUBY)
-CONFIGURE_ARGS+= --enable-ruby
-USE_RUBY= yes
-PLIST_SUB+= RUBY=""
-.else
-CONFIGURE_ARGS+= --disable-ruby
-PLIST_SUB+= RUBY="@comment "
-.endif
-
-.if defined(WITH_GNUTLS)
-CONFIGURE_ARGS+= --enable-gnutls
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
-.else
-CONFIGURE_ARGS+= --disable-gnu-tls
-.endif
-
-.if defined(WITH_PERL)
-CONFIGURE_ARGS+= --enable-perl
-USE_PERL5= yes
-PLIST_SUB+= PERL=""
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo
deleted file mode 100644
index 9be4551a83a0..000000000000
--- a/irc/weechat-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (weechat-0.2.6.tar.bz2) = ccdecf663b0050a23049acb4b9a76193
-SHA256 (weechat-0.2.6.tar.bz2) = da6f6eed11fc4df30c432e8b075385d3d5564ede435dd56d1a2e46c2efee843e
-SIZE (weechat-0.2.6.tar.bz2) = 1106194
diff --git a/irc/weechat-devel/pkg-descr b/irc/weechat-devel/pkg-descr
deleted file mode 100644
index c8adcef1b1e7..000000000000
--- a/irc/weechat-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC
-client. Everything can be done with a keyboard, and it is customizable
-and extensible with scripts. For the moment, only ncurse GUI is
-supported by this port.
-
-WWW: http://weechat.flashtux.org
diff --git a/irc/weechat-devel/pkg-plist b/irc/weechat-devel/pkg-plist
deleted file mode 100644
index a619f65c4a77..000000000000
--- a/irc/weechat-devel/pkg-plist
+++ /dev/null
@@ -1,45 +0,0 @@
-bin/weechat-curses
-%%ASPELL%%lib/weechat/plugins/aspell.so.0
-%%ASPELL%%lib/weechat/plugins/aspell.so
-%%ASPELL%%lib/weechat/plugins/aspell.la
-%%ASPELL%%lib/weechat/plugins/aspell.a
-%%CHARSET%%lib/weechat/plugins/charset.so.0
-%%CHARSET%%lib/weechat/plugins/charset.so
-%%CHARSET%%lib/weechat/plugins/charset.la
-%%CHARSET%%lib/weechat/plugins/charset.a
-%%DOCSDIR%%/html/en/weechat-doc.css
-%%DOCSDIR%%/html/fr/weechat-doc.css
-%%DOCSDIR%%/html/de/weechat-doc.css
-%%DOCSDIR%%/weechat_quickstart.en.txt
-%%DOCSDIR%%/weechat_quickstart.fr.txt
-%%DOCSDIR%%/weechat_quickstart.de.txt
-%%DOCSDIR%%/weechat_quickstart.ru.txt
-%%DOCSDIR%%/weechat_quickstart.pl.txt
-%%DOCSDIR%%/weechat_quickstart.cs.txt
-%%DOCSDIR%%/weechat_quickstart.sco.txt
-%%DOCSDIR%%/weechat_quickstart.sv.txt
-%%NLS%%share/locale/de/LC_MESSAGES/weechat.mo
-%%NLS%%share/locale/es/LC_MESSAGES/weechat.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/weechat.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/weechat.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/weechat.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/weechat.mo
-%%PYTHON%%lib/weechat/plugins/python.so.0
-%%PYTHON%%lib/weechat/plugins/python.so
-%%PYTHON%%lib/weechat/plugins/python.la
-%%PYTHON%%lib/weechat/plugins/python.a
-%%PERL%%lib/weechat/plugins/perl.so.0
-%%PERL%%lib/weechat/plugins/perl.so
-%%PERL%%lib/weechat/plugins/perl.la
-%%PERL%%lib/weechat/plugins/perl.a
-%%RUBY%%lib/weechat/plugins/ruby.so.0
-%%RUBY%%lib/weechat/plugins/ruby.so
-%%RUBY%%lib/weechat/plugins/ruby.la
-%%RUBY%%lib/weechat/plugins/ruby.a
-@dirrmtry %%DOCSDIR%%/html/fr
-@dirrmtry %%DOCSDIR%%/html/en
-@dirrmtry %%DOCSDIR%%/html/de
-@dirrmtry %%DOCSDIR%%/html
-@dirrmtry %%DOCSDIR%%
-@dirrmtry lib/weechat/plugins
-@dirrmtry lib/weechat