summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile134
-rw-r--r--irc/bitlbee-otr/distinfo3
-rw-r--r--irc/bitlbee-otr/files/bitlbee.in31
-rw-r--r--irc/bitlbee-otr/files/pkg-deinstall.in17
-rw-r--r--irc/bitlbee-otr/files/pkg-install.in74
-rw-r--r--irc/bitlbee-otr/files/pkg-message.in23
-rw-r--r--irc/bitlbee-otr/pkg-descr8
-rw-r--r--irc/bitlbee-otr/pkg-plist8
-rw-r--r--irc/bitlbee/Makefile2
-rw-r--r--irc/bitlbee/distinfo6
-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/files/patch-konversation-src-dcccommon.cpp10
-rw-r--r--irc/konversation-kde4/pkg-descr18
-rw-r--r--irc/konversation-kde4/pkg-plist323
-rw-r--r--irc/weechat-devel/Makefile94
-rw-r--r--irc/weechat-devel/distinfo3
-rw-r--r--irc/weechat-devel/pkg-descr6
-rw-r--r--irc/weechat-devel/pkg-plist45
24 files changed, 4 insertions, 947 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
deleted file mode 100644
index 02206453918d..000000000000
--- a/irc/bitlbee-otr/Makefile
+++ /dev/null
@@ -1,134 +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.2.2
-CATEGORIES= irc
-MASTER_SITES= http://get.bitlbee.org/src/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= brix
-
-MAINTAINER= brix@FreeBSD.org
-COMMENT= An IRC to other chat networks gateway
-
-SUB_FILES= pkg-message
-MAN5= bitlbee.conf.5
-MAN8= bitlbee.8
-PORTDOCS= AUTHORS CHANGES CREDITS FAQ README
-PORTEXAMPLES= bitlbee.conf motd.txt
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= glib20
-USE_RC_SUBR= bitlbee
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-OPTIONS= DEBUG "Enable debug support" Off \
- IPV6 "Enable IPv6 support" On \
- OPENSSL "Use OpenSSL rather than GnuTLS" Off \
- MSN "Enable MSN protocol support" On \
- JABBER "Enable Jabber (XMPP) protocol support" On \
- OSCAR "Enable OSCAR (ICQ, AIM) protocol support" On \
- YAHOO "Enable Yahoo! protocol support" On
-
-
-CONFIGURE_ARGS= --config=/var/db/bitlbee --strip=0
-
-BITLBEEUSER?= bitlbee
-BITLBEEGROUP?= bitlbee
-BITLBEEDIR?= /nonexistent
-
-BITLBEEUID= 914
-BITLBEEGID= ${BITLBEEUID}
-
-PLIST_SUB= BITLBEEUSER=${BITLBEEUSER} \
- BITLBEEGROUP=${BITLBEEGROUP}
-
-SUB_LIST+= BITLBEEUSER=${BITLBEEUSER} \
- BITLBEEGROUP=${BITLBEEGROUP} \
- BITLBEEDIR=${BITLBEEDIR} \
- BITLBEEUID=${BITLBEEUID} \
- BITLBEEGID=${BITLBEEGID}
-
-SUB_FILES+= pkg-install pkg-deinstall
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--debug=1
-.else
-CONFIGURE_ARGS+=--debug=0
-.endif
-
-.if defined(WITH_IPV6)
-CONFIGURE_ARGS+=--ipv6=1
-.else
-CONFIGURE_ARGS+=--ipv6=0
-.endif
-
-.if defined(WITH_OPENSSL)
-CONFIGURE_ARGS+=--ssl=openssl
-.else
-CONFIGURE_ARGS+=--ssl=gnutls
-LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
-.endif
-
-.if defined(WITH_MSN)
-CONFIGURE_ARGS+=--msn=1
-.else
-CONFIGURE_ARGS+=--msn=0
-.endif
-
-.if defined(WITH_JABBER)
-CONFIGURE_ARGS+=--jabber=1
-.else
-CONFIGURE_ARGS+=--jabber=0
-.endif
-
-.if defined(WITH_OSCAR)
-CONFIGURE_ARGS+=--oscar=1
-.else
-CONFIGURE_ARGS+=--oscar=0
-.endif
-
-.if defined(WITH_YAHOO)
-CONFIGURE_ARGS+=--yahoo=1
-.else
-CONFIGURE_ARGS+=--yahoo=0
-.endif
-
-post-patch:
- @${REINPLACE_CMD} \
- -e "s|^EFLAGS=|EFLAGS=${LDFLAGS}|" \
- ${WRKSRC}/configure
-
- @${REINPLACE_CMD} \
- -e "s:/etc/bitlbee/motd.txt:${PREFIX}/etc/bitlbee/motd.txt:" \
- -e "s:/var/lib/bitlbee:/var/db/bitlbee:" \
- ${WRKSRC}/bitlbee.conf
- @${REINPLACE_CMD} \
- -e "s:/var/lib/bitlbee:/var/db/bitlbee:" \
- ${WRKSRC}/doc/bitlbee.8
-
-pre-install:
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
-
-post-install:
- ${MKDIR} ${PREFIX}/etc/bitlbee
- ${MKDIR} -m 0700 /var/db/bitlbee
- ${CHOWN} -R ${BITLBEEUSER}:${BITLBEEGROUP} /var/db/bitlbee
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/doc/@} ${DOCSDIR}
-.endif
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${EXAMPLESDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo
deleted file mode 100644
index 5848fcd5a06f..000000000000
--- a/irc/bitlbee-otr/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bitlbee-1.2.2.tar.gz) = d657a2d66f4098804e6b8f181cc0e852
-SHA256 (bitlbee-1.2.2.tar.gz) = 97dc5f28197ba61415b9e01c887b81b0efc8df38d8d1e7a0b66dac3cec719025
-SIZE (bitlbee-1.2.2.tar.gz) = 475550
diff --git a/irc/bitlbee-otr/files/bitlbee.in b/irc/bitlbee-otr/files/bitlbee.in
deleted file mode 100644
index a5e9d9b6c7dd..000000000000
--- a/irc/bitlbee-otr/files/bitlbee.in
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: bitlbee
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-
-. %%RC_SUBR%%
-
-name="bitlbee"
-rcvar=`set_rcvar`
-
-load_rc_config $name
-
-: ${bitlbee_enable="NO"}
-: ${bitlbee_user="%%BITLBEEUSER%%"}
-: ${bitlbee_config="%%PREFIX%%/etc/bitlbee/bitlbee.conf"}
-: ${bitlbee_flags=""}
-
-required_files="${bitlbee_config}"
-command="%%PREFIX%%/sbin/bitlbee"
-start_cmd="bitlbee_start"
-
-bitlbee_start()
-{
- echo "Starting ${name}."
- su -m ${bitlbee_user} -c "${command} -D -c ${bitlbee_config} ${bitlbee_flags}"
-}
-
-run_rc_command "$1"
diff --git a/irc/bitlbee-otr/files/pkg-deinstall.in b/irc/bitlbee-otr/files/pkg-deinstall.in
deleted file mode 100644
index ace23937dfc0..000000000000
--- a/irc/bitlbee-otr/files/pkg-deinstall.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -
-#
-# $FreeBSD$
-#
-
-BITLBEEUSER=%%BITLBEEUSER%%
-BITLBEEGROUP=%%BITLBEEGROUP%%
-
-if [ "$2" = "POST-DEINSTALL" ]; then
- if /usr/sbin/pw group show "${BITLBEEGROUP}" 2>&1 >/dev/null; then
- echo "You should manually remove the \"${BITLBEEGROUP}\" group."
- fi
-
- if /usr/sbin/pw user show "${BITLBEEUSER}" 2>&1 >/dev/null; then
- echo "You should manually remove the \"${BITLBEEUSER}\" user."
- fi
-fi
diff --git a/irc/bitlbee-otr/files/pkg-install.in b/irc/bitlbee-otr/files/pkg-install.in
deleted file mode 100644
index 06a9fa3d7beb..000000000000
--- a/irc/bitlbee-otr/files/pkg-install.in
+++ /dev/null
@@ -1,74 +0,0 @@
-#!/bin/sh -
-#
-# $FreeBSD$
-#
-
-BITLBEEDIR=%%BITLBEEDIR%%
-BITLBEEUSER=%%BITLBEEUSER%%
-BITLBEEGROUP=%%BITLBEEGROUP%%
-BITLBEEUID=%%BITLBEEUID%%
-BITLBEEGID=%%BITLBEEGID%%
-
-ask() {
- local question default answer
-
- question=$1
- default=$2
- if [ -z "${PACKAGE_BUILDING}" ]; then
- read -p "${question} [${default}]? " answer
- fi
- if [ "x${answer}" = "x" ]; then
- answer=${default}
- fi
- echo ${answer}
-}
-
-yesno() {
- local default question answer
-
- question=$1
- default=$2
- while :; do
- answer=$(ask "${question}" "${default}")
- case "${answer}" in
- [Yy][Ee][Ss]|[Yy])
- return 0
- ;;
- [Nn][Oo]|[Nn])
- return 1
- ;;
- esac
- echo "Please answer yes or no."
- done
-}
-
-if [ "$2" = "PRE-INSTALL" ]; then
- if /usr/sbin/pw group show "${BITLBEEGROUP}" 2>&1 >/dev/null; then
- echo "You already have a \"${BITLBEEGROUP}\" group, so I will use it."
- else
- echo "You need a \"${BITLBEEGROUP}\" group."
- if yesno "Would you like me to create it" "YES"; then
- /usr/sbin/pw groupadd "${BITLBEEGROUP}" -g "${BITLBEEGID}" -h - || \
- /usr/sbin/pw groupadd "${BITLBEEGROUP}" -h - || exit
- echo "Done."
- else
- echo "Please create the \"${BITLBEEGROUP}\" group manually and try again."
- exit 1
- fi
- fi
-
- if /usr/sbin/pw user show "${BITLBEEUSER}" 2>&1 >/dev/null; then
- echo "You already have a \"${BITLBEEUSER}\" user, so I will use it."
- else
- echo "You need a \"${BITLBEEUSER}\" user."
- if yesno "Would you like me to create it" "YES"; then
- /usr/sbin/pw useradd "${BITLBEEUSER}" -u "${BITLBEEUID}" -g "${BITLBEEGROUP}" -h - -d "${BITLBEEDIR}" \
- -s /sbin/nologin -c "Bitlbee pseudo-user" || \
- /usr/sbin/pw useradd "${BITLBEEUSER}" -g "${BITLBEEGROUP}" -h - -d "${BITLBEEDIR}" \
- -s /sbin/nologin -c "Bitlbee pseudo-user" || exit
- else
- echo "Please create the \"${BITLBEEUSER}\" user manually and try again."
- exit 1
- fi
- fi
-fi
diff --git a/irc/bitlbee-otr/files/pkg-message.in b/irc/bitlbee-otr/files/pkg-message.in
deleted file mode 100644
index 98c9329f1da3..000000000000
--- a/irc/bitlbee-otr/files/pkg-message.in
+++ /dev/null
@@ -1,23 +0,0 @@
-/************************************************************************
-To configure bitlbee, do the following:
-
-Copy %%EXAMPLESDIR%%/bitlbee.conf
- to %%PREFIX%%/etc/bitlbee/bitlbee.conf ,
-Copy %%EXAMPLESDIR%%/motd.txt
- to %%PREFIX%%/etc/bitlbee/motd.txt
-and modify them to suit your needs.
-
-You have two options for launching bitlbee: either launch it from
-inetd(8) or run it as a stand-alone daemon.
-
-To launch bitlbee from inetd(8), add the following line to
-/etc/inetd.conf and reload inetd(8):
-
-ircd stream tcp nowait %%BITLBEEUSER%% /usr/local/sbin/bitlbee bitlbee -I
-
-To instead launch bitlbee as a daemon, add the following line to
-/etc/rc.conf:
-
-bitlbee_enable="YES"
-
-*************************************************************************/
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 42efbad3d34f..000000000000
--- a/irc/bitlbee-otr/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-sbin/bitlbee
-%%DATADIR%%/help.txt
-@dirrm %%DATADIR%%
-@dirrmtry etc/bitlbee
-@exec mkdir -p %D/etc/bitlbee
-@exec mkdir -m 0700 -p /var/db/bitlbee
-@exec chown -R %%BITLBEEUSER%%:%%BITLBEEGROUP%% /var/db/bitlbee
-@unexec rmdir /var/db/bitlbee 2>/dev/null || true
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 02206453918d..c18cbd80438d 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bitlbee
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= irc
MASTER_SITES= http://get.bitlbee.org/src/ \
${MASTER_SITE_LOCAL}
diff --git a/irc/bitlbee/distinfo b/irc/bitlbee/distinfo
index 5848fcd5a06f..099b0c909cd9 100644
--- a/irc/bitlbee/distinfo
+++ b/irc/bitlbee/distinfo
@@ -1,3 +1,3 @@
-MD5 (bitlbee-1.2.2.tar.gz) = d657a2d66f4098804e6b8f181cc0e852
-SHA256 (bitlbee-1.2.2.tar.gz) = 97dc5f28197ba61415b9e01c887b81b0efc8df38d8d1e7a0b66dac3cec719025
-SIZE (bitlbee-1.2.2.tar.gz) = 475550
+MD5 (bitlbee-1.2.3.tar.gz) = 2b1674d98804970809de3da3edf0bed2
+SHA256 (bitlbee-1.2.3.tar.gz) = 0cbb30188c829dc486f8d1a4157626280f93ae2a60c9f6846fe6414c416745e2
+SIZE (bitlbee-1.2.3.tar.gz) = 475748
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
deleted file mode 100644
index c7726f18febb..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= ports@FreeBSD.org
-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 420f44058118..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.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 64d53d04111f..000000000000
--- a/irc/konversation-kde4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (konversation-1.1.tar.bz2) = 0d38a16747ab4f6549863de385cb551c
-SHA256 (konversation-1.1.tar.bz2) = 3ef15e7a46c10a11aa369ff80dd33b3e2feb54834dfc036d3609c1ed94476d33
-SIZE (konversation-1.1.tar.bz2) = 5468714
diff --git a/irc/konversation-kde4/files/patch-konversation-src-dcccommon.cpp b/irc/konversation-kde4/files/patch-konversation-src-dcccommon.cpp
deleted file mode 100644
index 6ad5249fe594..000000000000
--- a/irc/konversation-kde4/files/patch-konversation-src-dcccommon.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./konversation/src/dcccommon.cpp.orig 2008-08-06 19:56:27.000000000 +0400
-+++ ./konversation/src/dcccommon.cpp 2008-08-16 21:11:14.000000000 +0400
-@@ -15,6 +15,7 @@
- #include "server.h"
-
- #include <arpa/inet.h>
-+#include <netinet/in.h>
-
- #include <qhostaddress.h>
-
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 db6005c47bd0..000000000000
--- a/irc/konversation-kde4/pkg-plist
+++ /dev/null
@@ -1,323 +0,0 @@
-bin/konversation
-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/kdeversion
-share/apps/konversation/scripts/mail
-share/apps/konversation/scripts/media
-share/apps/konversation/scripts/sayclip
-share/apps/konversation/scripts/sysinfo
-share/apps/konversation/scripts/tinyurl
-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/oxygen/index.desktop
-share/apps/konversation/themes/oxygen/irc_admin.png
-share/apps/konversation/themes/oxygen/irc_away.png
-share/apps/konversation/themes/oxygen/irc_halfop.png
-share/apps/konversation/themes/oxygen/irc_normal.png
-share/apps/konversation/themes/oxygen/irc_op.png
-share/apps/konversation/themes/oxygen/irc_owner.png
-share/apps/konversation/themes/oxygen/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/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/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/pa/LC_MESSAGES/konversation.mo
-share/locale/pt/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/tr/LC_MESSAGES/konversation.mo
-share/locale/zh_CN/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/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/oxygen
-@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 95d1770176c3..000000000000
--- a/irc/weechat-devel/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# New ports collection makefile for: weechat
-# Date created: 2003-03-07
-# Whom: clement
-#
-# $FreeBSD$
-#
-
-PORTNAME= weechat
-PORTVERSION= 0.2.6
-PORTREVISION= 2
-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:262
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-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.26:${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
-
-post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
-
-.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