summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /net-im
parent- Cacti developers has modified one of oficial patches. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_5_0'.release/5.5.0
Notes
Notes: svn path=/head/; revision=158034 svn path=/tags/RELEASE_5_5_0/; revision=158035; tag=release/5.5.0
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/gajim-devel/Makefile42
-rw-r--r--net-im/gajim-devel/distinfo3
-rw-r--r--net-im/gajim-devel/pkg-descr19
-rw-r--r--net-im/gajim-devel/pkg-plist512
-rw-r--r--net-im/gnomeicu/Makefile62
-rw-r--r--net-im/gnomeicu/distinfo3
-rw-r--r--net-im/gnomeicu/files/patch-src::icu_db.c17
-rw-r--r--net-im/gnomeicu/files/patch-src_history.c14
-rw-r--r--net-im/gnomeicu/files/patch-src_userserver.c16
-rw-r--r--net-im/gnomeicu/pkg-descr8
-rw-r--r--net-im/gnomeicu/pkg-plist303
-rw-r--r--net-im/kmess-kde4/Makefile34
-rw-r--r--net-im/kmess-kde4/distinfo3
-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-plist164
-rw-r--r--net-im/pidgin-guifications/Makefile44
-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/rubygem-xmpp4r/Makefile49
-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-plist165
-rw-r--r--net-im/sim-im/Makefile66
-rw-r--r--net-im/sim-im/distinfo3
-rw-r--r--net-im/sim-im/files/patch-configure10
-rw-r--r--net-im/sim-im/files/patch-sim-api-fetch.cpp11
-rw-r--r--net-im/sim-im/files/patch-weather.cpp22
-rw-r--r--net-im/sim-im/pkg-descr17
-rw-r--r--net-im/sim-im/pkg-plist179
-rw-r--r--net-im/skype-devel/Makefile65
-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-plist39
-rw-r--r--net-im/skype/Makefile65
-rw-r--r--net-im/skype/distinfo3
-rw-r--r--net-im/skype/pkg-descr5
-rw-r--r--net-im/skype/pkg-plist39
-rw-r--r--net-im/skype20/Makefile65
-rw-r--r--net-im/skype20/distinfo3
-rw-r--r--net-im/skype20/pkg-descr5
-rw-r--r--net-im/skype20/pkg-plist39
51 files changed, 0 insertions, 2369 deletions
diff --git a/net-im/climm/Makefile b/net-im/climm/Makefile
deleted file mode 100644
index a74131802275..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= ports@FreeBSD.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/gajim-devel/Makefile b/net-im/gajim-devel/Makefile
deleted file mode 100644
index be17997f96d7..000000000000
--- a/net-im/gajim-devel/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: gajim
-# Date created: 27 April 2005
-# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gajim
-PORTVERSION= 0.9.1
-CATEGORIES= net-im
-MASTER_SITES= http://www.gajim.org/downloads/
-
-MAINTAINER= vsevolod@FreeBSD.org
-COMMENT= Gajim is a Jabber client based on a plugin system
-
-LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
-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_REINPLACE= 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 548ade7d57b4..000000000000
--- a/net-im/gajim-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gajim-0.9.1.tar.bz2) = ca82dfb7ab5c51984357ea7bab0e99af
-SHA256 (gajim-0.9.1.tar.bz2) = 4826ebe054af3a117058f1211185ad705cf7ecfbace57f9cd133a7f8a4506fdb
-SIZE (gajim-0.9.1.tar.bz2) = 1613954
diff --git a/net-im/gajim-devel/pkg-descr b/net-im/gajim-devel/pkg-descr
deleted file mode 100644
index 706b0ea85693..000000000000
--- a/net-im/gajim-devel/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is to
-provide a full featured and easy to use xmpp client for the GTK+ users. Gajim
-does not require GNOME to run, eventhough it exists with it nicely. Gajim is
-released under the GNU General Public License
-
-FEATURES:
-* Tabbed chat windows
-* Group chat support (with MUC protocol)
-* Emoticons, Avatars, File transfer, URL grabber, Bookmarks
-* Systray icon, Speller
-* 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
-
-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 b467a12915fb..000000000000
--- a/net-im/gajim-devel/pkg-plist
+++ /dev/null
@@ -1,512 +0,0 @@
-bin/gajim
-bin/gajim-remote
-lib/gajim/gtkspell.so
-lib/gajim/idle.so
-lib/gajim/trayicon.so
-%%DATADIR%%/COPYING
-%%DATADIR%%/THANKS
-%%DATADIR%%/data/emoticons/angry.png
-%%DATADIR%%/data/emoticons/bat.png
-%%DATADIR%%/data/emoticons/beer.png
-%%DATADIR%%/data/emoticons/biggrin.png
-%%DATADIR%%/data/emoticons/blush.png
-%%DATADIR%%/data/emoticons/boy.png
-%%DATADIR%%/data/emoticons/brflower.png
-%%DATADIR%%/data/emoticons/brheart.png
-%%DATADIR%%/data/emoticons/coffee.png
-%%DATADIR%%/data/emoticons/coolglasses.png
-%%DATADIR%%/data/emoticons/cry.png
-%%DATADIR%%/data/emoticons/cuffs.png
-%%DATADIR%%/data/emoticons/devil.png
-%%DATADIR%%/data/emoticons/drink.png
-%%DATADIR%%/data/emoticons/flower.png
-%%DATADIR%%/data/emoticons/frowning.png
-%%DATADIR%%/data/emoticons/girl.png
-%%DATADIR%%/data/emoticons/heart.png
-%%DATADIR%%/data/emoticons/hugleft.png
-%%DATADIR%%/data/emoticons/hugright.png
-%%DATADIR%%/data/emoticons/kiss.png
-%%DATADIR%%/data/emoticons/lamp.png
-%%DATADIR%%/data/emoticons/mail.png
-%%DATADIR%%/data/emoticons/moon.png
-%%DATADIR%%/data/emoticons/music.png
-%%DATADIR%%/data/emoticons/no.png
-%%DATADIR%%/data/emoticons/oh.png
-%%DATADIR%%/data/emoticons/phone.png
-%%DATADIR%%/data/emoticons/photo.png
-%%DATADIR%%/data/emoticons/pussy.png
-%%DATADIR%%/data/emoticons/rainbow.png
-%%DATADIR%%/data/emoticons/smile.png
-%%DATADIR%%/data/emoticons/star.png
-%%DATADIR%%/data/emoticons/stare.png
-%%DATADIR%%/data/emoticons/tongue.png
-%%DATADIR%%/data/emoticons/unhappy.png
-%%DATADIR%%/data/emoticons/wink.png
-%%DATADIR%%/data/emoticons/yes.png
-%%DATADIR%%/data/iconsets/crystal/16x16/offline.png
-%%DATADIR%%/data/iconsets/crystal/16x16/chat.png
-%%DATADIR%%/data/iconsets/crystal/16x16/away.png
-%%DATADIR%%/data/iconsets/crystal/16x16/requested.png
-%%DATADIR%%/data/iconsets/crystal/16x16/invisible.png
-%%DATADIR%%/data/iconsets/crystal/16x16/online.png
-%%DATADIR%%/data/iconsets/crystal/16x16/dnd.png
-%%DATADIR%%/data/iconsets/crystal/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/crystal/16x16/message.gif
-%%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/error.png
-%%DATADIR%%/data/iconsets/crystal/16x16/opened.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/away.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/chat.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/closed.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/connecting.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/dnd.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/error.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/invisible.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/message.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/offline.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/online.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/opened.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/requested.png
-%%DATADIR%%/data/iconsets/dcraven/16x16/xa.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/away.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/chat.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/closed.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/connecting.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/dnd.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/error.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/invisible.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/message.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/offline.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/online.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/opened.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/requested.png
-%%DATADIR%%/data/iconsets/dcraven/32x32/xa.png
-%%DATADIR%%/data/iconsets/gnome/16x16/away.png
-%%DATADIR%%/data/iconsets/gnome/16x16/chat.png
-%%DATADIR%%/data/iconsets/gnome/16x16/closed.png
-%%DATADIR%%/data/iconsets/gnome/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/gnome/16x16/dnd.png
-%%DATADIR%%/data/iconsets/gnome/16x16/error.png
-%%DATADIR%%/data/iconsets/gnome/16x16/invisible.png
-%%DATADIR%%/data/iconsets/gnome/16x16/message.gif
-%%DATADIR%%/data/iconsets/gnome/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/gnome/16x16/offline.png
-%%DATADIR%%/data/iconsets/gnome/16x16/online.png
-%%DATADIR%%/data/iconsets/gnome/16x16/opened.png
-%%DATADIR%%/data/iconsets/gnome/16x16/requested.png
-%%DATADIR%%/data/iconsets/gnome/16x16/xa.png
-%%DATADIR%%/data/iconsets/gnome/32x32/away.png
-%%DATADIR%%/data/iconsets/gnome/32x32/chat.png
-%%DATADIR%%/data/iconsets/gnome/32x32/dnd.png
-%%DATADIR%%/data/iconsets/gnome/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/gnome/32x32/offline.png
-%%DATADIR%%/data/iconsets/gnome/32x32/online.png
-%%DATADIR%%/data/iconsets/gnome/32x32/requested.png
-%%DATADIR%%/data/iconsets/gnome/32x32/xa.png
-%%DATADIR%%/data/iconsets/gossip/16x16/away.png
-%%DATADIR%%/data/iconsets/gossip/16x16/chat.png
-%%DATADIR%%/data/iconsets/gossip/16x16/closed.png
-%%DATADIR%%/data/iconsets/gossip/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/gossip/16x16/dnd.png
-%%DATADIR%%/data/iconsets/gossip/16x16/error.png
-%%DATADIR%%/data/iconsets/gossip/16x16/invisible.png
-%%DATADIR%%/data/iconsets/gossip/16x16/message.png
-%%DATADIR%%/data/iconsets/gossip/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/gossip/16x16/offline.png
-%%DATADIR%%/data/iconsets/gossip/16x16/online.png
-%%DATADIR%%/data/iconsets/gossip/16x16/opened.png
-%%DATADIR%%/data/iconsets/gossip/16x16/requested.png
-%%DATADIR%%/data/iconsets/gossip/16x16/xa.png
-%%DATADIR%%/data/iconsets/gota/16x16/away.png
-%%DATADIR%%/data/iconsets/gota/16x16/chat.png
-%%DATADIR%%/data/iconsets/gota/16x16/closed.png
-%%DATADIR%%/data/iconsets/gota/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/gota/16x16/dnd.png
-%%DATADIR%%/data/iconsets/gota/16x16/error.png
-%%DATADIR%%/data/iconsets/gota/16x16/invisible.png
-%%DATADIR%%/data/iconsets/gota/16x16/message.gif
-%%DATADIR%%/data/iconsets/gota/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/gota/16x16/offline.png
-%%DATADIR%%/data/iconsets/gota/16x16/online.png
-%%DATADIR%%/data/iconsets/gota/16x16/opened.png
-%%DATADIR%%/data/iconsets/gota/16x16/requested.png
-%%DATADIR%%/data/iconsets/gota/16x16/xa.png
-%%DATADIR%%/data/iconsets/gota/32x32/away.png
-%%DATADIR%%/data/iconsets/gota/32x32/chat.png
-%%DATADIR%%/data/iconsets/gota/32x32/closed.png
-%%DATADIR%%/data/iconsets/gota/32x32/connecting.gif
-%%DATADIR%%/data/iconsets/gota/32x32/dnd.png
-%%DATADIR%%/data/iconsets/gota/32x32/error.png
-%%DATADIR%%/data/iconsets/gota/32x32/invisible.png
-%%DATADIR%%/data/iconsets/gota/32x32/message.gif
-%%DATADIR%%/data/iconsets/gota/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/gota/32x32/offline.png
-%%DATADIR%%/data/iconsets/gota/32x32/online.png
-%%DATADIR%%/data/iconsets/gota/32x32/opened.png
-%%DATADIR%%/data/iconsets/gota/32x32/requested.png
-%%DATADIR%%/data/iconsets/gota/32x32/xa.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/away.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/chat.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/closed.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/connecting.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/dnd.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/error.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/invisible.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/message.gif
-%%DATADIR%%/data/iconsets/nuvola/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/offline.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/online.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/opened.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/requested.png
-%%DATADIR%%/data/iconsets/nuvola/16x16/xa.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/offline.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/chat.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/away.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/requested.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/invisible.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/message.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/online.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/dnd.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/connecting.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/xa.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/closed.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/error.png
-%%DATADIR%%/data/iconsets/simplebulb/16x16/opened.png
-%%DATADIR%%/data/iconsets/stellar/16x16/away.png
-%%DATADIR%%/data/iconsets/stellar/16x16/chat.png
-%%DATADIR%%/data/iconsets/stellar/16x16/closed.png
-%%DATADIR%%/data/iconsets/stellar/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/stellar/16x16/dnd.png
-%%DATADIR%%/data/iconsets/stellar/16x16/error.png
-%%DATADIR%%/data/iconsets/stellar/16x16/invisible.png
-%%DATADIR%%/data/iconsets/stellar/16x16/message.gif
-%%DATADIR%%/data/iconsets/stellar/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/stellar/16x16/offline.png
-%%DATADIR%%/data/iconsets/stellar/16x16/online.png
-%%DATADIR%%/data/iconsets/stellar/16x16/opened.png
-%%DATADIR%%/data/iconsets/stellar/16x16/requested.png
-%%DATADIR%%/data/iconsets/stellar/16x16/xa.png
-%%DATADIR%%/data/iconsets/sun/16x16/away.png
-%%DATADIR%%/data/iconsets/sun/16x16/chat.png
-%%DATADIR%%/data/iconsets/sun/16x16/closed.png
-%%DATADIR%%/data/iconsets/sun/16x16/connecting.gif
-%%DATADIR%%/data/iconsets/sun/16x16/dnd.png
-%%DATADIR%%/data/iconsets/sun/16x16/error.png
-%%DATADIR%%/data/iconsets/sun/16x16/invisible.png
-%%DATADIR%%/data/iconsets/sun/16x16/message.gif
-%%DATADIR%%/data/iconsets/sun/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/sun/16x16/offline.png
-%%DATADIR%%/data/iconsets/sun/16x16/online.png
-%%DATADIR%%/data/iconsets/sun/16x16/opened.png
-%%DATADIR%%/data/iconsets/sun/16x16/requested.png
-%%DATADIR%%/data/iconsets/sun/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/aim/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/aim/16x16/requested.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/requested.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/invisible.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/aim/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/requested.png
-%%DATADIR%%/data/iconsets/transports/gadugadu/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/icq/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/icq/16x16/requested.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/requested.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/invisible.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/icq/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/irc/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/requested.png
-%%DATADIR%%/data/iconsets/transports/irc/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/msn/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/msn/16x16/requested.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/requested.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/invisible.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/message.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/msn/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/sms/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/requested.png
-%%DATADIR%%/data/iconsets/transports/sms/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/requested.png
-%%DATADIR%%/data/iconsets/transports/tlen/16x16/xa.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/yahoo/16x16/requested.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/requested.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/invisible.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/online.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/dnd.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/yahoo/32x32/xa.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/away.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/chat.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/dnd.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/error.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/invisible.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/message.gif
-%%DATADIR%%/data/iconsets/transports/weather/16x16/not_in_the_roster.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/offline.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/online.png
-%%DATADIR%%/data/iconsets/transports/weather/16x16/xa.png
-%%DATADIR%%/data/other/servers.xml
-%%DATADIR%%/data/pixmaps/gajim_about.png
-%%DATADIR%%/data/pixmaps/gajim.png
-%%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/contact_offline.png
-%%DATADIR%%/data/pixmaps/events/ft_done.png
-%%DATADIR%%/data/pixmaps/events/contact_online.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/muc_separator.png
-%%DATADIR%%/data/pixmaps/rename.png
-%%DATADIR%%/data/sounds/connected.wav
-%%DATADIR%%/data/sounds/disconnected.wav
-%%DATADIR%%/data/sounds/gc_message1.wav
-%%DATADIR%%/data/sounds/gc_message2.wav
-%%DATADIR%%/data/sounds/message1.wav
-%%DATADIR%%/data/sounds/message2.wav
-%%DATADIR%%/data/sounds/sent.wav
-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/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
-%%DATADIR%%/src/gajim-remote.py
-%%DATADIR%%/src/advanced.py
-%%DATADIR%%/src/cell_renderer_image.py
-%%DATADIR%%/src/chat.py
-%%DATADIR%%/src/common/GnuPG.py
-%%DATADIR%%/src/common/GnuPGInterface.py
-%%DATADIR%%/src/common/__init__.py
-%%DATADIR%%/src/common/check_paths.py
-%%DATADIR%%/src/common/config.py
-%%DATADIR%%/src/common/connection.py
-%%DATADIR%%/src/common/exceptions.py
-%%DATADIR%%/src/common/gajim.py
-%%DATADIR%%/src/common/helpers.py
-%%DATADIR%%/src/common/i18n.py
-%%DATADIR%%/src/common/logger.py
-%%DATADIR%%/src/common/migrate_logs_to_dot9_db.py
-%%DATADIR%%/src/common/optparser.py
-%%DATADIR%%/src/common/sleepy.py
-%%DATADIR%%/src/common/xmpp_stringprep.py
-%%DATADIR%%/src/common/xmpp/__init__.py
-%%DATADIR%%/src/common/xmpp/auth.py
-%%DATADIR%%/src/common/xmpp/browser.py
-%%DATADIR%%/src/common/xmpp/client.py
-%%DATADIR%%/src/common/xmpp/commands.py
-%%DATADIR%%/src/common/xmpp/debug.py
-%%DATADIR%%/src/common/xmpp/dispatcher.py
-%%DATADIR%%/src/common/xmpp/features.py
-%%DATADIR%%/src/common/xmpp/filetransfer.py
-%%DATADIR%%/src/common/xmpp/protocol.py
-%%DATADIR%%/src/common/xmpp/roster.py
-%%DATADIR%%/src/common/xmpp/session.py
-%%DATADIR%%/src/common/xmpp/simplexml.py
-%%DATADIR%%/src/common/xmpp/transports.py
-%%DATADIR%%/src/config.py
-%%DATADIR%%/src/conversation_textview.py
-%%DATADIR%%/src/dbus_support.py
-%%DATADIR%%/src/dialogs.py
-%%DATADIR%%/src/disco.py
-%%DATADIR%%/src/gajim.py
-%%DATADIR%%/src/groupchat_window.py
-%%DATADIR%%/src/gtkexcepthook.py
-%%DATADIR%%/src/gtkgui.glade
-%%DATADIR%%/src/history_window.py
-%%DATADIR%%/src/message_textview.py
-%%DATADIR%%/src/notify.py
-%%DATADIR%%/src/roster_window.py
-%%DATADIR%%/src/systray.py
-%%DATADIR%%/src/tabbed_chat_window.py
-%%DATADIR%%/src/vcard.py
-%%DATADIR%%/src/common/socks5.py
-%%DATADIR%%/src/filetransfers_window.py
-%%DATADIR%%/src/gajim_themes_window.py
-%%DATADIR%%/src/gtkgui_helpers.py
-%%DATADIR%%/src/remote_control.py
-%%DATADIR%%/src/tooltips.py
-share/applications/gajim.desktop
-share/pixmaps/gajim.png
-share/pixmaps/gajim_about.png
-@dirrm lib/gajim
-@dirrm %%DATADIR%%/src/common/xmpp
-@dirrm %%DATADIR%%/src/common
-@dirrm %%DATADIR%%/src
-@dirrm %%DATADIR%%/data/emoticons
-@dirrm %%DATADIR%%/data/iconsets/transports/weather/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/weather
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/yahoo
-@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/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/msn/32x32
-@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/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/icq/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/icq
-@dirrm %%DATADIR%%/data/iconsets/transports/gadugadu/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/gadugadu
-@dirrm %%DATADIR%%/data/iconsets/transports/aim/16x16
-@dirrm %%DATADIR%%/data/iconsets/transports/aim/32x32
-@dirrm %%DATADIR%%/data/iconsets/transports/aim
-@dirrm %%DATADIR%%/data/iconsets/transports
-@dirrm %%DATADIR%%/data/iconsets/sun/16x16
-@dirrm %%DATADIR%%/data/iconsets/sun
-@dirrm %%DATADIR%%/data/iconsets/stellar/16x16
-@dirrm %%DATADIR%%/data/iconsets/stellar
-@dirrm %%DATADIR%%/data/iconsets/simplebulb/16x16
-@dirrm %%DATADIR%%/data/iconsets/simplebulb
-@dirrm %%DATADIR%%/data/iconsets/nuvola/16x16
-@dirrm %%DATADIR%%/data/iconsets/nuvola
-@dirrm %%DATADIR%%/data/iconsets/gota/32x32
-@dirrm %%DATADIR%%/data/iconsets/gota/16x16
-@dirrm %%DATADIR%%/data/iconsets/gota
-@dirrm %%DATADIR%%/data/iconsets/gossip/16x16
-@dirrm %%DATADIR%%/data/iconsets/gossip
-@dirrm %%DATADIR%%/data/iconsets/gnome/32x32
-@dirrm %%DATADIR%%/data/iconsets/gnome/16x16
-@dirrm %%DATADIR%%/data/iconsets/gnome
-@dirrm %%DATADIR%%/data/iconsets/dcraven/32x32
-@dirrm %%DATADIR%%/data/iconsets/dcraven/16x16
-@dirrm %%DATADIR%%/data/iconsets/dcraven
-@dirrm %%DATADIR%%/data/iconsets/crystal/16x16
-@dirrm %%DATADIR%%/data/iconsets/crystal
-@dirrm %%DATADIR%%/data/iconsets
-@dirrm %%DATADIR%%/data/other
-@dirrm %%DATADIR%%/data/pixmaps/agents
-@dirrm %%DATADIR%%/data/pixmaps/events
-@dirrm %%DATADIR%%/data/pixmaps
-@dirrm %%DATADIR%%/data/sounds
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile
deleted file mode 100644
index c0a37875cd8b..000000000000
--- a/net-im/gnomeicu/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# Ports collection Makefile for: GnomeICU
-# Date created: 03/16/1999
-# Whom: nectar@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomeicu2
-PORTVERSION= 0.99.10
-CATEGORIES= net-im gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gnomeicu
-DISTNAME= gnomeicu-${PORTVERSION}
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME2 ICQ client
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-INSTALLS_OMF= yes
-USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel lthack libxml2
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-
-GCONF_SCHEMAS= gnomeicu.schemas
-
-.if defined(WITH_DANTE)
-LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante
-SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \
- -Dgetpeername=Rgetpeername -Daccept=Raccept \
- -Drresvport=Rrresvport -Dbindresvport=Rbindresvport \
- -Dgethostbyname=Rgethostbyname \
- -Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \
- -Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \
- -Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \
- -Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg
-SOCKSLIBS= -lsocks
-.elif defined(WITH_SOCKS5)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
-SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h
-SOCKSLIBS= -lsocks5
-.endif
-
-CONFIGURE_ARGS= --with-statusmenu
-CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS} -lintl" \
- CFLAGS="${CFLAGS}"
-
-.ifndef(WITHOUT_GTKSPELL)
-LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
-CONFIGURE_ARGS+=--enable-gtkspell
-.else
-CONFIGURE_ARGS+=--disable-gtkspell
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|GNOME_PARAM_GNOME_DATADIR|GNOME_PARAM_APP_DATADIR|g' \
- ${WRKSRC}/src/gnomeicu.c
-
-.include <bsd.port.mk>
diff --git a/net-im/gnomeicu/distinfo b/net-im/gnomeicu/distinfo
deleted file mode 100644
index 22cd993f4f0e..000000000000
--- a/net-im/gnomeicu/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnomeicu-0.99.10.tar.bz2) = 849ac771e2df494fd0ab6af5c5646a96
-SHA256 (gnomeicu-0.99.10.tar.bz2) = 4682419cb5d0261d9c67c67ae8e302cc174d5027b39c6c317cfc406fc0843543
-SIZE (gnomeicu-0.99.10.tar.bz2) = 1658892
diff --git a/net-im/gnomeicu/files/patch-src::icu_db.c b/net-im/gnomeicu/files/patch-src::icu_db.c
deleted file mode 100644
index 3df66fcf8c50..000000000000
--- a/net-im/gnomeicu/files/patch-src::icu_db.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- src/icu_db.c.orig Sat Jun 22 22:11:46 2002
-+++ src/icu_db.c Wed Sep 11 11:45:05 2002
-@@ -27,7 +27,11 @@
-
- #include <fcntl.h>
- #include <errno.h>
-+#if defined(HAVE_STDLIB_H)
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <sys/param.h>
diff --git a/net-im/gnomeicu/files/patch-src_history.c b/net-im/gnomeicu/files/patch-src_history.c
deleted file mode 100644
index b529bd13bda2..000000000000
--- a/net-im/gnomeicu/files/patch-src_history.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/history.c.orig Mon Nov 29 20:48:25 2004
-+++ src/history.c Mon Nov 29 20:21:37 2004
-@@ -214,6 +214,11 @@
- char direction;
- time_t time;
-
-+ if (! (ptr+4)) {
-+ g_free (hp->buffer);
-+ g_free (hp);
-+ return FALSE;
-+ }
- /* read header info */
- sscanf (ptr+4, "%c %d", &direction, (int *)&time);
-
diff --git a/net-im/gnomeicu/files/patch-src_userserver.c b/net-im/gnomeicu/files/patch-src_userserver.c
deleted file mode 100644
index 23e5ed601943..000000000000
--- a/net-im/gnomeicu/files/patch-src_userserver.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/userserver.c.orig Fri Apr 2 15:20:45 2004
-+++ src/userserver.c Fri Apr 2 15:20:54 2004
-@@ -6,12 +6,12 @@
- ***************************/
-
- #include <errno.h>
-+#include <sys/types.h>
- #include <netinet/in.h>
- #include <pwd.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/stat.h>
- #include <sys/un.h>
diff --git a/net-im/gnomeicu/pkg-descr b/net-im/gnomeicu/pkg-descr
deleted file mode 100644
index df8c0c64984b..000000000000
--- a/net-im/gnomeicu/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
- GnomeICU (previously GtkICQ) is an Internet based communications
- program which makes use of ICQ protocol. GnomeICU also makes use of
- Gnome2, a growingly popular desktop environment. GnomeICU is released
- under the GNU Public License, and is available free of charge.
-
-WWW: http://gnomeicu.sourceforge.net
-
-Jacques Vidrine <nectar@FreeBSD.ORG>
diff --git a/net-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist
deleted file mode 100644
index 5eabd1d7d089..000000000000
--- a/net-im/gnomeicu/pkg-plist
+++ /dev/null
@@ -1,303 +0,0 @@
-bin/gnomeicu
-bin/gnomeicu-client
-etc/sound/events/GnomeICU.soundlist
-share/gnome/applications/GnomeICU.desktop
-share/gnome/gnomeicu/emoticons/AIM/angel.xpm
-share/gnome/gnomeicu/emoticons/AIM/bigsmile.xpm
-share/gnome/gnomeicu/emoticons/AIM/crossedlips.xpm
-share/gnome/gnomeicu/emoticons/AIM/cry.xpm
-share/gnome/gnomeicu/emoticons/AIM/embarrassed.xpm
-share/gnome/gnomeicu/emoticons/AIM/emoticon-data
-share/gnome/gnomeicu/emoticons/AIM/kiss.xpm
-share/gnome/gnomeicu/emoticons/AIM/sad.xpm
-share/gnome/gnomeicu/emoticons/AIM/scream.xpm
-share/gnome/gnomeicu/emoticons/AIM/smile.xpm
-share/gnome/gnomeicu/emoticons/AIM/smile8.xpm
-share/gnome/gnomeicu/emoticons/AIM/think.xpm
-share/gnome/gnomeicu/emoticons/AIM/tongue.xpm
-share/gnome/gnomeicu/emoticons/AIM/wink.xpm
-share/gnome/gnomeicu/emoticons/Always/Annoyed.bmp
-share/gnome/gnomeicu/emoticons/Always/Disgusted.bmp
-share/gnome/gnomeicu/emoticons/Always/Drooling.bmp
-share/gnome/gnomeicu/emoticons/Always/Giggling.bmp
-share/gnome/gnomeicu/emoticons/Always/Jokingly.bmp
-share/gnome/gnomeicu/emoticons/Always/Shocked.bmp
-share/gnome/gnomeicu/emoticons/Always/Surprised-F.bmp
-share/gnome/gnomeicu/emoticons/Always/Surprised-M.bmp
-share/gnome/gnomeicu/emoticons/Always/Whining.bmp
-share/gnome/gnomeicu/emoticons/Always/asl.gif
-share/gnome/gnomeicu/emoticons/Always/bat.gif
-share/gnome/gnomeicu/emoticons/Always/beer.gif
-share/gnome/gnomeicu/emoticons/Always/boy.gif
-share/gnome/gnomeicu/emoticons/Always/broken_heart.gif
-share/gnome/gnomeicu/emoticons/Always/cake.gif
-share/gnome/gnomeicu/emoticons/Always/camera.gif
-share/gnome/gnomeicu/emoticons/Always/cat.gif
-share/gnome/gnomeicu/emoticons/Always/clock.gif
-share/gnome/gnomeicu/emoticons/Always/coffee.gif
-share/gnome/gnomeicu/emoticons/Always/cuffs.gif
-share/gnome/gnomeicu/emoticons/Always/dog.gif
-share/gnome/gnomeicu/emoticons/Always/dude_hug.gif
-share/gnome/gnomeicu/emoticons/Always/emoticon-data
-share/gnome/gnomeicu/emoticons/Always/envelope.gif
-share/gnome/gnomeicu/emoticons/Always/film.gif
-share/gnome/gnomeicu/emoticons/Always/girl.gif
-share/gnome/gnomeicu/emoticons/Always/girl_hug.gif
-share/gnome/gnomeicu/emoticons/Always/heart.gif
-share/gnome/gnomeicu/emoticons/Always/martini.gif
-share/gnome/gnomeicu/emoticons/Always/messenger.gif
-share/gnome/gnomeicu/emoticons/Always/moon.gif
-share/gnome/gnomeicu/emoticons/Always/musical_note.gif
-share/gnome/gnomeicu/emoticons/Always/phone.gif
-share/gnome/gnomeicu/emoticons/Always/present.gif
-share/gnome/gnomeicu/emoticons/Always/rainbow.gif
-share/gnome/gnomeicu/emoticons/Always/rose.gif
-share/gnome/gnomeicu/emoticons/Always/star.gif
-share/gnome/gnomeicu/emoticons/Always/sun.gif
-share/gnome/gnomeicu/emoticons/Always/thumbs_down.gif
-share/gnome/gnomeicu/emoticons/Always/thumbs_up.gif
-share/gnome/gnomeicu/emoticons/Always/wilted_rose.gif
-share/gnome/gnomeicu/emoticons/Default/bigsmile.png
-share/gnome/gnomeicu/emoticons/Default/cry.png
-share/gnome/gnomeicu/emoticons/Default/emoticon-data
-share/gnome/gnomeicu/emoticons/Default/glasses.png
-share/gnome/gnomeicu/emoticons/Default/sad.png
-share/gnome/gnomeicu/emoticons/Default/scream.png
-share/gnome/gnomeicu/emoticons/Default/smile.png
-share/gnome/gnomeicu/emoticons/Default/smile2.png
-share/gnome/gnomeicu/emoticons/Default/smile8.png
-share/gnome/gnomeicu/emoticons/Default/straight.png
-share/gnome/gnomeicu/emoticons/Default/tongue.png
-share/gnome/gnomeicu/emoticons/Default/unsure.png
-share/gnome/gnomeicu/emoticons/Default/wink.png
-share/gnome/gnomeicu/emoticons/MSN/angel.png
-share/gnome/gnomeicu/emoticons/MSN/angry.png
-share/gnome/gnomeicu/emoticons/MSN/bigsmile.png
-share/gnome/gnomeicu/emoticons/MSN/confused.png
-share/gnome/gnomeicu/emoticons/MSN/cry.png
-share/gnome/gnomeicu/emoticons/MSN/devil.png
-share/gnome/gnomeicu/emoticons/MSN/embarassed.png
-share/gnome/gnomeicu/emoticons/MSN/emoticon-data
-share/gnome/gnomeicu/emoticons/MSN/kiss.png
-share/gnome/gnomeicu/emoticons/MSN/light.gif
-share/gnome/gnomeicu/emoticons/MSN/sad.png
-share/gnome/gnomeicu/emoticons/MSN/shocked.png
-share/gnome/gnomeicu/emoticons/MSN/smile.png
-share/gnome/gnomeicu/emoticons/MSN/smile8.png
-share/gnome/gnomeicu/emoticons/MSN/straight.png
-share/gnome/gnomeicu/emoticons/MSN/tongue.png
-share/gnome/gnomeicu/emoticons/MSN/wink.png
-share/gnome/gnomeicu/emoticons/Yahoo/alien.gif
-share/gnome/gnomeicu/emoticons/Yahoo/angel.gif
-share/gnome/gnomeicu/emoticons/Yahoo/angry.gif
-share/gnome/gnomeicu/emoticons/Yahoo/bigsmile.gif
-share/gnome/gnomeicu/emoticons/Yahoo/blush.gif
-share/gnome/gnomeicu/emoticons/Yahoo/clown.gif
-share/gnome/gnomeicu/emoticons/Yahoo/cow.gif
-share/gnome/gnomeicu/emoticons/Yahoo/cowboy.gif
-share/gnome/gnomeicu/emoticons/Yahoo/devil.gif
-share/gnome/gnomeicu/emoticons/Yahoo/emoticon-data
-share/gnome/gnomeicu/emoticons/Yahoo/flag.gif
-share/gnome/gnomeicu/emoticons/Yahoo/green.gif
-share/gnome/gnomeicu/emoticons/Yahoo/hrmph.gif
-share/gnome/gnomeicu/emoticons/Yahoo/ignore.gif
-share/gnome/gnomeicu/emoticons/Yahoo/kiss.gif
-share/gnome/gnomeicu/emoticons/Yahoo/light.gif
-share/gnome/gnomeicu/emoticons/Yahoo/monkey.gif
-share/gnome/gnomeicu/emoticons/Yahoo/nerd.gif
-share/gnome/gnomeicu/emoticons/Yahoo/pig.gif
-share/gnome/gnomeicu/emoticons/Yahoo/pumpkin.gif
-share/gnome/gnomeicu/emoticons/Yahoo/quiet.gif
-share/gnome/gnomeicu/emoticons/Yahoo/rofl.gif
-share/gnome/gnomeicu/emoticons/Yahoo/rose.gif
-share/gnome/gnomeicu/emoticons/Yahoo/sad.gif
-share/gnome/gnomeicu/emoticons/Yahoo/shocked.gif
-share/gnome/gnomeicu/emoticons/Yahoo/skull.gif
-share/gnome/gnomeicu/emoticons/Yahoo/sleep.gif
-share/gnome/gnomeicu/emoticons/Yahoo/smile.gif
-share/gnome/gnomeicu/emoticons/Yahoo/smile8.gif
-share/gnome/gnomeicu/emoticons/Yahoo/stop.gif
-share/gnome/gnomeicu/emoticons/Yahoo/straight.gif
-share/gnome/gnomeicu/emoticons/Yahoo/tongue.gif
-share/gnome/gnomeicu/emoticons/Yahoo/wail.gif
-share/gnome/gnomeicu/emoticons/Yahoo/wink.gif
-share/gnome/gnomeicu/emoticons/Yahoo/wonder.gif
-share/gnome/gnomeicu/glade/addcontact.glade
-share/gnome/gnomeicu/glade/auth.glade
-share/gnome/gnomeicu/glade/auto_respond.glade
-share/gnome/gnomeicu/glade/grpmgr.glade
-share/gnome/gnomeicu/glade/history.glade
-share/gnome/gnomeicu/glade/main.glade
-share/gnome/gnomeicu/glade/message.glade
-share/gnome/gnomeicu/glade/prefs.glade
-share/gnome/gnomeicu/glade/user_info.glade
-share/gnome/gnomeicu/glade/welcome.glade
-share/gnome/gnomeicu/icons/Default/gnomeicu-animation.gif
-share/gnome/gnomeicu/icons/Default/gnomeicu-auth.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-away.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-birthday.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-blank.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-cancel.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-chat.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-contact.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-dnd.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-ffc.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-file.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-group.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-hist.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-info
-share/gnome/gnomeicu/icons/Default/gnomeicu-info.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-inv.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-message.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-na.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-occ.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-offline.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-ok.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-online.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-rename.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-still.png
-share/gnome/gnomeicu/icons/Default/gnomeicu-url.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-animation.gif
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-auth.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-away.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-cancel.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-chat.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-contact.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-dnd.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ffc.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-file.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-hist.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-info.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-inv.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-message.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-na.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-occ.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-offline.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-ok.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-online.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-rename.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-still.png
-share/gnome/gnomeicu/icons/Eyeballs/gnomeicu-url.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-animation.gif
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-away.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-dnd.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-ffc.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-info
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-inv.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-na.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-occ.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-offline.png
-share/gnome/gnomeicu/icons/Gradients/gnomeicu-online.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-away.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-dnd.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-ffc.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-info
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-inv.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-na.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-occ.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-offline.png
-share/gnome/gnomeicu/icons/reDubbed/gnomeicu-online.png
-share/gnome/gnomeicu/prefs_icon_gnomeicu.png
-share/gnome/gnomeicu/prefs_icon_icq.png
-share/gnome/help/gnomeicu/C/figures/addcontactdruid.png
-share/gnome/help/gnomeicu/C/figures/mainwindow.png
-share/gnome/help/gnomeicu/C/figures/messagedialog.png
-share/gnome/help/gnomeicu/C/figures/notificationicon.png
-share/gnome/help/gnomeicu/C/figures/prefdialog.png
-share/gnome/help/gnomeicu/C/figures/sendcontactlist.png
-share/gnome/help/gnomeicu/C/figures/sendfile.png
-share/gnome/help/gnomeicu/C/figures/sendurl.png
-share/gnome/help/gnomeicu/C/figures/userinfo.png
-share/gnome/help/gnomeicu/C/gnomeicu.xml
-share/gnome/help/gnomeicu/uk/figures/addcontactdruid.png
-share/gnome/help/gnomeicu/uk/figures/mainwindow.png
-share/gnome/help/gnomeicu/uk/figures/messagedialog.png
-share/gnome/help/gnomeicu/uk/figures/notificationicon.png
-share/gnome/help/gnomeicu/uk/figures/prefdialog.png
-share/gnome/help/gnomeicu/uk/figures/sendcontactlist.png
-share/gnome/help/gnomeicu/uk/figures/sendfile.png
-share/gnome/help/gnomeicu/uk/figures/sendurl.png
-share/gnome/help/gnomeicu/uk/figures/userinfo.png
-share/gnome/help/gnomeicu/uk/gnomeicu.xml
-share/gnome/omf/gnomeicu/gnomeicu-C.omf
-share/gnome/omf/gnomeicu/gnomeicu-uk.omf
-share/gnome/pixmaps/gnomeicu.png
-share/gnome/sounds/gnomeicu/Auth.wav
-share/gnome/sounds/gnomeicu/File.wav
-share/gnome/sounds/gnomeicu/Online.wav
-share/gnome/sounds/gnomeicu/URL.wav
-share/gnome/sounds/gnomeicu/contlist.wav
-share/gnome/sounds/gnomeicu/message.wav
-share/locale/am/LC_MESSAGES/gnomeicu.mo
-share/locale/az/LC_MESSAGES/gnomeicu.mo
-share/locale/be/LC_MESSAGES/gnomeicu.mo
-share/locale/bg/LC_MESSAGES/gnomeicu.mo
-share/locale/ca/LC_MESSAGES/gnomeicu.mo
-share/locale/cs/LC_MESSAGES/gnomeicu.mo
-share/locale/da/LC_MESSAGES/gnomeicu.mo
-share/locale/de/LC_MESSAGES/gnomeicu.mo
-share/locale/el/LC_MESSAGES/gnomeicu.mo
-share/locale/en_CA/LC_MESSAGES/gnomeicu.mo
-share/locale/en_GB/LC_MESSAGES/gnomeicu.mo
-share/locale/es/LC_MESSAGES/gnomeicu.mo
-share/locale/eu/LC_MESSAGES/gnomeicu.mo
-share/locale/fi/LC_MESSAGES/gnomeicu.mo
-share/locale/fr/LC_MESSAGES/gnomeicu.mo
-share/locale/ga/LC_MESSAGES/gnomeicu.mo
-share/locale/gl/LC_MESSAGES/gnomeicu.mo
-share/locale/he/LC_MESSAGES/gnomeicu.mo
-share/locale/hr/LC_MESSAGES/gnomeicu.mo
-share/locale/hu/LC_MESSAGES/gnomeicu.mo
-share/locale/it/LC_MESSAGES/gnomeicu.mo
-share/locale/ja/LC_MESSAGES/gnomeicu.mo
-share/locale/ko/LC_MESSAGES/gnomeicu.mo
-share/locale/lt/LC_MESSAGES/gnomeicu.mo
-share/locale/lv/LC_MESSAGES/gnomeicu.mo
-share/locale/mk/LC_MESSAGES/gnomeicu.mo
-share/locale/ml/LC_MESSAGES/gnomeicu.mo
-share/locale/ms/LC_MESSAGES/gnomeicu.mo
-share/locale/nb/LC_MESSAGES/gnomeicu.mo
-share/locale/ne/LC_MESSAGES/gnomeicu.mo
-share/locale/nl/LC_MESSAGES/gnomeicu.mo
-share/locale/nn/LC_MESSAGES/gnomeicu.mo
-share/locale/no/LC_MESSAGES/gnomeicu.mo
-share/locale/pa/LC_MESSAGES/gnomeicu.mo
-share/locale/pl/LC_MESSAGES/gnomeicu.mo
-share/locale/pt/LC_MESSAGES/gnomeicu.mo
-share/locale/pt_BR/LC_MESSAGES/gnomeicu.mo
-share/locale/ro/LC_MESSAGES/gnomeicu.mo
-share/locale/ru/LC_MESSAGES/gnomeicu.mo
-share/locale/rw/LC_MESSAGES/gnomeicu.mo
-share/locale/sk/LC_MESSAGES/gnomeicu.mo
-share/locale/sl/LC_MESSAGES/gnomeicu.mo
-share/locale/sq/LC_MESSAGES/gnomeicu.mo
-share/locale/sr/LC_MESSAGES/gnomeicu.mo
-share/locale/sr@Latn/LC_MESSAGES/gnomeicu.mo
-share/locale/sv/LC_MESSAGES/gnomeicu.mo
-share/locale/th/LC_MESSAGES/gnomeicu.mo
-share/locale/tr/LC_MESSAGES/gnomeicu.mo
-share/locale/uk/LC_MESSAGES/gnomeicu.mo
-share/locale/vi/LC_MESSAGES/gnomeicu.mo
-share/locale/zh_CN/LC_MESSAGES/gnomeicu.mo
-share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo
-@dirrm share/gnome/sounds/gnomeicu
-@dirrm share/gnome/omf/gnomeicu
-@dirrm share/gnome/help/gnomeicu/uk/figures
-@dirrm share/gnome/help/gnomeicu/uk
-@dirrm share/gnome/help/gnomeicu/C/figures
-@dirrm share/gnome/help/gnomeicu/C
-@dirrm share/gnome/help/gnomeicu
-@dirrm share/gnome/gnomeicu/icons/reDubbed
-@dirrm share/gnome/gnomeicu/icons/Gradients
-@dirrm share/gnome/gnomeicu/icons/Eyeballs
-@dirrm share/gnome/gnomeicu/icons/Default
-@dirrm share/gnome/gnomeicu/icons
-@dirrm share/gnome/gnomeicu/glade
-@dirrm share/gnome/gnomeicu/emoticons/Yahoo
-@dirrm share/gnome/gnomeicu/emoticons/MSN
-@dirrm share/gnome/gnomeicu/emoticons/Default
-@dirrm share/gnome/gnomeicu/emoticons/Always
-@dirrm share/gnome/gnomeicu/emoticons/AIM
-@dirrm share/gnome/gnomeicu/emoticons
-@dirrm share/gnome/gnomeicu
diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile
deleted file mode 100644
index d305a91707a1..000000000000
--- a/net-im/kmess-kde4/Makefile
+++ /dev/null
@@ -1,34 +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.2
-CATEGORIES= net-im kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= MSN Messenger Client for KDE3
-
-LIB_DEPENDS= mimelib.1:${PORTSDIR}/deskutils/kdepim3
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool:15
-USE_REINPLACE= yes
-USE_GMAKE= yes
-
-pre-patch:
- ${REINPLACE_CMD} -e '23s/^$$/#include <unistd.h>/' \
- ${WRKSRC}/kmess/kmessview.cpp
- ${REINPLACE_CMD} -e '20s/^$$/#include <ctype.h>/' \
- ${WRKSRC}/kmess/network/mimemessage.h
- ${REINPLACE_CMD} -e '35s|^$$|#include <netinet/in.h>|' \
- ${WRKSRC}/kmess/network/msnconnection.h
- ${REINPLACE_CMD} -e 's/-pedantic //g; s/-O2//g; \
- s/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/net-im/kmess-kde4/distinfo b/net-im/kmess-kde4/distinfo
deleted file mode 100644
index 34504d8d5bca..000000000000
--- a/net-im/kmess-kde4/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kmess-1.4.2.tar.gz) = e3d368ffbce6ee629e900d4a1134752e
-SHA256 (kmess-1.4.2.tar.gz) = 864dae86f5fc4a2d40698b382b4f6642c5d0e3d111a3c4732374dc7226f942d6
-SIZE (kmess-1.4.2.tar.gz) = 2336147
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 4040d262620a..000000000000
--- a/net-im/kmess-kde4/pkg-plist
+++ /dev/null
@@ -1,164 +0,0 @@
-bin/kmess
-share/applications/kde/kmess.desktop
-share/apps/kmess/emoticons/airplane.png
-share/apps/kmess/emoticons/automobile.png
-share/apps/kmess/emoticons/baringteeth.png
-share/apps/kmess/emoticons/bowl.png
-share/apps/kmess/emoticons/brb.png
-share/apps/kmess/emoticons/cigarette.png
-share/apps/kmess/emoticons/computer.png
-share/apps/kmess/emoticons/eyeroll.png
-share/apps/kmess/emoticons/fingerscrossed.png
-share/apps/kmess/emoticons/gameconsole.png
-share/apps/kmess/emoticons/highfive.png
-share/apps/kmess/emoticons/huh.png
-share/apps/kmess/emoticons/island.png
-share/apps/kmess/emoticons/lightning.png
-share/apps/kmess/emoticons/mobilephone.png
-share/apps/kmess/emoticons/money.png
-share/apps/kmess/emoticons/nerd.png
-share/apps/kmess/emoticons/party.png
-share/apps/kmess/emoticons/pizza.png
-share/apps/kmess/emoticons/plate.png
-share/apps/kmess/emoticons/sarcastic.png
-share/apps/kmess/emoticons/secret.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/sshh.png
-share/apps/kmess/emoticons/storm.png
-share/apps/kmess/emoticons/thinking.png
-share/apps/kmess/emoticons/turtle.png
-share/apps/kmess/emoticons/umbrella.png
-share/apps/kmess/emoticons/unhappy.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/bad.png
-share/apps/kmess/emoticons/bat.png
-share/apps/kmess/emoticons/beer.png
-share/apps/kmess/emoticons/boy.png
-share/apps/kmess/emoticons/cake.png
-share/apps/kmess/emoticons/camera.png
-share/apps/kmess/emoticons/cat.png
-share/apps/kmess/emoticons/clock.png
-share/apps/kmess/emoticons/cocktail.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/film.png
-share/apps/kmess/emoticons/girl.png
-share/apps/kmess/emoticons/girl_hug.png
-share/apps/kmess/emoticons/handcuffs.png
-share/apps/kmess/emoticons/kiss.png
-share/apps/kmess/emoticons/lightbulb.png
-share/apps/kmess/emoticons/love.png
-share/apps/kmess/emoticons/megasmile.png
-share/apps/kmess/emoticons/messenger.png
-share/apps/kmess/emoticons/moon.png
-share/apps/kmess/emoticons/note.png
-share/apps/kmess/emoticons/omg.png
-share/apps/kmess/emoticons/phone.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/shade.png
-share/apps/kmess/emoticons/sorry.png
-share/apps/kmess/emoticons/star.png
-share/apps/kmess/emoticons/sun.png
-share/apps/kmess/emoticons/teeth.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/ugly.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/pics/kmesspic.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/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/apps/kmess/icons/hicolor/16x16/apps/gnomemeeting.png
-share/icons/hicolor/16x16/apps/kmess.png
-share/icons/hicolor/32x32/apps/kmess.png
-share/icons/hicolor/48x48/apps/kmess.png
-share/icons/locolor/16x16/apps/kmess.png
-share/icons/locolor/32x32/apps/kmess.png
-share/icons/hicolor/128x128/apps/kmess.png
-share/icons/hicolor/22x22/apps/kmess.png
-share/icons/hicolor/64x64/apps/kmess.png
-share/icons/locolor/22x22/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/sv/LC_MESSAGES/kmess.mo
-share/locale/sl/LC_MESSAGES/kmess.mo
-share/locale/zh_TW/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/sounds/kmess_chat.ogg
-share/sounds/kmess_logoff.ogg
-share/sounds/kmess_logon.ogg
-share/sounds/kmess_msg.ogg
-@dirrm share/doc/HTML/en/kmess
-@dirrm share/locale/zh_CN.GB18030/LC_MESSAGES
-@dirrm share/locale/zh_CN.GB18030
-@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
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile
deleted file mode 100644
index 8c6b3a4fad08..000000000000
--- a/net-im/pidgin-guifications/Makefile
+++ /dev/null
@@ -1,44 +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= 2
-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= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-
-.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.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 f01ff954655d..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= 4
-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= ${X11BASE}/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_X_PREFIX= 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/rubygem-xmpp4r/Makefile b/net-im/rubygem-xmpp4r/Makefile
deleted file mode 100644
index 405cd1d5e30c..000000000000
--- a/net-im/rubygem-xmpp4r/Makefile
+++ /dev/null
@@ -1,49 +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.2
-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
-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}/
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${CP} -R ${WRKSRC}/data/doc/xmpp4r/examples/${f}/ ${RUBY_MODEXAMPLESDIR}/
-.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 61accc1ff846..000000000000
--- a/net-im/rubygem-xmpp4r/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ruby/xmpp4r-0.2.tgz) = 6294ccce6736a29d9173d1608fa46093
-SHA256 (ruby/xmpp4r-0.2.tgz) = 06844fd949a6fae6551f0ed5a5078146531aa052ed5190503c7ca215b7bc2c0c
-SIZE (ruby/xmpp4r-0.2.tgz) = 74699
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 8cd5e6101ae2..000000000000
--- a/net-im/rubygem-xmpp4r/pkg-plist
+++ /dev/null
@@ -1,165 +0,0 @@
-%%RUBY_SITELIBDIR%%/callbacks.rb
-%%RUBY_SITELIBDIR%%/xmpp4r.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/debuglog.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/component.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/client.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/connection.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/error.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/jid.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/message.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/presence.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/rexmladdons.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/stream.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/streamparser.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/x.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/xmlstanza.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/xmpp4r.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/helpers/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/helpers/version.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/helpers/vcard.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq/query.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq/vcard.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq/query/discoinfo.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq/query/discoitems.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq/query/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/iq/query/version.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/x/mucuseritem.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/x/delay.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/x/muc.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/x/roster.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/authenticationfailure.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/idgenerator.rb
-%%RUBY_SITELIBDIR%%/xmpp4r/errorexception.rb
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/iq/query
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/iq
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/x
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r/helpers
-@dirrm %%RUBY_SITELIBDIR%%/xmpp4r
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/query/version_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/query/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/query/discoinfo_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/query/discoitems_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/query_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/vcard_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/x/mucuseritem_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/x/muc_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/x/delay_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/x/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/helpers/vcard_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/helpers/version_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/helpers/roster_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/authenticationfailure_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/debuglog_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/rexmladdons_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/stream_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/xmpp4r_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/streamparser_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/jid_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/presence_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/message_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/component_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/xmlstanza_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/idgenerator_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/client_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/x_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/connection_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/error_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/errorexception_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/callbacks_rb.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/REXML/IOSource.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/REXML/XPathParser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/REXML/Element.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Helpers/Version.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Helpers/Roster.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Helpers/RosterItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Helpers/Vcard.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Message.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IqQueryRoster.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XRosterItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XDelay.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XMLStanza.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IqVcard.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IdGenerator.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/DiscoIdentity.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IqQueryVersion.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/StreamParser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/X.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XRoster.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XMuc.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Client.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IqQuery.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Stream.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Presence.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/JID.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Iq.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XMucUserItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/DiscoItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IqQueryDiscoItems.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Component.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/XMucUser.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/AuthenticationFailure.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/ErrorException.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Connection.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/IqQueryDiscoInfo.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/RosterItem.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Error.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Helpers.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/DiscoFeature.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/CallbackList.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Callback.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/REXML.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_file_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_class_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_method_index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/created.rid
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc-style.css
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq/query
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/iq
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/x
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r/helpers
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/xmpp4r
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/files
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/REXML
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber/Helpers
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Jabber
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes
-@dirrm %%PORTDOCS%%%%RUBY_MODDOCDIR%%
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/echo_threaded.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/send_vcard.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/change_password.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/versionbot.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/rosterrename.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/rosterwatch.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/mass_sender.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/component.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/jabbersend.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/roster.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/echo_nonthreaded.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/client.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/rosterprint.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shellmgr/shellmgr_jabber.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shellmgr/shellmgr.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shellmgr/shellmgr_test.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure/cube.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure/README
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure/world.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure/tower.xml
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure/adventure.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure/adventuremuc.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/getonline.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/rosterdiscovery.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/versionpoll.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/minimuc.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/migrate.rb
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/shellmgr
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/adventure
-@dirrm %%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%
diff --git a/net-im/sim-im/Makefile b/net-im/sim-im/Makefile
deleted file mode 100644
index 93796a33beb1..000000000000
--- a/net-im/sim-im/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New Ports Collection Makefile for: sim-icq
-# Date created: 4 Nov 2002
-# Whom: Josef El-Rayes <j.el-rayes@daemon.li>
-#
-# $FreeBSD$
-
-PORTNAME= simicq
-PORTVERSION= 0.9.3
-PORTREVISION= 5
-CATEGORIES= net-im kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
-DISTNAME= ${PORTNAME:S/icq//}-${PORTVERSION}-2
-
-MAINTAINER= markus@FreeBSD.org
-COMMENT= Plugin-based instant messenger
-
-LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt
-
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//}
-USE_GMAKE= yes
-USE_QT_VER= 3
-USE_PERL5_BUILD=yes
-USE_AUTOTOOLS= libtool:15
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-PLIST_SUB+= SSL=""
-.else
-CONFIGURE_ARGS+=--disable-openssl
-PLIST_SUB+= SSL="@comment "
-.endif
-
-.if defined(WITHOUT_KDE)
-CONFIGURE_ARGS+=--disable-kde --enable-mt
-LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
-PLIST_SUB+= KDE="@comment " \
- SPELL=""
-.else
-USE_KDELIBS_VER=3
-PLIST_SUB+= KDE="" \
- SPELL="@comment "
-.endif
-
-pre-everything::
-.if !defined(WITHOUT_SSL)
- @${ECHO_MSG} "You can disable SSL support by defining WITHOUT_SSL."
-.endif
-.if !defined(WITHOUT_KDE)
- @${ECHO_MSG} "You can disable KDE support by defining WITHOUT_KDE."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
- ${CONFIGURE_WRKSRC}/configure
-
-post-configure:
-.if defined(WITHOUT_SSL)
- @${REINPLACE_CMD} -e 's|plugins/yahoo||g' ${WRKSRC}/Makefile
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-im/sim-im/distinfo b/net-im/sim-im/distinfo
deleted file mode 100644
index ac693bfec41d..000000000000
--- a/net-im/sim-im/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (sim-0.9.3-2.tar.gz) = b16e462076540acc13da81832ae79d00
-SHA256 (sim-0.9.3-2.tar.gz) = 38241297d052ee15bfb2536ddef8c0e16804ae665cca7541a0f2f4f76894e450
-SIZE (sim-0.9.3-2.tar.gz) = 3728770
diff --git a/net-im/sim-im/files/patch-configure b/net-im/sim-im/files/patch-configure
deleted file mode 100644
index dc006c222265..000000000000
--- a/net-im/sim-im/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue Nov 4 09:52:54 2003
-+++ configure Tue Nov 4 09:53:21 2003
-@@ -19002,6 +19002,7 @@
- ;;
- freebsd*)
- CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
-+ LIBS="$LIBS -lpthread"
- echo "Setting FreeBSD pthread compilation options"
- ;;
- aix*)
diff --git a/net-im/sim-im/files/patch-sim-api-fetch.cpp b/net-im/sim-im/files/patch-sim-api-fetch.cpp
deleted file mode 100644
index 982bc837c1dd..000000000000
--- a/net-im/sim-im/files/patch-sim-api-fetch.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- sim/api/fetch.cpp.orig Fri Oct 15 01:17:45 2004
-+++ sim/api/fetch.cpp Fri Oct 15 01:21:31 2004
-@@ -24,6 +24,8 @@
- #include <qthread.h>
- #include <qtimer.h>
-
-+#include <time.h>
-+
- typedef map<my_string, string> HEADERS_MAP;
-
- class FetchThread;
diff --git a/net-im/sim-im/files/patch-weather.cpp b/net-im/sim-im/files/patch-weather.cpp
deleted file mode 100644
index 34f44292749c..000000000000
--- a/net-im/sim-im/files/patch-weather.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
---- plugins/weather/weather.cpp.orig Fri Apr 2 12:21:54 2004
-+++ plugins/weather/weather.cpp Fri Apr 2 12:23:55 2004
-@@ -534,8 +534,8 @@
- res = res.replace(QRegExp("\\%h"), number(getHumidity()) + "%");
- res = res.replace(QRegExp("\\%w"), number(getWind_speed()) + " " + i18n(getUS()));
- res = res.replace(QRegExp("\\%x"), QString::number(getWind_speed() * 10 / 36) + " " + i18n("m/s"));
-- res = res.replace(QRegExp("\\%g"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust()) + i18n(getUS()) + ")" : "");
-- res = res.replace(QRegExp("\\%y"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust() * 10 / 36) + " " + i18n("m/s") + ")" : "");
-+ res = res.replace(QRegExp("\\%g"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust()) + i18n(getUS()) + ")" : QString(""));
-+ res = res.replace(QRegExp("\\%y"), getWindGust() ? QString("(") + i18n("gust ") + number(getWindGust() * 10 / 36) + " " + i18n("m/s") + ")" : QString(""));
- res = res.replace(QRegExp("\\%p"), number(getPressure()) + " " + i18n(getUP()));
- res = res.replace(QRegExp("\\%a"), number(getPressure() * 75 / 100));
- res = res.replace(QRegExp("\\%q"), i18n("weather", getPressureD()));
-@@ -545,7 +545,7 @@
- res = res.replace(QRegExp("\\%r"), getSun_raise());
- res = res.replace(QRegExp("\\%s"), getSun_set());
- res = res.replace(QRegExp("\\%c"), i18n_conditions(getConditions()));
-- res = res.replace(QRegExp("\\%v"), i18n("weather", getVisibility()) + (atol(getVisibility()) ? QString(" ") + i18n(getUD()) : ""));
-+ res = res.replace(QRegExp("\\%v"), i18n("weather", getVisibility()) + (atol(getVisibility()) ? QString(" ") + i18n(getUD()) : QString("")));
- return res;
- }
-
diff --git a/net-im/sim-im/pkg-descr b/net-im/sim-im/pkg-descr
deleted file mode 100644
index d360feb72d62..000000000000
--- a/net-im/sim-im/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-SIM (Simple Instant Messenger) is a plugin-based instant messenger with
-support for various protocols (QT is needed, can be build for KDE).
-
-All protocols support richtext-messages, file transfer, typing notification,
-server-side contact list (with postponed synchronization - you can change
-contact list in offline mode and after log on all changes will be
-synchronized with server), new account registration and various searches.
-You can use several accounts for each protocol.
-
-Supported protocols:
- * Oscar - ICQ and AIM support
- * Jabber
- * MSN
- * Yahoo!
- * LiveJournal
-
-WWW: http://sim-icq.sourceforge.net/
diff --git a/net-im/sim-im/pkg-plist b/net-im/sim-im/pkg-plist
deleted file mode 100644
index 9b7073417bf3..000000000000
--- a/net-im/sim-im/pkg-plist
+++ /dev/null
@@ -1,179 +0,0 @@
-bin/sim
-bin/simctrl
-lib/libsimapi.a
-lib/libsimapi.la
-lib/libsimapi.so
-lib/libsimapi.so.0
-lib/libsimui.a
-lib/libsimui.la
-lib/libsimui.so
-lib/libsimui.so.0
-lib/menu/sim-kde.menu
-lib/sim/__homedir.a
-lib/sim/__homedir.so
-lib/sim/__migrate.a
-lib/sim/__migrate.so
-lib/sim/_core.a
-lib/sim/_core.so
-lib/sim/about.a
-lib/sim/about.so
-lib/sim/action.a
-lib/sim/action.so
-lib/sim/autoaway.a
-lib/sim/autoaway.so
-lib/sim/background.a
-lib/sim/background.so
-lib/sim/dock.a
-lib/sim/dock.so
-lib/sim/filter.a
-lib/sim/filter.so
-lib/sim/floaty.a
-lib/sim/floaty.so
-lib/sim/forward.a
-lib/sim/forward.so
-lib/sim/gpg.a
-lib/sim/gpg.so
-lib/sim/icons.a
-lib/sim/icons.so
-lib/sim/icq.a
-lib/sim/icq.so
-lib/sim/jabber.a
-lib/sim/jabber.so
-lib/sim/livejournal.a
-lib/sim/livejournal.so
-lib/sim/logger.a
-lib/sim/logger.so
-%%SSL%%lib/sim/msn.a
-%%SSL%%lib/sim/msn.so
-lib/sim/navigate.a
-lib/sim/navigate.so
-lib/sim/netmonitor.a
-lib/sim/netmonitor.so
-%%KDE%%lib/sim/ontop.a
-%%KDE%%lib/sim/ontop.so
-lib/sim/osd.a
-lib/sim/osd.so
-lib/sim/proxy.a
-lib/sim/proxy.so
-lib/sim/remote.a
-lib/sim/remote.so
-lib/sim/replace.a
-lib/sim/replace.so
-lib/sim/shortcuts.a
-lib/sim/shortcuts.so
-lib/sim/sound.a
-lib/sim/sound.so
-%%SPELL%%lib/sim/spell.a
-%%SPELL%%lib/sim/spell.so
-lib/sim/splash.a
-lib/sim/splash.so
-lib/sim/styles.a
-lib/sim/styles.so
-%%KDE%%lib/sim/transparent.a
-%%KDE%%lib/sim/transparent.so
-lib/sim/update.a
-lib/sim/update.so
-lib/sim/weather.a
-lib/sim/weather.so
-%%SSL%%lib/sim/yahoo.a
-%%SSL%%lib/sim/yahoo.so
-lib/sim/zodiak.a
-lib/sim/zodiak.so
-share/applnk/Internet/sim.desktop
-share/apps/sim/COPYING
-share/apps/sim/pict/connect.gif
-share/apps/sim/pict/connect.mng
-share/apps/sim/pict/splash.png
-share/apps/sim/sounds/alert.wav
-share/apps/sim/sounds/auth.wav
-share/apps/sim/sounds/contacts.wav
-share/apps/sim/sounds/error.wav
-share/apps/sim/sounds/file.wav
-share/apps/sim/sounds/filedone.wav
-share/apps/sim/sounds/mailpager.wav
-share/apps/sim/sounds/message.wav
-share/apps/sim/sounds/message2.wav
-share/apps/sim/sounds/msgsent.wav
-share/apps/sim/sounds/sms.wav
-share/apps/sim/sounds/startup.wav
-share/apps/sim/sounds/system.wav
-share/apps/sim/sounds/url.wav
-share/apps/sim/sounds/vip-online.wav
-share/apps/sim/sounds/web.wav
-share/apps/sim/styles/SIM.2.xsl
-share/apps/sim/styles/SIM.3.xsl
-share/apps/sim/styles/SIM.4.(2+3).xsl
-share/apps/sim/styles/SIM.xsl
-share/apps/sim/styles/Separated.2.xsl
-share/apps/sim/styles/Separated.3.xsl
-share/apps/sim/styles/Separated.4.xsl
-share/apps/sim/styles/Separated.5.(2+3).xsl
-share/apps/sim/styles/Separated.6.(2+4).xsl
-share/apps/sim/styles/Separated.7.(3+4).xsl
-share/apps/sim/styles/Separated.8.(2+3+4).xsl
-share/apps/sim/styles/Separated.xsl
-share/apps/sim/styles/XChat.xsl
-share/apps/sim/styles/XChat2seconds.xsl
-share/apps/sim/styles/XChat3fullDate.xsl
-share/icons/hicolor/16x16/apps/sim.png
-share/icons/hicolor/22x22/apps/sim.png
-share/icons/hicolor/32x32/apps/sim.png
-share/icons/hicolor/48x48/apps/sim.png
-share/icons/hicolor/64x64/apps/sim.png
-share/icons/locolor/16x16/apps/sim.png
-share/icons/locolor/22x22/apps/sim.png
-share/icons/locolor/32x32/apps/sim.png
-share/locale/bg/LC_MESSAGES/sim.mo
-share/locale/ca/LC_MESSAGES/sim.mo
-share/locale/cs/LC_MESSAGES/sim.mo
-share/locale/de/LC_MESSAGES/sim.mo
-share/locale/el/LC_MESSAGES/sim.mo
-share/locale/es/LC_MESSAGES/sim.mo
-share/locale/fr/LC_MESSAGES/sim.mo
-share/locale/he/LC_MESSAGES/sim.mo
-share/locale/hu/LC_MESSAGES/sim.mo
-share/locale/it/LC_MESSAGES/sim.mo
-share/locale/nl/LC_MESSAGES/sim.mo
-share/locale/pl/LC_MESSAGES/sim.mo
-share/locale/pt_BR/LC_MESSAGES/sim.mo
-share/locale/ru/LC_MESSAGES/sim.mo
-share/locale/sk/LC_MESSAGES/sim.mo
-share/locale/sw/LC_MESSAGES/sim.mo
-share/locale/tr/LC_MESSAGES/sim.mo
-share/locale/uk/LC_MESSAGES/sim.mo
-share/locale/zh_TW/LC_MESSAGES/sim.mo
-share/mimelnk/application/x-icq.desktop
-share/services/simctrl.desktop
-@dirrmtry share/services
-@dirrmtry share/mimelnk/application
-@dirrmtry share/mimelnk
-@dirrmtry share/icons/locolor/32x32/apps
-@dirrmtry share/icons/locolor/32x32
-@dirrmtry share/icons/locolor/22x22/apps
-@dirrmtry share/icons/locolor/22x22
-@dirrmtry share/icons/locolor/16x16/apps
-@dirrmtry share/icons/locolor/16x16
-@dirrmtry share/icons/locolor
-@dirrmtry share/icons/hicolor/64x64/apps
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/22x22/apps
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-@dirrmtry share/locale/sw/LC_MESSAGES
-@dirrmtry share/locale/sw
-@dirrm share/apps/sim/styles
-@dirrm share/apps/sim/sounds
-@dirrm share/apps/sim/pict
-@dirrm share/apps/sim
-@dirrmtry share/apps
-@dirrmtry share/applnk/Internet
-@dirrmtry share/applnk
-@dirrm lib/sim
-@dirrmtry lib/menu
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile
deleted file mode 100644
index 28af902671a7..000000000000
--- a/net-im/skype-devel/Makefile
+++ /dev/null
@@ -1,65 +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
-CATEGORIES= net
-MASTER_SITES= http://download.skype.com/linux/
-DISTNAME= skype_staticQT-${PORTVERSION}
-
-MAINTAINER= itetcu@people.tecnik93.com
-COMMENT= P2P VoIP software
-
-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
-WANT_GNOME= yes
-ONLY_FOR_ARCHS= i386 amd64
-
-RESTRICTED= Redistribution not allowed yet.
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgnomehier} != ""
-PLIST_SUB+= GNOME=""
-.else
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
-
-do-install:
- ${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
-.if ${HAVE_GNOME:Mgnomehier} != ""
- ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/
- ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/gnome/pixmaps/skype.png
-.endif
- ${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 45a776b79003..000000000000
--- a/net-im/skype-devel/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-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 d1ddac4c78ab..000000000000
--- a/net-im/skype-devel/pkg-plist
+++ /dev/null
@@ -1,39 +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%%
-%%GNOME%%share/gnome/applications/skype.desktop
-%%GNOME%%share/gnome/pixmaps/skype.png
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile
deleted file mode 100644
index 28af902671a7..000000000000
--- a/net-im/skype/Makefile
+++ /dev/null
@@ -1,65 +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
-CATEGORIES= net
-MASTER_SITES= http://download.skype.com/linux/
-DISTNAME= skype_staticQT-${PORTVERSION}
-
-MAINTAINER= itetcu@people.tecnik93.com
-COMMENT= P2P VoIP software
-
-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
-WANT_GNOME= yes
-ONLY_FOR_ARCHS= i386 amd64
-
-RESTRICTED= Redistribution not allowed yet.
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgnomehier} != ""
-PLIST_SUB+= GNOME=""
-.else
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
-
-do-install:
- ${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
-.if ${HAVE_GNOME:Mgnomehier} != ""
- ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/
- ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/gnome/pixmaps/skype.png
-.endif
- ${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 d1ddac4c78ab..000000000000
--- a/net-im/skype/pkg-plist
+++ /dev/null
@@ -1,39 +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%%
-%%GNOME%%share/gnome/applications/skype.desktop
-%%GNOME%%share/gnome/pixmaps/skype.png
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile
deleted file mode 100644
index 28af902671a7..000000000000
--- a/net-im/skype20/Makefile
+++ /dev/null
@@ -1,65 +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
-CATEGORIES= net
-MASTER_SITES= http://download.skype.com/linux/
-DISTNAME= skype_staticQT-${PORTVERSION}
-
-MAINTAINER= itetcu@people.tecnik93.com
-COMMENT= P2P VoIP software
-
-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
-WANT_GNOME= yes
-ONLY_FOR_ARCHS= i386 amd64
-
-RESTRICTED= Redistribution not allowed yet.
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgnomehier} != ""
-PLIST_SUB+= GNOME=""
-.else
-PLIST_SUB+= GNOME="@comment "
-.endif
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-do-build:
- ${BRANDELF} -t Linux ${WRKSRC}/skype
-
-do-install:
- ${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
-.if ${HAVE_GNOME:Mgnomehier} != ""
- ${INSTALL_DATA} ${WRKSRC}/skype.desktop ${PREFIX}/share/gnome/applications/
- ${INSTALL_DATA} ${WRKSRC}/icons/skype_48_32.png ${PREFIX}/share/gnome/pixmaps/skype.png
-.endif
- ${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 d1ddac4c78ab..000000000000
--- a/net-im/skype20/pkg-plist
+++ /dev/null
@@ -1,39 +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%%
-%%GNOME%%share/gnome/applications/skype.desktop
-%%GNOME%%share/gnome/pixmaps/skype.png