summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/climm/Makefile71
-rw-r--r--net-im/climm/distinfo3
-rw-r--r--net-im/climm/pkg-descr3
-rw-r--r--net-im/climm/pkg-plist36
-rw-r--r--net-im/finch/Makefile163
-rw-r--r--net-im/finch/distinfo3
-rw-r--r--net-im/finch/pkg-descr21
-rw-r--r--net-im/finch/pkg-plist574
-rw-r--r--net-im/gaim-consoleui-devel/Makefile163
-rw-r--r--net-im/gaim-consoleui-devel/distinfo3
-rw-r--r--net-im/gaim-consoleui-devel/pkg-descr21
-rw-r--r--net-im/gaim-consoleui-devel/pkg-plist574
-rw-r--r--net-im/gajim-devel/Makefile41
-rw-r--r--net-im/gajim-devel/distinfo3
-rw-r--r--net-im/gajim-devel/pkg-descr23
-rw-r--r--net-im/gajim-devel/pkg-plist707
-rw-r--r--net-im/kmess-kde4/Makefile26
-rw-r--r--net-im/kmess-kde4/distinfo3
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-Makefile.in11
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h11
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h13
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-kmessview.cpp11
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-kmessview.h10
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp11
-rw-r--r--net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h10
-rw-r--r--net-im/kmess-kde4/pkg-descr6
-rw-r--r--net-im/kmess-kde4/pkg-plist175
-rw-r--r--net-im/libgaim/Makefile163
-rw-r--r--net-im/libgaim/distinfo3
-rw-r--r--net-im/libgaim/pkg-descr21
-rw-r--r--net-im/libgaim/pkg-plist574
-rw-r--r--net-im/libpurple/Makefile163
-rw-r--r--net-im/libpurple/distinfo3
-rw-r--r--net-im/libpurple/pkg-descr21
-rw-r--r--net-im/libpurple/pkg-plist574
-rw-r--r--net-im/pidgin-guifications/Makefile47
-rw-r--r--net-im/pidgin-guifications/distinfo3
-rw-r--r--net-im/pidgin-guifications/pkg-descr4
-rw-r--r--net-im/pidgin-guifications/pkg-plist56
-rw-r--r--net-im/pidgin-latex/Makefile36
-rw-r--r--net-im/pidgin-latex/distinfo3
-rw-r--r--net-im/pidgin-latex/files/patch-LaTeX.c17
-rw-r--r--net-im/pidgin-latex/pkg-descr4
-rw-r--r--net-im/pidgin/Makefile163
-rw-r--r--net-im/pidgin/distinfo3
-rw-r--r--net-im/pidgin/pkg-descr21
-rw-r--r--net-im/pidgin/pkg-plist574
-rw-r--r--net-im/rubygem-xmpp4r/Makefile50
-rw-r--r--net-im/rubygem-xmpp4r/distinfo3
-rw-r--r--net-im/rubygem-xmpp4r/pkg-descr12
-rw-r--r--net-im/rubygem-xmpp4r/pkg-plist339
-rw-r--r--net-im/skype-devel/Makefile62
-rw-r--r--net-im/skype-devel/distinfo3
-rw-r--r--net-im/skype-devel/pkg-descr5
-rw-r--r--net-im/skype-devel/pkg-plist44
-rw-r--r--net-im/skype/Makefile60
-rw-r--r--net-im/skype/distinfo3
-rw-r--r--net-im/skype/pkg-descr5
-rw-r--r--net-im/skype/pkg-plist40
-rw-r--r--net-im/skype20/Makefile60
-rw-r--r--net-im/skype20/distinfo3
-rw-r--r--net-im/skype20/pkg-descr5
-rw-r--r--net-im/skype20/pkg-plist40
63 files changed, 0 insertions, 5883 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
deleted file mode 100644
index 22775103ba91..000000000000
--- a/net-im/climm/Makefile
+++ /dev/null
@@ -1,71 +0,0 @@
-# New ports collection makefile for: micq
-# Date created: 11 Oct 1998
-# Whom: mph
-#
-# $FreeBSD$
-#
-
-PORTNAME= micq
-PORTVERSION= 0.5.1
-CATEGORIES= net-im
-MASTER_SITES= http://micq.org/source/ \
- http://micq.alpha345.com/source/ \
- http://http.bg.micq.org/source/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= buetow@buetow.org
-COMMENT= Text-based ICQ implementation
-
-USE_GMAKE= yes
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-
-MAN1= micq.1
-MAN5= micqrc.5
-MAN7= micq.7
-
-.if defined(WITHOUT_LIBICONV)
-CONFIGURE_ARGS+= --disable-iconv
-.else
-USE_ICONV= yes
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib -liconv
-.endif
-
-.if defined(WITHOUT_UTF8)
-CONFIGURE_ARGS+= --disable-utf8
-.endif
-
-.if defined(WITHOUT_P2P)
-CONFIGURE_ARGS+= --disable-peer2peer
-.endif
-
-.if defined(WITHOUT_P2P) || defined(WITHOUT_SSL)
-CONFIGURE_ARGS+= --disable-ssl
-.endif
-
-.if defined(WITHOUT_TCL)
-CONFIGURE_ARGS+= --disable-tcl
-.endif
-
-.if defined(WITHOUT_REMOTE)
-CONFIGURE_ARGS+= --disable-remote
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/^SUBDIRS =/s/ doc//' ${WRKSRC}/Makefile.in
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${MANPREFIX}/man/man5
- ${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${MANPREFIX}/man/man7
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for ext in i18n logformat png txt xpm
- ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo
deleted file mode 100644
index 1f4b7908840f..000000000000
--- a/net-im/climm/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (micq-0.5.1.tgz) = 8a8d33e130add017e76293e788d3d590
-SHA256 (micq-0.5.1.tgz) = 9dca3740bad608e99a8a655fc92498af1a60360f4120514902fe26efa5c925de
-SIZE (micq-0.5.1.tgz) = 1082826
diff --git a/net-im/climm/pkg-descr b/net-im/climm/pkg-descr
deleted file mode 100644
index 327c9459d72f..000000000000
--- a/net-im/climm/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A text-based implementation of ICQ, independant of Mirabilis.
-
-WWW: http://www.micq.org/
diff --git a/net-im/climm/pkg-plist b/net-im/climm/pkg-plist
deleted file mode 100644
index 655399409830..000000000000
--- a/net-im/climm/pkg-plist
+++ /dev/null
@@ -1,36 +0,0 @@
-bin/micq
-%%PORTDOCS%%%%DOCSDIR%%/README.i18n
-%%PORTDOCS%%%%DOCSDIR%%/README.logformat
-%%PORTDOCS%%%%DOCSDIR%%/icq091.txt
-%%PORTDOCS%%%%DOCSDIR%%/icqv7.txt
-%%PORTDOCS%%%%DOCSDIR%%/micq.xpm
-%%PORTDOCS%%%%DOCSDIR%%/micq@16x16.png
-%%PORTDOCS%%%%DOCSDIR%%/micq@24x24.png
-%%PORTDOCS%%%%DOCSDIR%%/micq@32x32.png
-%%PORTDOCS%%%%DOCSDIR%%/micq@48x48.png
-%%DATADIR%%/C.i18n
-%%DATADIR%%/bg.i18n
-%%DATADIR%%/de.i18n
-%%DATADIR%%/de_CH.i18n
-%%DATADIR%%/cs.i18n
-%%DATADIR%%/en.i18n
-%%DATADIR%%/es.i18n
-%%DATADIR%%/fi.i18n
-%%DATADIR%%/fr.i18n
-%%DATADIR%%/hr.i18n
-%%DATADIR%%/id.i18n
-%%DATADIR%%/it.i18n
-%%DATADIR%%/ja.i18n
-%%DATADIR%%/nl.i18n
-%%DATADIR%%/pl.i18n
-%%DATADIR%%/pt.i18n
-%%DATADIR%%/ro.i18n
-%%DATADIR%%/ru.i18n
-%%DATADIR%%/se.i18n
-%%DATADIR%%/sk.i18n
-%%DATADIR%%/sr.i18n
-%%DATADIR%%/uk.i18n
-%%DATADIR%%/yu.i18n
-%%DATADIR%%/zh_CN.i18n
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile
deleted file mode 100644
index a5dffa2099c3..000000000000
--- a/net-im/finch/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-# New ports collection makefile for: gaim
-# Date created: 26 Mar 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net-im/gaim-devel/Makefile,v 1.5 2006/10/13 05:45:01 mezz Exp $
-#
-
-PORTNAME= gaim
-PORTVERSION= 2.0.0.b3.1
-PORTREVISION= 3
-CATEGORIES?= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-DISTNAME= gaim-2.0.0beta3.1
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= Multi-protocol instant messaging client
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-CONFLICTS?= ja-gaim-[0-9]* gaim-1*
-
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20
-WANT_GNOME= yes
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
- PTHREAD_LIB="${PTHREAD_LIBS}"
-
-MAN1= gaim.1
-
-OPTIONS= SILC "Secure Internet Live Conferencing support" off \
- GTKSPELL "Spell checking support" on \
- AUDIO "Audio support" on \
- GNUTLS "GNUTLS encryption support" off \
- NSS "Mozilla NSS encryption support" on \
- SASL "Cyrus SASL support (for jabberd)" off \
- DBUS "Enable DBUS bindings" on \
- PERL "Perl scripting" off \
- TCLTK "Tcl/Tk scripting" off \
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+= evolutiondataserver
-PLIST_SUB+= EVO=""
-.else
-CONFIGURE_ARGS+= --disable-gevolution
-PLIST_SUB+= EVO="@comment not installed: "
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --enable-gnutls=yes
-.else
-CONFIGURE_ARGS+= --enable-gnutls=no
-.endif
-
-.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit
-CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc
-PLIST_SUB+= SILC=""
-.else
-PLIST_SUB+= SILC="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_NSS)
-LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
-CONFIGURE_ARGS+= --enable-nss=yes \
- --with-nspr-includes=${LOCALBASE}/include/nspr \
- --with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+= --enable-nss=no
-.endif
-
-.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= --enable-cyrus-sasl
-.endif
-
-.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
-CONFIGURE_ARGS+= --enable-dbus
-PLIST_SUB+= DBUS=""
-.else
-CONFIGURE_ARGS+= --disable-dbus
-PLIST_SUB+= DBUS="@comment not installed: "
-.endif
-
-.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800
-USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl-lib=site
-PLIST_SUB+= PERL:=""
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3+= Gaim.3
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+= --disable-gtkspell
-.endif
-
-.if defined(WITH_TCLTK)
-TCLTK_VER?= 8.4 # user can override it
-TCLTK_VER_NODOT= ${TCLTK_VER:S/.//}
-.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4
-.error Currently GAIM can only use Tcl/Tk 8.3 or 8.4
-.endif
-LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT}
-CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \
- --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER}
-CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER}
-PLIST_SUB+= TCL:=""
-.else
-PLIST_SUB+= TCL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_AUDIO)
-LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
- audiofile.0:${PORTSDIR}/audio/libaudiofile
-.else
-CONFIGURE_ARGS+= --disable-audio
-.endif
-
-pre-everything::
-.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
- @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)."
-.endif
-.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
- @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
- -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
- -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \
- ${WRKSRC}/gaim.service.in
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \
- ${WRKSRC}/src/gaim-remote.py
- @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
- ${WRKSRC}/src/gaim-send ${WRKSRC}/src/gaim-send-async
-
-.include <bsd.port.post.mk>
diff --git a/net-im/finch/distinfo b/net-im/finch/distinfo
deleted file mode 100644
index ba30341f4adc..000000000000
--- a/net-im/finch/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-2.0.0beta3.1.tar.bz2) = 202b9e6ee5171da90de14230b3037dc1
-SHA256 (gaim-2.0.0beta3.1.tar.bz2) = a282c56f32a37f7838c5332f182bdd920d4e80099b96313e503c6acc020931f4
-SIZE (gaim-2.0.0beta3.1.tar.bz2) = 5445059
diff --git a/net-im/finch/pkg-descr b/net-im/finch/pkg-descr
deleted file mode 100644
index d4901fdf0fae..000000000000
--- a/net-im/finch/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Gaim is a multi-protocol instant messaging client. It is compatible with AIM
-(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
-and Zephyr networks.
-
-Gaim users can log in to multiple accounts on multiple IM networks
-simultaneously. This means that you can be chatting with friends on AOL
-Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
-IRC channel all at the same time.
-
-Gaim supports many features of the various networks, such as file transfer
-(coming soon), away messages, typing notification, and MSN window closing
-notification. It also goes beyond that and provides many unique features. A
-few popular features are Buddy Pounces, which give the ability to notify you,
-send a message, play a sound, or run a program when a specific buddy goes away,
-signs online, or returns from idle; and plugins, consisting of text
-replacement, a buddy ticker, extended message notification, iconify on away,
-and more.
-
-(Adapted from the About Gaim page.)
-
-WWW: http://gaim.sourceforge.net/
diff --git a/net-im/finch/pkg-plist b/net-im/finch/pkg-plist
deleted file mode 100644
index c3cb70f7a50f..000000000000
--- a/net-im/finch/pkg-plist
+++ /dev/null
@@ -1,574 +0,0 @@
-bin/gaim
-%%DBUS%%bin/gaim-client-example
-%%DBUS%%bin/gaim-notifications-example.py
-%%DBUS%%bin/gaim-remote.py
-%%DBUS%%bin/gaim-send
-%%DBUS%%bin/gaim-send-async
-include/gaim/account.h
-include/gaim/accountopt.h
-include/gaim/blist.h
-include/gaim/buddyicon.h
-include/gaim/cipher.h
-include/gaim/cmds.h
-include/gaim/config.h
-include/gaim/connection.h
-include/gaim/conversation.h
-include/gaim/core.h
-%%DBUS%%include/gaim/dbus-bindings.h
-%%DBUS%%include/gaim/dbus-define-api.h
-%%DBUS%%include/gaim/dbus-gaim.h
-include/gaim/dbus-maybe.h
-%%DBUS%%include/gaim/dbus-server.h
-%%DBUS%%include/gaim/dbus-useful.h
-include/gaim/debug.h
-include/gaim/desktopitem.h
-include/gaim/dnssrv.h
-include/gaim/eventloop.h
-include/gaim/ft.h
-include/gaim/gaim.h
-include/gaim/gaim_buffer.h
-include/gaim/gtkaccount.h
-include/gaim/gtkblist.h
-include/gaim/gtkcelllayout.h
-include/gaim/gtkcellrendererprogress.h
-include/gaim/gtkcellview.h
-include/gaim/gtkcellviewmenuitem.h
-include/gaim/gtkcombobox.h
-include/gaim/gtkconn.h
-include/gaim/gtkconv.h
-include/gaim/gtkconvwin.h
-include/gaim/gtkdebug.h
-include/gaim/gtkdialogs.h
-include/gaim/gtkdnd-hints.h
-include/gaim/gtkeventloop.h
-include/gaim/gtkexpander.h
-include/gaim/gtkft.h
-include/gaim/gtkgaim.h
-include/gaim/gtkidle.h
-include/gaim/gtkimhtml.h
-include/gaim/gtkimhtmltoolbar.h
-include/gaim/gtklog.h
-include/gaim/gtkmenutray.h
-include/gaim/gtknickcolors.h
-include/gaim/gtknotify.h
-include/gaim/gtkplugin.h
-include/gaim/gtkpluginpref.h
-include/gaim/gtkpounce.h
-include/gaim/gtkprefs.h
-include/gaim/gtkprivacy.h
-include/gaim/gtkrequest.h
-include/gaim/gtkroomlist.h
-include/gaim/gtksavedstatuses.h
-include/gaim/gtksession.h
-include/gaim/gtksound.h
-include/gaim/gtksourceiter.h
-include/gaim/gtkstatusbox.h
-include/gaim/gtkstock.h
-include/gaim/gtkthemes.h
-include/gaim/gtkutils.h
-include/gaim/gtkwhiteboard.h
-include/gaim/idle.h
-include/gaim/imgstore.h
-include/gaim/log.h
-include/gaim/mime.h
-include/gaim/network.h
-include/gaim/notify.h
-include/gaim/ntlm.h
-include/gaim/plugin.h
-include/gaim/pluginpref.h
-include/gaim/pounce.h
-include/gaim/prefs.h
-include/gaim/privacy.h
-include/gaim/proxy.h
-include/gaim/prpl.h
-include/gaim/request.h
-include/gaim/roomlist.h
-include/gaim/savedstatuses.h
-include/gaim/server.h
-include/gaim/signals.h
-include/gaim/sound.h
-include/gaim/sslconn.h
-include/gaim/status.h
-include/gaim/stringref.h
-include/gaim/stun.h
-include/gaim/upnp.h
-include/gaim/util.h
-include/gaim/value.h
-include/gaim/version.h
-include/gaim/whiteboard.h
-include/gaim/xmlnode.h
-%%DBUS%%lib/gaim/dbus-example.la
-%%DBUS%%lib/gaim/dbus-example.so
-lib/gaim/docklet.la
-lib/gaim/docklet.so
-lib/gaim/extplacement.la
-lib/gaim/extplacement.so
-lib/gaim/gaimrc.la
-lib/gaim/gaimrc.so
-lib/gaim/gestures.la
-lib/gaim/gestures.so
-%%EVO%%lib/gaim/gevolution.la
-%%EVO%%lib/gaim/gevolution.so
-lib/gaim/history.la
-lib/gaim/history.so
-lib/gaim/iconaway.la
-lib/gaim/iconaway.so
-lib/gaim/idle.la
-lib/gaim/idle.so
-%%PERL:%%lib/gaim/libgaimperl.la
-%%PERL:%%lib/gaim/libgaimperl.so
-lib/gaim/libirc.la
-lib/gaim/libirc.so
-lib/gaim/libjabber.la
-lib/gaim/libjabber.so
-lib/gaim/libmsn.la
-lib/gaim/libmsn.so
-lib/gaim/libnovell.la
-lib/gaim/libnovell.so
-lib/gaim/liboscar.la
-lib/gaim/liboscar.so
-%%SILC%%lib/gaim/libsilcgaim.la
-%%SILC%%lib/gaim/libsilcgaim.so
-lib/gaim/libsimple.la
-lib/gaim/libsimple.so
-lib/gaim/libyahoo.la
-lib/gaim/libyahoo.so
-lib/gaim/libzephyr.la
-lib/gaim/libzephyr.so
-%%DBUS%%lib/gaim/musicmessaging.la
-%%DBUS%%lib/gaim/musicmessaging.so
-lib/gaim/notify.la
-lib/gaim/notify.so
-%%PERL:%%lib/gaim/perl.la
-%%PERL:%%lib/gaim/perl.so
-lib/gaim/psychic.la
-lib/gaim/psychic.so
-lib/gaim/relnot.la
-lib/gaim/relnot.so
-lib/gaim/spellchk.la
-lib/gaim/spellchk.so
-lib/gaim/ssl-gnutls.la
-lib/gaim/ssl-gnutls.so
-lib/gaim/ssl-nss.la
-lib/gaim/ssl-nss.so
-lib/gaim/ssl.la
-lib/gaim/ssl.so
-lib/gaim/statenotify.la
-lib/gaim/statenotify.so
-%%TCL:%%lib/gaim/tcl.la
-%%TCL:%%lib/gaim/tcl.so
-lib/gaim/ticker.la
-lib/gaim/ticker.so
-lib/gaim/timestamp.la
-lib/gaim/timestamp.so
-lib/gaim/timestamp_format.la
-lib/gaim/timestamp_format.so
-%%DBUS%%lib/libgaim-client.la
-%%DBUS%%lib/libgaim-client.so
-%%DBUS%%lib/libgaim-client.so.0
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/autosplit.ix
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.so
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/.packlist
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Gaim.pm
-libdata/pkgconfig/gaim.pc
-share/aclocal/gaim.m4
-%%DBUS%%share/dbus-1/services/gaim.service
-share/gnome/applications/gaim.desktop
-share/gnome/pixmaps/gaim.png
-share/gnome/pixmaps/gaim.svg
-share/gnome/pixmaps/gaim/buttons/about_menu.png
-share/gnome/pixmaps/gaim/buttons/accounts.png
-share/gnome/pixmaps/gaim/buttons/change-bgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/change-fgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/edit.png
-share/gnome/pixmaps/gaim/buttons/info.png
-share/gnome/pixmaps/gaim/buttons/insert-image-small.png
-share/gnome/pixmaps/gaim/buttons/insert-link-small.png
-share/gnome/pixmaps/gaim/buttons/insert-smiley-small.png
-%%DBUS%%share/gnome/pixmaps/gaim/buttons/music.png
-share/gnome/pixmaps/gaim/buttons/pause.png
-share/gnome/pixmaps/gaim/buttons/send-im.png
-share/gnome/pixmaps/gaim/buttons/text_bigger.png
-share/gnome/pixmaps/gaim/buttons/text_normal.png
-share/gnome/pixmaps/gaim/buttons/text_smaller.png
-share/gnome/pixmaps/gaim/dialogs/gaim_auth.png
-share/gnome/pixmaps/gaim/dialogs/gaim_cool.png
-share/gnome/pixmaps/gaim/dialogs/gaim_error.png
-share/gnome/pixmaps/gaim/dialogs/gaim_info.png
-share/gnome/pixmaps/gaim/dialogs/gaim_question.png
-share/gnome/pixmaps/gaim/dialogs/gaim_warning.png
-share/gnome/pixmaps/gaim/icons/away.png
-share/gnome/pixmaps/gaim/icons/connect.png
-share/gnome/pixmaps/gaim/icons/msgpend.png
-share/gnome/pixmaps/gaim/icons/msgunread.png
-share/gnome/pixmaps/gaim/icons/offline.png
-share/gnome/pixmaps/gaim/icons/online.png
-share/gnome/pixmaps/gaim/icons/stock_connect_16.png
-share/gnome/pixmaps/gaim/icons/stock_disconnect_16.png
-share/gnome/pixmaps/gaim/logo.png
-share/gnome/pixmaps/gaim/phone.png
-share/gnome/pixmaps/gaim/smileys/default/angel.png
-share/gnome/pixmaps/gaim/smileys/default/bigsmile.png
-share/gnome/pixmaps/gaim/smileys/default/burp.png
-share/gnome/pixmaps/gaim/smileys/default/cool.png
-share/gnome/pixmaps/gaim/smileys/default/crazy.png
-share/gnome/pixmaps/gaim/smileys/default/crossedlips.png
-share/gnome/pixmaps/gaim/smileys/default/cry.png
-share/gnome/pixmaps/gaim/smileys/default/download.png
-share/gnome/pixmaps/gaim/smileys/default/embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/farted.png
-share/gnome/pixmaps/gaim/smileys/default/kiss.png
-share/gnome/pixmaps/gaim/smileys/default/luke.png
-share/gnome/pixmaps/gaim/smileys/default/moneymouth.png
-share/gnome/pixmaps/gaim/smileys/default/mrt.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angel.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angry.png
-share/gnome/pixmaps/gaim/smileys/default/msn_away.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bat.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_beer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bowl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_boy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brb.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brheart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cake.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_car.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cat.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cellphone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cigarette.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_clock.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coffee.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coins.png
-share/gnome/pixmaps/gaim/smileys/default/msn_computer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_deadflower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_devil.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dog.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dontknow.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_donttell.png
-share/gnome/pixmaps/gaim/smileys/default/msn_drink.png
-share/gnome/pixmaps/gaim/smileys/default/msn_email.png
-share/gnome/pixmaps/gaim/smileys/default/msn_embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_film.png
-share/gnome/pixmaps/gaim/smileys/default/msn_fingerscrossed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_flower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_gift.png
-share/gnome/pixmaps/gaim/smileys/default/msn_girl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_handcuffs.png
-share/gnome/pixmaps/gaim/smileys/default/msn_heart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_highfive.png
-share/gnome/pixmaps/gaim/smileys/default/msn_hot.png
-share/gnome/pixmaps/gaim/smileys/default/msn_icon.png
-share/gnome/pixmaps/gaim/smileys/default/msn_idea.png
-share/gnome/pixmaps/gaim/smileys/default/msn_island.png
-share/gnome/pixmaps/gaim/smileys/default/msn_kiss.png
-share/gnome/pixmaps/gaim/smileys/default/msn_laugh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_lightning.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_nerd.png
-share/gnome/pixmaps/gaim/smileys/default/msn_neutral.png
-share/gnome/pixmaps/gaim/smileys/default/msn_note.png
-share/gnome/pixmaps/gaim/smileys/default/msn_occ.png
-share/gnome/pixmaps/gaim/smileys/default/msn_online.png
-share/gnome/pixmaps/gaim/smileys/default/msn_ooooh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_party.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_phone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_photo.png
-share/gnome/pixmaps/gaim/smileys/default/msn_pizza.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plane.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plate.png
-share/gnome/pixmaps/gaim/smileys/default/msn_question.png
-share/gnome/pixmaps/gaim/smileys/default/msn_rainbow.png
-share/gnome/pixmaps/gaim/smileys/default/msn_run.png
-share/gnome/pixmaps/gaim/smileys/default/msn_runback.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sad.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sarcastic.png
-share/gnome/pixmaps/gaim/smileys/default/msn_secret.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sheep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sick.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleepy.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_smiley.png
-share/gnome/pixmaps/gaim/smileys/default/msn_snail.png
-share/gnome/pixmaps/gaim/smileys/default/msn_soccer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_star.png
-share/gnome/pixmaps/gaim/smileys/default/msn_stormy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sun.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sunglasses.png
-share/gnome/pixmaps/gaim/smileys/default/msn_teeth.png
-share/gnome/pixmaps/gaim/smileys/default/msn_think.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbdown.png
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbup.png
-share/gnome/pixmaps/gaim/smileys/default/msn_tongue.png
-share/gnome/pixmaps/gaim/smileys/default/msn_turtle.png
-share/gnome/pixmaps/gaim/smileys/default/msn_umbrella.png
-share/gnome/pixmaps/gaim/smileys/default/msn_weird.png
-share/gnome/pixmaps/gaim/smileys/default/msn_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_xbox.png
-share/gnome/pixmaps/gaim/smileys/default/oneeye.png
-share/gnome/pixmaps/gaim/smileys/default/sad.png
-share/gnome/pixmaps/gaim/smileys/default/scream.png
-share/gnome/pixmaps/gaim/smileys/default/smile.png
-share/gnome/pixmaps/gaim/smileys/default/theme
-share/gnome/pixmaps/gaim/smileys/default/think.png
-share/gnome/pixmaps/gaim/smileys/default/tongue.png
-share/gnome/pixmaps/gaim/smileys/default/wink.png
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angel.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_batting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_beatup.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bigsmile.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_blush.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_brokenheart.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bye.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_chicken.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clap.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clown.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_coffee.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cowboy.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_dance.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_devil.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_doh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_drool.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyebrow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_femalefighter.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flag.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flower.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_frustrated.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ghost.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_giggle.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_glasses.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_huggs.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_hypnotized.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_idea.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_kiss.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_laughloud.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_liar.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_loser.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_love.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_madtongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter1.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_mean.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_moneyeyes.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_monkey.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_nailbiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_neutral.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ooooh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_party.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_peace.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pig.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pray.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pumpkin.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_question.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_rotfl.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sad.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shame.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shamrock.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shhhh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sick.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sighing.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silent.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silly.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sleep.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_smiley.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_star.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sunglas.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sweating.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_talktohand.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_think.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tired.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waving.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_whistling.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worried.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worship.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_yingyang.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_youkiddingme.gif
-share/gnome/pixmaps/gaim/smileys/default/yell.png
-share/gnome/pixmaps/gaim/smileys/none/theme
-share/gnome/pixmaps/gaim/status-away.png
-share/gnome/pixmaps/gaim/status-connect0.png
-share/gnome/pixmaps/gaim/status-connect1.png
-share/gnome/pixmaps/gaim/status-connect2.png
-share/gnome/pixmaps/gaim/status-connect3.png
-share/gnome/pixmaps/gaim/status-invisible.png
-share/gnome/pixmaps/gaim/status-offline.png
-share/gnome/pixmaps/gaim/status-online.png
-share/gnome/pixmaps/gaim/status-typing0.png
-share/gnome/pixmaps/gaim/status-typing1.png
-share/gnome/pixmaps/gaim/status-typing2.png
-share/gnome/pixmaps/gaim/status-typing3.png
-share/gnome/pixmaps/gaim/status/default/activebuddy.png
-share/gnome/pixmaps/gaim/status/default/admin.png
-share/gnome/pixmaps/gaim/status/default/aim.png
-share/gnome/pixmaps/gaim/status/default/aol.png
-share/gnome/pixmaps/gaim/status/default/away.png
-share/gnome/pixmaps/gaim/status/default/blocked.png
-share/gnome/pixmaps/gaim/status/default/bonjour.png
-share/gnome/pixmaps/gaim/status/default/dnd.png
-share/gnome/pixmaps/gaim/status/default/extended_away.png
-share/gnome/pixmaps/gaim/status/default/external.png
-share/gnome/pixmaps/gaim/status/default/female.png
-share/gnome/pixmaps/gaim/status/default/founder.png
-share/gnome/pixmaps/gaim/status/default/freeforchat.png
-share/gnome/pixmaps/gaim/status/default/gadu-gadu.png
-share/gnome/pixmaps/gaim/status/default/game.png
-share/gnome/pixmaps/gaim/status/default/halfop.png
-share/gnome/pixmaps/gaim/status/default/hiptop.png
-share/gnome/pixmaps/gaim/status/default/icq.png
-share/gnome/pixmaps/gaim/status/default/ignored.png
-share/gnome/pixmaps/gaim/status/default/invisible.png
-share/gnome/pixmaps/gaim/status/default/irc.png
-share/gnome/pixmaps/gaim/status/default/jabber.png
-share/gnome/pixmaps/gaim/status/default/login.png
-share/gnome/pixmaps/gaim/status/default/logout.png
-share/gnome/pixmaps/gaim/status/default/male.png
-share/gnome/pixmaps/gaim/status/default/meanwhile.png
-share/gnome/pixmaps/gaim/status/default/msn.png
-share/gnome/pixmaps/gaim/status/default/napster.png
-share/gnome/pixmaps/gaim/status/default/notauthorized.png
-share/gnome/pixmaps/gaim/status/default/novell.png
-share/gnome/pixmaps/gaim/status/default/nr.png
-share/gnome/pixmaps/gaim/status/default/occupied.png
-share/gnome/pixmaps/gaim/status/default/offline.png
-share/gnome/pixmaps/gaim/status/default/op.png
-share/gnome/pixmaps/gaim/status/default/pending.png
-share/gnome/pixmaps/gaim/status/default/secure.png
-share/gnome/pixmaps/gaim/status/default/silc.png
-share/gnome/pixmaps/gaim/status/default/simple.png
-share/gnome/pixmaps/gaim/status/default/unavailable.png
-share/gnome/pixmaps/gaim/status/default/voice.png
-share/gnome/pixmaps/gaim/status/default/wireless.png
-share/gnome/pixmaps/gaim/status/default/yahoo.png
-share/gnome/pixmaps/gaim/status/default/zephyr.png
-share/gnome/pixmaps/gaim/tb_drag_arrow_down.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_left.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
-share/gnome/pixmaps/gaim/typed.png
-share/gnome/pixmaps/gaim/typing.png
-share/gnome/sounds/gaim/alert.wav
-share/gnome/sounds/gaim/login.wav
-share/gnome/sounds/gaim/logout.wav
-share/gnome/sounds/gaim/receive.wav
-share/gnome/sounds/gaim/send.wav
-share/locale/am/LC_MESSAGES/gaim.mo
-share/locale/az/LC_MESSAGES/gaim.mo
-share/locale/bg/LC_MESSAGES/gaim.mo
-share/locale/bn/LC_MESSAGES/gaim.mo
-share/locale/bs/LC_MESSAGES/gaim.mo
-share/locale/ca/LC_MESSAGES/gaim.mo
-share/locale/ca_ES@valencian/LC_MESSAGES/gaim.mo
-share/locale/cs/LC_MESSAGES/gaim.mo
-share/locale/da/LC_MESSAGES/gaim.mo
-share/locale/de/LC_MESSAGES/gaim.mo
-share/locale/el/LC_MESSAGES/gaim.mo
-share/locale/en_AU/LC_MESSAGES/gaim.mo
-share/locale/en_CA/LC_MESSAGES/gaim.mo
-share/locale/en_GB/LC_MESSAGES/gaim.mo
-share/locale/es/LC_MESSAGES/gaim.mo
-share/locale/et/LC_MESSAGES/gaim.mo
-share/locale/fa/LC_MESSAGES/gaim.mo
-share/locale/fi/LC_MESSAGES/gaim.mo
-share/locale/fr/LC_MESSAGES/gaim.mo
-share/locale/gl/LC_MESSAGES/gaim.mo
-share/locale/gu/LC_MESSAGES/gaim.mo
-share/locale/he/LC_MESSAGES/gaim.mo
-share/locale/hi/LC_MESSAGES/gaim.mo
-share/locale/hu/LC_MESSAGES/gaim.mo
-share/locale/it/LC_MESSAGES/gaim.mo
-share/locale/ja/LC_MESSAGES/gaim.mo
-share/locale/ka/LC_MESSAGES/gaim.mo
-share/locale/ko/LC_MESSAGES/gaim.mo
-share/locale/ku/LC_MESSAGES/gaim.mo
-share/locale/lt/LC_MESSAGES/gaim.mo
-share/locale/mk/LC_MESSAGES/gaim.mo
-share/locale/my_MM/LC_MESSAGES/gaim.mo
-share/locale/nb/LC_MESSAGES/gaim.mo
-share/locale/nl/LC_MESSAGES/gaim.mo
-share/locale/nn/LC_MESSAGES/gaim.mo
-share/locale/pa/LC_MESSAGES/gaim.mo
-share/locale/pl/LC_MESSAGES/gaim.mo
-share/locale/pt/LC_MESSAGES/gaim.mo
-share/locale/pt_BR/LC_MESSAGES/gaim.mo
-share/locale/ro/LC_MESSAGES/gaim.mo
-share/locale/ru/LC_MESSAGES/gaim.mo
-share/locale/sk/LC_MESSAGES/gaim.mo
-share/locale/sl/LC_MESSAGES/gaim.mo
-share/locale/sq/LC_MESSAGES/gaim.mo
-share/locale/sr/LC_MESSAGES/gaim.mo
-share/locale/sr@Latn/LC_MESSAGES/gaim.mo
-share/locale/sv/LC_MESSAGES/gaim.mo
-share/locale/ta/LC_MESSAGES/gaim.mo
-share/locale/te/LC_MESSAGES/gaim.mo
-share/locale/tr/LC_MESSAGES/gaim.mo
-share/locale/uk/LC_MESSAGES/gaim.mo
-share/locale/vi/LC_MESSAGES/gaim.mo
-share/locale/xh/LC_MESSAGES/gaim.mo
-share/locale/zh_CN/LC_MESSAGES/gaim.mo
-share/locale/zh_TW/LC_MESSAGES/gaim.mo
-@dirrm share/gnome/sounds/gaim
-@dirrm share/gnome/pixmaps/gaim/status/default
-@dirrm share/gnome/pixmaps/gaim/status
-@dirrm share/gnome/pixmaps/gaim/smileys/none
-@dirrm share/gnome/pixmaps/gaim/smileys/default
-@dirrm share/gnome/pixmaps/gaim/smileys
-@dirrm share/gnome/pixmaps/gaim/icons
-@dirrm share/gnome/pixmaps/gaim/dialogs
-@dirrm share/gnome/pixmaps/gaim/buttons
-@dirrm share/gnome/pixmaps/gaim
-%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim
-@dirrm lib/gaim
-@dirrm include/gaim
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/my_MM/LC_MESSAGES
-@dirrmtry share/locale/my_MM
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@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/en_AU/LC_MESSAGES
-@dirrmtry share/locale/en_AU
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca_ES@valencian/LC_MESSAGES
-@dirrmtry share/locale/ca_ES@valencian
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
diff --git a/net-im/gaim-consoleui-devel/Makefile b/net-im/gaim-consoleui-devel/Makefile
deleted file mode 100644
index a5dffa2099c3..000000000000
--- a/net-im/gaim-consoleui-devel/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-# New ports collection makefile for: gaim
-# Date created: 26 Mar 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net-im/gaim-devel/Makefile,v 1.5 2006/10/13 05:45:01 mezz Exp $
-#
-
-PORTNAME= gaim
-PORTVERSION= 2.0.0.b3.1
-PORTREVISION= 3
-CATEGORIES?= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-DISTNAME= gaim-2.0.0beta3.1
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= Multi-protocol instant messaging client
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-CONFLICTS?= ja-gaim-[0-9]* gaim-1*
-
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20
-WANT_GNOME= yes
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
- PTHREAD_LIB="${PTHREAD_LIBS}"
-
-MAN1= gaim.1
-
-OPTIONS= SILC "Secure Internet Live Conferencing support" off \
- GTKSPELL "Spell checking support" on \
- AUDIO "Audio support" on \
- GNUTLS "GNUTLS encryption support" off \
- NSS "Mozilla NSS encryption support" on \
- SASL "Cyrus SASL support (for jabberd)" off \
- DBUS "Enable DBUS bindings" on \
- PERL "Perl scripting" off \
- TCLTK "Tcl/Tk scripting" off \
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+= evolutiondataserver
-PLIST_SUB+= EVO=""
-.else
-CONFIGURE_ARGS+= --disable-gevolution
-PLIST_SUB+= EVO="@comment not installed: "
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --enable-gnutls=yes
-.else
-CONFIGURE_ARGS+= --enable-gnutls=no
-.endif
-
-.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit
-CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc
-PLIST_SUB+= SILC=""
-.else
-PLIST_SUB+= SILC="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_NSS)
-LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
-CONFIGURE_ARGS+= --enable-nss=yes \
- --with-nspr-includes=${LOCALBASE}/include/nspr \
- --with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+= --enable-nss=no
-.endif
-
-.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= --enable-cyrus-sasl
-.endif
-
-.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
-CONFIGURE_ARGS+= --enable-dbus
-PLIST_SUB+= DBUS=""
-.else
-CONFIGURE_ARGS+= --disable-dbus
-PLIST_SUB+= DBUS="@comment not installed: "
-.endif
-
-.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800
-USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl-lib=site
-PLIST_SUB+= PERL:=""
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3+= Gaim.3
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+= --disable-gtkspell
-.endif
-
-.if defined(WITH_TCLTK)
-TCLTK_VER?= 8.4 # user can override it
-TCLTK_VER_NODOT= ${TCLTK_VER:S/.//}
-.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4
-.error Currently GAIM can only use Tcl/Tk 8.3 or 8.4
-.endif
-LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT}
-CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \
- --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER}
-CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER}
-PLIST_SUB+= TCL:=""
-.else
-PLIST_SUB+= TCL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_AUDIO)
-LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
- audiofile.0:${PORTSDIR}/audio/libaudiofile
-.else
-CONFIGURE_ARGS+= --disable-audio
-.endif
-
-pre-everything::
-.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
- @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)."
-.endif
-.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
- @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
- -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
- -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \
- ${WRKSRC}/gaim.service.in
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \
- ${WRKSRC}/src/gaim-remote.py
- @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
- ${WRKSRC}/src/gaim-send ${WRKSRC}/src/gaim-send-async
-
-.include <bsd.port.post.mk>
diff --git a/net-im/gaim-consoleui-devel/distinfo b/net-im/gaim-consoleui-devel/distinfo
deleted file mode 100644
index ba30341f4adc..000000000000
--- a/net-im/gaim-consoleui-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-2.0.0beta3.1.tar.bz2) = 202b9e6ee5171da90de14230b3037dc1
-SHA256 (gaim-2.0.0beta3.1.tar.bz2) = a282c56f32a37f7838c5332f182bdd920d4e80099b96313e503c6acc020931f4
-SIZE (gaim-2.0.0beta3.1.tar.bz2) = 5445059
diff --git a/net-im/gaim-consoleui-devel/pkg-descr b/net-im/gaim-consoleui-devel/pkg-descr
deleted file mode 100644
index d4901fdf0fae..000000000000
--- a/net-im/gaim-consoleui-devel/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Gaim is a multi-protocol instant messaging client. It is compatible with AIM
-(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
-and Zephyr networks.
-
-Gaim users can log in to multiple accounts on multiple IM networks
-simultaneously. This means that you can be chatting with friends on AOL
-Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
-IRC channel all at the same time.
-
-Gaim supports many features of the various networks, such as file transfer
-(coming soon), away messages, typing notification, and MSN window closing
-notification. It also goes beyond that and provides many unique features. A
-few popular features are Buddy Pounces, which give the ability to notify you,
-send a message, play a sound, or run a program when a specific buddy goes away,
-signs online, or returns from idle; and plugins, consisting of text
-replacement, a buddy ticker, extended message notification, iconify on away,
-and more.
-
-(Adapted from the About Gaim page.)
-
-WWW: http://gaim.sourceforge.net/
diff --git a/net-im/gaim-consoleui-devel/pkg-plist b/net-im/gaim-consoleui-devel/pkg-plist
deleted file mode 100644
index c3cb70f7a50f..000000000000
--- a/net-im/gaim-consoleui-devel/pkg-plist
+++ /dev/null
@@ -1,574 +0,0 @@
-bin/gaim
-%%DBUS%%bin/gaim-client-example
-%%DBUS%%bin/gaim-notifications-example.py
-%%DBUS%%bin/gaim-remote.py
-%%DBUS%%bin/gaim-send
-%%DBUS%%bin/gaim-send-async
-include/gaim/account.h
-include/gaim/accountopt.h
-include/gaim/blist.h
-include/gaim/buddyicon.h
-include/gaim/cipher.h
-include/gaim/cmds.h
-include/gaim/config.h
-include/gaim/connection.h
-include/gaim/conversation.h
-include/gaim/core.h
-%%DBUS%%include/gaim/dbus-bindings.h
-%%DBUS%%include/gaim/dbus-define-api.h
-%%DBUS%%include/gaim/dbus-gaim.h
-include/gaim/dbus-maybe.h
-%%DBUS%%include/gaim/dbus-server.h
-%%DBUS%%include/gaim/dbus-useful.h
-include/gaim/debug.h
-include/gaim/desktopitem.h
-include/gaim/dnssrv.h
-include/gaim/eventloop.h
-include/gaim/ft.h
-include/gaim/gaim.h
-include/gaim/gaim_buffer.h
-include/gaim/gtkaccount.h
-include/gaim/gtkblist.h
-include/gaim/gtkcelllayout.h
-include/gaim/gtkcellrendererprogress.h
-include/gaim/gtkcellview.h
-include/gaim/gtkcellviewmenuitem.h
-include/gaim/gtkcombobox.h
-include/gaim/gtkconn.h
-include/gaim/gtkconv.h
-include/gaim/gtkconvwin.h
-include/gaim/gtkdebug.h
-include/gaim/gtkdialogs.h
-include/gaim/gtkdnd-hints.h
-include/gaim/gtkeventloop.h
-include/gaim/gtkexpander.h
-include/gaim/gtkft.h
-include/gaim/gtkgaim.h
-include/gaim/gtkidle.h
-include/gaim/gtkimhtml.h
-include/gaim/gtkimhtmltoolbar.h
-include/gaim/gtklog.h
-include/gaim/gtkmenutray.h
-include/gaim/gtknickcolors.h
-include/gaim/gtknotify.h
-include/gaim/gtkplugin.h
-include/gaim/gtkpluginpref.h
-include/gaim/gtkpounce.h
-include/gaim/gtkprefs.h
-include/gaim/gtkprivacy.h
-include/gaim/gtkrequest.h
-include/gaim/gtkroomlist.h
-include/gaim/gtksavedstatuses.h
-include/gaim/gtksession.h
-include/gaim/gtksound.h
-include/gaim/gtksourceiter.h
-include/gaim/gtkstatusbox.h
-include/gaim/gtkstock.h
-include/gaim/gtkthemes.h
-include/gaim/gtkutils.h
-include/gaim/gtkwhiteboard.h
-include/gaim/idle.h
-include/gaim/imgstore.h
-include/gaim/log.h
-include/gaim/mime.h
-include/gaim/network.h
-include/gaim/notify.h
-include/gaim/ntlm.h
-include/gaim/plugin.h
-include/gaim/pluginpref.h
-include/gaim/pounce.h
-include/gaim/prefs.h
-include/gaim/privacy.h
-include/gaim/proxy.h
-include/gaim/prpl.h
-include/gaim/request.h
-include/gaim/roomlist.h
-include/gaim/savedstatuses.h
-include/gaim/server.h
-include/gaim/signals.h
-include/gaim/sound.h
-include/gaim/sslconn.h
-include/gaim/status.h
-include/gaim/stringref.h
-include/gaim/stun.h
-include/gaim/upnp.h
-include/gaim/util.h
-include/gaim/value.h
-include/gaim/version.h
-include/gaim/whiteboard.h
-include/gaim/xmlnode.h
-%%DBUS%%lib/gaim/dbus-example.la
-%%DBUS%%lib/gaim/dbus-example.so
-lib/gaim/docklet.la
-lib/gaim/docklet.so
-lib/gaim/extplacement.la
-lib/gaim/extplacement.so
-lib/gaim/gaimrc.la
-lib/gaim/gaimrc.so
-lib/gaim/gestures.la
-lib/gaim/gestures.so
-%%EVO%%lib/gaim/gevolution.la
-%%EVO%%lib/gaim/gevolution.so
-lib/gaim/history.la
-lib/gaim/history.so
-lib/gaim/iconaway.la
-lib/gaim/iconaway.so
-lib/gaim/idle.la
-lib/gaim/idle.so
-%%PERL:%%lib/gaim/libgaimperl.la
-%%PERL:%%lib/gaim/libgaimperl.so
-lib/gaim/libirc.la
-lib/gaim/libirc.so
-lib/gaim/libjabber.la
-lib/gaim/libjabber.so
-lib/gaim/libmsn.la
-lib/gaim/libmsn.so
-lib/gaim/libnovell.la
-lib/gaim/libnovell.so
-lib/gaim/liboscar.la
-lib/gaim/liboscar.so
-%%SILC%%lib/gaim/libsilcgaim.la
-%%SILC%%lib/gaim/libsilcgaim.so
-lib/gaim/libsimple.la
-lib/gaim/libsimple.so
-lib/gaim/libyahoo.la
-lib/gaim/libyahoo.so
-lib/gaim/libzephyr.la
-lib/gaim/libzephyr.so
-%%DBUS%%lib/gaim/musicmessaging.la
-%%DBUS%%lib/gaim/musicmessaging.so
-lib/gaim/notify.la
-lib/gaim/notify.so
-%%PERL:%%lib/gaim/perl.la
-%%PERL:%%lib/gaim/perl.so
-lib/gaim/psychic.la
-lib/gaim/psychic.so
-lib/gaim/relnot.la
-lib/gaim/relnot.so
-lib/gaim/spellchk.la
-lib/gaim/spellchk.so
-lib/gaim/ssl-gnutls.la
-lib/gaim/ssl-gnutls.so
-lib/gaim/ssl-nss.la
-lib/gaim/ssl-nss.so
-lib/gaim/ssl.la
-lib/gaim/ssl.so
-lib/gaim/statenotify.la
-lib/gaim/statenotify.so
-%%TCL:%%lib/gaim/tcl.la
-%%TCL:%%lib/gaim/tcl.so
-lib/gaim/ticker.la
-lib/gaim/ticker.so
-lib/gaim/timestamp.la
-lib/gaim/timestamp.so
-lib/gaim/timestamp_format.la
-lib/gaim/timestamp_format.so
-%%DBUS%%lib/libgaim-client.la
-%%DBUS%%lib/libgaim-client.so
-%%DBUS%%lib/libgaim-client.so.0
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/autosplit.ix
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.so
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/.packlist
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Gaim.pm
-libdata/pkgconfig/gaim.pc
-share/aclocal/gaim.m4
-%%DBUS%%share/dbus-1/services/gaim.service
-share/gnome/applications/gaim.desktop
-share/gnome/pixmaps/gaim.png
-share/gnome/pixmaps/gaim.svg
-share/gnome/pixmaps/gaim/buttons/about_menu.png
-share/gnome/pixmaps/gaim/buttons/accounts.png
-share/gnome/pixmaps/gaim/buttons/change-bgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/change-fgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/edit.png
-share/gnome/pixmaps/gaim/buttons/info.png
-share/gnome/pixmaps/gaim/buttons/insert-image-small.png
-share/gnome/pixmaps/gaim/buttons/insert-link-small.png
-share/gnome/pixmaps/gaim/buttons/insert-smiley-small.png
-%%DBUS%%share/gnome/pixmaps/gaim/buttons/music.png
-share/gnome/pixmaps/gaim/buttons/pause.png
-share/gnome/pixmaps/gaim/buttons/send-im.png
-share/gnome/pixmaps/gaim/buttons/text_bigger.png
-share/gnome/pixmaps/gaim/buttons/text_normal.png
-share/gnome/pixmaps/gaim/buttons/text_smaller.png
-share/gnome/pixmaps/gaim/dialogs/gaim_auth.png
-share/gnome/pixmaps/gaim/dialogs/gaim_cool.png
-share/gnome/pixmaps/gaim/dialogs/gaim_error.png
-share/gnome/pixmaps/gaim/dialogs/gaim_info.png
-share/gnome/pixmaps/gaim/dialogs/gaim_question.png
-share/gnome/pixmaps/gaim/dialogs/gaim_warning.png
-share/gnome/pixmaps/gaim/icons/away.png
-share/gnome/pixmaps/gaim/icons/connect.png
-share/gnome/pixmaps/gaim/icons/msgpend.png
-share/gnome/pixmaps/gaim/icons/msgunread.png
-share/gnome/pixmaps/gaim/icons/offline.png
-share/gnome/pixmaps/gaim/icons/online.png
-share/gnome/pixmaps/gaim/icons/stock_connect_16.png
-share/gnome/pixmaps/gaim/icons/stock_disconnect_16.png
-share/gnome/pixmaps/gaim/logo.png
-share/gnome/pixmaps/gaim/phone.png
-share/gnome/pixmaps/gaim/smileys/default/angel.png
-share/gnome/pixmaps/gaim/smileys/default/bigsmile.png
-share/gnome/pixmaps/gaim/smileys/default/burp.png
-share/gnome/pixmaps/gaim/smileys/default/cool.png
-share/gnome/pixmaps/gaim/smileys/default/crazy.png
-share/gnome/pixmaps/gaim/smileys/default/crossedlips.png
-share/gnome/pixmaps/gaim/smileys/default/cry.png
-share/gnome/pixmaps/gaim/smileys/default/download.png
-share/gnome/pixmaps/gaim/smileys/default/embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/farted.png
-share/gnome/pixmaps/gaim/smileys/default/kiss.png
-share/gnome/pixmaps/gaim/smileys/default/luke.png
-share/gnome/pixmaps/gaim/smileys/default/moneymouth.png
-share/gnome/pixmaps/gaim/smileys/default/mrt.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angel.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angry.png
-share/gnome/pixmaps/gaim/smileys/default/msn_away.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bat.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_beer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bowl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_boy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brb.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brheart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cake.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_car.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cat.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cellphone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cigarette.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_clock.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coffee.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coins.png
-share/gnome/pixmaps/gaim/smileys/default/msn_computer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_deadflower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_devil.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dog.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dontknow.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_donttell.png
-share/gnome/pixmaps/gaim/smileys/default/msn_drink.png
-share/gnome/pixmaps/gaim/smileys/default/msn_email.png
-share/gnome/pixmaps/gaim/smileys/default/msn_embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_film.png
-share/gnome/pixmaps/gaim/smileys/default/msn_fingerscrossed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_flower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_gift.png
-share/gnome/pixmaps/gaim/smileys/default/msn_girl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_handcuffs.png
-share/gnome/pixmaps/gaim/smileys/default/msn_heart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_highfive.png
-share/gnome/pixmaps/gaim/smileys/default/msn_hot.png
-share/gnome/pixmaps/gaim/smileys/default/msn_icon.png
-share/gnome/pixmaps/gaim/smileys/default/msn_idea.png
-share/gnome/pixmaps/gaim/smileys/default/msn_island.png
-share/gnome/pixmaps/gaim/smileys/default/msn_kiss.png
-share/gnome/pixmaps/gaim/smileys/default/msn_laugh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_lightning.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_nerd.png
-share/gnome/pixmaps/gaim/smileys/default/msn_neutral.png
-share/gnome/pixmaps/gaim/smileys/default/msn_note.png
-share/gnome/pixmaps/gaim/smileys/default/msn_occ.png
-share/gnome/pixmaps/gaim/smileys/default/msn_online.png
-share/gnome/pixmaps/gaim/smileys/default/msn_ooooh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_party.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_phone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_photo.png
-share/gnome/pixmaps/gaim/smileys/default/msn_pizza.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plane.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plate.png
-share/gnome/pixmaps/gaim/smileys/default/msn_question.png
-share/gnome/pixmaps/gaim/smileys/default/msn_rainbow.png
-share/gnome/pixmaps/gaim/smileys/default/msn_run.png
-share/gnome/pixmaps/gaim/smileys/default/msn_runback.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sad.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sarcastic.png
-share/gnome/pixmaps/gaim/smileys/default/msn_secret.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sheep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sick.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleepy.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_smiley.png
-share/gnome/pixmaps/gaim/smileys/default/msn_snail.png
-share/gnome/pixmaps/gaim/smileys/default/msn_soccer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_star.png
-share/gnome/pixmaps/gaim/smileys/default/msn_stormy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sun.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sunglasses.png
-share/gnome/pixmaps/gaim/smileys/default/msn_teeth.png
-share/gnome/pixmaps/gaim/smileys/default/msn_think.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbdown.png
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbup.png
-share/gnome/pixmaps/gaim/smileys/default/msn_tongue.png
-share/gnome/pixmaps/gaim/smileys/default/msn_turtle.png
-share/gnome/pixmaps/gaim/smileys/default/msn_umbrella.png
-share/gnome/pixmaps/gaim/smileys/default/msn_weird.png
-share/gnome/pixmaps/gaim/smileys/default/msn_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_xbox.png
-share/gnome/pixmaps/gaim/smileys/default/oneeye.png
-share/gnome/pixmaps/gaim/smileys/default/sad.png
-share/gnome/pixmaps/gaim/smileys/default/scream.png
-share/gnome/pixmaps/gaim/smileys/default/smile.png
-share/gnome/pixmaps/gaim/smileys/default/theme
-share/gnome/pixmaps/gaim/smileys/default/think.png
-share/gnome/pixmaps/gaim/smileys/default/tongue.png
-share/gnome/pixmaps/gaim/smileys/default/wink.png
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angel.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_batting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_beatup.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bigsmile.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_blush.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_brokenheart.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bye.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_chicken.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clap.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clown.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_coffee.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cowboy.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_dance.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_devil.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_doh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_drool.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyebrow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_femalefighter.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flag.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flower.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_frustrated.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ghost.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_giggle.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_glasses.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_huggs.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_hypnotized.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_idea.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_kiss.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_laughloud.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_liar.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_loser.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_love.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_madtongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter1.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_mean.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_moneyeyes.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_monkey.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_nailbiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_neutral.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ooooh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_party.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_peace.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pig.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pray.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pumpkin.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_question.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_rotfl.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sad.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shame.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shamrock.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shhhh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sick.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sighing.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silent.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silly.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sleep.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_smiley.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_star.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sunglas.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sweating.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_talktohand.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_think.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tired.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waving.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_whistling.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worried.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worship.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_yingyang.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_youkiddingme.gif
-share/gnome/pixmaps/gaim/smileys/default/yell.png
-share/gnome/pixmaps/gaim/smileys/none/theme
-share/gnome/pixmaps/gaim/status-away.png
-share/gnome/pixmaps/gaim/status-connect0.png
-share/gnome/pixmaps/gaim/status-connect1.png
-share/gnome/pixmaps/gaim/status-connect2.png
-share/gnome/pixmaps/gaim/status-connect3.png
-share/gnome/pixmaps/gaim/status-invisible.png
-share/gnome/pixmaps/gaim/status-offline.png
-share/gnome/pixmaps/gaim/status-online.png
-share/gnome/pixmaps/gaim/status-typing0.png
-share/gnome/pixmaps/gaim/status-typing1.png
-share/gnome/pixmaps/gaim/status-typing2.png
-share/gnome/pixmaps/gaim/status-typing3.png
-share/gnome/pixmaps/gaim/status/default/activebuddy.png
-share/gnome/pixmaps/gaim/status/default/admin.png
-share/gnome/pixmaps/gaim/status/default/aim.png
-share/gnome/pixmaps/gaim/status/default/aol.png
-share/gnome/pixmaps/gaim/status/default/away.png
-share/gnome/pixmaps/gaim/status/default/blocked.png
-share/gnome/pixmaps/gaim/status/default/bonjour.png
-share/gnome/pixmaps/gaim/status/default/dnd.png
-share/gnome/pixmaps/gaim/status/default/extended_away.png
-share/gnome/pixmaps/gaim/status/default/external.png
-share/gnome/pixmaps/gaim/status/default/female.png
-share/gnome/pixmaps/gaim/status/default/founder.png
-share/gnome/pixmaps/gaim/status/default/freeforchat.png
-share/gnome/pixmaps/gaim/status/default/gadu-gadu.png
-share/gnome/pixmaps/gaim/status/default/game.png
-share/gnome/pixmaps/gaim/status/default/halfop.png
-share/gnome/pixmaps/gaim/status/default/hiptop.png
-share/gnome/pixmaps/gaim/status/default/icq.png
-share/gnome/pixmaps/gaim/status/default/ignored.png
-share/gnome/pixmaps/gaim/status/default/invisible.png
-share/gnome/pixmaps/gaim/status/default/irc.png
-share/gnome/pixmaps/gaim/status/default/jabber.png
-share/gnome/pixmaps/gaim/status/default/login.png
-share/gnome/pixmaps/gaim/status/default/logout.png
-share/gnome/pixmaps/gaim/status/default/male.png
-share/gnome/pixmaps/gaim/status/default/meanwhile.png
-share/gnome/pixmaps/gaim/status/default/msn.png
-share/gnome/pixmaps/gaim/status/default/napster.png
-share/gnome/pixmaps/gaim/status/default/notauthorized.png
-share/gnome/pixmaps/gaim/status/default/novell.png
-share/gnome/pixmaps/gaim/status/default/nr.png
-share/gnome/pixmaps/gaim/status/default/occupied.png
-share/gnome/pixmaps/gaim/status/default/offline.png
-share/gnome/pixmaps/gaim/status/default/op.png
-share/gnome/pixmaps/gaim/status/default/pending.png
-share/gnome/pixmaps/gaim/status/default/secure.png
-share/gnome/pixmaps/gaim/status/default/silc.png
-share/gnome/pixmaps/gaim/status/default/simple.png
-share/gnome/pixmaps/gaim/status/default/unavailable.png
-share/gnome/pixmaps/gaim/status/default/voice.png
-share/gnome/pixmaps/gaim/status/default/wireless.png
-share/gnome/pixmaps/gaim/status/default/yahoo.png
-share/gnome/pixmaps/gaim/status/default/zephyr.png
-share/gnome/pixmaps/gaim/tb_drag_arrow_down.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_left.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
-share/gnome/pixmaps/gaim/typed.png
-share/gnome/pixmaps/gaim/typing.png
-share/gnome/sounds/gaim/alert.wav
-share/gnome/sounds/gaim/login.wav
-share/gnome/sounds/gaim/logout.wav
-share/gnome/sounds/gaim/receive.wav
-share/gnome/sounds/gaim/send.wav
-share/locale/am/LC_MESSAGES/gaim.mo
-share/locale/az/LC_MESSAGES/gaim.mo
-share/locale/bg/LC_MESSAGES/gaim.mo
-share/locale/bn/LC_MESSAGES/gaim.mo
-share/locale/bs/LC_MESSAGES/gaim.mo
-share/locale/ca/LC_MESSAGES/gaim.mo
-share/locale/ca_ES@valencian/LC_MESSAGES/gaim.mo
-share/locale/cs/LC_MESSAGES/gaim.mo
-share/locale/da/LC_MESSAGES/gaim.mo
-share/locale/de/LC_MESSAGES/gaim.mo
-share/locale/el/LC_MESSAGES/gaim.mo
-share/locale/en_AU/LC_MESSAGES/gaim.mo
-share/locale/en_CA/LC_MESSAGES/gaim.mo
-share/locale/en_GB/LC_MESSAGES/gaim.mo
-share/locale/es/LC_MESSAGES/gaim.mo
-share/locale/et/LC_MESSAGES/gaim.mo
-share/locale/fa/LC_MESSAGES/gaim.mo
-share/locale/fi/LC_MESSAGES/gaim.mo
-share/locale/fr/LC_MESSAGES/gaim.mo
-share/locale/gl/LC_MESSAGES/gaim.mo
-share/locale/gu/LC_MESSAGES/gaim.mo
-share/locale/he/LC_MESSAGES/gaim.mo
-share/locale/hi/LC_MESSAGES/gaim.mo
-share/locale/hu/LC_MESSAGES/gaim.mo
-share/locale/it/LC_MESSAGES/gaim.mo
-share/locale/ja/LC_MESSAGES/gaim.mo
-share/locale/ka/LC_MESSAGES/gaim.mo
-share/locale/ko/LC_MESSAGES/gaim.mo
-share/locale/ku/LC_MESSAGES/gaim.mo
-share/locale/lt/LC_MESSAGES/gaim.mo
-share/locale/mk/LC_MESSAGES/gaim.mo
-share/locale/my_MM/LC_MESSAGES/gaim.mo
-share/locale/nb/LC_MESSAGES/gaim.mo
-share/locale/nl/LC_MESSAGES/gaim.mo
-share/locale/nn/LC_MESSAGES/gaim.mo
-share/locale/pa/LC_MESSAGES/gaim.mo
-share/locale/pl/LC_MESSAGES/gaim.mo
-share/locale/pt/LC_MESSAGES/gaim.mo
-share/locale/pt_BR/LC_MESSAGES/gaim.mo
-share/locale/ro/LC_MESSAGES/gaim.mo
-share/locale/ru/LC_MESSAGES/gaim.mo
-share/locale/sk/LC_MESSAGES/gaim.mo
-share/locale/sl/LC_MESSAGES/gaim.mo
-share/locale/sq/LC_MESSAGES/gaim.mo
-share/locale/sr/LC_MESSAGES/gaim.mo
-share/locale/sr@Latn/LC_MESSAGES/gaim.mo
-share/locale/sv/LC_MESSAGES/gaim.mo
-share/locale/ta/LC_MESSAGES/gaim.mo
-share/locale/te/LC_MESSAGES/gaim.mo
-share/locale/tr/LC_MESSAGES/gaim.mo
-share/locale/uk/LC_MESSAGES/gaim.mo
-share/locale/vi/LC_MESSAGES/gaim.mo
-share/locale/xh/LC_MESSAGES/gaim.mo
-share/locale/zh_CN/LC_MESSAGES/gaim.mo
-share/locale/zh_TW/LC_MESSAGES/gaim.mo
-@dirrm share/gnome/sounds/gaim
-@dirrm share/gnome/pixmaps/gaim/status/default
-@dirrm share/gnome/pixmaps/gaim/status
-@dirrm share/gnome/pixmaps/gaim/smileys/none
-@dirrm share/gnome/pixmaps/gaim/smileys/default
-@dirrm share/gnome/pixmaps/gaim/smileys
-@dirrm share/gnome/pixmaps/gaim/icons
-@dirrm share/gnome/pixmaps/gaim/dialogs
-@dirrm share/gnome/pixmaps/gaim/buttons
-@dirrm share/gnome/pixmaps/gaim
-%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim
-@dirrm lib/gaim
-@dirrm include/gaim
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/my_MM/LC_MESSAGES
-@dirrmtry share/locale/my_MM
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@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/en_AU/LC_MESSAGES
-@dirrmtry share/locale/en_AU
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca_ES@valencian/LC_MESSAGES
-@dirrmtry share/locale/ca_ES@valencian
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
diff --git a/net-im/gajim-devel/Makefile b/net-im/gajim-devel/Makefile
deleted file mode 100644
index 58f7b97f5821..000000000000
--- a/net-im/gajim-devel/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: gajim
-# Date created: 27 April 2005
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gajim
-PORTVERSION= 0.10.1
-CATEGORIES= net-im
-MASTER_SITES= http://www.gajim.org/downloads/
-
-MAINTAINER= stephan@spaceboyz.net
-COMMENT= Gajim is a Jabber client based on a plugin system
-
-LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite21
-
-USE_X_PREFIX= yes
-USE_PYTHON= 2.3+
-USE_GMAKE= yes
-USE_BZIP2= yes
-USE_GNOME= pygtk2
-
-MAKE_ENV+= PY_CFLAGS=-I${PYTHON_INCLUDEDIR} \
- PY_PREFIX=${LOCALBASE} \
- CC=${CC} LDFLAGS=-L${LOCALBASE}/lib
-
-MAN1= gajim.1 \
- gajim-remote.1
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^PREFIX.*=.*||; s|^DESTDIR.*=.*||; s|share/man|man|' \
- ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e \
- 's|CFLAGS =|CFLAGS +=|; s|LDFLAGS =|LDFLAGS +=|; \
- s|-I/usr/include/python\$$(PYTHONVER)|$$(PY_CFLAGS)|' \
- ${WRKSRC}/src/Makefile ${WRKSRC}/src/common/Makefile
-
-.include <bsd.port.mk>
diff --git a/net-im/gajim-devel/distinfo b/net-im/gajim-devel/distinfo
deleted file mode 100644
index 40243afaeba7..000000000000
--- a/net-im/gajim-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gajim-0.10.1.tar.bz2) = 392d9d1e06f6db49a892b9aea4a178c7
-SHA256 (gajim-0.10.1.tar.bz2) = b167a3405d8a5e9a3913fe711562a9cb8bb8dbfc78240dbb5b3c9c51a1610174
-SIZE (gajim-0.10.1.tar.bz2) = 2066396
diff --git a/net-im/gajim-devel/pkg-descr b/net-im/gajim-devel/pkg-descr
deleted file mode 100644
index 13b8f7eb38fc..000000000000
--- a/net-im/gajim-devel/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-The goal of Gajim is to provide a full featured and easy to use Jabber
-client. Gajim works nicely with GNOME, but does not require it to run.
-It is released under the GNU General Public License.
-
-FEATURES:
- * Tabbed chat window
- * Group chat support (with MUC protocol)
- * Emoticons, Avatars, File transfer, Room Bookmarks
- * Metacontacts Support
- * Trayicon, Speller, extented chat history functionalities
- * TLS and GPG support (with SSL legacy support)
- * Transport Registration support
- * Service Discovery including Nodes
- * Wikipedia, dictionary and search engine lookup
- * Multiple accounts support
- * DBus Capabilities.
- * XML Console
- * Gajim is available in 16 languages
-
-You might want to install deskutils/notification-daemon for pretty
-pop-ups or devel/py-psyco for improved Python performance.
-
-WWW: http://www.gajim.org/
diff --git a/net-im/gajim-devel/pkg-plist b/net-im/gajim-devel/pkg-plist
deleted file mode 100644
index 21be9e6f57f4..000000000000
--- a/net-im/gajim-devel/pkg-plist
+++ /dev/null
@@ -1,707 +0,0 @@
-bin/gajim
-bin/gajim-remote
-lib/gajim/idle.so
-lib/gajim/trayicon.so
-lib/gajim/gtkspell.so
-share/locale/bg/LC_MESSAGES/gajim.mo
-share/locale/cs/LC_MESSAGES/gajim.mo
-share/locale/de/LC_MESSAGES/gajim.mo
-share/locale/el/LC_MESSAGES/gajim.mo
-share/locale/es/LC_MESSAGES/gajim.mo
-share/locale/eu/LC_MESSAGES/gajim.mo
-share/locale/fr/LC_MESSAGES/gajim.mo
-share/locale/it/LC_MESSAGES/gajim.mo
-share/locale/nb/LC_MESSAGES/gajim.mo
-share/locale/nl/LC_MESSAGES/gajim.mo
-share/locale/no/LC_MESSAGES/gajim.mo
-share/locale/pl/LC_MESSAGES/gajim.mo
-share/locale/pt/LC_MESSAGES/gajim.mo
-share/locale/pt_BR/LC_MESSAGES/gajim.mo
-share/locale/ru/LC_MESSAGES/gajim.mo
-share/locale/sk/LC_MESSAGES/gajim.mo
-share/locale/sv/LC_MESSAGES/gajim.mo
-share/locale/zh_CN/LC_MESSAGES/gajim.mo
-share/applications/gajim.desktop
-share/pixmaps/gajim.png
-share/pixmaps/gajim_about.png
-%%DATADIR%%/data/emoticons/animated/hugleft.png
-%%DATADIR%%/data/emoticons/animated/girl.png
-%%DATADIR%%/data/emoticons/animated/cigarette.gif
-%%DATADIR%%/data/emoticons/animated/flower.png
-%%DATADIR%%/data/emoticons/animated/devil.png
-%%DATADIR%%/data/emoticons/animated/emoticons.py
-%%DATADIR%%/data/emoticons/animated/drink.png
-%%DATADIR%%/data/emoticons/animated/phone.png
-%%DATADIR%%/data/emoticons/animated/no.png
-%%DATADIR%%/data/emoticons/animated/cry.gif
-%%DATADIR%%/data/emoticons/animated/stare.png
-%%DATADIR%%/data/emoticons/animated/music.png
-%%DATADIR%%/data/emoticons/animated/angry.png
-%%DATADIR%%/data/emoticons/animated/party.gif
-%%DATADIR%%/data/emoticons/animated/hugright.png
-%%DATADIR%%/data/emoticons/animated/brflower.png
-%%DATADIR%%/data/emoticons/animated/sleepy.gif
-%%DATADIR%%/data/emoticons/animated/mail.png
-%%DATADIR%%/data/emoticons/animated/cake.gif
-%%DATADIR%%/data/emoticons/animated/unhappy.png
-%%DATADIR%%/data/emoticons/animated/bat.gif
-%%DATADIR%%/data/emoticons/animated/coffee.png
-%%DATADIR%%/data/emoticons/animated/photo.png
-%%DATADIR%%/data/emoticons/animated/boy.png
-%%DATADIR%%/data/emoticons/animated/eyeroll.gif
-%%DATADIR%%/data/emoticons/animated/wink.gif
-%%DATADIR%%/data/emoticons/animated/lightning.gif
-%%DATADIR%%/data/emoticons/animated/think.gif
-%%DATADIR%%/data/emoticons/animated/yes.png
-%%DATADIR%%/data/emoticons/animated/rainbow.png
-%%DATADIR%%/data/emoticons/animated/tongue.png
-%%DATADIR%%/data/emoticons/animated/heart.png
-%%DATADIR%%/data/emoticons/animated/coolglasses.png
-%%DATADIR%%/data/emoticons/animated/cuffs.png
-%%DATADIR%%/data/emoticons/animated/oh.png
-%%DATADIR%%/data/emoticons/animated/moon.png
-%%DATADIR%%/data/emoticons/animated/kiss.png
-%%DATADIR%%/data/emoticons/animated/smile.png
-%%DATADIR%%/data/emoticons/animated/star.png
-%%DATADIR%%/data/emoticons/animated/beer.png
-%%DATADIR%%/data/emoticons/animated/blush.png
-%%DATADIR%%/data/emoticons/animated/biggrin.png
-%%DATADIR%%/data/emoticons/animated/pussy.png
-%%DATADIR%%/data/emoticons/animated/dontknow.gif
-%%DATADIR%%/data/emoticons/animated/brheart.png
-%%DATADIR%%/data/emoticons/animated/lamp.png
-%%DATADIR%%/data/emoticons/animated/frowning.png
-%%DATADIR%%/data/emoticons/static/hugleft.png
-%%DATADIR%%/data/emoticons/static/girl.png
-%%DATADIR%%/data/emoticons/static/cry.png
-%%DATADIR%%/data/emoticons/static/coolglasses.png
-%%DATADIR%%/data/emoticons/static/flower.png
-%%DATADIR%%/data/emoticons/static/devil.png
-%%DATADIR%%/data/emoticons/static/emoticons.py
-%%DATADIR%%/data/emoticons/static/bat.png
-%%DATADIR%%/data/emoticons/static/drink.png
-%%DATADIR%%/data/emoticons/static/wink.png
-%%DATADIR%%/data/emoticons/static/phone.png
-%%DATADIR%%/data/emoticons/static/no.png
-%%DATADIR%%/data/emoticons/static/stare.png
-%%DATADIR%%/data/emoticons/static/music.png
-%%DATADIR%%/data/emoticons/static/angry.png
-%%DATADIR%%/data/emoticons/static/hugright.png
-%%DATADIR%%/data/emoticons/static/mail.png
-%%DATADIR%%/data/emoticons/static/brflower.png
-%%DATADIR%%/data/emoticons/static/unhappy.png
-%%DATADIR%%/data/emoticons/static/coffee.png
-%%DATADIR%%/data/emoticons/static/photo.png
-%%DATADIR%%/data/emoticons/static/boy.png
-%%DATADIR%%/data/emoticons/static/yes.png
-%%DATADIR%%/data/emoticons/static/rainbow.png
-%%DATADIR%%/data/emoticons/static/tongue.png
-%%DATADIR%%/data/emoticons/static/heart.png
-%%DATADIR%%/data/emoticons/static/oh.png
-%%DATADIR%%/data/emoticons/static/cuffs.png
-%%DATADIR%%/data/emoticons/static/moon.png
-%%DATADIR%%/data/emoticons/static/kiss.png
-%%DATADIR%%/data/emoticons/static/smile.png
-%%DATADIR%%/data/emoticons/static/star.png
-%%DATADIR%%/data/emoticons/static/beer.png
-%%DATADIR%%/data/emoticons/static/blush.png
-%%DATADIR%%/data/emoticons/static/biggrin.png
-%%DATADIR%%/data/emoticons/static/pussy.png
-%%DATADIR%%/data/emoticons/static/brheart.png
-%%DATADIR%%/data/emoticons/static/lamp.png
-%%DATADIR%%/data/emoticons/static/frowning.png
-%%DATADIR%%/data/glade/invitation_received_dialog.glade
-%%DATADIR%%/data/glade/choose_gpg_key_dialog.glade
-%%DATADIR%%/data/glade/systray_context_menu.glade
-%%DATADIR%%/data/glade/progress_dialog.glade
-%%DATADIR%%/data/glade/message_window.glade
-%%DATADIR%%/data/glade/input_dialog.glade
-%%DATADIR%%/data/glade/gtkgui.glade
-%%DATADIR%%/data/glade/change_status_message_dialog.glade
-%%DATADIR%%/data/glade/single_message_window.glade
-%%DATADIR%%/data/glade/manage_accounts_window.glade
-%%DATADIR%%/data/glade/roster_contact_context_menu.glade
-%%DATADIR%%/data/glade/advanced_configuration_window.glade
-%%DATADIR%%/data/glade/subscription_request_window.glade
-%%DATADIR%%/data/glade/account_context_menu.glade
-%%DATADIR%%/data/glade/change_password_dialog.glade
-%%DATADIR%%/data/glade/chat_control_popup_menu.glade
-%%DATADIR%%/data/glade/account_creation_wizard_window.glade
-%%DATADIR%%/data/glade/preferences_window.glade
-%%DATADIR%%/data/glade/history_window.glade
-%%DATADIR%%/data/glade/history_manager.glade
-%%DATADIR%%/data/glade/gc_occupants_menu.glade
-%%DATADIR%%/data/glade/advanced_menuitem_menu.glade
-%%DATADIR%%/data/glade/gc_control_popup_menu.glade
-%%DATADIR%%/data/glade/join_groupchat_window.glade
-%%DATADIR%%/data/glade/roster_window.glade
-%%DATADIR%%/data/glade/accounts_window.glade
-%%DATADIR%%/data/glade/chat_context_menu.glade
-%%DATADIR%%/data/glade/filetransfers.glade
-%%DATADIR%%/data/glade/account_modification_window.glade
-%%DATADIR%%/data/glade/xml_console_window.glade
-%%DATADIR%%/data/glade/service_discovery_window.glade
-%%DATADIR%%/data/glade/service_registration_window.glade
-%%DATADIR%%/data/glade/data_form_window.glade
-%%DATADIR%%/data/glade/gajim_themes_window.glade
-%%DATADIR%%/data/glade/manage_bookmarks_window.glade
-%%DATADIR%%/data/glade/passphrase_dialog.glade
-%%DATADIR%%/data/glade/manage_proxies_window.glade
-%%DATADIR%%/data/glade/vcard_information_window.glade
-%%DATADIR%%/data/glade/popup_notification_window.glade
-%%DATADIR%%/data/glade/remove_account_window.glade
-%%DATADIR%%/data/glade/add_new_contact_window.glade
-%%DATADIR%%/data/glade/edit_groups_dialog.glade
-%%DATADIR%%/data/iconsets/crystal/16x16/chat.png
-%%DATADIR%%/data/iconsets/crystal/16x16/requested.png
-%%DATADIR%%/data/iconsets/crystal/16x16/away.png
-%%DATADIR%%/data/iconsets/crystal/16x16/message.gif
-%%DATADIR%%/data/iconsets/crystal/16x16/dnd.png
-%%DATADIR%%/data/iconsets/crystal/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/crystal/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/crystal/16x16/xa.png
-%%DATADIR%%/data/iconsets/crystal/16x16/closed.png
-%%DATADIR%%/data/iconsets/crystal/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/crystal/16x16/opened.png
-%%DATADIR%%/data/iconsets/crystal/16x16/invisible.png
-%%DATADIR%%/data/iconsets/crystal/16x16/offline.png
-%%DATADIR%%/data/iconsets/crystal/16x16/online.png
-%%DATADIR%%/data/iconsets/crystal/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/crystal/16x16/error.png
-%%DATADIR%%/data/iconsets/crystal/48x48/offline.png
-%%DATADIR%%/data/iconsets/crystal/48x48/online.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/chat.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/requested.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/away.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/dnd.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/xa.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/closed.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/opened.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/invisible.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/offline.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/online.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/message.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/connecting.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/error.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/offline.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/chat.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/away.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/not_in_roster.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/requested.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/invisible.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/message.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/connecting.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/online.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/dnd.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/closed.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/xa.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/error.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/opened.png
-%%DATADIR%%/data/iconsets/dcraven/48x48/offline.png
-%%DATADIR%%/data/iconsets/dcraven/48x48/online.png
-%%DATADIR%%/data/iconsets/gnome/16x16/chat.png
-%%DATADIR%%/data/iconsets/gnome/16x16/requested.png
-%%DATADIR%%/data/iconsets/gnome/16x16/away.png
-%%DATADIR%%/data/iconsets/gnome/16x16/message.gif
-%%DATADIR%%/data/iconsets/gnome/16x16/dnd.png
-%%DATADIR%%/data/iconsets/gnome/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/gnome/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/gnome/16x16/xa.png
-%%DATADIR%%/data/iconsets/gnome/16x16/closed.png
-%%DATADIR%%/data/iconsets/gnome/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/gnome/16x16/opened.png
-%%DATADIR%%/data/iconsets/gnome/16x16/invisible.png
-%%DATADIR%%/data/iconsets/gnome/16x16/offline.png
-%%DATADIR%%/data/iconsets/gnome/16x16/online.png
-%%DATADIR%%/data/iconsets/gnome/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/gnome/16x16/error.png
-%%DATADIR%%/data/iconsets/gnome/32x32/offline.png
-%%DATADIR%%/data/iconsets/gnome/32x32/chat.png
-%%DATADIR%%/data/iconsets/gnome/32x32/away.png
-%%DATADIR%%/data/iconsets/gnome/32x32/not_in_roster.png
-%%DATADIR%%/data/iconsets/gnome/32x32/requested.png
-%%DATADIR%%/data/iconsets/gnome/32x32/online.png
-%%DATADIR%%/data/iconsets/gnome/32x32/dnd.png
-%%DATADIR%%/data/iconsets/gnome/32x32/xa.png
-%%DATADIR%%/data/iconsets/gnome/48x48/offline.png
-%%DATADIR%%/data/iconsets/gnome/48x48/online.png
-%%DATADIR%%/data/iconsets/goojim/16x16/closed.png
-%%DATADIR%%/data/iconsets/goojim/16x16/away.png
-%%DATADIR%%/data/iconsets/goojim/16x16/dnd.png
-%%DATADIR%%/data/iconsets/goojim/16x16/requested.png
-%%DATADIR%%/data/iconsets/goojim/16x16/xa.png
-%%DATADIR%%/data/iconsets/goojim/16x16/invisible.png
-%%DATADIR%%/data/iconsets/goojim/16x16/opened.png
-%%DATADIR%%/data/iconsets/goojim/16x16/chat.png
-%%DATADIR%%/data/iconsets/goojim/16x16/offline.png
-%%DATADIR%%/data/iconsets/goojim/16x16/connecting.png
-%%DATADIR%%/data/iconsets/goojim/16x16/message.png
-%%DATADIR%%/data/iconsets/goojim/16x16/online.png
-%%DATADIR%%/data/iconsets/goojim/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/goojim/16x16/error.png
-%%DATADIR%%/data/iconsets/goojim/32x32/offline.png
-%%DATADIR%%/data/iconsets/goojim/32x32/chat.png
-%%DATADIR%%/data/iconsets/goojim/32x32/away.png
-%%DATADIR%%/data/iconsets/goojim/32x32/requested.png
-%%DATADIR%%/data/iconsets/goojim/32x32/invisible.png
-%%DATADIR%%/data/iconsets/goojim/32x32/message.png
-%%DATADIR%%/data/iconsets/goojim/32x32/online.png
-%%DATADIR%%/data/iconsets/goojim/32x32/dnd.png
-%%DATADIR%%/data/iconsets/goojim/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/goojim/32x32/connecting.png
-%%DATADIR%%/data/iconsets/goojim/32x32/xa.png
-%%DATADIR%%/data/iconsets/goojim/32x32/closed.png
-%%DATADIR%%/data/iconsets/goojim/32x32/error.png
-%%DATADIR%%/data/iconsets/goojim/32x32/opened.png
-%%DATADIR%%/data/iconsets/goojim/48x48/offline.png
-%%DATADIR%%/data/iconsets/goojim/48x48/online.png
-%%DATADIR%%/data/iconsets/gossip/16x16/chat.png
-%%DATADIR%%/data/iconsets/gossip/16x16/requested.png
-%%DATADIR%%/data/iconsets/gossip/16x16/away.png
-%%DATADIR%%/data/iconsets/gossip/16x16/dnd.png
-%%DATADIR%%/data/iconsets/gossip/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/gossip/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/gossip/16x16/xa.png
-%%DATADIR%%/data/iconsets/gossip/16x16/closed.png
-%%DATADIR%%/data/iconsets/gossip/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/gossip/16x16/opened.png
-%%DATADIR%%/data/iconsets/gossip/16x16/invisible.png
-%%DATADIR%%/data/iconsets/gossip/16x16/offline.png
-%%DATADIR%%/data/iconsets/gossip/16x16/online.png
-%%DATADIR%%/data/iconsets/gossip/16x16/message.png
-%%DATADIR%%/data/iconsets/gossip/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/gossip/16x16/error.png
-%%DATADIR%%/data/iconsets/gossip/48x48/offline.png
-%%DATADIR%%/data/iconsets/gossip/48x48/online.png
-%%DATADIR%%/data/iconsets/gota/16x16/chat.png
-%%DATADIR%%/data/iconsets/gota/16x16/requested.png
-%%DATADIR%%/data/iconsets/gota/16x16/away.png
-%%DATADIR%%/data/iconsets/gota/16x16/message.gif
-%%DATADIR%%/data/iconsets/gota/16x16/dnd.png
-%%DATADIR%%/data/iconsets/gota/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/gota/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/gota/16x16/xa.png
-%%DATADIR%%/data/iconsets/gota/16x16/closed.png
-%%DATADIR%%/data/iconsets/gota/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/gota/16x16/opened.png
-%%DATADIR%%/data/iconsets/gota/16x16/invisible.png
-%%DATADIR%%/data/iconsets/gota/16x16/offline.png
-%%DATADIR%%/data/iconsets/gota/16x16/online.png
-%%DATADIR%%/data/iconsets/gota/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/gota/16x16/error.png
-%%DATADIR%%/data/iconsets/gota/32x32/offline.png
-%%DATADIR%%/data/iconsets/gota/32x32/chat.png
-%%DATADIR%%/data/iconsets/gota/32x32/away.png
-%%DATADIR%%/data/iconsets/gota/32x32/not_in_roster.png
-%%DATADIR%%/data/iconsets/gota/32x32/requested.png
-%%DATADIR%%/data/iconsets/gota/32x32/invisible.png
-%%DATADIR%%/data/iconsets/gota/32x32/connecting.gif
-%%DATADIR%%/data/iconsets/gota/32x32/online.png
-%%DATADIR%%/data/iconsets/gota/32x32/dnd.png
-%%DATADIR%%/data/iconsets/gota/32x32/message.gif
-%%DATADIR%%/data/iconsets/gota/32x32/closed.png
-%%DATADIR%%/data/iconsets/gota/32x32/xa.png
-%%DATADIR%%/data/iconsets/gota/32x32/error.png
-%%DATADIR%%/data/iconsets/gota/32x32/opened.png
-%%DATADIR%%/data/iconsets/gota/48x48/offline.png
-%%DATADIR%%/data/iconsets/gota/48x48/online.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/chat.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/requested.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/away.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/message.gif
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/dnd.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/xa.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/closed.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/opened.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/invisible.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/offline.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/online.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/connecting.png
-%%DATADIR%%/data/iconsets/jabberbulb/16x16/error.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/offline.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/chat.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/away.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/not_in_roster.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/requested.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/invisible.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/online.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/dnd.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/xa.png
-%%DATADIR%%/data/iconsets/jabberbulb/32x32/error.png
-%%DATADIR%%/data/iconsets/jabberbulb/48x48/offline.png
-%%DATADIR%%/data/iconsets/jabberbulb/48x48/online.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/chat.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/requested.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/away.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/message.gif
-%%DATADIR%%/data/iconsets/nuvola/16x16/dnd.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/xa.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/closed.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/opened.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/invisible.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/offline.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/online.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/connecting.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/error.png
-%%DATADIR%%/data/iconsets/nuvola/48x48/offline.png
-%%DATADIR%%/data/iconsets/nuvola/48x48/online.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/chat.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/requested.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/away.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/dnd.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/xa.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/closed.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/opened.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/invisible.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/offline.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/online.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/message.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/connecting.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/error.png
-%%DATADIR%%/data/iconsets/simplebulb/48x48/offline.png
-%%DATADIR%%/data/iconsets/simplebulb/48x48/online.png
-%%DATADIR%%/data/iconsets/stellar/16x16/chat.png
-%%DATADIR%%/data/iconsets/stellar/16x16/requested.png
-%%DATADIR%%/data/iconsets/stellar/16x16/away.png
-%%DATADIR%%/data/iconsets/stellar/16x16/message.gif
-%%DATADIR%%/data/iconsets/stellar/16x16/dnd.png
-%%DATADIR%%/data/iconsets/stellar/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/stellar/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/stellar/16x16/xa.png
-%%DATADIR%%/data/iconsets/stellar/16x16/closed.png
-%%DATADIR%%/data/iconsets/stellar/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/stellar/16x16/opened.png
-%%DATADIR%%/data/iconsets/stellar/16x16/invisible.png
-%%DATADIR%%/data/iconsets/stellar/16x16/offline.png
-%%DATADIR%%/data/iconsets/stellar/16x16/online.png
-%%DATADIR%%/data/iconsets/stellar/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/stellar/16x16/error.png
-%%DATADIR%%/data/iconsets/stellar/48x48/offline.png
-%%DATADIR%%/data/iconsets/stellar/48x48/online.png
-%%DATADIR%%/data/iconsets/sun/16x16/chat.png
-%%DATADIR%%/data/iconsets/sun/16x16/requested.png
-%%DATADIR%%/data/iconsets/sun/16x16/away.png
-%%DATADIR%%/data/iconsets/sun/16x16/message.gif
-%%DATADIR%%/data/iconsets/sun/16x16/dnd.png
-%%DATADIR%%/data/iconsets/sun/16x16/muc_inactive.png
-%%DATADIR%%/data/iconsets/sun/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/sun/16x16/xa.png
-%%DATADIR%%/data/iconsets/sun/16x16/closed.png
-%%DATADIR%%/data/iconsets/sun/16x16/muc_active.png
-%%DATADIR%%/data/iconsets/sun/16x16/opened.png
-%%DATADIR%%/data/iconsets/sun/16x16/invisible.png
-%%DATADIR%%/data/iconsets/sun/16x16/offline.png
-%%DATADIR%%/data/iconsets/sun/16x16/online.png
-%%DATADIR%%/data/iconsets/sun/16x16/not_in_roster.png
-%%DATADIR%%/data/iconsets/sun/16x16/error.png
-%%DATADIR%%/data/iconsets/sun/48x48/offline.png
-%%DATADIR%%/data/iconsets/sun/48x48/online.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/offline.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/chat.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/away.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/aim/48x48/offline.png
-%%DATADIR%%/data/iconsets/transports/aim/48x48/online.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/32x32/offline.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/32x32/chat.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/32x32/away.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/48x48/offline.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/48x48/online.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/offline.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/chat.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/away.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/icq/48x48/offline.png
-%%DATADIR%%/data/iconsets/transports/icq/48x48/online.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/offline.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/chat.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/away.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/msn/48x48/offline.png
-%%DATADIR%%/data/iconsets/transports/msn/48x48/online.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/tlen/32x32/offline.png
-%%DATADIR%%/data/iconsets/transports/tlen/32x32/chat.png
-%%DATADIR%%/data/iconsets/transports/tlen/32x32/away.png
-%%DATADIR%%/data/iconsets/transports/tlen/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/tlen/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/tlen/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/tlen/48x48/offline.png
-%%DATADIR%%/data/iconsets/transports/tlen/48x48/online.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/offline.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/chat.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/away.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/yahoo/48x48/offline.png
-%%DATADIR%%/data/iconsets/transports/yahoo/48x48/online.png
-%%DATADIR%%/data/other/servers.xml
-%%DATADIR%%/data/pixmaps/agents/weather.png
-%%DATADIR%%/data/pixmaps/agents/msn.png
-%%DATADIR%%/data/pixmaps/agents/gadu-gadu.png
-%%DATADIR%%/data/pixmaps/agents/pubsub.png
-%%DATADIR%%/data/pixmaps/agents/sms.png
-%%DATADIR%%/data/pixmaps/agents/bytestreams.png
-%%DATADIR%%/data/pixmaps/agents/http-ws.png
-%%DATADIR%%/data/pixmaps/agents/aim.png
-%%DATADIR%%/data/pixmaps/agents/rss.png
-%%DATADIR%%/data/pixmaps/agents/conference.png
-%%DATADIR%%/data/pixmaps/agents/icq.png
-%%DATADIR%%/data/pixmaps/agents/irc.png
-%%DATADIR%%/data/pixmaps/agents/yahoo.png
-%%DATADIR%%/data/pixmaps/agents/mail.png
-%%DATADIR%%/data/pixmaps/agents/jud.png
-%%DATADIR%%/data/pixmaps/agents/jabber.png
-%%DATADIR%%/data/pixmaps/agents/error.png
-%%DATADIR%%/data/pixmaps/agents/sip.png
-%%DATADIR%%/data/pixmaps/events/gc_invitation.png
-%%DATADIR%%/data/pixmaps/events/ft_done.png
-%%DATADIR%%/data/pixmaps/events/ft_request.png
-%%DATADIR%%/data/pixmaps/events/ft_error.png
-%%DATADIR%%/data/pixmaps/events/chat_msg_recv.png
-%%DATADIR%%/data/pixmaps/events/priv_msg_recv.png
-%%DATADIR%%/data/pixmaps/events/single_msg_recv.png
-%%DATADIR%%/data/pixmaps/events/ft_stopped.png
-%%DATADIR%%/data/pixmaps/kbd_input.png
-%%DATADIR%%/data/pixmaps/muc_separator.png
-%%DATADIR%%/data/pixmaps/gajim_about.png
-%%DATADIR%%/data/pixmaps/gajim.png
-%%DATADIR%%/data/sounds/gc_message1.wav
-%%DATADIR%%/data/sounds/message1.wav
-%%DATADIR%%/data/sounds/message2.wav
-%%DATADIR%%/data/sounds/sent.wav
-%%DATADIR%%/data/sounds/bounce.wav
-%%DATADIR%%/data/sounds/gc_message2.wav
-%%DATADIR%%/data/sounds/connected.wav
-%%DATADIR%%/data/sounds/disconnected.wav
-%%DATADIR%%/src/common/xmpp/features_nb.py
-%%DATADIR%%/src/common/xmpp/client_nb.py
-%%DATADIR%%/src/common/xmpp/roster_nb.py
-%%DATADIR%%/src/common/xmpp/transports_nb.py
-%%DATADIR%%/src/common/xmpp/__init__.py
-%%DATADIR%%/src/common/xmpp/protocol.py
-%%DATADIR%%/src/common/xmpp/commands.py
-%%DATADIR%%/src/common/xmpp/auth.py
-%%DATADIR%%/src/common/xmpp/dispatcher_nb.py
-%%DATADIR%%/src/common/xmpp/simplexml.py
-%%DATADIR%%/src/common/xmpp/roster.py
-%%DATADIR%%/src/common/xmpp/features.py
-%%DATADIR%%/src/common/xmpp/client.py
-%%DATADIR%%/src/common/xmpp/transports.py
-%%DATADIR%%/src/common/xmpp/auth_nb.py
-%%DATADIR%%/src/common/xmpp/idlequeue.py
-%%DATADIR%%/src/common/xmpp/browser.py
-%%DATADIR%%/src/common/xmpp/session.py
-%%DATADIR%%/src/common/xmpp/filetransfer.py
-%%DATADIR%%/src/common/xmpp/dispatcher.py
-%%DATADIR%%/src/common/xmpp/debug.py
-%%DATADIR%%/src/common/GnuPGInterface.py
-%%DATADIR%%/src/common/connection.py
-%%DATADIR%%/src/common/__init__.py
-%%DATADIR%%/src/common/check_paths.py
-%%DATADIR%%/src/common/sleepy.py
-%%DATADIR%%/src/common/helpers.py
-%%DATADIR%%/src/common/xmpp_stringprep.py
-%%DATADIR%%/src/common/config.py
-%%DATADIR%%/src/common/socks5.py
-%%DATADIR%%/src/common/nslookup.py
-%%DATADIR%%/src/common/exceptions.py
-%%DATADIR%%/src/common/contacts.py
-%%DATADIR%%/src/common/logger.py
-%%DATADIR%%/src/common/i18n.py
-%%DATADIR%%/src/common/optparser.py
-%%DATADIR%%/src/common/GnuPG.py
-%%DATADIR%%/src/common/connection_handlers.py
-%%DATADIR%%/src/common/gajim.py
-%%DATADIR%%/src/common/proxy65_manager.py
-%%DATADIR%%/src/remote_control.py
-%%DATADIR%%/src/cell_renderer_image.py
-%%DATADIR%%/src/history_manager.py
-%%DATADIR%%/src/vcard.py
-%%DATADIR%%/src/roster_window.py
-%%DATADIR%%/src/advanced.py
-%%DATADIR%%/src/config.py
-%%DATADIR%%/src/gajim-remote.py
-%%DATADIR%%/src/notify.py
-%%DATADIR%%/src/systray.py
-%%DATADIR%%/src/conversation_textview.py
-%%DATADIR%%/src/dialogs.py
-%%DATADIR%%/src/gajim.py
-%%DATADIR%%/src/migrate_logs_to_dot9_db.py
-%%DATADIR%%/src/tooltips.py
-%%DATADIR%%/src/gajim_themes_window.py
-%%DATADIR%%/src/filetransfers_window.py
-%%DATADIR%%/src/history_window.py
-%%DATADIR%%/src/dbus_support.py
-%%DATADIR%%/src/groupchat_control.py
-%%DATADIR%%/src/disco.py
-%%DATADIR%%/src/message_window.py
-%%DATADIR%%/src/gtkgui_helpers.py
-%%DATADIR%%/src/gtkexcepthook.py
-%%DATADIR%%/src/chat_control.py
-%%DATADIR%%/src/message_textview.py
-%%DATADIR%%/src/message_control.py
-%%DATADIR%%/COPYING
-%%DATADIR%%/THANKS
-
-@dirrm lib/gajim
-@dirrmtry share/applications
-@dirrm %%DATADIR%%/src/common/xmpp
-@dirrm %%DATADIR%%/src/common
-@dirrm %%DATADIR%%/src
-@dirrm %%DATADIR%%/data/glade
-@dirrm %%DATADIR%%/data/sounds
-@dirrm %%DATADIR%%/data/pixmaps/events
-@dirrm %%DATADIR%%/data/pixmaps/agents
-@dirrm %%DATADIR%%/data/pixmaps
-@dirrm %%DATADIR%%/data/other
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo/48x48
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo
-@dirrm %%DATADIR%%/data/iconsets/transports/weather/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/weather
-@dirrm %%DATADIR%%/data/iconsets/transports/tlen/48x48
-@dirrm %%DATADIR%%/data/iconsets/transports/tlen/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/tlen/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/tlen
-@dirrm %%DATADIR%%/data/iconsets/transports/sms/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/sms
-@dirrm %%DATADIR%%/data/iconsets/transports/msn/48x48
-@dirrm %%DATADIR%%/data/iconsets/transports/msn/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/msn/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/msn
-@dirrm %%DATADIR%%/data/iconsets/transports/irc/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/irc
-@dirrm %%DATADIR%%/data/iconsets/transports/icq/48x48
-@dirrm %%DATADIR%%/data/iconsets/transports/icq/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/icq/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/icq
-@dirrm %%DATADIR%%/data/iconsets/transports/gadugadu/48x48
-@dirrm %%DATADIR%%/data/iconsets/transports/gadugadu/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/gadugadu/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/gadugadu
-@dirrm %%DATADIR%%/data/iconsets/transports/aim/48x48
-@dirrm %%DATADIR%%/data/iconsets/transports/aim/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/aim/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/aim
-@dirrm %%DATADIR%%/data/iconsets/transports
-@dirrm %%DATADIR%%/data/iconsets/sun/48x48
-@dirrm %%DATADIR%%/data/iconsets/sun/16x16
-@dirrm %%DATADIR%%/data/iconsets/sun
-@dirrm %%DATADIR%%/data/iconsets/stellar/48x48
-@dirrm %%DATADIR%%/data/iconsets/stellar/16x16
-@dirrm %%DATADIR%%/data/iconsets/stellar
-@dirrm %%DATADIR%%/data/iconsets/simplebulb/48x48
-@dirrm %%DATADIR%%/data/iconsets/simplebulb/16x16
-@dirrm %%DATADIR%%/data/iconsets/simplebulb
-@dirrm %%DATADIR%%/data/iconsets/nuvola/48x48
-@dirrm %%DATADIR%%/data/iconsets/nuvola/16x16
-@dirrm %%DATADIR%%/data/iconsets/nuvola
-@dirrm %%DATADIR%%/data/iconsets/jabberbulb/48x48
-@dirrm %%DATADIR%%/data/iconsets/jabberbulb/32x32
-@dirrm %%DATADIR%%/data/iconsets/jabberbulb/16x16
-@dirrm %%DATADIR%%/data/iconsets/jabberbulb
-@dirrm %%DATADIR%%/data/iconsets/gota/48x48
-@dirrm %%DATADIR%%/data/iconsets/gota/32x32
-@dirrm %%DATADIR%%/data/iconsets/gota/16x16
-@dirrm %%DATADIR%%/data/iconsets/gota
-@dirrm %%DATADIR%%/data/iconsets/gossip/48x48
-@dirrm %%DATADIR%%/data/iconsets/gossip/16x16
-@dirrm %%DATADIR%%/data/iconsets/gossip
-@dirrm %%DATADIR%%/data/iconsets/goojim/48x48
-@dirrm %%DATADIR%%/data/iconsets/goojim/32x32
-@dirrm %%DATADIR%%/data/iconsets/goojim/16x16
-@dirrm %%DATADIR%%/data/iconsets/goojim
-@dirrm %%DATADIR%%/data/iconsets/gnome/48x48
-@dirrm %%DATADIR%%/data/iconsets/gnome/32x32
-@dirrm %%DATADIR%%/data/iconsets/gnome/16x16
-@dirrm %%DATADIR%%/data/iconsets/gnome
-@dirrm %%DATADIR%%/data/iconsets/dcraven/48x48
-@dirrm %%DATADIR%%/data/iconsets/dcraven/32x32
-@dirrm %%DATADIR%%/data/iconsets/dcraven/16x16
-@dirrm %%DATADIR%%/data/iconsets/dcraven
-@dirrm %%DATADIR%%/data/iconsets/crystal/48x48
-@dirrm %%DATADIR%%/data/iconsets/crystal/16x16
-@dirrm %%DATADIR%%/data/iconsets/crystal
-@dirrm %%DATADIR%%/data/iconsets
-@dirrm %%DATADIR%%/data/emoticons/static
-@dirrm %%DATADIR%%/data/emoticons/animated
-@dirrm %%DATADIR%%/data/emoticons
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%
diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile
deleted file mode 100644
index eeb38c8454e3..000000000000
--- a/net-im/kmess-kde4/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: kmess
-# Date created: 21 June 2002
-# Whom: Hye-Shik Chang <perky@python.or.kr>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmess
-PORTVERSION= 1.4.3
-CATEGORIES= net-im kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MSN Messenger Client for KDE3
-
-EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-
-post-patch:
- @${TOUCH} ${WRKSRC}/config.h.in
-
-.include <bsd.port.mk>
diff --git a/net-im/kmess-kde4/distinfo b/net-im/kmess-kde4/distinfo
deleted file mode 100644
index 38dff79b9352..000000000000
--- a/net-im/kmess-kde4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kmess-1.4.3.tar.gz) = 88c73b2223cbb0dc2b79023188fba64a
-SHA256 (kmess-1.4.3.tar.gz) = f571847704618c2d364dee731a8d3a5a59ff423b77e52160cb147ebec8ffd526
-SIZE (kmess-1.4.3.tar.gz) = 1869940
diff --git a/net-im/kmess-kde4/files/patch-kmess-Makefile.in b/net-im/kmess-kde4/files/patch-kmess-Makefile.in
deleted file mode 100644
index 17a9da05f3fd..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- kmess/Makefile.in.orig Sun Jun 4 16:44:43 2006
-+++ kmess/Makefile.in Sun Jun 4 16:45:06 2006
-@@ -470,7 +470,7 @@
-
- # the library search path.
- # the -lpthread is required for Autopackage/BinReloc
--kmess_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lpthread
-+kmess_LDFLAGS = $(KDE_RPATH) $(all_libraries)
- AM_CXXFLAGS = -ggdb
- #>- all: all-recursive
- #>+ 1
diff --git a/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h b/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h
deleted file mode 100644
index 5a20fc68d008..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-crypt-bithelp.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kmess/crypt/bithelp.h.orig Sun Jun 4 13:38:04 2006
-+++ kmess/crypt/bithelp.h Sun Jun 4 13:39:09 2006
-@@ -20,8 +20,6 @@
- #ifndef G10_BITHELP_H
- #define G10_BITHELP_H
-
--#include <stdint.h>
--
- /****************
- * Rotate the 32 bit unsigned integer X by N bits left/right
- */
diff --git a/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h b/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h
deleted file mode 100644
index 1d0262dde5da..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-crypt-globalstuff.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- kmess/crypt/globalstuff.h.orig Fri May 21 04:00:44 2004
-+++ kmess/crypt/globalstuff.h Sun Jun 4 13:48:21 2006
-@@ -16,9 +16,9 @@
-
- #include "config.h"
-
-+#include <sys/types.h>
- #include <string>
- #include <sstream>
--#include <stdint.h>
-
- /** convert something to string using ostringstream */
- template <class T> inline
diff --git a/net-im/kmess-kde4/files/patch-kmess-kmessview.cpp b/net-im/kmess-kde4/files/patch-kmess-kmessview.cpp
deleted file mode 100644
index 4693121cec3a..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-kmessview.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kmess/kmessview.cpp.orig Sun Jun 4 15:13:33 2006
-+++ kmess/kmessview.cpp Sun Jun 4 15:14:27 2006
-@@ -1058,7 +1058,7 @@
- {
- Contact *contact = getContactByItem( contactListView_->currentItem() );
- Group *oldGroup = getGroupByItem( contactListView_->currentItem() );
-- QString oldGroupId = (oldGroup != 0 ? oldGroup->getId() : "0");
-+ QString oldGroupId = (oldGroup != 0 ? oldGroup->getId() : QString::fromLatin1("0"));
-
- if(contact != 0)
- {
diff --git a/net-im/kmess-kde4/files/patch-kmess-kmessview.h b/net-im/kmess-kde4/files/patch-kmess-kmessview.h
deleted file mode 100644
index 7af92df09078..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-kmessview.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kmess/kmessview.h.orig Sun Jun 4 15:46:03 2006
-+++ kmess/kmessview.h Sun Jun 4 15:59:14 2006
-@@ -187,6 +187,7 @@
- private:
- KMessView *kmessView_;
- };
-+ friend class ToolTip;
-
- // Reference to the current tooltip
- ToolTip *toolTip_;
diff --git a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp b/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp
deleted file mode 100644
index d01924ba3a6a..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kmess/network/applications/p2papplication.cpp.orig Sun Jun 4 15:00:05 2006
-+++ kmess/network/applications/p2papplication.cpp Sun Jun 4 15:00:44 2006
-@@ -2056,7 +2056,7 @@
- // Get message content and Content-Type
- bool gotTransferInvitation = (invitationContentType_ == "application/x-msnmsgr-transreqbody");
- QString content = message.getFields();
-- QString contentType = (gotTransferInvitation ? "application/x-msnmsgr-transrespbody" : invitationContentType_);
-+ QString contentType = (gotTransferInvitation ? QString::fromLatin1("application/x-msnmsgr-transrespbody") : invitationContentType_);
-
- QString myHandle = CurrentAccount::instance()->getHandle();
-
diff --git a/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h b/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h
deleted file mode 100644
index f9c9edb3c1a5..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- kmess/network/msnconnection.h.orig Tue Nov 15 04:03:10 2005
-+++ kmess/network/msnconnection.h Tue Nov 15 04:04:04 2005
-@@ -29,6 +29,7 @@
-
- #include <stdlib.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
- #include <sys/types.h>
diff --git a/net-im/kmess-kde4/pkg-descr b/net-im/kmess-kde4/pkg-descr
deleted file mode 100644
index b263431acf70..000000000000
--- a/net-im/kmess-kde4/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-An MSN Messenger clone for KDE. Includes font support,
-emoticons, and the ability to switch the contact list
-between "by group" and "by online/offline", among
-other things.
-
-WWW: http://kmess.sourceforge.net/
diff --git a/net-im/kmess-kde4/pkg-plist b/net-im/kmess-kde4/pkg-plist
deleted file mode 100644
index 085b14d92203..000000000000
--- a/net-im/kmess-kde4/pkg-plist
+++ /dev/null
@@ -1,175 +0,0 @@
-bin/kmess
-share/applications/kde/kmess.desktop
-share/apps/kmess/emoticons/airplane.png
-share/apps/kmess/emoticons/angel.png
-share/apps/kmess/emoticons/angry.png
-share/apps/kmess/emoticons/arrogant.png
-share/apps/kmess/emoticons/asl.png
-share/apps/kmess/emoticons/automobile.png
-share/apps/kmess/emoticons/bad.png
-share/apps/kmess/emoticons/baringteeth.png
-share/apps/kmess/emoticons/bat.png
-share/apps/kmess/emoticons/beer.png
-share/apps/kmess/emoticons/bowl.png
-share/apps/kmess/emoticons/boy.png
-share/apps/kmess/emoticons/brb.png
-share/apps/kmess/emoticons/cake.png
-share/apps/kmess/emoticons/camera.png
-share/apps/kmess/emoticons/cat.png
-share/apps/kmess/emoticons/cigarette.png
-share/apps/kmess/emoticons/clock.png
-share/apps/kmess/emoticons/cocktail.png
-share/apps/kmess/emoticons/computer.png
-share/apps/kmess/emoticons/confused.png
-share/apps/kmess/emoticons/cry.png
-share/apps/kmess/emoticons/cup.png
-share/apps/kmess/emoticons/devil.png
-share/apps/kmess/emoticons/dog.png
-share/apps/kmess/emoticons/dude_hug.png
-share/apps/kmess/emoticons/embarrassed.png
-share/apps/kmess/emoticons/emoticonrc
-share/apps/kmess/emoticons/envelope.png
-share/apps/kmess/emoticons/eyeroll.png
-share/apps/kmess/emoticons/film.png
-share/apps/kmess/emoticons/fingerscrossed.png
-share/apps/kmess/emoticons/gameconsole.png
-share/apps/kmess/emoticons/girl.png
-share/apps/kmess/emoticons/girl_hug.png
-share/apps/kmess/emoticons/handcuffs.png
-share/apps/kmess/emoticons/highfive.png
-share/apps/kmess/emoticons/huh.png
-share/apps/kmess/emoticons/island.png
-share/apps/kmess/emoticons/kiss.png
-share/apps/kmess/emoticons/lightbulb.png
-share/apps/kmess/emoticons/lightning.png
-share/apps/kmess/emoticons/love.png
-share/apps/kmess/emoticons/megasmile.png
-share/apps/kmess/emoticons/messenger.png
-share/apps/kmess/emoticons/mobilephone.png
-share/apps/kmess/emoticons/money.png
-share/apps/kmess/emoticons/moon.png
-share/apps/kmess/emoticons/nerd.png
-share/apps/kmess/emoticons/note.png
-share/apps/kmess/emoticons/omg.png
-share/apps/kmess/emoticons/party.png
-share/apps/kmess/emoticons/phone.png
-share/apps/kmess/emoticons/pizza.png
-share/apps/kmess/emoticons/plate.png
-share/apps/kmess/emoticons/present.png
-share/apps/kmess/emoticons/rainbow.png
-share/apps/kmess/emoticons/regular.png
-share/apps/kmess/emoticons/rose.png
-share/apps/kmess/emoticons/sad.png
-share/apps/kmess/emoticons/sarcastic.png
-share/apps/kmess/emoticons/secret.png
-share/apps/kmess/emoticons/shade.png
-share/apps/kmess/emoticons/sheep.png
-share/apps/kmess/emoticons/sick.png
-share/apps/kmess/emoticons/sleepy.png
-share/apps/kmess/emoticons/snail.png
-share/apps/kmess/emoticons/soccer.png
-share/apps/kmess/emoticons/sorry.png
-share/apps/kmess/emoticons/sshh.png
-share/apps/kmess/emoticons/star.png
-share/apps/kmess/emoticons/storm.png
-share/apps/kmess/emoticons/sun.png
-share/apps/kmess/emoticons/teeth.png
-share/apps/kmess/emoticons/thinking.png
-share/apps/kmess/emoticons/thumbs_down.png
-share/apps/kmess/emoticons/thumbs_up.png
-share/apps/kmess/emoticons/tongue.png
-share/apps/kmess/emoticons/turtle.png
-share/apps/kmess/emoticons/ugly.png
-share/apps/kmess/emoticons/umbrella.png
-share/apps/kmess/emoticons/unhappy.png
-share/apps/kmess/emoticons/unlove.png
-share/apps/kmess/emoticons/wilted_rose.png
-share/apps/kmess/emoticons/wink.png
-share/apps/kmess/eventsrc
-share/apps/kmess/icons/hicolor/16x16/apps/gnomemeeting.png
-share/apps/kmess/pics/away.png
-share/apps/kmess/pics/background.png
-share/apps/kmess/pics/berightback.png
-share/apps/kmess/pics/blocked.png
-share/apps/kmess/pics/busy.png
-share/apps/kmess/pics/email.png
-share/apps/kmess/pics/emoticons.png
-share/apps/kmess/pics/invisible.png
-share/apps/kmess/pics/kmesslogo.png
-share/apps/kmess/pics/kmesspic.png
-share/apps/kmess/pics/lunch.png
-share/apps/kmess/pics/offline.png
-share/apps/kmess/pics/online.png
-share/apps/kmess/pics/onthephone.png
-share/apps/kmess/pics/unknown.png
-share/doc/HTML/en/kmess/common
-share/doc/HTML/en/kmess/index.cache.bz2
-share/doc/HTML/en/kmess/index.docbook
-share/doc/HTML/en/kmess/kmesschatwindow.png
-share/doc/HTML/en/kmess/kmesschatwindowcontactsidebaremailbutton.png
-share/doc/HTML/en/kmess/kmesschatwindowcontactsidebarprofilebutton.png
-share/doc/HTML/en/kmess/kmesschatwindowwithsidebar.png
-share/doc/HTML/en/kmess/kmesscompactchat.png
-share/doc/HTML/en/kmess/kmesscontactsidebarbutton.png
-share/doc/HTML/en/kmess/kmesscontactwindowwithsidebar.png
-share/doc/HTML/en/kmess/kmessemoticonbutton.png
-share/doc/HTML/en/kmess/kmessemoticonchooser.png
-share/doc/HTML/en/kmess/kmessmainwindow.png
-share/doc/HTML/en/kmess/kmesspopupbaloon.png
-share/doc/HTML/en/kmess/kmessrightclickmenucontact.png
-share/doc/HTML/en/kmess/kmessstartupscreen.png
-share/doc/HTML/en/kmess/kmesstimestamp.png
-share/icons/hicolor/128x128/apps/kmess.png
-share/icons/hicolor/16x16/apps/kmess.png
-share/icons/hicolor/22x22/apps/kmess.png
-share/icons/hicolor/32x32/apps/kmess.png
-share/icons/hicolor/48x48/apps/kmess.png
-share/icons/hicolor/64x64/apps/kmess.png
-share/icons/locolor/16x16/apps/kmess.png
-share/icons/locolor/22x22/apps/kmess.png
-share/icons/locolor/32x32/apps/kmess.png
-share/locale/ar/LC_MESSAGES/kmess.mo
-share/locale/ca/LC_MESSAGES/kmess.mo
-share/locale/de/LC_MESSAGES/kmess.mo
-share/locale/dk/LC_MESSAGES/kmess.mo
-share/locale/ee/LC_MESSAGES/kmess.mo
-share/locale/es/LC_MESSAGES/kmess.mo
-share/locale/fr/LC_MESSAGES/kmess.mo
-share/locale/it/LC_MESSAGES/kmess.mo
-share/locale/ko/LC_MESSAGES/kmess.mo
-share/locale/nb/LC_MESSAGES/kmess.mo
-share/locale/nl/LC_MESSAGES/kmess.mo
-share/locale/pt_BR/LC_MESSAGES/kmess.mo
-share/locale/sl/LC_MESSAGES/kmess.mo
-share/locale/sv/LC_MESSAGES/kmess.mo
-share/locale/th/LC_MESSAGES/kmess.mo
-share/locale/tr/LC_MESSAGES/kmess.mo
-share/locale/zh_CN.GB18030/LC_MESSAGES/kmess.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmess.mo
-share/locale/zh_CN/LC_MESSAGES/kmess.mo
-share/locale/zh_TW/LC_MESSAGES/kmess.mo
-share/sounds/kmess_chat.ogg
-share/sounds/kmess_logoff.ogg
-share/sounds/kmess_logon.ogg
-share/sounds/kmess_msg.ogg
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN.GB18030/LC_MESSAGES
-@dirrmtry share/locale/zh_CN.GB18030
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrm share/doc/HTML/en/kmess
-@dirrm share/apps/kmess/pics
-@dirrm share/apps/kmess/icons/hicolor/16x16/apps
-@dirrm share/apps/kmess/icons/hicolor/16x16
-@dirrm share/apps/kmess/icons/hicolor
-@dirrm share/apps/kmess/icons
-@dirrm share/apps/kmess/emoticons
-@dirrm share/apps/kmess
-@dirrmtry share/applications/kde
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
deleted file mode 100644
index a5dffa2099c3..000000000000
--- a/net-im/libgaim/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-# New ports collection makefile for: gaim
-# Date created: 26 Mar 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net-im/gaim-devel/Makefile,v 1.5 2006/10/13 05:45:01 mezz Exp $
-#
-
-PORTNAME= gaim
-PORTVERSION= 2.0.0.b3.1
-PORTREVISION= 3
-CATEGORIES?= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-DISTNAME= gaim-2.0.0beta3.1
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= Multi-protocol instant messaging client
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-CONFLICTS?= ja-gaim-[0-9]* gaim-1*
-
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20
-WANT_GNOME= yes
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
- PTHREAD_LIB="${PTHREAD_LIBS}"
-
-MAN1= gaim.1
-
-OPTIONS= SILC "Secure Internet Live Conferencing support" off \
- GTKSPELL "Spell checking support" on \
- AUDIO "Audio support" on \
- GNUTLS "GNUTLS encryption support" off \
- NSS "Mozilla NSS encryption support" on \
- SASL "Cyrus SASL support (for jabberd)" off \
- DBUS "Enable DBUS bindings" on \
- PERL "Perl scripting" off \
- TCLTK "Tcl/Tk scripting" off \
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+= evolutiondataserver
-PLIST_SUB+= EVO=""
-.else
-CONFIGURE_ARGS+= --disable-gevolution
-PLIST_SUB+= EVO="@comment not installed: "
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --enable-gnutls=yes
-.else
-CONFIGURE_ARGS+= --enable-gnutls=no
-.endif
-
-.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit
-CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc
-PLIST_SUB+= SILC=""
-.else
-PLIST_SUB+= SILC="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_NSS)
-LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
-CONFIGURE_ARGS+= --enable-nss=yes \
- --with-nspr-includes=${LOCALBASE}/include/nspr \
- --with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+= --enable-nss=no
-.endif
-
-.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= --enable-cyrus-sasl
-.endif
-
-.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
-CONFIGURE_ARGS+= --enable-dbus
-PLIST_SUB+= DBUS=""
-.else
-CONFIGURE_ARGS+= --disable-dbus
-PLIST_SUB+= DBUS="@comment not installed: "
-.endif
-
-.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800
-USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl-lib=site
-PLIST_SUB+= PERL:=""
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3+= Gaim.3
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+= --disable-gtkspell
-.endif
-
-.if defined(WITH_TCLTK)
-TCLTK_VER?= 8.4 # user can override it
-TCLTK_VER_NODOT= ${TCLTK_VER:S/.//}
-.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4
-.error Currently GAIM can only use Tcl/Tk 8.3 or 8.4
-.endif
-LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT}
-CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \
- --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER}
-CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER}
-PLIST_SUB+= TCL:=""
-.else
-PLIST_SUB+= TCL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_AUDIO)
-LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
- audiofile.0:${PORTSDIR}/audio/libaudiofile
-.else
-CONFIGURE_ARGS+= --disable-audio
-.endif
-
-pre-everything::
-.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
- @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)."
-.endif
-.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
- @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
- -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
- -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \
- ${WRKSRC}/gaim.service.in
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \
- ${WRKSRC}/src/gaim-remote.py
- @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
- ${WRKSRC}/src/gaim-send ${WRKSRC}/src/gaim-send-async
-
-.include <bsd.port.post.mk>
diff --git a/net-im/libgaim/distinfo b/net-im/libgaim/distinfo
deleted file mode 100644
index ba30341f4adc..000000000000
--- a/net-im/libgaim/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-2.0.0beta3.1.tar.bz2) = 202b9e6ee5171da90de14230b3037dc1
-SHA256 (gaim-2.0.0beta3.1.tar.bz2) = a282c56f32a37f7838c5332f182bdd920d4e80099b96313e503c6acc020931f4
-SIZE (gaim-2.0.0beta3.1.tar.bz2) = 5445059
diff --git a/net-im/libgaim/pkg-descr b/net-im/libgaim/pkg-descr
deleted file mode 100644
index d4901fdf0fae..000000000000
--- a/net-im/libgaim/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Gaim is a multi-protocol instant messaging client. It is compatible with AIM
-(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
-and Zephyr networks.
-
-Gaim users can log in to multiple accounts on multiple IM networks
-simultaneously. This means that you can be chatting with friends on AOL
-Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
-IRC channel all at the same time.
-
-Gaim supports many features of the various networks, such as file transfer
-(coming soon), away messages, typing notification, and MSN window closing
-notification. It also goes beyond that and provides many unique features. A
-few popular features are Buddy Pounces, which give the ability to notify you,
-send a message, play a sound, or run a program when a specific buddy goes away,
-signs online, or returns from idle; and plugins, consisting of text
-replacement, a buddy ticker, extended message notification, iconify on away,
-and more.
-
-(Adapted from the About Gaim page.)
-
-WWW: http://gaim.sourceforge.net/
diff --git a/net-im/libgaim/pkg-plist b/net-im/libgaim/pkg-plist
deleted file mode 100644
index c3cb70f7a50f..000000000000
--- a/net-im/libgaim/pkg-plist
+++ /dev/null
@@ -1,574 +0,0 @@
-bin/gaim
-%%DBUS%%bin/gaim-client-example
-%%DBUS%%bin/gaim-notifications-example.py
-%%DBUS%%bin/gaim-remote.py
-%%DBUS%%bin/gaim-send
-%%DBUS%%bin/gaim-send-async
-include/gaim/account.h
-include/gaim/accountopt.h
-include/gaim/blist.h
-include/gaim/buddyicon.h
-include/gaim/cipher.h
-include/gaim/cmds.h
-include/gaim/config.h
-include/gaim/connection.h
-include/gaim/conversation.h
-include/gaim/core.h
-%%DBUS%%include/gaim/dbus-bindings.h
-%%DBUS%%include/gaim/dbus-define-api.h
-%%DBUS%%include/gaim/dbus-gaim.h
-include/gaim/dbus-maybe.h
-%%DBUS%%include/gaim/dbus-server.h
-%%DBUS%%include/gaim/dbus-useful.h
-include/gaim/debug.h
-include/gaim/desktopitem.h
-include/gaim/dnssrv.h
-include/gaim/eventloop.h
-include/gaim/ft.h
-include/gaim/gaim.h
-include/gaim/gaim_buffer.h
-include/gaim/gtkaccount.h
-include/gaim/gtkblist.h
-include/gaim/gtkcelllayout.h
-include/gaim/gtkcellrendererprogress.h
-include/gaim/gtkcellview.h
-include/gaim/gtkcellviewmenuitem.h
-include/gaim/gtkcombobox.h
-include/gaim/gtkconn.h
-include/gaim/gtkconv.h
-include/gaim/gtkconvwin.h
-include/gaim/gtkdebug.h
-include/gaim/gtkdialogs.h
-include/gaim/gtkdnd-hints.h
-include/gaim/gtkeventloop.h
-include/gaim/gtkexpander.h
-include/gaim/gtkft.h
-include/gaim/gtkgaim.h
-include/gaim/gtkidle.h
-include/gaim/gtkimhtml.h
-include/gaim/gtkimhtmltoolbar.h
-include/gaim/gtklog.h
-include/gaim/gtkmenutray.h
-include/gaim/gtknickcolors.h
-include/gaim/gtknotify.h
-include/gaim/gtkplugin.h
-include/gaim/gtkpluginpref.h
-include/gaim/gtkpounce.h
-include/gaim/gtkprefs.h
-include/gaim/gtkprivacy.h
-include/gaim/gtkrequest.h
-include/gaim/gtkroomlist.h
-include/gaim/gtksavedstatuses.h
-include/gaim/gtksession.h
-include/gaim/gtksound.h
-include/gaim/gtksourceiter.h
-include/gaim/gtkstatusbox.h
-include/gaim/gtkstock.h
-include/gaim/gtkthemes.h
-include/gaim/gtkutils.h
-include/gaim/gtkwhiteboard.h
-include/gaim/idle.h
-include/gaim/imgstore.h
-include/gaim/log.h
-include/gaim/mime.h
-include/gaim/network.h
-include/gaim/notify.h
-include/gaim/ntlm.h
-include/gaim/plugin.h
-include/gaim/pluginpref.h
-include/gaim/pounce.h
-include/gaim/prefs.h
-include/gaim/privacy.h
-include/gaim/proxy.h
-include/gaim/prpl.h
-include/gaim/request.h
-include/gaim/roomlist.h
-include/gaim/savedstatuses.h
-include/gaim/server.h
-include/gaim/signals.h
-include/gaim/sound.h
-include/gaim/sslconn.h
-include/gaim/status.h
-include/gaim/stringref.h
-include/gaim/stun.h
-include/gaim/upnp.h
-include/gaim/util.h
-include/gaim/value.h
-include/gaim/version.h
-include/gaim/whiteboard.h
-include/gaim/xmlnode.h
-%%DBUS%%lib/gaim/dbus-example.la
-%%DBUS%%lib/gaim/dbus-example.so
-lib/gaim/docklet.la
-lib/gaim/docklet.so
-lib/gaim/extplacement.la
-lib/gaim/extplacement.so
-lib/gaim/gaimrc.la
-lib/gaim/gaimrc.so
-lib/gaim/gestures.la
-lib/gaim/gestures.so
-%%EVO%%lib/gaim/gevolution.la
-%%EVO%%lib/gaim/gevolution.so
-lib/gaim/history.la
-lib/gaim/history.so
-lib/gaim/iconaway.la
-lib/gaim/iconaway.so
-lib/gaim/idle.la
-lib/gaim/idle.so
-%%PERL:%%lib/gaim/libgaimperl.la
-%%PERL:%%lib/gaim/libgaimperl.so
-lib/gaim/libirc.la
-lib/gaim/libirc.so
-lib/gaim/libjabber.la
-lib/gaim/libjabber.so
-lib/gaim/libmsn.la
-lib/gaim/libmsn.so
-lib/gaim/libnovell.la
-lib/gaim/libnovell.so
-lib/gaim/liboscar.la
-lib/gaim/liboscar.so
-%%SILC%%lib/gaim/libsilcgaim.la
-%%SILC%%lib/gaim/libsilcgaim.so
-lib/gaim/libsimple.la
-lib/gaim/libsimple.so
-lib/gaim/libyahoo.la
-lib/gaim/libyahoo.so
-lib/gaim/libzephyr.la
-lib/gaim/libzephyr.so
-%%DBUS%%lib/gaim/musicmessaging.la
-%%DBUS%%lib/gaim/musicmessaging.so
-lib/gaim/notify.la
-lib/gaim/notify.so
-%%PERL:%%lib/gaim/perl.la
-%%PERL:%%lib/gaim/perl.so
-lib/gaim/psychic.la
-lib/gaim/psychic.so
-lib/gaim/relnot.la
-lib/gaim/relnot.so
-lib/gaim/spellchk.la
-lib/gaim/spellchk.so
-lib/gaim/ssl-gnutls.la
-lib/gaim/ssl-gnutls.so
-lib/gaim/ssl-nss.la
-lib/gaim/ssl-nss.so
-lib/gaim/ssl.la
-lib/gaim/ssl.so
-lib/gaim/statenotify.la
-lib/gaim/statenotify.so
-%%TCL:%%lib/gaim/tcl.la
-%%TCL:%%lib/gaim/tcl.so
-lib/gaim/ticker.la
-lib/gaim/ticker.so
-lib/gaim/timestamp.la
-lib/gaim/timestamp.so
-lib/gaim/timestamp_format.la
-lib/gaim/timestamp_format.so
-%%DBUS%%lib/libgaim-client.la
-%%DBUS%%lib/libgaim-client.so
-%%DBUS%%lib/libgaim-client.so.0
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/autosplit.ix
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.so
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/.packlist
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Gaim.pm
-libdata/pkgconfig/gaim.pc
-share/aclocal/gaim.m4
-%%DBUS%%share/dbus-1/services/gaim.service
-share/gnome/applications/gaim.desktop
-share/gnome/pixmaps/gaim.png
-share/gnome/pixmaps/gaim.svg
-share/gnome/pixmaps/gaim/buttons/about_menu.png
-share/gnome/pixmaps/gaim/buttons/accounts.png
-share/gnome/pixmaps/gaim/buttons/change-bgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/change-fgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/edit.png
-share/gnome/pixmaps/gaim/buttons/info.png
-share/gnome/pixmaps/gaim/buttons/insert-image-small.png
-share/gnome/pixmaps/gaim/buttons/insert-link-small.png
-share/gnome/pixmaps/gaim/buttons/insert-smiley-small.png
-%%DBUS%%share/gnome/pixmaps/gaim/buttons/music.png
-share/gnome/pixmaps/gaim/buttons/pause.png
-share/gnome/pixmaps/gaim/buttons/send-im.png
-share/gnome/pixmaps/gaim/buttons/text_bigger.png
-share/gnome/pixmaps/gaim/buttons/text_normal.png
-share/gnome/pixmaps/gaim/buttons/text_smaller.png
-share/gnome/pixmaps/gaim/dialogs/gaim_auth.png
-share/gnome/pixmaps/gaim/dialogs/gaim_cool.png
-share/gnome/pixmaps/gaim/dialogs/gaim_error.png
-share/gnome/pixmaps/gaim/dialogs/gaim_info.png
-share/gnome/pixmaps/gaim/dialogs/gaim_question.png
-share/gnome/pixmaps/gaim/dialogs/gaim_warning.png
-share/gnome/pixmaps/gaim/icons/away.png
-share/gnome/pixmaps/gaim/icons/connect.png
-share/gnome/pixmaps/gaim/icons/msgpend.png
-share/gnome/pixmaps/gaim/icons/msgunread.png
-share/gnome/pixmaps/gaim/icons/offline.png
-share/gnome/pixmaps/gaim/icons/online.png
-share/gnome/pixmaps/gaim/icons/stock_connect_16.png
-share/gnome/pixmaps/gaim/icons/stock_disconnect_16.png
-share/gnome/pixmaps/gaim/logo.png
-share/gnome/pixmaps/gaim/phone.png
-share/gnome/pixmaps/gaim/smileys/default/angel.png
-share/gnome/pixmaps/gaim/smileys/default/bigsmile.png
-share/gnome/pixmaps/gaim/smileys/default/burp.png
-share/gnome/pixmaps/gaim/smileys/default/cool.png
-share/gnome/pixmaps/gaim/smileys/default/crazy.png
-share/gnome/pixmaps/gaim/smileys/default/crossedlips.png
-share/gnome/pixmaps/gaim/smileys/default/cry.png
-share/gnome/pixmaps/gaim/smileys/default/download.png
-share/gnome/pixmaps/gaim/smileys/default/embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/farted.png
-share/gnome/pixmaps/gaim/smileys/default/kiss.png
-share/gnome/pixmaps/gaim/smileys/default/luke.png
-share/gnome/pixmaps/gaim/smileys/default/moneymouth.png
-share/gnome/pixmaps/gaim/smileys/default/mrt.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angel.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angry.png
-share/gnome/pixmaps/gaim/smileys/default/msn_away.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bat.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_beer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bowl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_boy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brb.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brheart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cake.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_car.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cat.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cellphone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cigarette.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_clock.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coffee.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coins.png
-share/gnome/pixmaps/gaim/smileys/default/msn_computer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_deadflower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_devil.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dog.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dontknow.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_donttell.png
-share/gnome/pixmaps/gaim/smileys/default/msn_drink.png
-share/gnome/pixmaps/gaim/smileys/default/msn_email.png
-share/gnome/pixmaps/gaim/smileys/default/msn_embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_film.png
-share/gnome/pixmaps/gaim/smileys/default/msn_fingerscrossed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_flower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_gift.png
-share/gnome/pixmaps/gaim/smileys/default/msn_girl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_handcuffs.png
-share/gnome/pixmaps/gaim/smileys/default/msn_heart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_highfive.png
-share/gnome/pixmaps/gaim/smileys/default/msn_hot.png
-share/gnome/pixmaps/gaim/smileys/default/msn_icon.png
-share/gnome/pixmaps/gaim/smileys/default/msn_idea.png
-share/gnome/pixmaps/gaim/smileys/default/msn_island.png
-share/gnome/pixmaps/gaim/smileys/default/msn_kiss.png
-share/gnome/pixmaps/gaim/smileys/default/msn_laugh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_lightning.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_nerd.png
-share/gnome/pixmaps/gaim/smileys/default/msn_neutral.png
-share/gnome/pixmaps/gaim/smileys/default/msn_note.png
-share/gnome/pixmaps/gaim/smileys/default/msn_occ.png
-share/gnome/pixmaps/gaim/smileys/default/msn_online.png
-share/gnome/pixmaps/gaim/smileys/default/msn_ooooh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_party.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_phone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_photo.png
-share/gnome/pixmaps/gaim/smileys/default/msn_pizza.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plane.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plate.png
-share/gnome/pixmaps/gaim/smileys/default/msn_question.png
-share/gnome/pixmaps/gaim/smileys/default/msn_rainbow.png
-share/gnome/pixmaps/gaim/smileys/default/msn_run.png
-share/gnome/pixmaps/gaim/smileys/default/msn_runback.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sad.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sarcastic.png
-share/gnome/pixmaps/gaim/smileys/default/msn_secret.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sheep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sick.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleepy.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_smiley.png
-share/gnome/pixmaps/gaim/smileys/default/msn_snail.png
-share/gnome/pixmaps/gaim/smileys/default/msn_soccer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_star.png
-share/gnome/pixmaps/gaim/smileys/default/msn_stormy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sun.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sunglasses.png
-share/gnome/pixmaps/gaim/smileys/default/msn_teeth.png
-share/gnome/pixmaps/gaim/smileys/default/msn_think.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbdown.png
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbup.png
-share/gnome/pixmaps/gaim/smileys/default/msn_tongue.png
-share/gnome/pixmaps/gaim/smileys/default/msn_turtle.png
-share/gnome/pixmaps/gaim/smileys/default/msn_umbrella.png
-share/gnome/pixmaps/gaim/smileys/default/msn_weird.png
-share/gnome/pixmaps/gaim/smileys/default/msn_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_xbox.png
-share/gnome/pixmaps/gaim/smileys/default/oneeye.png
-share/gnome/pixmaps/gaim/smileys/default/sad.png
-share/gnome/pixmaps/gaim/smileys/default/scream.png
-share/gnome/pixmaps/gaim/smileys/default/smile.png
-share/gnome/pixmaps/gaim/smileys/default/theme
-share/gnome/pixmaps/gaim/smileys/default/think.png
-share/gnome/pixmaps/gaim/smileys/default/tongue.png
-share/gnome/pixmaps/gaim/smileys/default/wink.png
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angel.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_batting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_beatup.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bigsmile.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_blush.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_brokenheart.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bye.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_chicken.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clap.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clown.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_coffee.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cowboy.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_dance.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_devil.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_doh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_drool.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyebrow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_femalefighter.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flag.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flower.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_frustrated.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ghost.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_giggle.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_glasses.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_huggs.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_hypnotized.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_idea.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_kiss.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_laughloud.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_liar.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_loser.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_love.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_madtongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter1.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_mean.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_moneyeyes.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_monkey.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_nailbiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_neutral.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ooooh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_party.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_peace.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pig.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pray.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pumpkin.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_question.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_rotfl.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sad.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shame.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shamrock.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shhhh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sick.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sighing.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silent.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silly.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sleep.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_smiley.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_star.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sunglas.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sweating.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_talktohand.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_think.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tired.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waving.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_whistling.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worried.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worship.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_yingyang.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_youkiddingme.gif
-share/gnome/pixmaps/gaim/smileys/default/yell.png
-share/gnome/pixmaps/gaim/smileys/none/theme
-share/gnome/pixmaps/gaim/status-away.png
-share/gnome/pixmaps/gaim/status-connect0.png
-share/gnome/pixmaps/gaim/status-connect1.png
-share/gnome/pixmaps/gaim/status-connect2.png
-share/gnome/pixmaps/gaim/status-connect3.png
-share/gnome/pixmaps/gaim/status-invisible.png
-share/gnome/pixmaps/gaim/status-offline.png
-share/gnome/pixmaps/gaim/status-online.png
-share/gnome/pixmaps/gaim/status-typing0.png
-share/gnome/pixmaps/gaim/status-typing1.png
-share/gnome/pixmaps/gaim/status-typing2.png
-share/gnome/pixmaps/gaim/status-typing3.png
-share/gnome/pixmaps/gaim/status/default/activebuddy.png
-share/gnome/pixmaps/gaim/status/default/admin.png
-share/gnome/pixmaps/gaim/status/default/aim.png
-share/gnome/pixmaps/gaim/status/default/aol.png
-share/gnome/pixmaps/gaim/status/default/away.png
-share/gnome/pixmaps/gaim/status/default/blocked.png
-share/gnome/pixmaps/gaim/status/default/bonjour.png
-share/gnome/pixmaps/gaim/status/default/dnd.png
-share/gnome/pixmaps/gaim/status/default/extended_away.png
-share/gnome/pixmaps/gaim/status/default/external.png
-share/gnome/pixmaps/gaim/status/default/female.png
-share/gnome/pixmaps/gaim/status/default/founder.png
-share/gnome/pixmaps/gaim/status/default/freeforchat.png
-share/gnome/pixmaps/gaim/status/default/gadu-gadu.png
-share/gnome/pixmaps/gaim/status/default/game.png
-share/gnome/pixmaps/gaim/status/default/halfop.png
-share/gnome/pixmaps/gaim/status/default/hiptop.png
-share/gnome/pixmaps/gaim/status/default/icq.png
-share/gnome/pixmaps/gaim/status/default/ignored.png
-share/gnome/pixmaps/gaim/status/default/invisible.png
-share/gnome/pixmaps/gaim/status/default/irc.png
-share/gnome/pixmaps/gaim/status/default/jabber.png
-share/gnome/pixmaps/gaim/status/default/login.png
-share/gnome/pixmaps/gaim/status/default/logout.png
-share/gnome/pixmaps/gaim/status/default/male.png
-share/gnome/pixmaps/gaim/status/default/meanwhile.png
-share/gnome/pixmaps/gaim/status/default/msn.png
-share/gnome/pixmaps/gaim/status/default/napster.png
-share/gnome/pixmaps/gaim/status/default/notauthorized.png
-share/gnome/pixmaps/gaim/status/default/novell.png
-share/gnome/pixmaps/gaim/status/default/nr.png
-share/gnome/pixmaps/gaim/status/default/occupied.png
-share/gnome/pixmaps/gaim/status/default/offline.png
-share/gnome/pixmaps/gaim/status/default/op.png
-share/gnome/pixmaps/gaim/status/default/pending.png
-share/gnome/pixmaps/gaim/status/default/secure.png
-share/gnome/pixmaps/gaim/status/default/silc.png
-share/gnome/pixmaps/gaim/status/default/simple.png
-share/gnome/pixmaps/gaim/status/default/unavailable.png
-share/gnome/pixmaps/gaim/status/default/voice.png
-share/gnome/pixmaps/gaim/status/default/wireless.png
-share/gnome/pixmaps/gaim/status/default/yahoo.png
-share/gnome/pixmaps/gaim/status/default/zephyr.png
-share/gnome/pixmaps/gaim/tb_drag_arrow_down.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_left.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
-share/gnome/pixmaps/gaim/typed.png
-share/gnome/pixmaps/gaim/typing.png
-share/gnome/sounds/gaim/alert.wav
-share/gnome/sounds/gaim/login.wav
-share/gnome/sounds/gaim/logout.wav
-share/gnome/sounds/gaim/receive.wav
-share/gnome/sounds/gaim/send.wav
-share/locale/am/LC_MESSAGES/gaim.mo
-share/locale/az/LC_MESSAGES/gaim.mo
-share/locale/bg/LC_MESSAGES/gaim.mo
-share/locale/bn/LC_MESSAGES/gaim.mo
-share/locale/bs/LC_MESSAGES/gaim.mo
-share/locale/ca/LC_MESSAGES/gaim.mo
-share/locale/ca_ES@valencian/LC_MESSAGES/gaim.mo
-share/locale/cs/LC_MESSAGES/gaim.mo
-share/locale/da/LC_MESSAGES/gaim.mo
-share/locale/de/LC_MESSAGES/gaim.mo
-share/locale/el/LC_MESSAGES/gaim.mo
-share/locale/en_AU/LC_MESSAGES/gaim.mo
-share/locale/en_CA/LC_MESSAGES/gaim.mo
-share/locale/en_GB/LC_MESSAGES/gaim.mo
-share/locale/es/LC_MESSAGES/gaim.mo
-share/locale/et/LC_MESSAGES/gaim.mo
-share/locale/fa/LC_MESSAGES/gaim.mo
-share/locale/fi/LC_MESSAGES/gaim.mo
-share/locale/fr/LC_MESSAGES/gaim.mo
-share/locale/gl/LC_MESSAGES/gaim.mo
-share/locale/gu/LC_MESSAGES/gaim.mo
-share/locale/he/LC_MESSAGES/gaim.mo
-share/locale/hi/LC_MESSAGES/gaim.mo
-share/locale/hu/LC_MESSAGES/gaim.mo
-share/locale/it/LC_MESSAGES/gaim.mo
-share/locale/ja/LC_MESSAGES/gaim.mo
-share/locale/ka/LC_MESSAGES/gaim.mo
-share/locale/ko/LC_MESSAGES/gaim.mo
-share/locale/ku/LC_MESSAGES/gaim.mo
-share/locale/lt/LC_MESSAGES/gaim.mo
-share/locale/mk/LC_MESSAGES/gaim.mo
-share/locale/my_MM/LC_MESSAGES/gaim.mo
-share/locale/nb/LC_MESSAGES/gaim.mo
-share/locale/nl/LC_MESSAGES/gaim.mo
-share/locale/nn/LC_MESSAGES/gaim.mo
-share/locale/pa/LC_MESSAGES/gaim.mo
-share/locale/pl/LC_MESSAGES/gaim.mo
-share/locale/pt/LC_MESSAGES/gaim.mo
-share/locale/pt_BR/LC_MESSAGES/gaim.mo
-share/locale/ro/LC_MESSAGES/gaim.mo
-share/locale/ru/LC_MESSAGES/gaim.mo
-share/locale/sk/LC_MESSAGES/gaim.mo
-share/locale/sl/LC_MESSAGES/gaim.mo
-share/locale/sq/LC_MESSAGES/gaim.mo
-share/locale/sr/LC_MESSAGES/gaim.mo
-share/locale/sr@Latn/LC_MESSAGES/gaim.mo
-share/locale/sv/LC_MESSAGES/gaim.mo
-share/locale/ta/LC_MESSAGES/gaim.mo
-share/locale/te/LC_MESSAGES/gaim.mo
-share/locale/tr/LC_MESSAGES/gaim.mo
-share/locale/uk/LC_MESSAGES/gaim.mo
-share/locale/vi/LC_MESSAGES/gaim.mo
-share/locale/xh/LC_MESSAGES/gaim.mo
-share/locale/zh_CN/LC_MESSAGES/gaim.mo
-share/locale/zh_TW/LC_MESSAGES/gaim.mo
-@dirrm share/gnome/sounds/gaim
-@dirrm share/gnome/pixmaps/gaim/status/default
-@dirrm share/gnome/pixmaps/gaim/status
-@dirrm share/gnome/pixmaps/gaim/smileys/none
-@dirrm share/gnome/pixmaps/gaim/smileys/default
-@dirrm share/gnome/pixmaps/gaim/smileys
-@dirrm share/gnome/pixmaps/gaim/icons
-@dirrm share/gnome/pixmaps/gaim/dialogs
-@dirrm share/gnome/pixmaps/gaim/buttons
-@dirrm share/gnome/pixmaps/gaim
-%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim
-@dirrm lib/gaim
-@dirrm include/gaim
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/my_MM/LC_MESSAGES
-@dirrmtry share/locale/my_MM
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@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/en_AU/LC_MESSAGES
-@dirrmtry share/locale/en_AU
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca_ES@valencian/LC_MESSAGES
-@dirrmtry share/locale/ca_ES@valencian
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
deleted file mode 100644
index a5dffa2099c3..000000000000
--- a/net-im/libpurple/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-# New ports collection makefile for: gaim
-# Date created: 26 Mar 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net-im/gaim-devel/Makefile,v 1.5 2006/10/13 05:45:01 mezz Exp $
-#
-
-PORTNAME= gaim
-PORTVERSION= 2.0.0.b3.1
-PORTREVISION= 3
-CATEGORIES?= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-DISTNAME= gaim-2.0.0beta3.1
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= Multi-protocol instant messaging client
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-CONFLICTS?= ja-gaim-[0-9]* gaim-1*
-
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20
-WANT_GNOME= yes
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
- PTHREAD_LIB="${PTHREAD_LIBS}"
-
-MAN1= gaim.1
-
-OPTIONS= SILC "Secure Internet Live Conferencing support" off \
- GTKSPELL "Spell checking support" on \
- AUDIO "Audio support" on \
- GNUTLS "GNUTLS encryption support" off \
- NSS "Mozilla NSS encryption support" on \
- SASL "Cyrus SASL support (for jabberd)" off \
- DBUS "Enable DBUS bindings" on \
- PERL "Perl scripting" off \
- TCLTK "Tcl/Tk scripting" off \
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+= evolutiondataserver
-PLIST_SUB+= EVO=""
-.else
-CONFIGURE_ARGS+= --disable-gevolution
-PLIST_SUB+= EVO="@comment not installed: "
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --enable-gnutls=yes
-.else
-CONFIGURE_ARGS+= --enable-gnutls=no
-.endif
-
-.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit
-CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc
-PLIST_SUB+= SILC=""
-.else
-PLIST_SUB+= SILC="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_NSS)
-LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
-CONFIGURE_ARGS+= --enable-nss=yes \
- --with-nspr-includes=${LOCALBASE}/include/nspr \
- --with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+= --enable-nss=no
-.endif
-
-.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= --enable-cyrus-sasl
-.endif
-
-.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
-CONFIGURE_ARGS+= --enable-dbus
-PLIST_SUB+= DBUS=""
-.else
-CONFIGURE_ARGS+= --disable-dbus
-PLIST_SUB+= DBUS="@comment not installed: "
-.endif
-
-.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800
-USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl-lib=site
-PLIST_SUB+= PERL:=""
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3+= Gaim.3
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+= --disable-gtkspell
-.endif
-
-.if defined(WITH_TCLTK)
-TCLTK_VER?= 8.4 # user can override it
-TCLTK_VER_NODOT= ${TCLTK_VER:S/.//}
-.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4
-.error Currently GAIM can only use Tcl/Tk 8.3 or 8.4
-.endif
-LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT}
-CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \
- --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER}
-CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER}
-PLIST_SUB+= TCL:=""
-.else
-PLIST_SUB+= TCL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_AUDIO)
-LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
- audiofile.0:${PORTSDIR}/audio/libaudiofile
-.else
-CONFIGURE_ARGS+= --disable-audio
-.endif
-
-pre-everything::
-.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
- @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)."
-.endif
-.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
- @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
- -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
- -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \
- ${WRKSRC}/gaim.service.in
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \
- ${WRKSRC}/src/gaim-remote.py
- @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
- ${WRKSRC}/src/gaim-send ${WRKSRC}/src/gaim-send-async
-
-.include <bsd.port.post.mk>
diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo
deleted file mode 100644
index ba30341f4adc..000000000000
--- a/net-im/libpurple/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-2.0.0beta3.1.tar.bz2) = 202b9e6ee5171da90de14230b3037dc1
-SHA256 (gaim-2.0.0beta3.1.tar.bz2) = a282c56f32a37f7838c5332f182bdd920d4e80099b96313e503c6acc020931f4
-SIZE (gaim-2.0.0beta3.1.tar.bz2) = 5445059
diff --git a/net-im/libpurple/pkg-descr b/net-im/libpurple/pkg-descr
deleted file mode 100644
index d4901fdf0fae..000000000000
--- a/net-im/libpurple/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Gaim is a multi-protocol instant messaging client. It is compatible with AIM
-(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
-and Zephyr networks.
-
-Gaim users can log in to multiple accounts on multiple IM networks
-simultaneously. This means that you can be chatting with friends on AOL
-Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
-IRC channel all at the same time.
-
-Gaim supports many features of the various networks, such as file transfer
-(coming soon), away messages, typing notification, and MSN window closing
-notification. It also goes beyond that and provides many unique features. A
-few popular features are Buddy Pounces, which give the ability to notify you,
-send a message, play a sound, or run a program when a specific buddy goes away,
-signs online, or returns from idle; and plugins, consisting of text
-replacement, a buddy ticker, extended message notification, iconify on away,
-and more.
-
-(Adapted from the About Gaim page.)
-
-WWW: http://gaim.sourceforge.net/
diff --git a/net-im/libpurple/pkg-plist b/net-im/libpurple/pkg-plist
deleted file mode 100644
index c3cb70f7a50f..000000000000
--- a/net-im/libpurple/pkg-plist
+++ /dev/null
@@ -1,574 +0,0 @@
-bin/gaim
-%%DBUS%%bin/gaim-client-example
-%%DBUS%%bin/gaim-notifications-example.py
-%%DBUS%%bin/gaim-remote.py
-%%DBUS%%bin/gaim-send
-%%DBUS%%bin/gaim-send-async
-include/gaim/account.h
-include/gaim/accountopt.h
-include/gaim/blist.h
-include/gaim/buddyicon.h
-include/gaim/cipher.h
-include/gaim/cmds.h
-include/gaim/config.h
-include/gaim/connection.h
-include/gaim/conversation.h
-include/gaim/core.h
-%%DBUS%%include/gaim/dbus-bindings.h
-%%DBUS%%include/gaim/dbus-define-api.h
-%%DBUS%%include/gaim/dbus-gaim.h
-include/gaim/dbus-maybe.h
-%%DBUS%%include/gaim/dbus-server.h
-%%DBUS%%include/gaim/dbus-useful.h
-include/gaim/debug.h
-include/gaim/desktopitem.h
-include/gaim/dnssrv.h
-include/gaim/eventloop.h
-include/gaim/ft.h
-include/gaim/gaim.h
-include/gaim/gaim_buffer.h
-include/gaim/gtkaccount.h
-include/gaim/gtkblist.h
-include/gaim/gtkcelllayout.h
-include/gaim/gtkcellrendererprogress.h
-include/gaim/gtkcellview.h
-include/gaim/gtkcellviewmenuitem.h
-include/gaim/gtkcombobox.h
-include/gaim/gtkconn.h
-include/gaim/gtkconv.h
-include/gaim/gtkconvwin.h
-include/gaim/gtkdebug.h
-include/gaim/gtkdialogs.h
-include/gaim/gtkdnd-hints.h
-include/gaim/gtkeventloop.h
-include/gaim/gtkexpander.h
-include/gaim/gtkft.h
-include/gaim/gtkgaim.h
-include/gaim/gtkidle.h
-include/gaim/gtkimhtml.h
-include/gaim/gtkimhtmltoolbar.h
-include/gaim/gtklog.h
-include/gaim/gtkmenutray.h
-include/gaim/gtknickcolors.h
-include/gaim/gtknotify.h
-include/gaim/gtkplugin.h
-include/gaim/gtkpluginpref.h
-include/gaim/gtkpounce.h
-include/gaim/gtkprefs.h
-include/gaim/gtkprivacy.h
-include/gaim/gtkrequest.h
-include/gaim/gtkroomlist.h
-include/gaim/gtksavedstatuses.h
-include/gaim/gtksession.h
-include/gaim/gtksound.h
-include/gaim/gtksourceiter.h
-include/gaim/gtkstatusbox.h
-include/gaim/gtkstock.h
-include/gaim/gtkthemes.h
-include/gaim/gtkutils.h
-include/gaim/gtkwhiteboard.h
-include/gaim/idle.h
-include/gaim/imgstore.h
-include/gaim/log.h
-include/gaim/mime.h
-include/gaim/network.h
-include/gaim/notify.h
-include/gaim/ntlm.h
-include/gaim/plugin.h
-include/gaim/pluginpref.h
-include/gaim/pounce.h
-include/gaim/prefs.h
-include/gaim/privacy.h
-include/gaim/proxy.h
-include/gaim/prpl.h
-include/gaim/request.h
-include/gaim/roomlist.h
-include/gaim/savedstatuses.h
-include/gaim/server.h
-include/gaim/signals.h
-include/gaim/sound.h
-include/gaim/sslconn.h
-include/gaim/status.h
-include/gaim/stringref.h
-include/gaim/stun.h
-include/gaim/upnp.h
-include/gaim/util.h
-include/gaim/value.h
-include/gaim/version.h
-include/gaim/whiteboard.h
-include/gaim/xmlnode.h
-%%DBUS%%lib/gaim/dbus-example.la
-%%DBUS%%lib/gaim/dbus-example.so
-lib/gaim/docklet.la
-lib/gaim/docklet.so
-lib/gaim/extplacement.la
-lib/gaim/extplacement.so
-lib/gaim/gaimrc.la
-lib/gaim/gaimrc.so
-lib/gaim/gestures.la
-lib/gaim/gestures.so
-%%EVO%%lib/gaim/gevolution.la
-%%EVO%%lib/gaim/gevolution.so
-lib/gaim/history.la
-lib/gaim/history.so
-lib/gaim/iconaway.la
-lib/gaim/iconaway.so
-lib/gaim/idle.la
-lib/gaim/idle.so
-%%PERL:%%lib/gaim/libgaimperl.la
-%%PERL:%%lib/gaim/libgaimperl.so
-lib/gaim/libirc.la
-lib/gaim/libirc.so
-lib/gaim/libjabber.la
-lib/gaim/libjabber.so
-lib/gaim/libmsn.la
-lib/gaim/libmsn.so
-lib/gaim/libnovell.la
-lib/gaim/libnovell.so
-lib/gaim/liboscar.la
-lib/gaim/liboscar.so
-%%SILC%%lib/gaim/libsilcgaim.la
-%%SILC%%lib/gaim/libsilcgaim.so
-lib/gaim/libsimple.la
-lib/gaim/libsimple.so
-lib/gaim/libyahoo.la
-lib/gaim/libyahoo.so
-lib/gaim/libzephyr.la
-lib/gaim/libzephyr.so
-%%DBUS%%lib/gaim/musicmessaging.la
-%%DBUS%%lib/gaim/musicmessaging.so
-lib/gaim/notify.la
-lib/gaim/notify.so
-%%PERL:%%lib/gaim/perl.la
-%%PERL:%%lib/gaim/perl.so
-lib/gaim/psychic.la
-lib/gaim/psychic.so
-lib/gaim/relnot.la
-lib/gaim/relnot.so
-lib/gaim/spellchk.la
-lib/gaim/spellchk.so
-lib/gaim/ssl-gnutls.la
-lib/gaim/ssl-gnutls.so
-lib/gaim/ssl-nss.la
-lib/gaim/ssl-nss.so
-lib/gaim/ssl.la
-lib/gaim/ssl.so
-lib/gaim/statenotify.la
-lib/gaim/statenotify.so
-%%TCL:%%lib/gaim/tcl.la
-%%TCL:%%lib/gaim/tcl.so
-lib/gaim/ticker.la
-lib/gaim/ticker.so
-lib/gaim/timestamp.la
-lib/gaim/timestamp.so
-lib/gaim/timestamp_format.la
-lib/gaim/timestamp_format.so
-%%DBUS%%lib/libgaim-client.la
-%%DBUS%%lib/libgaim-client.so
-%%DBUS%%lib/libgaim-client.so.0
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/autosplit.ix
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.so
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/.packlist
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Gaim.pm
-libdata/pkgconfig/gaim.pc
-share/aclocal/gaim.m4
-%%DBUS%%share/dbus-1/services/gaim.service
-share/gnome/applications/gaim.desktop
-share/gnome/pixmaps/gaim.png
-share/gnome/pixmaps/gaim.svg
-share/gnome/pixmaps/gaim/buttons/about_menu.png
-share/gnome/pixmaps/gaim/buttons/accounts.png
-share/gnome/pixmaps/gaim/buttons/change-bgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/change-fgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/edit.png
-share/gnome/pixmaps/gaim/buttons/info.png
-share/gnome/pixmaps/gaim/buttons/insert-image-small.png
-share/gnome/pixmaps/gaim/buttons/insert-link-small.png
-share/gnome/pixmaps/gaim/buttons/insert-smiley-small.png
-%%DBUS%%share/gnome/pixmaps/gaim/buttons/music.png
-share/gnome/pixmaps/gaim/buttons/pause.png
-share/gnome/pixmaps/gaim/buttons/send-im.png
-share/gnome/pixmaps/gaim/buttons/text_bigger.png
-share/gnome/pixmaps/gaim/buttons/text_normal.png
-share/gnome/pixmaps/gaim/buttons/text_smaller.png
-share/gnome/pixmaps/gaim/dialogs/gaim_auth.png
-share/gnome/pixmaps/gaim/dialogs/gaim_cool.png
-share/gnome/pixmaps/gaim/dialogs/gaim_error.png
-share/gnome/pixmaps/gaim/dialogs/gaim_info.png
-share/gnome/pixmaps/gaim/dialogs/gaim_question.png
-share/gnome/pixmaps/gaim/dialogs/gaim_warning.png
-share/gnome/pixmaps/gaim/icons/away.png
-share/gnome/pixmaps/gaim/icons/connect.png
-share/gnome/pixmaps/gaim/icons/msgpend.png
-share/gnome/pixmaps/gaim/icons/msgunread.png
-share/gnome/pixmaps/gaim/icons/offline.png
-share/gnome/pixmaps/gaim/icons/online.png
-share/gnome/pixmaps/gaim/icons/stock_connect_16.png
-share/gnome/pixmaps/gaim/icons/stock_disconnect_16.png
-share/gnome/pixmaps/gaim/logo.png
-share/gnome/pixmaps/gaim/phone.png
-share/gnome/pixmaps/gaim/smileys/default/angel.png
-share/gnome/pixmaps/gaim/smileys/default/bigsmile.png
-share/gnome/pixmaps/gaim/smileys/default/burp.png
-share/gnome/pixmaps/gaim/smileys/default/cool.png
-share/gnome/pixmaps/gaim/smileys/default/crazy.png
-share/gnome/pixmaps/gaim/smileys/default/crossedlips.png
-share/gnome/pixmaps/gaim/smileys/default/cry.png
-share/gnome/pixmaps/gaim/smileys/default/download.png
-share/gnome/pixmaps/gaim/smileys/default/embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/farted.png
-share/gnome/pixmaps/gaim/smileys/default/kiss.png
-share/gnome/pixmaps/gaim/smileys/default/luke.png
-share/gnome/pixmaps/gaim/smileys/default/moneymouth.png
-share/gnome/pixmaps/gaim/smileys/default/mrt.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angel.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angry.png
-share/gnome/pixmaps/gaim/smileys/default/msn_away.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bat.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_beer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bowl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_boy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brb.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brheart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cake.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_car.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cat.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cellphone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cigarette.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_clock.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coffee.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coins.png
-share/gnome/pixmaps/gaim/smileys/default/msn_computer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_deadflower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_devil.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dog.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dontknow.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_donttell.png
-share/gnome/pixmaps/gaim/smileys/default/msn_drink.png
-share/gnome/pixmaps/gaim/smileys/default/msn_email.png
-share/gnome/pixmaps/gaim/smileys/default/msn_embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_film.png
-share/gnome/pixmaps/gaim/smileys/default/msn_fingerscrossed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_flower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_gift.png
-share/gnome/pixmaps/gaim/smileys/default/msn_girl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_handcuffs.png
-share/gnome/pixmaps/gaim/smileys/default/msn_heart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_highfive.png
-share/gnome/pixmaps/gaim/smileys/default/msn_hot.png
-share/gnome/pixmaps/gaim/smileys/default/msn_icon.png
-share/gnome/pixmaps/gaim/smileys/default/msn_idea.png
-share/gnome/pixmaps/gaim/smileys/default/msn_island.png
-share/gnome/pixmaps/gaim/smileys/default/msn_kiss.png
-share/gnome/pixmaps/gaim/smileys/default/msn_laugh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_lightning.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_nerd.png
-share/gnome/pixmaps/gaim/smileys/default/msn_neutral.png
-share/gnome/pixmaps/gaim/smileys/default/msn_note.png
-share/gnome/pixmaps/gaim/smileys/default/msn_occ.png
-share/gnome/pixmaps/gaim/smileys/default/msn_online.png
-share/gnome/pixmaps/gaim/smileys/default/msn_ooooh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_party.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_phone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_photo.png
-share/gnome/pixmaps/gaim/smileys/default/msn_pizza.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plane.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plate.png
-share/gnome/pixmaps/gaim/smileys/default/msn_question.png
-share/gnome/pixmaps/gaim/smileys/default/msn_rainbow.png
-share/gnome/pixmaps/gaim/smileys/default/msn_run.png
-share/gnome/pixmaps/gaim/smileys/default/msn_runback.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sad.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sarcastic.png
-share/gnome/pixmaps/gaim/smileys/default/msn_secret.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sheep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sick.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleepy.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_smiley.png
-share/gnome/pixmaps/gaim/smileys/default/msn_snail.png
-share/gnome/pixmaps/gaim/smileys/default/msn_soccer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_star.png
-share/gnome/pixmaps/gaim/smileys/default/msn_stormy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sun.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sunglasses.png
-share/gnome/pixmaps/gaim/smileys/default/msn_teeth.png
-share/gnome/pixmaps/gaim/smileys/default/msn_think.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbdown.png
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbup.png
-share/gnome/pixmaps/gaim/smileys/default/msn_tongue.png
-share/gnome/pixmaps/gaim/smileys/default/msn_turtle.png
-share/gnome/pixmaps/gaim/smileys/default/msn_umbrella.png
-share/gnome/pixmaps/gaim/smileys/default/msn_weird.png
-share/gnome/pixmaps/gaim/smileys/default/msn_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_xbox.png
-share/gnome/pixmaps/gaim/smileys/default/oneeye.png
-share/gnome/pixmaps/gaim/smileys/default/sad.png
-share/gnome/pixmaps/gaim/smileys/default/scream.png
-share/gnome/pixmaps/gaim/smileys/default/smile.png
-share/gnome/pixmaps/gaim/smileys/default/theme
-share/gnome/pixmaps/gaim/smileys/default/think.png
-share/gnome/pixmaps/gaim/smileys/default/tongue.png
-share/gnome/pixmaps/gaim/smileys/default/wink.png
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angel.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_batting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_beatup.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bigsmile.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_blush.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_brokenheart.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bye.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_chicken.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clap.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clown.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_coffee.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cowboy.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_dance.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_devil.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_doh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_drool.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyebrow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_femalefighter.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flag.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flower.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_frustrated.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ghost.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_giggle.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_glasses.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_huggs.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_hypnotized.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_idea.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_kiss.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_laughloud.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_liar.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_loser.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_love.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_madtongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter1.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_mean.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_moneyeyes.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_monkey.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_nailbiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_neutral.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ooooh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_party.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_peace.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pig.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pray.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pumpkin.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_question.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_rotfl.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sad.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shame.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shamrock.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shhhh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sick.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sighing.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silent.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silly.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sleep.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_smiley.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_star.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sunglas.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sweating.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_talktohand.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_think.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tired.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waving.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_whistling.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worried.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worship.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_yingyang.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_youkiddingme.gif
-share/gnome/pixmaps/gaim/smileys/default/yell.png
-share/gnome/pixmaps/gaim/smileys/none/theme
-share/gnome/pixmaps/gaim/status-away.png
-share/gnome/pixmaps/gaim/status-connect0.png
-share/gnome/pixmaps/gaim/status-connect1.png
-share/gnome/pixmaps/gaim/status-connect2.png
-share/gnome/pixmaps/gaim/status-connect3.png
-share/gnome/pixmaps/gaim/status-invisible.png
-share/gnome/pixmaps/gaim/status-offline.png
-share/gnome/pixmaps/gaim/status-online.png
-share/gnome/pixmaps/gaim/status-typing0.png
-share/gnome/pixmaps/gaim/status-typing1.png
-share/gnome/pixmaps/gaim/status-typing2.png
-share/gnome/pixmaps/gaim/status-typing3.png
-share/gnome/pixmaps/gaim/status/default/activebuddy.png
-share/gnome/pixmaps/gaim/status/default/admin.png
-share/gnome/pixmaps/gaim/status/default/aim.png
-share/gnome/pixmaps/gaim/status/default/aol.png
-share/gnome/pixmaps/gaim/status/default/away.png
-share/gnome/pixmaps/gaim/status/default/blocked.png
-share/gnome/pixmaps/gaim/status/default/bonjour.png
-share/gnome/pixmaps/gaim/status/default/dnd.png
-share/gnome/pixmaps/gaim/status/default/extended_away.png
-share/gnome/pixmaps/gaim/status/default/external.png
-share/gnome/pixmaps/gaim/status/default/female.png
-share/gnome/pixmaps/gaim/status/default/founder.png
-share/gnome/pixmaps/gaim/status/default/freeforchat.png
-share/gnome/pixmaps/gaim/status/default/gadu-gadu.png
-share/gnome/pixmaps/gaim/status/default/game.png
-share/gnome/pixmaps/gaim/status/default/halfop.png
-share/gnome/pixmaps/gaim/status/default/hiptop.png
-share/gnome/pixmaps/gaim/status/default/icq.png
-share/gnome/pixmaps/gaim/status/default/ignored.png
-share/gnome/pixmaps/gaim/status/default/invisible.png
-share/gnome/pixmaps/gaim/status/default/irc.png
-share/gnome/pixmaps/gaim/status/default/jabber.png
-share/gnome/pixmaps/gaim/status/default/login.png
-share/gnome/pixmaps/gaim/status/default/logout.png
-share/gnome/pixmaps/gaim/status/default/male.png
-share/gnome/pixmaps/gaim/status/default/meanwhile.png
-share/gnome/pixmaps/gaim/status/default/msn.png
-share/gnome/pixmaps/gaim/status/default/napster.png
-share/gnome/pixmaps/gaim/status/default/notauthorized.png
-share/gnome/pixmaps/gaim/status/default/novell.png
-share/gnome/pixmaps/gaim/status/default/nr.png
-share/gnome/pixmaps/gaim/status/default/occupied.png
-share/gnome/pixmaps/gaim/status/default/offline.png
-share/gnome/pixmaps/gaim/status/default/op.png
-share/gnome/pixmaps/gaim/status/default/pending.png
-share/gnome/pixmaps/gaim/status/default/secure.png
-share/gnome/pixmaps/gaim/status/default/silc.png
-share/gnome/pixmaps/gaim/status/default/simple.png
-share/gnome/pixmaps/gaim/status/default/unavailable.png
-share/gnome/pixmaps/gaim/status/default/voice.png
-share/gnome/pixmaps/gaim/status/default/wireless.png
-share/gnome/pixmaps/gaim/status/default/yahoo.png
-share/gnome/pixmaps/gaim/status/default/zephyr.png
-share/gnome/pixmaps/gaim/tb_drag_arrow_down.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_left.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
-share/gnome/pixmaps/gaim/typed.png
-share/gnome/pixmaps/gaim/typing.png
-share/gnome/sounds/gaim/alert.wav
-share/gnome/sounds/gaim/login.wav
-share/gnome/sounds/gaim/logout.wav
-share/gnome/sounds/gaim/receive.wav
-share/gnome/sounds/gaim/send.wav
-share/locale/am/LC_MESSAGES/gaim.mo
-share/locale/az/LC_MESSAGES/gaim.mo
-share/locale/bg/LC_MESSAGES/gaim.mo
-share/locale/bn/LC_MESSAGES/gaim.mo
-share/locale/bs/LC_MESSAGES/gaim.mo
-share/locale/ca/LC_MESSAGES/gaim.mo
-share/locale/ca_ES@valencian/LC_MESSAGES/gaim.mo
-share/locale/cs/LC_MESSAGES/gaim.mo
-share/locale/da/LC_MESSAGES/gaim.mo
-share/locale/de/LC_MESSAGES/gaim.mo
-share/locale/el/LC_MESSAGES/gaim.mo
-share/locale/en_AU/LC_MESSAGES/gaim.mo
-share/locale/en_CA/LC_MESSAGES/gaim.mo
-share/locale/en_GB/LC_MESSAGES/gaim.mo
-share/locale/es/LC_MESSAGES/gaim.mo
-share/locale/et/LC_MESSAGES/gaim.mo
-share/locale/fa/LC_MESSAGES/gaim.mo
-share/locale/fi/LC_MESSAGES/gaim.mo
-share/locale/fr/LC_MESSAGES/gaim.mo
-share/locale/gl/LC_MESSAGES/gaim.mo
-share/locale/gu/LC_MESSAGES/gaim.mo
-share/locale/he/LC_MESSAGES/gaim.mo
-share/locale/hi/LC_MESSAGES/gaim.mo
-share/locale/hu/LC_MESSAGES/gaim.mo
-share/locale/it/LC_MESSAGES/gaim.mo
-share/locale/ja/LC_MESSAGES/gaim.mo
-share/locale/ka/LC_MESSAGES/gaim.mo
-share/locale/ko/LC_MESSAGES/gaim.mo
-share/locale/ku/LC_MESSAGES/gaim.mo
-share/locale/lt/LC_MESSAGES/gaim.mo
-share/locale/mk/LC_MESSAGES/gaim.mo
-share/locale/my_MM/LC_MESSAGES/gaim.mo
-share/locale/nb/LC_MESSAGES/gaim.mo
-share/locale/nl/LC_MESSAGES/gaim.mo
-share/locale/nn/LC_MESSAGES/gaim.mo
-share/locale/pa/LC_MESSAGES/gaim.mo
-share/locale/pl/LC_MESSAGES/gaim.mo
-share/locale/pt/LC_MESSAGES/gaim.mo
-share/locale/pt_BR/LC_MESSAGES/gaim.mo
-share/locale/ro/LC_MESSAGES/gaim.mo
-share/locale/ru/LC_MESSAGES/gaim.mo
-share/locale/sk/LC_MESSAGES/gaim.mo
-share/locale/sl/LC_MESSAGES/gaim.mo
-share/locale/sq/LC_MESSAGES/gaim.mo
-share/locale/sr/LC_MESSAGES/gaim.mo
-share/locale/sr@Latn/LC_MESSAGES/gaim.mo
-share/locale/sv/LC_MESSAGES/gaim.mo
-share/locale/ta/LC_MESSAGES/gaim.mo
-share/locale/te/LC_MESSAGES/gaim.mo
-share/locale/tr/LC_MESSAGES/gaim.mo
-share/locale/uk/LC_MESSAGES/gaim.mo
-share/locale/vi/LC_MESSAGES/gaim.mo
-share/locale/xh/LC_MESSAGES/gaim.mo
-share/locale/zh_CN/LC_MESSAGES/gaim.mo
-share/locale/zh_TW/LC_MESSAGES/gaim.mo
-@dirrm share/gnome/sounds/gaim
-@dirrm share/gnome/pixmaps/gaim/status/default
-@dirrm share/gnome/pixmaps/gaim/status
-@dirrm share/gnome/pixmaps/gaim/smileys/none
-@dirrm share/gnome/pixmaps/gaim/smileys/default
-@dirrm share/gnome/pixmaps/gaim/smileys
-@dirrm share/gnome/pixmaps/gaim/icons
-@dirrm share/gnome/pixmaps/gaim/dialogs
-@dirrm share/gnome/pixmaps/gaim/buttons
-@dirrm share/gnome/pixmaps/gaim
-%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim
-@dirrm lib/gaim
-@dirrm include/gaim
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/my_MM/LC_MESSAGES
-@dirrmtry share/locale/my_MM
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@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/en_AU/LC_MESSAGES
-@dirrmtry share/locale/en_AU
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca_ES@valencian/LC_MESSAGES
-@dirrmtry share/locale/ca_ES@valencian
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile
deleted file mode 100644
index 72c418630e08..000000000000
--- a/net-im/pidgin-guifications/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: gaim-guifications
-# Date created: 2004-05-04
-# Whom: ports@c0decafe.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= guifications
-PORTVERSION= 2.12
-PORTREVISION= 3
-CATEGORIES= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= ports@c0decafe.net
-COMMENT= Plugin to add msn style "toaster" popups to Gaim
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-GNU_CONFIGURE= yes
-
-OPTIONS= NLS "Native Language Support" on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
-CONFIGURE_ENV+="CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib"
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-extract:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
- -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
- -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
- @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/net-im/pidgin-guifications/distinfo b/net-im/pidgin-guifications/distinfo
deleted file mode 100644
index f41612265cce..000000000000
--- a/net-im/pidgin-guifications/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (guifications-2.12.tar.gz) = 4e8d618f70c78afe539372141a2206ef
-SHA256 (guifications-2.12.tar.gz) = 73912d012c8b7fad24e2d07b5ceb09d71a3eb2976fa516f1489b505878c152aa
-SIZE (guifications-2.12.tar.gz) = 741795
diff --git a/net-im/pidgin-guifications/pkg-descr b/net-im/pidgin-guifications/pkg-descr
deleted file mode 100644
index ec789afdad17..000000000000
--- a/net-im/pidgin-guifications/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Guifications is a Gaim plugin that displays msn style "toaster" popups in a
-user-defined corner of the screen. It's highly configurable, and easy to use.
-
-WWW: http://guifications.sourceforge.net/Guifications/
diff --git a/net-im/pidgin-guifications/pkg-plist b/net-im/pidgin-guifications/pkg-plist
deleted file mode 100644
index 5a0c0a907be8..000000000000
--- a/net-im/pidgin-guifications/pkg-plist
+++ /dev/null
@@ -1,56 +0,0 @@
-lib/gaim/guifications.la
-lib/gaim/guifications.so
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_big.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_huge.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_large.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_little.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_normal.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_small.png
-share/gnome/pixmaps/gaim/guifications/conf/item_icon_size_tiny.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_center.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_east.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_north.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_north_east.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_north_west.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_south.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_south_east.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_south_west.png
-share/gnome/pixmaps/gaim/guifications/conf/item_position_west.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_end.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_middle.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_ellipsis_start.png
-share/gnome/pixmaps/gaim/guifications/conf/item_text_clipping_truncate.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_north_east.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_north_west.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_south_east.png
-share/gnome/pixmaps/gaim/guifications/conf/window_position_south_west.png
-share/gnome/pixmaps/gaim/guifications/themes/Penguins/penguin.png
-share/gnome/pixmaps/gaim/guifications/themes/Penguins/theme.xml
-share/gnome/pixmaps/gaim/guifications/themes/default/background.png
-share/gnome/pixmaps/gaim/guifications/themes/default/theme.xml
-share/gnome/pixmaps/gaim/guifications/themes/mini/background.png
-share/gnome/pixmaps/gaim/guifications/themes/mini/theme.xml
-%%NLS%%share/locale/cs/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/de/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/en_AU/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/en_GB/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/es/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/he/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/it/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/no/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/guifications.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/guifications.mo
-@dirrm share/gnome/pixmaps/gaim/guifications/themes/mini
-@dirrm share/gnome/pixmaps/gaim/guifications/themes/default
-@dirrm share/gnome/pixmaps/gaim/guifications/themes/Penguins
-@dirrm share/gnome/pixmaps/gaim/guifications/themes
-@dirrm share/gnome/pixmaps/gaim/guifications/conf
-@dirrm share/gnome/pixmaps/gaim/guifications
diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile
deleted file mode 100644
index 16c2a6ceb90d..000000000000
--- a/net-im/pidgin-latex/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: Gaim-LaTeX
-# Date created: 2005-06-22
-# Whom: Geoffrey Mainland <mainland@apeiron.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= latex
-PORTVERSION= 0.3
-PORTREVISION= 5
-CATEGORIES= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
-PKGNAMEPREFIX= gaim-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= mainland@apeiron.net
-COMMENT= Display LaTeX output in your IMs
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim \
- latex:${PORTSDIR}/print/teTeX \
- convert:${PORTSDIR}/graphics/ImageMagick
-
-CFLAGS+= "-fPIC"
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GNOME= gtk20
-USE_BZIP2= yes
-
-PLIST_FILES= lib/gaim/LaTeX.so
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/LaTeX.so ${PREFIX}/lib/gaim
-
-.include <bsd.port.mk>
diff --git a/net-im/pidgin-latex/distinfo b/net-im/pidgin-latex/distinfo
deleted file mode 100644
index 3b10f941e2e8..000000000000
--- a/net-im/pidgin-latex/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-latex-0.3.tar.bz2) = e0ff7686b3e40a8f2e456785b0557a29
-SHA256 (gaim-latex-0.3.tar.bz2) = e7742ebd216bd7414525ba074f828e43db3093807e4c506e5a002f45855f84e4
-SIZE (gaim-latex-0.3.tar.bz2) = 12903
diff --git a/net-im/pidgin-latex/files/patch-LaTeX.c b/net-im/pidgin-latex/files/patch-LaTeX.c
deleted file mode 100644
index a09cfc364416..000000000000
--- a/net-im/pidgin-latex/files/patch-LaTeX.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- LaTeX.c.orig Sun Jul 3 11:23:45 2005
-+++ LaTeX.c Sun Jul 3 11:24:29 2005
-@@ -77,13 +77,13 @@
-
- while(ptr1 != NULL)
- {
-- retro = FALSE;
- char *tex, *message, *idstring;
- gchar *name, *buf;
- char *filedata;
- size_t size;
- GError *error = NULL;
- char *filter;
-+ retro = FALSE;
-
- pos1 = strlen(*tmp2) - strlen(ptr1);
-
diff --git a/net-im/pidgin-latex/pkg-descr b/net-im/pidgin-latex/pkg-descr
deleted file mode 100644
index 46c46e0e7ddb..000000000000
--- a/net-im/pidgin-latex/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a plugin for Gaim that allows you to display LaTeX output in
-your IMs.
-
-WWW: http://sourceforge.net/projects/gaim-latex
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
deleted file mode 100644
index a5dffa2099c3..000000000000
--- a/net-im/pidgin/Makefile
+++ /dev/null
@@ -1,163 +0,0 @@
-# New ports collection makefile for: gaim
-# Date created: 26 Mar 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/net-im/gaim-devel/Makefile,v 1.5 2006/10/13 05:45:01 mezz Exp $
-#
-
-PORTNAME= gaim
-PORTVERSION= 2.0.0.b3.1
-PORTREVISION= 3
-CATEGORIES?= net-im
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMESUFFIX= -devel
-DISTNAME= gaim-2.0.0beta3.1
-
-MAINTAINER= marcus@FreeBSD.org
-COMMENT= Multi-protocol instant messaging client
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-CONFLICTS?= ja-gaim-[0-9]* gaim-1*
-
-USE_XLIB= yes
-USE_PYTHON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20
-WANT_GNOME= yes
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \
- PTHREAD_LIB="${PTHREAD_LIBS}"
-
-MAN1= gaim.1
-
-OPTIONS= SILC "Secure Internet Live Conferencing support" off \
- GTKSPELL "Spell checking support" on \
- AUDIO "Audio support" on \
- GNUTLS "GNUTLS encryption support" off \
- NSS "Mozilla NSS encryption support" on \
- SASL "Cyrus SASL support (for jabberd)" off \
- DBUS "Enable DBUS bindings" on \
- PERL "Perl scripting" off \
- TCLTK "Tcl/Tk scripting" off \
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+= evolutiondataserver
-PLIST_SUB+= EVO=""
-.else
-CONFIGURE_ARGS+= --disable-gevolution
-PLIST_SUB+= EVO="@comment not installed: "
-.endif
-
-.if defined(WITH_GNUTLS)
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
-CONFIGURE_ARGS+= --enable-gnutls=yes
-.else
-CONFIGURE_ARGS+= --enable-gnutls=no
-.endif
-
-.if defined(WITH_SILC)
-LIB_DEPENDS+= silcclient-1.0.3:${PORTSDIR}/devel/silc-toolkit
-CONFIGURE_ARGS+= --with-silc-includes=${LOCALBASE}/include/silc
-PLIST_SUB+= SILC=""
-.else
-PLIST_SUB+= SILC="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_NSS)
-LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
-CONFIGURE_ARGS+= --enable-nss=yes \
- --with-nspr-includes=${LOCALBASE}/include/nspr \
- --with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/nss \
- --with-nss-libs=${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+= --enable-nss=no
-.endif
-
-.if defined(WITH_SASL)
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
-CONFIGURE_ARGS+= --enable-cyrus-sasl
-.endif
-
-.if defined(WITH_DBUS)
-LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
-CONFIGURE_ARGS+= --enable-dbus
-PLIST_SUB+= DBUS=""
-.else
-CONFIGURE_ARGS+= --disable-dbus
-PLIST_SUB+= DBUS="@comment not installed: "
-.endif
-
-.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800
-USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl-lib=site
-PLIST_SUB+= PERL:=""
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3+= Gaim.3
-.else
-CONFIGURE_ARGS+= --disable-perl
-PLIST_SUB+= PERL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
-.else
-CONFIGURE_ARGS+= --disable-gtkspell
-.endif
-
-.if defined(WITH_TCLTK)
-TCLTK_VER?= 8.4 # user can override it
-TCLTK_VER_NODOT= ${TCLTK_VER:S/.//}
-.if ${TCLTK_VER} != 8.3 && ${TCLTK_VER} != 8.4
-.error Currently GAIM can only use Tcl/Tk 8.3 or 8.4
-.endif
-LIB_DEPENDS+= tk${TCLTK_VER_NODOT}:${PORTSDIR}/x11-toolkits/tk${TCLTK_VER_NODOT}
-CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl${TCLTK_VER} \
- --with-tkconfig=${LOCALBASE}/lib/tk${TCLTK_VER}
-CFLAGS+= -I${LOCALBASE}/include/tk${TCLTK_VER} -I${LOCALBASE}/include/tcl${TCLTK_VER}
-PLIST_SUB+= TCL:=""
-.else
-PLIST_SUB+= TCL:="@comment not installed: "
-.endif
-
-.if !defined(WITHOUT_AUDIO)
-LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
- audiofile.0:${PORTSDIR}/audio/libaudiofile
-.else
-CONFIGURE_ARGS+= --disable-audio
-.endif
-
-pre-everything::
-.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
- @${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)."
-.endif
-.if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
- @${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \
- -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \
- -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \
- -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \
- ${WRKSRC}/gaim.service.in
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \
- ${WRKSRC}/src/gaim-remote.py
- @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
- ${WRKSRC}/src/gaim-send ${WRKSRC}/src/gaim-send-async
-
-.include <bsd.port.post.mk>
diff --git a/net-im/pidgin/distinfo b/net-im/pidgin/distinfo
deleted file mode 100644
index ba30341f4adc..000000000000
--- a/net-im/pidgin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gaim-2.0.0beta3.1.tar.bz2) = 202b9e6ee5171da90de14230b3037dc1
-SHA256 (gaim-2.0.0beta3.1.tar.bz2) = a282c56f32a37f7838c5332f182bdd920d4e80099b96313e503c6acc020931f4
-SIZE (gaim-2.0.0beta3.1.tar.bz2) = 5445059
diff --git a/net-im/pidgin/pkg-descr b/net-im/pidgin/pkg-descr
deleted file mode 100644
index d4901fdf0fae..000000000000
--- a/net-im/pidgin/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Gaim is a multi-protocol instant messaging client. It is compatible with AIM
-(Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo, IRC, Jabber, Gadu-Gadu,
-and Zephyr networks.
-
-Gaim users can log in to multiple accounts on multiple IM networks
-simultaneously. This means that you can be chatting with friends on AOL
-Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
-IRC channel all at the same time.
-
-Gaim supports many features of the various networks, such as file transfer
-(coming soon), away messages, typing notification, and MSN window closing
-notification. It also goes beyond that and provides many unique features. A
-few popular features are Buddy Pounces, which give the ability to notify you,
-send a message, play a sound, or run a program when a specific buddy goes away,
-signs online, or returns from idle; and plugins, consisting of text
-replacement, a buddy ticker, extended message notification, iconify on away,
-and more.
-
-(Adapted from the About Gaim page.)
-
-WWW: http://gaim.sourceforge.net/
diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist
deleted file mode 100644
index c3cb70f7a50f..000000000000
--- a/net-im/pidgin/pkg-plist
+++ /dev/null
@@ -1,574 +0,0 @@
-bin/gaim
-%%DBUS%%bin/gaim-client-example
-%%DBUS%%bin/gaim-notifications-example.py
-%%DBUS%%bin/gaim-remote.py
-%%DBUS%%bin/gaim-send
-%%DBUS%%bin/gaim-send-async
-include/gaim/account.h
-include/gaim/accountopt.h
-include/gaim/blist.h
-include/gaim/buddyicon.h
-include/gaim/cipher.h
-include/gaim/cmds.h
-include/gaim/config.h
-include/gaim/connection.h
-include/gaim/conversation.h
-include/gaim/core.h
-%%DBUS%%include/gaim/dbus-bindings.h
-%%DBUS%%include/gaim/dbus-define-api.h
-%%DBUS%%include/gaim/dbus-gaim.h
-include/gaim/dbus-maybe.h
-%%DBUS%%include/gaim/dbus-server.h
-%%DBUS%%include/gaim/dbus-useful.h
-include/gaim/debug.h
-include/gaim/desktopitem.h
-include/gaim/dnssrv.h
-include/gaim/eventloop.h
-include/gaim/ft.h
-include/gaim/gaim.h
-include/gaim/gaim_buffer.h
-include/gaim/gtkaccount.h
-include/gaim/gtkblist.h
-include/gaim/gtkcelllayout.h
-include/gaim/gtkcellrendererprogress.h
-include/gaim/gtkcellview.h
-include/gaim/gtkcellviewmenuitem.h
-include/gaim/gtkcombobox.h
-include/gaim/gtkconn.h
-include/gaim/gtkconv.h
-include/gaim/gtkconvwin.h
-include/gaim/gtkdebug.h
-include/gaim/gtkdialogs.h
-include/gaim/gtkdnd-hints.h
-include/gaim/gtkeventloop.h
-include/gaim/gtkexpander.h
-include/gaim/gtkft.h
-include/gaim/gtkgaim.h
-include/gaim/gtkidle.h
-include/gaim/gtkimhtml.h
-include/gaim/gtkimhtmltoolbar.h
-include/gaim/gtklog.h
-include/gaim/gtkmenutray.h
-include/gaim/gtknickcolors.h
-include/gaim/gtknotify.h
-include/gaim/gtkplugin.h
-include/gaim/gtkpluginpref.h
-include/gaim/gtkpounce.h
-include/gaim/gtkprefs.h
-include/gaim/gtkprivacy.h
-include/gaim/gtkrequest.h
-include/gaim/gtkroomlist.h
-include/gaim/gtksavedstatuses.h
-include/gaim/gtksession.h
-include/gaim/gtksound.h
-include/gaim/gtksourceiter.h
-include/gaim/gtkstatusbox.h
-include/gaim/gtkstock.h
-include/gaim/gtkthemes.h
-include/gaim/gtkutils.h
-include/gaim/gtkwhiteboard.h
-include/gaim/idle.h
-include/gaim/imgstore.h
-include/gaim/log.h
-include/gaim/mime.h
-include/gaim/network.h
-include/gaim/notify.h
-include/gaim/ntlm.h
-include/gaim/plugin.h
-include/gaim/pluginpref.h
-include/gaim/pounce.h
-include/gaim/prefs.h
-include/gaim/privacy.h
-include/gaim/proxy.h
-include/gaim/prpl.h
-include/gaim/request.h
-include/gaim/roomlist.h
-include/gaim/savedstatuses.h
-include/gaim/server.h
-include/gaim/signals.h
-include/gaim/sound.h
-include/gaim/sslconn.h
-include/gaim/status.h
-include/gaim/stringref.h
-include/gaim/stun.h
-include/gaim/upnp.h
-include/gaim/util.h
-include/gaim/value.h
-include/gaim/version.h
-include/gaim/whiteboard.h
-include/gaim/xmlnode.h
-%%DBUS%%lib/gaim/dbus-example.la
-%%DBUS%%lib/gaim/dbus-example.so
-lib/gaim/docklet.la
-lib/gaim/docklet.so
-lib/gaim/extplacement.la
-lib/gaim/extplacement.so
-lib/gaim/gaimrc.la
-lib/gaim/gaimrc.so
-lib/gaim/gestures.la
-lib/gaim/gestures.so
-%%EVO%%lib/gaim/gevolution.la
-%%EVO%%lib/gaim/gevolution.so
-lib/gaim/history.la
-lib/gaim/history.so
-lib/gaim/iconaway.la
-lib/gaim/iconaway.so
-lib/gaim/idle.la
-lib/gaim/idle.so
-%%PERL:%%lib/gaim/libgaimperl.la
-%%PERL:%%lib/gaim/libgaimperl.so
-lib/gaim/libirc.la
-lib/gaim/libirc.so
-lib/gaim/libjabber.la
-lib/gaim/libjabber.so
-lib/gaim/libmsn.la
-lib/gaim/libmsn.so
-lib/gaim/libnovell.la
-lib/gaim/libnovell.so
-lib/gaim/liboscar.la
-lib/gaim/liboscar.so
-%%SILC%%lib/gaim/libsilcgaim.la
-%%SILC%%lib/gaim/libsilcgaim.so
-lib/gaim/libsimple.la
-lib/gaim/libsimple.so
-lib/gaim/libyahoo.la
-lib/gaim/libyahoo.so
-lib/gaim/libzephyr.la
-lib/gaim/libzephyr.so
-%%DBUS%%lib/gaim/musicmessaging.la
-%%DBUS%%lib/gaim/musicmessaging.so
-lib/gaim/notify.la
-lib/gaim/notify.so
-%%PERL:%%lib/gaim/perl.la
-%%PERL:%%lib/gaim/perl.so
-lib/gaim/psychic.la
-lib/gaim/psychic.so
-lib/gaim/relnot.la
-lib/gaim/relnot.so
-lib/gaim/spellchk.la
-lib/gaim/spellchk.so
-lib/gaim/ssl-gnutls.la
-lib/gaim/ssl-gnutls.so
-lib/gaim/ssl-nss.la
-lib/gaim/ssl-nss.so
-lib/gaim/ssl.la
-lib/gaim/ssl.so
-lib/gaim/statenotify.la
-lib/gaim/statenotify.so
-%%TCL:%%lib/gaim/tcl.la
-%%TCL:%%lib/gaim/tcl.so
-lib/gaim/ticker.la
-lib/gaim/ticker.so
-lib/gaim/timestamp.la
-lib/gaim/timestamp.so
-lib/gaim/timestamp_format.la
-lib/gaim/timestamp_format.so
-%%DBUS%%lib/libgaim-client.la
-%%DBUS%%lib/libgaim-client.so
-%%DBUS%%lib/libgaim-client.so.0
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/autosplit.ix
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.so
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/Gaim.bs
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim/.packlist
-%%PERL:%%%%SITE_PERL%%/%%PERL_ARCH%%/Gaim.pm
-libdata/pkgconfig/gaim.pc
-share/aclocal/gaim.m4
-%%DBUS%%share/dbus-1/services/gaim.service
-share/gnome/applications/gaim.desktop
-share/gnome/pixmaps/gaim.png
-share/gnome/pixmaps/gaim.svg
-share/gnome/pixmaps/gaim/buttons/about_menu.png
-share/gnome/pixmaps/gaim/buttons/accounts.png
-share/gnome/pixmaps/gaim/buttons/change-bgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/change-fgcolor-small.png
-share/gnome/pixmaps/gaim/buttons/edit.png
-share/gnome/pixmaps/gaim/buttons/info.png
-share/gnome/pixmaps/gaim/buttons/insert-image-small.png
-share/gnome/pixmaps/gaim/buttons/insert-link-small.png
-share/gnome/pixmaps/gaim/buttons/insert-smiley-small.png
-%%DBUS%%share/gnome/pixmaps/gaim/buttons/music.png
-share/gnome/pixmaps/gaim/buttons/pause.png
-share/gnome/pixmaps/gaim/buttons/send-im.png
-share/gnome/pixmaps/gaim/buttons/text_bigger.png
-share/gnome/pixmaps/gaim/buttons/text_normal.png
-share/gnome/pixmaps/gaim/buttons/text_smaller.png
-share/gnome/pixmaps/gaim/dialogs/gaim_auth.png
-share/gnome/pixmaps/gaim/dialogs/gaim_cool.png
-share/gnome/pixmaps/gaim/dialogs/gaim_error.png
-share/gnome/pixmaps/gaim/dialogs/gaim_info.png
-share/gnome/pixmaps/gaim/dialogs/gaim_question.png
-share/gnome/pixmaps/gaim/dialogs/gaim_warning.png
-share/gnome/pixmaps/gaim/icons/away.png
-share/gnome/pixmaps/gaim/icons/connect.png
-share/gnome/pixmaps/gaim/icons/msgpend.png
-share/gnome/pixmaps/gaim/icons/msgunread.png
-share/gnome/pixmaps/gaim/icons/offline.png
-share/gnome/pixmaps/gaim/icons/online.png
-share/gnome/pixmaps/gaim/icons/stock_connect_16.png
-share/gnome/pixmaps/gaim/icons/stock_disconnect_16.png
-share/gnome/pixmaps/gaim/logo.png
-share/gnome/pixmaps/gaim/phone.png
-share/gnome/pixmaps/gaim/smileys/default/angel.png
-share/gnome/pixmaps/gaim/smileys/default/bigsmile.png
-share/gnome/pixmaps/gaim/smileys/default/burp.png
-share/gnome/pixmaps/gaim/smileys/default/cool.png
-share/gnome/pixmaps/gaim/smileys/default/crazy.png
-share/gnome/pixmaps/gaim/smileys/default/crossedlips.png
-share/gnome/pixmaps/gaim/smileys/default/cry.png
-share/gnome/pixmaps/gaim/smileys/default/download.png
-share/gnome/pixmaps/gaim/smileys/default/embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/farted.png
-share/gnome/pixmaps/gaim/smileys/default/kiss.png
-share/gnome/pixmaps/gaim/smileys/default/luke.png
-share/gnome/pixmaps/gaim/smileys/default/moneymouth.png
-share/gnome/pixmaps/gaim/smileys/default/mrt.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angel.png
-share/gnome/pixmaps/gaim/smileys/default/msn_angry.png
-share/gnome/pixmaps/gaim/smileys/default/msn_away.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bat.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_beer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_bowl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_boy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brb.png
-share/gnome/pixmaps/gaim/smileys/default/msn_brheart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cake.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_car.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cat.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cellphone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cigarette.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_clock.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coffee.png
-share/gnome/pixmaps/gaim/smileys/default/msn_coins.png
-share/gnome/pixmaps/gaim/smileys/default/msn_computer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_deadflower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_devil.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dog.png
-share/gnome/pixmaps/gaim/smileys/default/msn_dontknow.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_donttell.png
-share/gnome/pixmaps/gaim/smileys/default/msn_drink.png
-share/gnome/pixmaps/gaim/smileys/default/msn_email.png
-share/gnome/pixmaps/gaim/smileys/default/msn_embarrassed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_film.png
-share/gnome/pixmaps/gaim/smileys/default/msn_fingerscrossed.png
-share/gnome/pixmaps/gaim/smileys/default/msn_flower.png
-share/gnome/pixmaps/gaim/smileys/default/msn_gift.png
-share/gnome/pixmaps/gaim/smileys/default/msn_girl.png
-share/gnome/pixmaps/gaim/smileys/default/msn_handcuffs.png
-share/gnome/pixmaps/gaim/smileys/default/msn_heart.png
-share/gnome/pixmaps/gaim/smileys/default/msn_highfive.png
-share/gnome/pixmaps/gaim/smileys/default/msn_hot.png
-share/gnome/pixmaps/gaim/smileys/default/msn_icon.png
-share/gnome/pixmaps/gaim/smileys/default/msn_idea.png
-share/gnome/pixmaps/gaim/smileys/default/msn_island.png
-share/gnome/pixmaps/gaim/smileys/default/msn_kiss.png
-share/gnome/pixmaps/gaim/smileys/default/msn_laugh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_lightning.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_nerd.png
-share/gnome/pixmaps/gaim/smileys/default/msn_neutral.png
-share/gnome/pixmaps/gaim/smileys/default/msn_note.png
-share/gnome/pixmaps/gaim/smileys/default/msn_occ.png
-share/gnome/pixmaps/gaim/smileys/default/msn_online.png
-share/gnome/pixmaps/gaim/smileys/default/msn_ooooh.png
-share/gnome/pixmaps/gaim/smileys/default/msn_party.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_phone.png
-share/gnome/pixmaps/gaim/smileys/default/msn_photo.png
-share/gnome/pixmaps/gaim/smileys/default/msn_pizza.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plane.png
-share/gnome/pixmaps/gaim/smileys/default/msn_plate.png
-share/gnome/pixmaps/gaim/smileys/default/msn_question.png
-share/gnome/pixmaps/gaim/smileys/default/msn_rainbow.png
-share/gnome/pixmaps/gaim/smileys/default/msn_run.png
-share/gnome/pixmaps/gaim/smileys/default/msn_runback.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sad.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sarcastic.png
-share/gnome/pixmaps/gaim/smileys/default/msn_secret.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sheep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sick.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleep.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sleepy.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_smiley.png
-share/gnome/pixmaps/gaim/smileys/default/msn_snail.png
-share/gnome/pixmaps/gaim/smileys/default/msn_soccer.png
-share/gnome/pixmaps/gaim/smileys/default/msn_star.png
-share/gnome/pixmaps/gaim/smileys/default/msn_stormy.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sun.png
-share/gnome/pixmaps/gaim/smileys/default/msn_sunglasses.png
-share/gnome/pixmaps/gaim/smileys/default/msn_teeth.png
-share/gnome/pixmaps/gaim/smileys/default/msn_think.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbdown.png
-share/gnome/pixmaps/gaim/smileys/default/msn_thumbup.png
-share/gnome/pixmaps/gaim/smileys/default/msn_tongue.png
-share/gnome/pixmaps/gaim/smileys/default/msn_turtle.png
-share/gnome/pixmaps/gaim/smileys/default/msn_umbrella.png
-share/gnome/pixmaps/gaim/smileys/default/msn_weird.png
-share/gnome/pixmaps/gaim/smileys/default/msn_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/msn_xbox.png
-share/gnome/pixmaps/gaim/smileys/default/oneeye.png
-share/gnome/pixmaps/gaim/smileys/default/sad.png
-share/gnome/pixmaps/gaim/smileys/default/scream.png
-share/gnome/pixmaps/gaim/smileys/default/smile.png
-share/gnome/pixmaps/gaim/smileys/default/theme
-share/gnome/pixmaps/gaim/smileys/default/think.png
-share/gnome/pixmaps/gaim/smileys/default/tongue.png
-share/gnome/pixmaps/gaim/smileys/default/wink.png
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_alien2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angel.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_angry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_batting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_beatup.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bigsmile.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_blush.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_brokenheart.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_bye.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_chicken.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clap.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_clown.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_coffee.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cowboy.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_cry.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_dance.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_devil.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_doh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_drool.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyebrow.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_eyeroll.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_femalefighter.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flag.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_flower.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_frustrated.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ghost.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_giggle.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_glasses.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_huggs.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_hypnotized.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_idea.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_kiss.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_laughloud.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_liar.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_loser.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_love.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_madtongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter1.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_malefighter2.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_mean.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_moneyeyes.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_monkey.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_nailbiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_neutral.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_ooooh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_party.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_peace.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pig.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pray.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_pumpkin.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_question.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_rotfl.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sad.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shame.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shamrock.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_shhhh.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sick.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sighing.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silent.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_silly.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sleep.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_smiley.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_star.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sunglas.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_sweating.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_talktohand.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_think.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tired.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_tongue.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waiting.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_waving.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_whistling.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_wink.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worried.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_worship.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_yingyang.gif
-share/gnome/pixmaps/gaim/smileys/default/yahoo_youkiddingme.gif
-share/gnome/pixmaps/gaim/smileys/default/yell.png
-share/gnome/pixmaps/gaim/smileys/none/theme
-share/gnome/pixmaps/gaim/status-away.png
-share/gnome/pixmaps/gaim/status-connect0.png
-share/gnome/pixmaps/gaim/status-connect1.png
-share/gnome/pixmaps/gaim/status-connect2.png
-share/gnome/pixmaps/gaim/status-connect3.png
-share/gnome/pixmaps/gaim/status-invisible.png
-share/gnome/pixmaps/gaim/status-offline.png
-share/gnome/pixmaps/gaim/status-online.png
-share/gnome/pixmaps/gaim/status-typing0.png
-share/gnome/pixmaps/gaim/status-typing1.png
-share/gnome/pixmaps/gaim/status-typing2.png
-share/gnome/pixmaps/gaim/status-typing3.png
-share/gnome/pixmaps/gaim/status/default/activebuddy.png
-share/gnome/pixmaps/gaim/status/default/admin.png
-share/gnome/pixmaps/gaim/status/default/aim.png
-share/gnome/pixmaps/gaim/status/default/aol.png
-share/gnome/pixmaps/gaim/status/default/away.png
-share/gnome/pixmaps/gaim/status/default/blocked.png
-share/gnome/pixmaps/gaim/status/default/bonjour.png
-share/gnome/pixmaps/gaim/status/default/dnd.png
-share/gnome/pixmaps/gaim/status/default/extended_away.png
-share/gnome/pixmaps/gaim/status/default/external.png
-share/gnome/pixmaps/gaim/status/default/female.png
-share/gnome/pixmaps/gaim/status/default/founder.png
-share/gnome/pixmaps/gaim/status/default/freeforchat.png
-share/gnome/pixmaps/gaim/status/default/gadu-gadu.png
-share/gnome/pixmaps/gaim/status/default/game.png
-share/gnome/pixmaps/gaim/status/default/halfop.png
-share/gnome/pixmaps/gaim/status/default/hiptop.png
-share/gnome/pixmaps/gaim/status/default/icq.png
-share/gnome/pixmaps/gaim/status/default/ignored.png
-share/gnome/pixmaps/gaim/status/default/invisible.png
-share/gnome/pixmaps/gaim/status/default/irc.png
-share/gnome/pixmaps/gaim/status/default/jabber.png
-share/gnome/pixmaps/gaim/status/default/login.png
-share/gnome/pixmaps/gaim/status/default/logout.png
-share/gnome/pixmaps/gaim/status/default/male.png
-share/gnome/pixmaps/gaim/status/default/meanwhile.png
-share/gnome/pixmaps/gaim/status/default/msn.png
-share/gnome/pixmaps/gaim/status/default/napster.png
-share/gnome/pixmaps/gaim/status/default/notauthorized.png
-share/gnome/pixmaps/gaim/status/default/novell.png
-share/gnome/pixmaps/gaim/status/default/nr.png
-share/gnome/pixmaps/gaim/status/default/occupied.png
-share/gnome/pixmaps/gaim/status/default/offline.png
-share/gnome/pixmaps/gaim/status/default/op.png
-share/gnome/pixmaps/gaim/status/default/pending.png
-share/gnome/pixmaps/gaim/status/default/secure.png
-share/gnome/pixmaps/gaim/status/default/silc.png
-share/gnome/pixmaps/gaim/status/default/simple.png
-share/gnome/pixmaps/gaim/status/default/unavailable.png
-share/gnome/pixmaps/gaim/status/default/voice.png
-share/gnome/pixmaps/gaim/status/default/wireless.png
-share/gnome/pixmaps/gaim/status/default/yahoo.png
-share/gnome/pixmaps/gaim/status/default/zephyr.png
-share/gnome/pixmaps/gaim/tb_drag_arrow_down.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_left.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_right.xpm
-share/gnome/pixmaps/gaim/tb_drag_arrow_up.xpm
-share/gnome/pixmaps/gaim/typed.png
-share/gnome/pixmaps/gaim/typing.png
-share/gnome/sounds/gaim/alert.wav
-share/gnome/sounds/gaim/login.wav
-share/gnome/sounds/gaim/logout.wav
-share/gnome/sounds/gaim/receive.wav
-share/gnome/sounds/gaim/send.wav
-share/locale/am/LC_MESSAGES/gaim.mo
-share/locale/az/LC_MESSAGES/gaim.mo
-share/locale/bg/LC_MESSAGES/gaim.mo
-share/locale/bn/LC_MESSAGES/gaim.mo
-share/locale/bs/LC_MESSAGES/gaim.mo
-share/locale/ca/LC_MESSAGES/gaim.mo
-share/locale/ca_ES@valencian/LC_MESSAGES/gaim.mo
-share/locale/cs/LC_MESSAGES/gaim.mo
-share/locale/da/LC_MESSAGES/gaim.mo
-share/locale/de/LC_MESSAGES/gaim.mo
-share/locale/el/LC_MESSAGES/gaim.mo
-share/locale/en_AU/LC_MESSAGES/gaim.mo
-share/locale/en_CA/LC_MESSAGES/gaim.mo
-share/locale/en_GB/LC_MESSAGES/gaim.mo
-share/locale/es/LC_MESSAGES/gaim.mo
-share/locale/et/LC_MESSAGES/gaim.mo
-share/locale/fa/LC_MESSAGES/gaim.mo
-share/locale/fi/LC_MESSAGES/gaim.mo
-share/locale/fr/LC_MESSAGES/gaim.mo
-share/locale/gl/LC_MESSAGES/gaim.mo
-share/locale/gu/LC_MESSAGES/gaim.mo
-share/locale/he/LC_MESSAGES/gaim.mo
-share/locale/hi/LC_MESSAGES/gaim.mo
-share/locale/hu/LC_MESSAGES/gaim.mo
-share/locale/it/LC_MESSAGES/gaim.mo
-share/locale/ja/LC_MESSAGES/gaim.mo
-share/locale/ka/LC_MESSAGES/gaim.mo
-share/locale/ko/LC_MESSAGES/gaim.mo
-share/locale/ku/LC_MESSAGES/gaim.mo
-share/locale/lt/LC_MESSAGES/gaim.mo
-share/locale/mk/LC_MESSAGES/gaim.mo
-share/locale/my_MM/LC_MESSAGES/gaim.mo
-share/locale/nb/LC_MESSAGES/gaim.mo
-share/locale/nl/LC_MESSAGES/gaim.mo
-share/locale/nn/LC_MESSAGES/gaim.mo
-share/locale/pa/LC_MESSAGES/gaim.mo
-share/locale/pl/LC_MESSAGES/gaim.mo
-share/locale/pt/LC_MESSAGES/gaim.mo
-share/locale/pt_BR/LC_MESSAGES/gaim.mo
-share/locale/ro/LC_MESSAGES/gaim.mo
-share/locale/ru/LC_MESSAGES/gaim.mo
-share/locale/sk/LC_MESSAGES/gaim.mo
-share/locale/sl/LC_MESSAGES/gaim.mo
-share/locale/sq/LC_MESSAGES/gaim.mo
-share/locale/sr/LC_MESSAGES/gaim.mo
-share/locale/sr@Latn/LC_MESSAGES/gaim.mo
-share/locale/sv/LC_MESSAGES/gaim.mo
-share/locale/ta/LC_MESSAGES/gaim.mo
-share/locale/te/LC_MESSAGES/gaim.mo
-share/locale/tr/LC_MESSAGES/gaim.mo
-share/locale/uk/LC_MESSAGES/gaim.mo
-share/locale/vi/LC_MESSAGES/gaim.mo
-share/locale/xh/LC_MESSAGES/gaim.mo
-share/locale/zh_CN/LC_MESSAGES/gaim.mo
-share/locale/zh_TW/LC_MESSAGES/gaim.mo
-@dirrm share/gnome/sounds/gaim
-@dirrm share/gnome/pixmaps/gaim/status/default
-@dirrm share/gnome/pixmaps/gaim/status
-@dirrm share/gnome/pixmaps/gaim/smileys/none
-@dirrm share/gnome/pixmaps/gaim/smileys/default
-@dirrm share/gnome/pixmaps/gaim/smileys
-@dirrm share/gnome/pixmaps/gaim/icons
-@dirrm share/gnome/pixmaps/gaim/dialogs
-@dirrm share/gnome/pixmaps/gaim/buttons
-@dirrm share/gnome/pixmaps/gaim
-%%PERL:%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gaim
-@dirrm lib/gaim
-@dirrm include/gaim
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/my_MM/LC_MESSAGES
-@dirrmtry share/locale/my_MM
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@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/en_AU/LC_MESSAGES
-@dirrmtry share/locale/en_AU
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca_ES@valencian/LC_MESSAGES
-@dirrmtry share/locale/ca_ES@valencian
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
diff --git a/net-im/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile
deleted file mode 100644
index bdff893bbedc..000000000000
--- a/net-im/rubygem-xmpp4r/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: ruby-xmpp4r
-# Date created: 21 Nov 2005
-# Whom: Stephan Maka <stephan@spaceboyz.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xmpp4r
-PORTVERSION= 0.3
-CATEGORIES= net-im ruby
-MASTER_SITES= http://download.gna.org/xmpp4r/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ruby
-
-MAINTAINER= stephan@spaceboyz.net
-COMMENT= XMPP/Jabber library for Ruby
-
-USE_RUBY= YES
-USE_RUBY_RDOC= YES
-
-LIB_FILES= lib/xmpp4r.rb lib/callbacks.rb lib/xmpp4r
-DOCS= ChangeLog LICENSE README UPDATING
-EXAMPLES= basic advanced
-
-do-build:
-.if !defined(NOPORTDOCS)
- cd ${BUILD_WRKSRC}; ${RUBY_RDOC} \
- -o rdoc \
- --all --fileboxes --inline-source --line-numbers \
- ${LIB_FILES}
-.endif
-
-do-install:
- cd ${INSTALL_WRKSRC}; ${CP} -R ${LIB_FILES} ${RUBY_SITELIBDIR}/
-
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
- ${CP} -R ${WRKSRC}/rdoc/ ${RUBY_MODDOCDIR}/rdoc
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}/${f}/
- ${CP} -R ${WRKSRC}/data/doc/xmpp4r/examples/${f}/ ${RUBY_MODEXAMPLESDIR}/${f}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-im/rubygem-xmpp4r/distinfo b/net-im/rubygem-xmpp4r/distinfo
deleted file mode 100644
index 271324d22c24..000000000000
--- a/net-im/rubygem-xmpp4r/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ruby/xmpp4r-0.3.tgz) = 0287d0a59b400ca84d4c12eaa4068f7f
-SHA256 (ruby/xmpp4r-0.3.tgz) = 187a26fc5ad3e3de4aa6a21548f1d70ad1634ec16ee8e6126c38e7554c6a7720
-SIZE (ruby/xmpp4r-0.3.tgz) = 120547
diff --git a/net-im/rubygem-xmpp4r/pkg-descr b/net-im/rubygem-xmpp4r/pkg-descr
deleted file mode 100644
index 1f4e2f1640ed..000000000000
--- a/net-im/rubygem-xmpp4r/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-XMPP4R is an XMPP/Jabber library for Ruby.
-
-Features:
-* Fully object-oriented (well, it's Ruby ;)
-* Aims at being XMPP compliant
-* Threaded and non-threaded mode
-* Well unit-tested and documented code
-* Uses well-known and well-tested software like REXML
-* Very easy to extend
-* Released under Ruby's license, which is compatible with the GNU GPL
-
-WWW: http://home.gna.org/xmpp4r/
diff --git a/net-im/rubygem-xmpp4r/pkg-plist b/net-im/rubygem-xmpp4r/pkg-plist
deleted file mode 100644
index e7d70b2f92ba..000000000000
--- a/net-im/rubygem-xmpp4r/pkg-plist
+++ /dev/null
@@ -1,339 +0,0 @@
-%%RUBY_SITELIBDIR%%/callbacks.rb
-%%RUBY_SITELIBDIR%%/xmpp4r.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/version/helper/responder.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/version/helper/simpleresponder.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/version/iq/version.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/discovery/iq/discoitems.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/discovery/iq/discoinfo.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/vcard/iq/vcard.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/vcard/helper/vcard.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc/x/mucuseritem.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc/x/mucuserinvite.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc/x/muc.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc/helper/mucclient.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc/helper/mucbrowser.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc/helper/simplemucclient.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/delay/x/delay.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/roster/x/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/roster/helper/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/roster/iq/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation/iq/feature.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb/base.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb/target.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb/initiator.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/filetransfer.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/iq/bytestreams.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/iq/si.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/dataforms/x/data.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/streamparser.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/x.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/jid.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/presence.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/idgenerator.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/component.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/authenticationfailure.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/sasl.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/connection.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/stream.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/xmpp4r.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/error.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/debuglog.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/message.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/xmlstanza.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/rexmladdons.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/bytestreams.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/errorexception.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/muc.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/version.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/client.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/vcard.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/delay.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/discovery.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/query.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/dataforms.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq.rb
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/UPDATING
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/helper/responder_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/helper/simpleresponder_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/iq/version_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms/x/data_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery/iq/discoitems_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery/iq/discoinfo_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay/x/delay_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/base_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/target_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/server_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb/base_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb/target_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb/initiator_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/filetransfer_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/iq/bytestreams_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/iq/si_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/iq/vcard_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/helper/vcard_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/x/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/helper/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/iq/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x/mucuseritem_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x/mucuserinvite_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x/muc_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper/mucclient_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper/mucbrowser_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper/simplemucclient_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation/iq/feature_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/streamparser_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/x_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/jid_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/presence_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/idgenerator_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/component_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/authenticationfailure_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/sasl_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/connection_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/stream_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/xmpp4r_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/error_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/debuglog_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/message_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/xmlstanza_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/rexmladdons_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/errorexception_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/client_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/query_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/iq_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/callbacks_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML/IOSource.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML/XPathParser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML/Element.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard/IqVcard.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard/Helper.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/Feature.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/IqQueryDiscoItems.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/Identity.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/IqQueryDiscoInfo.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery/Item.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Stream/ThreadBlock.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUC.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/SimpleMUCClient.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUCUser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUCUserItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/XMUCUserInvite.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/MUCBrowser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC/MUCClient.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataField.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataReported.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataTitle.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XData.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms/XDataInstructions.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/Helper/RosterItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/IqQueryRoster.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/XRosterItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/XRoster.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/Helper.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/RosterItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBBInitiator.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsTarget.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/StreamHost.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5Error.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqSiFileRange.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsInitiator.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5Socket.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqSiFile.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqQueryBytestreams.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBBTarget.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/StreamHostUsed.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBBQueueItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsServerStreamHost.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5Bytestreams.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IqSi.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/IBB.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsServer.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams/SOCKS5BytestreamsPeer.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL/Base.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL/DigestMD5.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL/Plain.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version/IqQueryVersion.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version/Responder.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version/SimpleResponder.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Delay/XDelay.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FeatureNegotiation/IqFeature.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer/TransferSource.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer/FileSource.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer/Helper.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/XMLStanza.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/IdGenerator.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/X.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/StreamParser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Client.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Stream.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/IqQuery.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Presence.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/JID.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/ErrorException.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/AuthenticationFailure.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Component.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Error.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Connection.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Iq.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FeatureNegotiation.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Delay.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Message.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/CallbackList.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Callback.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/fr_file_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/fr_class_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/fr_method_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/created.rid
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/rdoc-style.css
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/remove_registration.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/change_password.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/rosterrename.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/rosterwatch.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/mass_sender.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/mucsimplebot.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/component.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/mucinfo.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/jabbersend.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/echo_nonthreaded.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/register.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/rosterprint.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/client.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/roster.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/versionbot.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/echo_threaded.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/send_vcard.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr/shellmgr_test.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr/shellmgr_jabber.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr/shellmgr.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/cube.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/README
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/world.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/adventuremuc.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/tower.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure/adventure.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/sendfile.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/fileserve.conf
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/migrate.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/gtkmucclient.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/getonline.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/sendfile.conf
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/xmpping.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/minimuc.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/recvfile.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/fileserve.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/xmppingrc.sample
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/rosterdiscovery.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/versionpoll.rb
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/version/helper
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/version/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/version
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/discovery/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/discovery
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/vcard/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/vcard/helper
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/vcard
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/muc/x
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/muc/helper
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/muc
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/delay/x
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/delay
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster/x
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster/helper
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/roster
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/feature_negotiation
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/socks5bytestreams
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper/ibb
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/helper
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/bytestreams
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/dataforms/x
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/dataforms
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version/helper
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/version
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard/helper
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/vcard
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/x
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster/helper
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/roster
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/x
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc/helper
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/muc
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/feature_negotiation
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/discovery
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay/x
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/delay
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms/x
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/dataforms
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/socks5bytestreams
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper/ibb
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams/helper
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r/bytestreams
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib/xmpp4r
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files/lib
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/files
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/REXML
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Version
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Vcard
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Stream
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/SASL
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster/Helper
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Roster
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/MUC
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FileTransfer
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/FeatureNegotiation
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Discovery
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Delay
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Dataforms
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber/Bytestreams
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes/Jabber
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc/classes
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/shellmgr
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced/adventure
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/advanced
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile
deleted file mode 100644
index a933c8721c3d..000000000000
--- a/net-im/skype-devel/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: skype
-# Date created: Jun 21. 2004
-# Whom: netchild@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= skype
-PORTVERSION= 1.3.0.30
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://download.skype.com/linux/
-PKGNAMESUFFIX= -devel
-DISTNAME= skype-beta_staticQT-${PORTVERSION}
-
-MAINTAINER= itetcu@FreeBSD.org
-COMMENT= P2P VoIP software
-
-CONFLICTS= skype-[0-9]*
-
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
- ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \
- ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib
-
-.ifdef WITH_NVIDIA_GL
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
-.else
-RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
-.endif
-
-USE_BZIP2= yes
-USE_LINUX= yes
-USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386 amd64
-
-RESTRICTED= Redistribution not allowed yet.
-
-.include <bsd.port.pre.mk>
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
-
-do-install:
- ${MKDIR} ${PREFIX}/share/applications
- ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin
-# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/
- ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype
- ${CHMOD} a+rx ${PREFIX}/bin/skype
- ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/
- ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png
- ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound
- ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/
- ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/
- ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/
-
-post-install:
- @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
-
-.include <bsd.port.post.mk>
diff --git a/net-im/skype-devel/distinfo b/net-im/skype-devel/distinfo
deleted file mode 100644
index 1efc77c2aad8..000000000000
--- a/net-im/skype-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (skype-beta_staticQT-1.3.0.30.tar.bz2) = 2a6155ddc0c9afdfe4a3846ca8276f7b
-SHA256 (skype-beta_staticQT-1.3.0.30.tar.bz2) = 5895f49e7e44ddaeebc4058ecaf3fe6b165dbd7ce6214eea408a952d7e0d5394
-SIZE (skype-beta_staticQT-1.3.0.30.tar.bz2) = 15402445
diff --git a/net-im/skype-devel/pkg-descr b/net-im/skype-devel/pkg-descr
deleted file mode 100644
index 5d92fde2ea4f..000000000000
--- a/net-im/skype-devel/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Skype is a free program that uses the latest P2P technology to bring
-affordable and high-quality voice communications to people all over
-the world.
-
-WWW: http://www.skype.net/
diff --git a/net-im/skype-devel/pkg-plist b/net-im/skype-devel/pkg-plist
deleted file mode 100644
index 54578dd55be3..000000000000
--- a/net-im/skype-devel/pkg-plist
+++ /dev/null
@@ -1,44 +0,0 @@
-bin/skype
-bin/skype_bin
-%%DATADIR%%/icons/skype_16_32.png
-%%DATADIR%%/icons/skype_32_32.png
-%%DATADIR%%/icons/skype_48_32.png
-@dirrm %%DATADIR%%/icons
-%%DATADIR%%/lang/skype_da.qm
-%%DATADIR%%/lang/skype_de.qm
-%%DATADIR%%/lang/skype_el.qm
-%%DATADIR%%/lang/skype_en.qm
-%%DATADIR%%/lang/skype_es.qm
-%%DATADIR%%/lang/skype_es_AR.qm
-%%DATADIR%%/lang/skype_et.qm
-%%DATADIR%%/lang/skype_fi.qm
-%%DATADIR%%/lang/skype_fr.qm
-%%DATADIR%%/lang/skype_it.qm
-%%DATADIR%%/lang/skype_iw.qm
-%%DATADIR%%/lang/skype_ja.qm
-%%DATADIR%%/lang/skype_ko.qm
-%%DATADIR%%/lang/skype_nl.qm
-%%DATADIR%%/lang/skype_no.qm
-%%DATADIR%%/lang/skype_pl.qm
-%%DATADIR%%/lang/skype_pt_BR.qm
-%%DATADIR%%/lang/skype_ro.qm
-%%DATADIR%%/lang/skype_ru.qm
-%%DATADIR%%/lang/skype_sv.qm
-%%DATADIR%%/lang/skype_zh_CN.qm
-%%DATADIR%%/lang/skype_zh_TW.qm
-@dirrm %%DATADIR%%/lang
-%%DATADIR%%/sound/call_busy.wav
-%%DATADIR%%/sound/call_hangup.wav
-%%DATADIR%%/sound/call_hold.wav
-%%DATADIR%%/sound/call_initiated.wav
-%%DATADIR%%/sound/call_resume.wav
-%%DATADIR%%/sound/call_ringin.wav
-%%DATADIR%%/sound/call_ringout.wav
-%%DATADIR%%/sound/im2.wav
-%%DATADIR%%/sound/online.wav
-@dirrm %%DATADIR%%/sound
-%%DATADIR%%/LICENSE
-@dirrm %%DATADIR%%
-share/applications/skype.desktop
-share/pixmaps/skype.png
-@dirrmtry share/applications
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile
deleted file mode 100644
index 20c6dee50d74..000000000000
--- a/net-im/skype/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: skype
-# Date created: Jun 21. 2004
-# Whom: netchild@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= skype
-PORTVERSION= 1.2.0.18
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://download.skype.com/linux/
-DISTNAME= skype_staticQT-${PORTVERSION}
-
-MAINTAINER= itetcu@FreeBSD.org
-COMMENT= P2P VoIP software
-
-CONFLICTS+= skype-devel-[0-9]*
-
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
- ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
-
-.ifdef WITH_NVIDIA_GL
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
-.else
-RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
-.endif
-
-USE_BZIP2= yes
-USE_LINUX= yes
-USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386 amd64
-
-RESTRICTED= Redistribution not allowed yet.
-
-.include <bsd.port.pre.mk>
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
-
-do-install:
- @${MKDIR} ${PREFIX}/share/applications
- ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin
-# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/
- ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype
- ${CHMOD} a+rx ${PREFIX}/bin/skype
- ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/
- ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png
- ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound
- ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/
- ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/
- ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/
-
-post-install:
- @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
-
-.include <bsd.port.post.mk>
diff --git a/net-im/skype/distinfo b/net-im/skype/distinfo
deleted file mode 100644
index 45a776b79003..000000000000
--- a/net-im/skype/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (skype_staticQT-1.2.0.18.tar.bz2) = bc05f6883e8c0350186e1a376940d5c8
-SHA256 (skype_staticQT-1.2.0.18.tar.bz2) = fa825ff455b7c6fb53bd4090e7fb99038ce426b4078b4f1dda0307fc4fa216b3
-SIZE (skype_staticQT-1.2.0.18.tar.bz2) = 10678284
diff --git a/net-im/skype/pkg-descr b/net-im/skype/pkg-descr
deleted file mode 100644
index 5d92fde2ea4f..000000000000
--- a/net-im/skype/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Skype is a free program that uses the latest P2P technology to bring
-affordable and high-quality voice communications to people all over
-the world.
-
-WWW: http://www.skype.net/
diff --git a/net-im/skype/pkg-plist b/net-im/skype/pkg-plist
deleted file mode 100644
index b7763d3ec4ac..000000000000
--- a/net-im/skype/pkg-plist
+++ /dev/null
@@ -1,40 +0,0 @@
-bin/skype
-bin/skype_bin
-%%DATADIR%%/icons/skype_16_32.png
-%%DATADIR%%/icons/skype_32_32.png
-%%DATADIR%%/icons/skype_48_32.png
-@dirrm %%DATADIR%%/icons
-%%DATADIR%%/lang/skype_da.qm
-%%DATADIR%%/lang/skype_de.qm
-%%DATADIR%%/lang/skype_el.qm
-%%DATADIR%%/lang/skype_en.qm
-%%DATADIR%%/lang/skype_es.qm
-%%DATADIR%%/lang/skype_es_AR.qm
-%%DATADIR%%/lang/skype_et.qm
-%%DATADIR%%/lang/skype_fi.qm
-%%DATADIR%%/lang/skype_fr.qm
-%%DATADIR%%/lang/skype_it.qm
-%%DATADIR%%/lang/skype_iw.qm
-%%DATADIR%%/lang/skype_ja.qm
-%%DATADIR%%/lang/skype_ko.qm
-%%DATADIR%%/lang/skype_nl.qm
-%%DATADIR%%/lang/skype_no.qm
-%%DATADIR%%/lang/skype_pl.qm
-%%DATADIR%%/lang/skype_pt_BR.qm
-%%DATADIR%%/lang/skype_ro.qm
-%%DATADIR%%/lang/skype_ru.qm
-%%DATADIR%%/lang/skype_sv.qm
-%%DATADIR%%/lang/skype_zh_CN.qm
-%%DATADIR%%/lang/skype_zh_TW.qm
-@dirrm %%DATADIR%%/lang
-%%DATADIR%%/sound/busy4.wav
-%%DATADIR%%/sound/call_in.wav
-%%DATADIR%%/sound/call_out.wav
-%%DATADIR%%/sound/hangup.wav
-%%DATADIR%%/sound/im.wav
-@dirrm %%DATADIR%%/sound
-%%DATADIR%%/LICENSE
-@dirrm %%DATADIR%%
-share/applications/skype.desktop
-share/pixmaps/skype.png
-@dirrmtry share/applications
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile
deleted file mode 100644
index 20c6dee50d74..000000000000
--- a/net-im/skype20/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: skype
-# Date created: Jun 21. 2004
-# Whom: netchild@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= skype
-PORTVERSION= 1.2.0.18
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= http://download.skype.com/linux/
-DISTNAME= skype_staticQT-${PORTVERSION}
-
-MAINTAINER= itetcu@FreeBSD.org
-COMMENT= P2P VoIP software
-
-CONFLICTS+= skype-devel-[0-9]*
-
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
- ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat
-
-.ifdef WITH_NVIDIA_GL
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
-.else
-RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
-.endif
-
-USE_BZIP2= yes
-USE_LINUX= yes
-USE_X_PREFIX= yes
-ONLY_FOR_ARCHS= i386 amd64
-
-RESTRICTED= Redistribution not allowed yet.
-
-.include <bsd.port.pre.mk>
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
-
-do-install:
- @${MKDIR} ${PREFIX}/share/applications
- ${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin
-# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/
- ${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype
- ${CHMOD} a+rx ${PREFIX}/bin/skype
- ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/applications/
- ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/pixmaps/skype.png
- ${MKDIR} ${DATADIR}/icons ${DATADIR}/lang ${DATADIR}/sound
- ${INSTALL_DATA} ${WRKSRC}/icons/* ${DATADIR}/icons/
- ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/
- ${INSTALL_DATA} ${WRKSRC}/sound/*.wav ${DATADIR}/sound/
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DATADIR}/
-
-post-install:
- @${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
-
-.include <bsd.port.post.mk>
diff --git a/net-im/skype20/distinfo b/net-im/skype20/distinfo
deleted file mode 100644
index 45a776b79003..000000000000
--- a/net-im/skype20/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (skype_staticQT-1.2.0.18.tar.bz2) = bc05f6883e8c0350186e1a376940d5c8
-SHA256 (skype_staticQT-1.2.0.18.tar.bz2) = fa825ff455b7c6fb53bd4090e7fb99038ce426b4078b4f1dda0307fc4fa216b3
-SIZE (skype_staticQT-1.2.0.18.tar.bz2) = 10678284
diff --git a/net-im/skype20/pkg-descr b/net-im/skype20/pkg-descr
deleted file mode 100644
index 5d92fde2ea4f..000000000000
--- a/net-im/skype20/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Skype is a free program that uses the latest P2P technology to bring
-affordable and high-quality voice communications to people all over
-the world.
-
-WWW: http://www.skype.net/
diff --git a/net-im/skype20/pkg-plist b/net-im/skype20/pkg-plist
deleted file mode 100644
index b7763d3ec4ac..000000000000
--- a/net-im/skype20/pkg-plist
+++ /dev/null
@@ -1,40 +0,0 @@
-bin/skype
-bin/skype_bin
-%%DATADIR%%/icons/skype_16_32.png
-%%DATADIR%%/icons/skype_32_32.png
-%%DATADIR%%/icons/skype_48_32.png
-@dirrm %%DATADIR%%/icons
-%%DATADIR%%/lang/skype_da.qm
-%%DATADIR%%/lang/skype_de.qm
-%%DATADIR%%/lang/skype_el.qm
-%%DATADIR%%/lang/skype_en.qm
-%%DATADIR%%/lang/skype_es.qm
-%%DATADIR%%/lang/skype_es_AR.qm
-%%DATADIR%%/lang/skype_et.qm
-%%DATADIR%%/lang/skype_fi.qm
-%%DATADIR%%/lang/skype_fr.qm
-%%DATADIR%%/lang/skype_it.qm
-%%DATADIR%%/lang/skype_iw.qm
-%%DATADIR%%/lang/skype_ja.qm
-%%DATADIR%%/lang/skype_ko.qm
-%%DATADIR%%/lang/skype_nl.qm
-%%DATADIR%%/lang/skype_no.qm
-%%DATADIR%%/lang/skype_pl.qm
-%%DATADIR%%/lang/skype_pt_BR.qm
-%%DATADIR%%/lang/skype_ro.qm
-%%DATADIR%%/lang/skype_ru.qm
-%%DATADIR%%/lang/skype_sv.qm
-%%DATADIR%%/lang/skype_zh_CN.qm
-%%DATADIR%%/lang/skype_zh_TW.qm
-@dirrm %%DATADIR%%/lang
-%%DATADIR%%/sound/busy4.wav
-%%DATADIR%%/sound/call_in.wav
-%%DATADIR%%/sound/call_out.wav
-%%DATADIR%%/sound/hangup.wav
-%%DATADIR%%/sound/im.wav
-@dirrm %%DATADIR%%/sound
-%%DATADIR%%/LICENSE
-@dirrm %%DATADIR%%
-share/applications/skype.desktop
-share/pixmaps/skype.png
-@dirrmtry share/applications