aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-09 08:21:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-09 08:21:21 +0000
commitdc33aa59f5cd032431c2eab21c7ac886941ae806 (patch)
treedc8c628b8d8e6340ca29ce77bba2bbdb3af77e7a /net-im
parent33eb2763e068a96f0cf922264886163463b0b170 (diff)
downloadports-dc33aa59f5cd032431c2eab21c7ac886941ae806.tar.gz
ports-dc33aa59f5cd032431c2eab21c7ac886941ae806.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile28
-rw-r--r--net-im/gaim-bangexec/Makefile4
-rw-r--r--net-im/gaim-guifications/Makefile4
-rw-r--r--net-im/gaim-ignorance/Makefile4
-rw-r--r--net-im/gaim-latex/Makefile6
-rw-r--r--net-im/gaim-openq/Makefile6
-rw-r--r--net-im/gaim-rss-reader/Makefile6
-rw-r--r--net-im/gaim/Makefile2
-rw-r--r--net-im/gicq/Makefile4
-rw-r--r--net-im/gnomeicu/Makefile2
-rw-r--r--net-im/gnomeicu2/Makefile2
-rw-r--r--net-im/gossip/Makefile4
-rw-r--r--net-im/ickle/Makefile4
-rw-r--r--net-im/jabber-aim/Makefile4
-rw-r--r--net-im/jabber-conference/Makefile4
-rw-r--r--net-im/jabber-jud/Makefile4
-rw-r--r--net-im/jabber-msn/Makefile4
-rw-r--r--net-im/jabber-users-agent/Makefile4
-rw-r--r--net-im/jabber-yahoo/Makefile4
-rw-r--r--net-im/jabber/Makefile2
-rw-r--r--net-im/jarl/Makefile4
-rw-r--r--net-im/kf/Makefile2
-rw-r--r--net-im/libicq/Makefile2
-rw-r--r--net-im/libicq2000/Makefile2
-rw-r--r--net-im/loudmouth/Makefile2
-rw-r--r--net-im/meanwhile-gaim/Makefile8
-rw-r--r--net-im/meanwhile/Makefile2
-rw-r--r--net-im/newsbot/Makefile4
-rw-r--r--net-im/ocaml-jabbr/Makefile2
-rw-r--r--net-im/p5-Net-Jabber/Makefile2
-rw-r--r--net-im/pidgin-guifications/Makefile4
-rw-r--r--net-im/pidgin-latex/Makefile6
-rw-r--r--net-im/psi/Makefile2
-rw-r--r--net-im/py-jabber/Makefile2
-rw-r--r--net-im/py-twistedWords/Makefile2
35 files changed, 88 insertions, 60 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index 8fa743599033..24b494e04ba9 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -17,32 +17,56 @@
SUBDIR += ejabberd
SUBDIR += firetalk
SUBDIR += fugu
+ SUBDIR += gaim
+ SUBDIR += gaim-latex
+ SUBDIR += gaim-openq
+ SUBDIR += gaim-rss-reader
SUBDIR += gajim
SUBDIR += gale
+ SUBDIR += gicq
SUBDIR += ginsu
SUBDIR += gnome-jabber
+ SUBDIR += gnomeicu2
+ SUBDIR += gossip
SUBDIR += gtkyahoo
SUBDIR += gyach
SUBDIR += icb
+ SUBDIR += ickle
SUBDIR += icmpchat
SUBDIR += icqlib
SUBDIR += imcom
SUBDIR += jabberd
+ SUBDIR += jabber
+ SUBDIR += jabber-aim
+ SUBDIR += jabber-conference
+ SUBDIR += jabber-jud
+ SUBDIR += jabber-msn
SUBDIR += jabber-pymsn
+ SUBDIR += jabber-yahoo
+ SUBDIR += jabber-users-agent
+ SUBDIR += jarl
SUBDIR += jit
+ SUBDIR += kf
SUBDIR += kmerlin
SUBDIR += kmess
SUBDIR += konverse
SUBDIR += kpopup
+ SUBDIR += libicq
+ SUBDIR += libicq2000
SUBDIR += libmsn
SUBDIR += libyahoo2
SUBDIR += linpopup
SUBDIR += linux-ymessenger
+ SUBDIR += loudmouth
SUBDIR += mcabber
+ SUBDIR += meanwhile
+ SUBDIR += meanwhile-gaim
SUBDIR += mercury
SUBDIR += micq
SUBDIR += mu-conference
SUBDIR += naim
+ SUBDIR += newsbot
+ SUBDIR += ocaml-jabbr
SUBDIR += pebrot
SUBDIR += pork
SUBDIR += py-msnp
@@ -51,9 +75,13 @@
SUBDIR += p5-Net-AIM
SUBDIR += p5-Net-AOLIM
SUBDIR += p5-Net-ICQ2000
+ SUBDIR += p5-Net-Jabber
SUBDIR += p5-Net-MSN
SUBDIR += p5-Net-NetSend
SUBDIR += p5-Net-OSCAR
+ SUBDIR += psi
+ SUBDIR += py-jabber
+ SUBDIR += py-twistedWords
SUBDIR += simicq
SUBDIR += sulci
SUBDIR += tik
diff --git a/net-im/gaim-bangexec/Makefile b/net-im/gaim-bangexec/Makefile
index c8837a781d08..86a765342a0f 100644
--- a/net-im/gaim-bangexec/Makefile
+++ b/net-im/gaim-bangexec/Makefile
@@ -16,8 +16,8 @@ PKGNAMEPREFIX= gaim-
MAINTAINER= kruptos@mlinux.org
COMMENT= Command interpreter plugin for gaim
-BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
USE_X_PREFIX= yes
USE_BZIP2= yes
diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile
index 1afee281b792..0df6b3b47ec9 100644
--- a/net-im/gaim-guifications/Makefile
+++ b/net-im/gaim-guifications/Makefile
@@ -16,8 +16,8 @@ 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/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/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
diff --git a/net-im/gaim-ignorance/Makefile b/net-im/gaim-ignorance/Makefile
index 0d45e66f4cce..df3697b84c8b 100644
--- a/net-im/gaim-ignorance/Makefile
+++ b/net-im/gaim-ignorance/Makefile
@@ -16,8 +16,8 @@ PKGNAMEPREFIX= gaim-
MAINTAINER= kruptos@mlinux.org
COMMENT= Adds filtering capabilities to gaim
-BUILD_DEPENDS= gaim:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
USE_X_PREFIX= yes
USE_BZIP2= yes
diff --git a/net-im/gaim-latex/Makefile b/net-im/gaim-latex/Makefile
index df66d2db2cad..d3398ce9faf2 100644
--- a/net-im/gaim-latex/Makefile
+++ b/net-im/gaim-latex/Makefile
@@ -8,7 +8,7 @@
PORTNAME= latex
PORTVERSION= 0.3
PORTREVISION= 3
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= gaim-
@@ -17,8 +17,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= mainland@apeiron.net
COMMENT= Display LaTeX output in your IMs
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
+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
diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile
index 509f8d2604da..66013d979cba 100644
--- a/net-im/gaim-openq/Makefile
+++ b/net-im/gaim-openq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= openq
PORTVERSION= 0.3.2
PORTREVISION= 5
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= gaim-
@@ -16,8 +16,8 @@ PKGNAMEPREFIX= gaim-
MAINTAINER= hamigua@hotpop.com
COMMENT= A QQ-liked protocol plugin for Gaim
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/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
diff --git a/net-im/gaim-rss-reader/Makefile b/net-im/gaim-rss-reader/Makefile
index 356fc99706f3..e4f840002211 100644
--- a/net-im/gaim-rss-reader/Makefile
+++ b/net-im/gaim-rss-reader/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rss-reader
PORTVERSION= 0.1
PORTREVISION= 9
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= gaim-
@@ -17,8 +17,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= mycroft@virgaria.org
COMMENT= Provides Rss support for Gaim
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
IGNORE= Requires update to work with Gaim 0.82.1
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 0648e551f51a..9ef46b78bd5b 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 1.5.0
PORTREVISION= 1
-CATEGORIES?= net
+CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/gicq/Makefile b/net-im/gicq/Makefile
index 7038d955796e..e120f7f64d0f 100644
--- a/net-im/gicq/Makefile
+++ b/net-im/gicq/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gicq
PORTVERSION= 0.33
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://download.sourceforge.net/gicq/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= flathill
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK based ICQ program
-LIB_DEPENDS= icq.0:${PORTSDIR}/net/libicq
+LIB_DEPENDS= icq.0:${PORTSDIR}/net-im/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile
index e67a2b66059d..77c115af01c6 100644
--- a/net-im/gnomeicu/Makefile
+++ b/net-im/gnomeicu/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnomeicu2
PORTVERSION= 0.99.5
PORTREVISION= 4
-CATEGORIES= net gnome
+CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
DISTNAME= gnomeicu-${PORTVERSION}
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile
index e67a2b66059d..77c115af01c6 100644
--- a/net-im/gnomeicu2/Makefile
+++ b/net-im/gnomeicu2/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnomeicu2
PORTVERSION= 0.99.5
PORTREVISION= 4
-CATEGORIES= net gnome
+CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gnomeicu
DISTNAME= gnomeicu-${PORTVERSION}
diff --git a/net-im/gossip/Makefile b/net-im/gossip/Makefile
index 8e46e0948e75..43ffffd487be 100644
--- a/net-im/gossip/Makefile
+++ b/net-im/gossip/Makefile
@@ -8,14 +8,14 @@
PORTNAME= gossip
PORTVERSION= 0.9
PORTREVISION= 1
-CATEGORIES= net gnome
+CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK2 Jabber Instant Messaging client
-LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net/loudmouth
+LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth
USE_BZIP2= yes
USE_X_PREFIX= yes
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile
index 0c8bf9253b08..4faeeca229a9 100644
--- a/net-im/ickle/Makefile
+++ b/net-im/ickle/Makefile
@@ -9,7 +9,7 @@
PORTNAME= ickle
PORTVERSION= 0.3.2
PORTREVISION= 1
-CATEGORIES= net devel
+CATEGORIES= net-im devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= ICQ2000 protocol implementation
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
- icq2000.5:${PORTSDIR}/net/libicq2000
+ icq2000.5:${PORTSDIR}/net-im/libicq2000
USE_X_PREFIX= yes
USE_GNOME= gtk12
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile
index ad583232f034..8e095f553b6e 100644
--- a/net-im/jabber-aim/Makefile
+++ b/net-im/jabber-aim/Makefile
@@ -6,7 +6,7 @@
PORTNAME= aim
PORTVERSION= 20040131.b
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://aim-transport.jabberstudio.org/
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
@@ -16,7 +16,7 @@ DIST_SUBDIR= jabber
MAINTAINER= seanc@FreeBSD.org
COMMENT= Jabber AIM Transport module
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
+BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R}
PLIST_FILES= lib/jabber/aimtrans.so
diff --git a/net-im/jabber-conference/Makefile b/net-im/jabber-conference/Makefile
index 459847e8fea9..60d12f77337d 100644
--- a/net-im/jabber-conference/Makefile
+++ b/net-im/jabber-conference/Makefile
@@ -7,7 +7,7 @@
PORTNAME= conference
PORTVERSION= 0.4.1
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://download.jabber.org/dists/1.4/final/old/
PKGNAMEPREFIX= jabber-
DIST_SUBDIR= jabber
@@ -15,7 +15,7 @@ DIST_SUBDIR= jabber
MAINTAINER= seanc@FreeBSD.org
COMMENT= Jabber Conferencing module
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
+BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
PLIST_FILES= lib/jabber/conference.so
USE_GMAKE= yes
diff --git a/net-im/jabber-jud/Makefile b/net-im/jabber-jud/Makefile
index c06bc4ddaa13..9ba78e0ac4fa 100644
--- a/net-im/jabber-jud/Makefile
+++ b/net-im/jabber-jud/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jud
PORTVERSION= 0.4
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://download.jabber.org/dists/1.4/final/
PKGNAMEPREFIX= jabber-
DIST_SUBDIR= jabber
@@ -15,7 +15,7 @@ DIST_SUBDIR= jabber
MAINTAINER= seanc@FreeBSD.org
COMMENT= Jabber User Directory module
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
+BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
PLIST_FILES= lib/jabber/jud.so
USE_GMAKE= yes
diff --git a/net-im/jabber-msn/Makefile b/net-im/jabber-msn/Makefile
index 726b1012645a..9acd91efa028 100644
--- a/net-im/jabber-msn/Makefile
+++ b/net-im/jabber-msn/Makefile
@@ -7,7 +7,7 @@
PORTNAME= msn
PORTVERSION= 1.3.0
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://msn-transport.jabberstudio.org/old/
PKGNAMEPREFIX= jabber-
PKGNAMESUFFIX= -transport
@@ -18,7 +18,7 @@ MAINTAINER= martijn@pacno.net
COMMENT= Jabber MSN-Transport module
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
+BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/net-im/jabber-users-agent/Makefile b/net-im/jabber-users-agent/Makefile
index a202ba420a76..defd6ee9b6f6 100644
--- a/net-im/jabber-users-agent/Makefile
+++ b/net-im/jabber-users-agent/Makefile
@@ -7,7 +7,7 @@
PORTNAME= users-agent
PORTVERSION= 1.2
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://files.jabberstudio.org/users-agent/
PKGNAMEPREFIX= jabber-
DISTNAME= Users-Agent-${PORTVERSION}
@@ -24,7 +24,7 @@ USE_PERL5= yes
USE_RC_SUBR= jabber-users-agent.sh
SUB_LIST+= PERL=${PERL}
-BUILD_DEPENDS+= ${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net/p5-Net-Jabber \
+BUILD_DEPENDS+= ${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net-im/p5-Net-Jabber \
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.include <bsd.port.pre.mk>
diff --git a/net-im/jabber-yahoo/Makefile b/net-im/jabber-yahoo/Makefile
index f20d06bbec7d..06835a5423c4 100644
--- a/net-im/jabber-yahoo/Makefile
+++ b/net-im/jabber-yahoo/Makefile
@@ -6,7 +6,7 @@
PORTNAME= yahoo
PORTVERSION= 2.3.2
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://files.jabberstudio.org/yahoo-transport-2/
PKGNAMEPREFIX= jabber-
DISTNAME= yahoo-transport-${PORTVERSION}
@@ -15,7 +15,7 @@ DIST_SUBDIR= jabber
MAINTAINER= garga@FreeBSD.org
COMMENT= Jabber Yahoo Transport module
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
+BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber
USE_GNOME= glib12
USE_GMAKE= yes
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile
index 86e3880ab96a..203957a7f9e8 100644
--- a/net-im/jabber/Makefile
+++ b/net-im/jabber/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jabber
PORTVERSION= 1.4.3.1
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://devel.amessage.info/jabberd14/
DISTNAME= ${PORTNAME}d-${PORTVERSION}
DIST_SUBDIR= jabber
diff --git a/net-im/jarl/Makefile b/net-im/jarl/Makefile
index f5eb08c0315d..57f6b1e0b30d 100644
--- a/net-im/jarl/Makefile
+++ b/net-im/jarl/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jarl
PORTVERSION= 0.5001
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Jarl-${PORTVERSION}
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A Perl/Tk Jabber client
RUN_DEPENDS= ptksh:${PORTSDIR}/x11-toolkits/p5-Tk \
- ${SITE_PERL}/Net/Jabber/IQ.pm:${PORTSDIR}/net/p5-Net-Jabber
+ ${SITE_PERL}/Net/Jabber/IQ.pm:${PORTSDIR}/net-im/p5-Net-Jabber
NO_BUILD= yes
diff --git a/net-im/kf/Makefile b/net-im/kf/Makefile
index 576cb840d9e6..9ca6a408a459 100644
--- a/net-im/kf/Makefile
+++ b/net-im/kf/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kf
PORTVERSION= 0.4
PORTREVISION= 2
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://www.habazie.rams.pl/kf/files/ \
http://www.jabberstudio.org/projects/kf/releases/ \
http://santinel.bas-net.by/files/
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile
index c089a700b808..55586ef6accf 100644
--- a/net-im/libicq/Makefile
+++ b/net-im/libicq/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libicq
PORTVERSION= 0.33
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://download.sourceforge.net/libicq/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
diff --git a/net-im/libicq2000/Makefile b/net-im/libicq2000/Makefile
index 2720961dafe3..ba1a4308b186 100644
--- a/net-im/libicq2000/Makefile
+++ b/net-im/libicq2000/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libicq2000
PORTVERSION= 0.3.2
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 29b004764bbb..ca43440a4af6 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -8,7 +8,7 @@
PORTNAME= loudmouth
PORTVERSION= 1.0.1
PORTREVISION= 1
-CATEGORIES= net gnome
+CATEGORIES= net-im gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile
index a65cab676f69..928b8b0795bc 100644
--- a/net-im/meanwhile-gaim/Makefile
+++ b/net-im/meanwhile-gaim/Makefile
@@ -8,7 +8,7 @@
PORTNAME= meanwhile
PORTVERSION= 1.2.5
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= gaim-
@@ -17,9 +17,9 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= marcus@FreeBSD.org
COMMENT= Provides Lotus Sametime support for Gaim
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-LIB_DEPENDS= meanwhile.0:${PORTSDIR}/net/meanwhile
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+LIB_DEPENDS= meanwhile.0:${PORTSDIR}/net-im/meanwhile
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile
index 180a6e07eab1..b5ed547d1c1b 100644
--- a/net-im/meanwhile/Makefile
+++ b/net-im/meanwhile/Makefile
@@ -8,7 +8,7 @@
PORTNAME= meanwhile
PORTVERSION= 0.5.0
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/newsbot/Makefile b/net-im/newsbot/Makefile
index d46b9422176a..1835251937ea 100644
--- a/net-im/newsbot/Makefile
+++ b/net-im/newsbot/Makefile
@@ -9,14 +9,14 @@
PORTNAME= newsbot
PORTVERSION= 0.4.5
PORTREVISION= 1
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://www.jabberstudio.org/files/${PORTNAME}/
DISTNAME= ${PORTNAME}-0.45
MAINTAINER= ports@FreeBSD.org
COMMENT= Gathers news from RDF/RSS and send them to your IM client
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber/jabber.py:${PORTSDIR}/net/py-jabber
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber/jabber.py:${PORTSDIR}/net-im/py-jabber
USE_PYTHON= 2.2+
NO_BUILD= yes
diff --git a/net-im/ocaml-jabbr/Makefile b/net-im/ocaml-jabbr/Makefile
index fa75905014a7..06ab9f35ad5b 100644
--- a/net-im/ocaml-jabbr/Makefile
+++ b/net-im/ocaml-jabbr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jabbr
PORTVERSION= 0.0.${DATE_VERSION}
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= http://mikelin.mit.edu/xmpp/jabbr/
PKGNAMEPREFIX= ocaml-
DISTNAME= jabbr
diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile
index 26fd6a06d6ce..fb8183b8fc0a 100644
--- a/net-im/p5-Net-Jabber/Makefile
+++ b/net-im/p5-Net-Jabber/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Net-Jabber
PORTVERSION= 2.0
-CATEGORIES= net perl5
+CATEGORIES= net-im perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile
index 1afee281b792..0df6b3b47ec9 100644
--- a/net-im/pidgin-guifications/Makefile
+++ b/net-im/pidgin-guifications/Makefile
@@ -16,8 +16,8 @@ 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/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/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
diff --git a/net-im/pidgin-latex/Makefile b/net-im/pidgin-latex/Makefile
index df66d2db2cad..d3398ce9faf2 100644
--- a/net-im/pidgin-latex/Makefile
+++ b/net-im/pidgin-latex/Makefile
@@ -8,7 +8,7 @@
PORTNAME= latex
PORTVERSION= 0.3
PORTREVISION= 3
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= gaim-
@@ -17,8 +17,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= mainland@apeiron.net
COMMENT= Display LaTeX output in your IMs
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim \
+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
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile
index 55e98a1bc8b9..19803d24e284 100644
--- a/net-im/psi/Makefile
+++ b/net-im/psi/Makefile
@@ -8,7 +8,7 @@
PORTNAME= psi
PORTVERSION= 0.9.3
PORTREVISION= 3
-CATEGORIES= net
+CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile
index e793975e85c8..d7ea7eab5a20 100644
--- a/net-im/py-jabber/Makefile
+++ b/net-im/py-jabber/Makefile
@@ -8,7 +8,7 @@
PORTNAME= jabber
PORTVERSION= 0.5
-CATEGORIES= net python
+CATEGORIES= net-im python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jabberpy
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile
index c4d3e61a69f9..455e046be703 100644
--- a/net-im/py-twistedWords/Makefile
+++ b/net-im/py-twistedWords/Makefile
@@ -8,7 +8,7 @@
PORTNAME= twistedWords
PORTVERSION= 0.1.0
PORTREVISION= 1
-CATEGORIES= net devel python
+CATEGORIES= net-im devel python
MASTER_SITES= http://twistedmatrix.com/downloads/Words/0.1/ \
http://tmrc.mit.edu/mirror/twisted/Words/0.1/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}