summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-01-29 10:14:29 +0000
commitcec49cf8f48420d4e91f2d480cf281bd2d79e999 (patch)
tree26a0b2f13d3c39b0da0fdcdd6f2fdbf06bdc636e /irc
parent6a1c5fb9a79f259c9737a9bfa2ce5a164672585b (diff)
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile67
-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/dircproxy-devel/Makefile24
-rw-r--r--irc/dircproxy-devel/distinfo3
-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/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/konversation-kde4/Makefile25
-rw-r--r--irc/konversation-kde4/distinfo3
-rw-r--r--irc/konversation-kde4/pkg-descr18
-rw-r--r--irc/konversation-kde4/pkg-plist367
-rw-r--r--irc/riece-emacs21/Makefile39
-rw-r--r--irc/riece-emacs21/distinfo3
-rw-r--r--irc/riece-emacs21/pkg-descr13
-rw-r--r--irc/riece-emacs21/pkg-message6
-rw-r--r--irc/riece-emacs21/pkg-plist150
-rw-r--r--irc/weechat-devel/Makefile102
-rw-r--r--irc/weechat-devel/distinfo3
-rw-r--r--irc/weechat-devel/pkg-descr6
-rw-r--r--irc/weechat-devel/pkg-plist43
31 files changed, 0 insertions, 1277 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
deleted file mode 100644
index d33ac2043899..000000000000
--- a/irc/bitlbee-otr/Makefile
+++ /dev/null
@@ -1,67 +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.3
-PORTREVISION= 3
-CATEGORIES= irc
-MASTER_SITES= http://get.bitlbee.org/src/
-
-PATCH_SITES= http://get.bitlbee.org/patches/
-
-MAINTAINER= peter@dataloss.nl
-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
-
-CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_LDAP)
-PATCHFILES+= ${PORTNAME}-1.0-ldap.diff
-.endif
-
-.if !defined(WITHOUT_MSN)
-LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+=--msn=1
-.else
-CONFIGURE_ARGS+=--msn=0 --ssl=bogus
-.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
-
-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 9387870c39b9..000000000000
--- a/irc/bitlbee-otr/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (bitlbee-1.0.3.tar.gz) = e46682d54cbd6265dd4436b3b6838d63
-SHA256 (bitlbee-1.0.3.tar.gz) = 1d272c8712ee279ee8ac305562e7b8591e634fae69664a5a2d43301cb1d6277d
-SIZE (bitlbee-1.0.3.tar.gz) = 455344
-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/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile
deleted file mode 100644
index 5f5513a77158..000000000000
--- a/irc/dircproxy-devel/Makefile
+++ /dev/null
@@ -1,24 +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= http://www.securiweb.net/pub/oss/dircproxy/1.0/ \
- ftp://ftp.netsplit.com/pub/dircproxy/stable/
-
-MAINTAINER= lesterm@mazpe.net
-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 4787250c6691..000000000000
--- a/irc/dircproxy-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (dircproxy-1.0.5.tar.gz) = 33b92e0f28530a5faa9fea801d1ad807
-SHA256 (dircproxy-1.0.5.tar.gz) = caec20ed458a5606be8700400ecba27aff00ad6227ff0e8d4db1d3d5bf9f9d37
-SIZE (dircproxy-1.0.5.tar.gz) = 217965
diff --git a/irc/dircproxy-devel/pkg-descr b/irc/dircproxy-devel/pkg-descr
deleted file mode 100644
index b95cd3edda97..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://dircproxy.securiweb.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 1624d9788a3d..000000000000
--- a/irc/dircproxy-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/dircproxy
-bin/dircproxy-crypt
-%%DATADIR%%/cronchk.sh
-%%DATADIR%%/dircproxyrc
-%%DATADIR%%/log.pl
-%%DATADIR%%/privmsg-log.pl
-@dirrm %%DATADIR%%
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/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
deleted file mode 100644
index c3a32a825e3d..000000000000
--- a/irc/konversation-kde4/Makefile
+++ /dev/null
@@ -1,25 +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
-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 0a01132ae98e..000000000000
--- a/irc/konversation-kde4/pkg-plist
+++ /dev/null
@@ -1,367 +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
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@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/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile
deleted file mode 100644
index 774357f07488..000000000000
--- a/irc/riece-emacs21/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: riece
-# Date created: 30 May 2004
-# Whom: KIMURA Yasuhiro <yasu@utahime.org>
-#
-# $FreeBSD$
-
-PORTNAME= riece
-PORTVERSION= 3.1.1
-PORTEPOCH= 1
-CATEGORIES= irc elisp
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= yasu@utahime.org
-COMMENT= IRC client for Emacs
-
-USE_EMACS= yes
-EMACS_PORT_NAME?= emacs21
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} \
- --with-emacs=${EMACS_CMD} \
- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-USE_GMAKE= yes
-USE_RUBY= yes
-RUBY_VER= 1.8
-
-INFO= riece-en riece-ja
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/irc/riece-emacs21/distinfo b/irc/riece-emacs21/distinfo
deleted file mode 100644
index 6a75a37a3c75..000000000000
--- a/irc/riece-emacs21/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (riece-3.1.1.tar.gz) = 082f921045c2b52ec7992ca27580514a
-SHA256 (riece-3.1.1.tar.gz) = 6b9fe6313e99ed61787694a156c1d822db6d6a9f9b4a26888d7bc4ad2478eb1b
-SIZE (riece-3.1.1.tar.gz) = 364386
diff --git a/irc/riece-emacs21/pkg-descr b/irc/riece-emacs21/pkg-descr
deleted file mode 100644
index f86cdbccb15a..000000000000
--- a/irc/riece-emacs21/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Riece is an IRC client for Emacs. It provides the following features:
-
-- Several IRC servers may be used at the same time.
-- Essential features can be built upon the extension framework (called
- "add-on") capable of dependency tracking.
-- Installation is easy. Riece doesn't depend on other packages.
-- Setup is easy. Automatically save/restore the configuration.
-- Riece uses separate windows to display users, channels, and
- dialogues. The user can select the window layout.
-- Step-by-step instructions (currently written in Japanese) are included.
-- Mostly compliant with RFC 2812.
-
-WWW: http://www.nongnu.org/riece/
diff --git a/irc/riece-emacs21/pkg-message b/irc/riece-emacs21/pkg-message
deleted file mode 100644
index a1dabae6abb6..000000000000
--- a/irc/riece-emacs21/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-**********************************************************************
-To use riece, you should add the following line to your .emacs file:
-
-(autoload 'riece "riece" "Start Riece" t)
-
-**********************************************************************
diff --git a/irc/riece-emacs21/pkg-plist b/irc/riece-emacs21/pkg-plist
deleted file mode 100644
index d1631444f09c..000000000000
--- a/irc/riece-emacs21/pkg-plist
+++ /dev/null
@@ -1,150 +0,0 @@
-@comment $FreeBSD$
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-000.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-000.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-200.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-200.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-300.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-300.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-400.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-400.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-500.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-500.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-addon-modules.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-addon-modules.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-addon.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-addon.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-alias.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-alias.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-async.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-async.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-biff.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-biff.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-button.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-button.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-cache.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-cache.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-channel.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-channel.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-coding.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-coding.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-commands.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-commands.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-compat.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-compat.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-complete.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-complete.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctcp.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctcp.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctlseq.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctlseq.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-debug.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-debug.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-display.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-display.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-doctor.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-doctor.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-emacs.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-emacs.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-epg.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-epg.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval-ruby.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval-ruby.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-filter.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-filter.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-foolproof.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-foolproof.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-globals.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-globals.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-google.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-google.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-guess.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-guess.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-handle.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-handle.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-hangman.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-hangman.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-highlight.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-highlight.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-history.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-history.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-icon.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-icon.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-identity.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-identity.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ignore.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ignore.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-irc.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-irc.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-kakasi.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-kakasi.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keepalive.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keepalive.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keyword.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keyword.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-layout.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-layout.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-log.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-log.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-lsdb.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-lsdb.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-menu.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-menu.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-message.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-message.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mini.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mini.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-misc.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-misc.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mode.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mode.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-naming.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-naming.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-options.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-options.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-rdcc.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-rdcc.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ruby.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ruby.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-server.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-server.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-shrink-buffer.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-shrink-buffer.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-signal.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-signal.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-skk-kakutei.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-skk-kakutei.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-toolbar.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-toolbar.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-unread.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-unread.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-url.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-url.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-user.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-user.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-version.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-version.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-xface.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-xface.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-xfaceb.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-xfaceb.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-yank.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-yank.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece.el
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/aproxy.rb
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/server.rb
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-command-next-channel.xpm
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-command-previous-channel.xpm
-%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-submit-bug-report.xpm
-@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/riece
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/NEWS.ja
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.ja
-%%PORTDOCS%%%%DOCSDIR%%/HACKING
-%%PORTDOCS%%%%DOCSDIR%%/HACKING.ja
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
deleted file mode 100644
index 8d0c7f0068fc..000000000000
--- a/irc/weechat-devel/Makefile
+++ /dev/null
@@ -1,102 +0,0 @@
-# New ports collection makefile for: weechat
-# Date created: 2003-03-07
-# Whom: clement
-#
-# $FreeBSD$
-#
-
-PORTNAME= weechat
-PORTVERSION= 0.2.3
-PORTREVISION= 1
-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:259
-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.15:${PORTSDIR}/security/gnutls
-.else
-CONFIGURE_ARGS+= --disable-gnu-tls
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= this port does not compile on FreeBSD 4.x.
-.endif
-
-.if defined(WITH_PERL)
-.if ${PERL_LEVEL} < 500600
-IGNORE= this port requires perl 5.6.0 or later, Install lang/perl5 then try again
-.else
-CONFIGURE_ARGS+= --enable-perl
-USE_PERL= yes
-PLIST_SUB+= PERL=""
-.endif
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL="@comment "
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo
deleted file mode 100644
index f1f3a0273b51..000000000000
--- a/irc/weechat-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (weechat-0.2.3.tar.bz2) = 12c39b30988d78e9544acda6e518476f
-SHA256 (weechat-0.2.3.tar.bz2) = ebe762fbd95f36503c1a32dd3f86f40a799f0299a0d656bbfc6fd3194b081319
-SIZE (weechat-0.2.3.tar.bz2) = 1080675
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 eb111777a0e4..000000000000
--- a/irc/weechat-devel/pkg-plist
+++ /dev/null
@@ -1,43 +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
-%%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