diff --git a/MOVED b/MOVED index cc7c12c01a67..a24a265f96e5 100644 --- a/MOVED +++ b/MOVED @@ -3345,3 +3345,6 @@ x11-wm/ion-3||2007-12-12|Removed by insistence of software author net/sipp|benchmarks/sipp|2007-12-16|new category sysutils/xdd|benchmarks/xdd|2007-12-21|Moved to a better category graphics/digikamimageplugins-doc|graphics/digikam-doc|2007-12-23|Projects merged +net-im/jabber-conference||2007-12-24|Has expired: Development stalled +net-im/jabber-jud||2007-12-24|Has expired: development stalled +net-im/jabber-yahoo||2007-12-24|Has expired: development stalled diff --git a/net-im/Makefile b/net-im/Makefile index 209c67bedf7b..1cf0ca2d2fea 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -44,13 +44,10 @@ SUBDIR += imcom SUBDIR += iserverd SUBDIR += jabber - SUBDIR += jabber-conference - SUBDIR += jabber-jud SUBDIR += jabber-pyaim SUBDIR += jabber-pyicq SUBDIR += jabber-pymsn SUBDIR += jabber-users-agent - SUBDIR += jabber-yahoo SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jarl diff --git a/net-im/jabber-conference/Makefile b/net-im/jabber-conference/Makefile deleted file mode 100644 index f1821de7640d..000000000000 --- a/net-im/jabber-conference/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: jabber-conference -# Date created: 15 Apr 2002 -# Whom: Sean Chittenden -# -# $FreeBSD$ - -PORTNAME= conference -PORTVERSION= 0.4.1 -PORTREVISION= 2 -CATEGORIES= net-im -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ -PKGNAMEPREFIX= jabber- -DIST_SUBDIR= jabber - -MAINTAINER= mm@FreeBSD.org -COMMENT= Jabber Conferencing module - -LIB_DEPENDS= jabberd.1:${PORTSDIR}/net-im/jabber - -BROKEN= old jabber API (net-im/jabber switched to c++) -DEPRECATED= Development stalled -EXPIRATION_DATE= 2007-10-20 - -USE_GMAKE= yes - -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jabber \ - -I${LOCALBASE}/include/pth - -MAKE_ARGS+= MCFLAGS="-shared" \ - LDFLAGS="-L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib/jabber" - -SUB_FILES+= pkg-message README.jabberd14 -DOCSDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} - -.if !defined(NOPORTDOCS) -PKGMESSAGE= ${WRKDIR}/pkg-message -.endif - -.include - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/conference.so ${PREFIX}/lib/jabber/ - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKDIR}/README.jabberd14 ${DOCSDIR} - @${CAT} ${PKGMESSAGE} -.endif - -.include diff --git a/net-im/jabber-conference/distinfo b/net-im/jabber-conference/distinfo deleted file mode 100644 index 383f094032a7..000000000000 --- a/net-im/jabber-conference/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jabber/conference-0.4.1.tar.gz) = 01b825d9f917674f25fdba29255d081b -SHA256 (jabber/conference-0.4.1.tar.gz) = 5efdffbc7c03b9149abf9f89585c91157609a4303076fdec7733f8a4d12a119b -SIZE (jabber/conference-0.4.1.tar.gz) = 9645 diff --git a/net-im/jabber-conference/files/README.jabberd14.in b/net-im/jabber-conference/files/README.jabberd14.in deleted file mode 100644 index 61c86b1105b4..000000000000 --- a/net-im/jabber-conference/files/README.jabberd14.in +++ /dev/null @@ -1,89 +0,0 @@ -The sample configuration file for jabberd14 may be located in: -%%TARGETDIR%%/etc/jabber.xml.sample - -Please make necessary changes to your configuration file which may be: -%%TARGETDIR%%/etc/jabber.xml - -NOTE: if you want this service to be accessible from other servers, - change any 'conference.localhost' or 'private.localhost' listed below - to a fully qualified domain name! Please make sure that your directives - are _NOT_ in an XML comment: there are many multi-line comments. - -Conference can be configured as a private conferencing server (no browse, -all rooms locked up). Add the following to make a private conferencing -server (around line 921 in the sample configuration file): -------------------------------------------------------------------------------- - - - %%TARGETDIR%%/lib/jabber/conference.so - - - 30 - - Private Conferences - This service is for private conferencing rooms. - http://foo.bar/ - - - has become available - has left - is now known as - - - - -------------------------------------------------------------------------------- -Add this section to the browse area of the jsm service to advertise it -to your users (around line 382 of the sample config file): -------------------------------------------------------------------------------- - - - -------------------------------------------------------------------------------- -Conference can ALSO be configured as a public chatroom server -(add this around line 921 in the sample config file): - -(NOTE: don't forget to change the secret and note that this is transmitted - in plain text.) -------------------------------------------------------------------------------- - - - %%TARGETDIR%%/lib/jabber/conference.so - - - - Public Chatrooms - This service is for public chatrooms. - http://foo.bar/ - - 20 - - has become available - has left - is now known as - - - Assistance Zone - - - - Adminz only - con0r - - just rocks! - gets lost - feels it is more important to be known as - - - - - -------------------------------------------------------------------------------- -Add this section to the browse area of the jsm service to advertise it -to your users (around line 246 of the sample configuration file): -------------------------------------------------------------------------------- - - - -------------------------------------------------------------------------------- -Be sure to restart your server after reconfiguring. diff --git a/net-im/jabber-conference/files/patch-Makefile b/net-im/jabber-conference/files/patch-Makefile deleted file mode 100644 index d30c58ee3a34..000000000000 --- a/net-im/jabber-conference/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Wed Feb 21 15:43:41 2007 -+++ Makefile Wed Feb 21 15:44:15 2007 -@@ -1,7 +1,3 @@ --include ../platform-settings -- --CFLAGS:=$(CFLAGS) -I../jabberd -- - conference_OBJECTS=conference.o conference_room.o conference_user.o - - all: conference diff --git a/net-im/jabber-conference/files/pkg-message.in b/net-im/jabber-conference/files/pkg-message.in deleted file mode 100644 index c51d212244f8..000000000000 --- a/net-im/jabber-conference/files/pkg-message.in +++ /dev/null @@ -1,2 +0,0 @@ -You can find a configuration example in: -%%DOCSDIR%%/README.jabberd14 diff --git a/net-im/jabber-conference/pkg-descr b/net-im/jabber-conference/pkg-descr deleted file mode 100644 index c08748686719..000000000000 --- a/net-im/jabber-conference/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Jabber server (jabberd) is a daemon for Jabber clients to connect -and communicate with. Conferencing provides private and public chatrooms. - -You can learn more about Jabber at: -WWW: http://www.jabber.org/ diff --git a/net-im/jabber-conference/pkg-plist b/net-im/jabber-conference/pkg-plist deleted file mode 100644 index 09bfdfd18b29..000000000000 --- a/net-im/jabber-conference/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/jabber/conference.so -%%PORTDOCS%%%%DOCSDIR%%/README.jabberd14 -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-im/jabber-jud/Makefile b/net-im/jabber-jud/Makefile deleted file mode 100644 index 25a610820477..000000000000 --- a/net-im/jabber-jud/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: jabber-jud -# Date created: 14 Apr 2002 -# Whom: Sean Chittenden -# -# $FreeBSD$ - -PORTNAME= jud -PORTVERSION= 0.5 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= http://jud.jabberstudio.org/ \ - http://freebsd.unixfreunde.de/sources/ -PKGNAMEPREFIX= jabber- -DIST_SUBDIR= jabber - -MAINTAINER= mm@FreeBSD.org -COMMENT= Jabber User Directory module - -LIB_DEPENDS= jabberd.1:${PORTSDIR}/net-im/jabber - -BROKEN= old jabber API (net-im/jabber switched to c++) -DEPRECATED= development stalled -EXPIRATION_DATE= 2007-10-20 - -WRKSRC= ${WRKDIR}/${PORTNAME}-ansi-c - -USE_GMAKE= yes - -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jabber \ - -I${LOCALBASE}/include/pth - -MAKE_ARGS+= MCFLAGS="-shared" \ - LDFLAGS="-L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib/jabber" - -SUB_FILES+= pkg-message README.jabberd14 -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -.if !defined(NOPORTDOCS) -PKGMESSAGE= ${WRKDIR}/pkg-message -.endif - -.include - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/jud.so ${PREFIX}/lib/jabber/ - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKDIR}/README.jabberd14 ${DOCSDIR} - @${CAT} ${PKGMESSAGE} -.endif -.include diff --git a/net-im/jabber-jud/distinfo b/net-im/jabber-jud/distinfo deleted file mode 100644 index 35c78f982224..000000000000 --- a/net-im/jabber-jud/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jabber/jud-0.5.tar.gz) = 7e59e841a3e43cce647f2dbe0f1a090d -SHA256 (jabber/jud-0.5.tar.gz) = dd833318bf010e3a49087121a5c5aa6d655d5567b4d1baee65c1604aefae62be -SIZE (jabber/jud-0.5.tar.gz) = 5451 diff --git a/net-im/jabber-jud/files/README.jabberd14.in b/net-im/jabber-jud/files/README.jabberd14.in deleted file mode 100644 index a9131a4d0eb9..000000000000 --- a/net-im/jabber-jud/files/README.jabberd14.in +++ /dev/null @@ -1,38 +0,0 @@ -The sample configuration file for jabberd14 may be located in: -%%TARGETDIR%%/etc/jabber.xml.sample - -Please make all necessary changes to your configuration file which may be: -%%TARGETDIR%%/etc/jabber.xml - -To activate JUD for your Jabber server, add the following to your configuration file -(around line 921 in the sample configuration file): -------------------------------------------------------------------------------- - - - - jud.localhost - %%TARGETDIR%%/lib/jabber/jud.so - - - Local Organization's User Directory - This service provides a simple user directory service. - http://foo.bar/ - - - - -------------------------------------------------------------------------------- -Add this section to the browse area of the jsm service to advertise it to -your users (around line 382 of the sample config): -------------------------------------------------------------------------------- - - - jabber:iq:search - jabber:iq:register - - -------------------------------------------------------------------------------- -Be sure to restart your server after reconfiguring. diff --git a/net-im/jabber-jud/files/patch-Makefile b/net-im/jabber-jud/files/patch-Makefile deleted file mode 100644 index d9dc34f265d3..000000000000 --- a/net-im/jabber-jud/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Wed Feb 21 15:47:45 2007 -+++ Makefile Wed Feb 21 15:47:50 2007 -@@ -1,7 +1,3 @@ --include ../platform-settings -- --CFLAGS=$(CCFLAGS) -I../jabberd -- - jud_OBJECTS=jud.o jud_reg.o jud_search.o - - all: jud diff --git a/net-im/jabber-jud/files/pkg-message.in b/net-im/jabber-jud/files/pkg-message.in deleted file mode 100644 index c51d212244f8..000000000000 --- a/net-im/jabber-jud/files/pkg-message.in +++ /dev/null @@ -1,2 +0,0 @@ -You can find a configuration example in: -%%DOCSDIR%%/README.jabberd14 diff --git a/net-im/jabber-jud/pkg-descr b/net-im/jabber-jud/pkg-descr deleted file mode 100644 index 5ddc23929cd0..000000000000 --- a/net-im/jabber-jud/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Jabber server (jabberd) is a daemon for Jabber clients to connect -and communicate with. JUD is allows clients to search for other users. - -You can learn more about Jabber at: -WWW: http://www.jabber.org/ diff --git a/net-im/jabber-jud/pkg-plist b/net-im/jabber-jud/pkg-plist deleted file mode 100644 index 511d7221c470..000000000000 --- a/net-im/jabber-jud/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/jabber/jud.so -%%PORTDOCS%%%%DOCSDIR%%/README.jabberd14 -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-im/jabber-yahoo/Makefile b/net-im/jabber-yahoo/Makefile deleted file mode 100644 index 1737d29efec8..000000000000 --- a/net-im/jabber-yahoo/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: jabber-yahoo -# Date created: 12 Oct 2002 -# Whom: Nick Sayer -# -# $FreeBSD$ - -PORTNAME= yahoo -PORTVERSION= 2.3.2 -PORTREVISION= 2 -CATEGORIES= net-im -MASTER_SITES= http://files.jabberstudio.org/yahoo-transport-2/ -PKGNAMEPREFIX= jabber- -DISTNAME= yahoo-transport-${PORTVERSION} -DIST_SUBDIR= jabber - -MAINTAINER= mm@FreeBSD.org -COMMENT= Jabber Yahoo Transport module - -LIB_DEPENDS= jabberd.1:${PORTSDIR}/net-im/jabber - -BROKEN= old jabber API (net-im/jabber switched to c++) -DEPRECATED= development stalled -EXPIRATION_DATE= 2007-10-20 - -USE_GNOME= glib12 -USE_GMAKE= yes -USE_ICONV= yes - -WRKSRC= ${WRKDIR}/yahoo-transport-${PORTVERSION} - -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} - -SUB_FILES+= README.jabberd14 pkg-message - -DOCS= CHANGES INSTALL LICENSE README jabber.xml yahoo-jabber.xml yahoo-jcr.xml - -.if !defined(NOPORTDOCS) -PKG_MESSAGE= ${WRKDIR}/pkg-message -.endif - -.include - -.if exists(${GLIB_CONFIG}) -GLIB_CFLAGS!= ${GLIB_CONFIG} --cflags -GLIB_LIBS!= ${GLIB_CONFIG} --libs -.endif - -CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jabber \ - -I${LOCALBASE}/include/pth ${GLIB_CFLAGS} - -MAKE_ARGS+= MCFLAGS="-shared" \ - LDFLAGS="-L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib/jabber" \ - LIBS="${GLIB_LIBS}" - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/yahoo-transport.so ${PREFIX}/lib/jabber/ - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE} -.endfor - @${INSTALL_DATA} ${WRKDIR}/README.jabberd14 ${DOCSDIR} - @${CAT} ${PKGMESSAGE} -.endif - -.include diff --git a/net-im/jabber-yahoo/distinfo b/net-im/jabber-yahoo/distinfo deleted file mode 100644 index 69a565abd5c6..000000000000 --- a/net-im/jabber-yahoo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jabber/yahoo-transport-2.3.2.tar.gz) = bfe48aa7980a5e27ec929311615e792c -SHA256 (jabber/yahoo-transport-2.3.2.tar.gz) = da295a0cee9c8b8eec6f71165495431a9f6f8ba7f74912ee6ef3a370b6cdcb1d -SIZE (jabber/yahoo-transport-2.3.2.tar.gz) = 117944 diff --git a/net-im/jabber-yahoo/files/README.jabberd14.in b/net-im/jabber-yahoo/files/README.jabberd14.in deleted file mode 100644 index b6fffdca1b9a..000000000000 --- a/net-im/jabber-yahoo/files/README.jabberd14.in +++ /dev/null @@ -1,62 +0,0 @@ -The sample configuration file for jabberd14 may be located in: -%%TARGETDIR%%/etc/jabber.xml.sample - -Please make all necessary changes to your configuration file which may be: -%%TARGETDIR%%/etc/jabber.xml - -NOTE: if you want this service to be accessible from other servers, - change any 'yahoo.localhost' listed below to a fully qualified domain name! - Please make sure that your directives are _NOT_ in an XML comment: there - are many multi-line comments. - -To activate the YAHOO transport for your Jabber server, -add the following to your configuration file and adjust to your settings -(around line 921 in the sample configuration file): -------------------------------------------------------------------------------- - - - %%TARGETDIR%%/jabber/yahoo-transport.so - - - - - Yahoo! IM Gateway - - - - Enter your YAHOO! Messenger Username and Password to registe r with the gateway. - - - scs.yahoo.com - - - 5050 - - - CP1252 - - - - - - -------------------------------------------------------------------------------- -Add this section to the browse area of the jsm to advertise it to -your users (around line 382 of the sample config): -------------------------------------------------------------------------------- - - - jabber:iq:gateway - jabber:iq:register - jabber:iq:version - jabber:iq:time - - -------------------------------------------------------------------------------- -Be sure to restart your server after reconfiguring. diff --git a/net-im/jabber-yahoo/files/patch-Makefile b/net-im/jabber-yahoo/files/patch-Makefile deleted file mode 100644 index 71681555c425..000000000000 --- a/net-im/jabber-yahoo/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig Fri Jun 25 18:33:56 2004 -+++ Makefile Wed Feb 21 15:09:38 2007 -@@ -1,11 +1,6 @@ - - # $Id: Makefile,v 1.7 2004/06/25 18:33:56 pcurtis Exp $ - --include ../platform-settings -- --CFLAGS:=$(CFLAGS) -I../jabberd `glib-config --cflags` --LIBS:=$(LIBS) `glib-config --libs glib` -- - YAHOO_OBJECTS=yahoo-transport.o yahoo-session.o yahoo-phandler.o yahoo.o \ - crypt.o gaim-sha.o yahoo-presence.o yahoo-server.o md5.o yahoo-message.o \ - yahoo-stats.o yahoo-composing.o yahoo-mail.o yahoo-auth.o diff --git a/net-im/jabber-yahoo/files/pkg-message.in b/net-im/jabber-yahoo/files/pkg-message.in deleted file mode 100644 index c51d212244f8..000000000000 --- a/net-im/jabber-yahoo/files/pkg-message.in +++ /dev/null @@ -1,2 +0,0 @@ -You can find a configuration example in: -%%DOCSDIR%%/README.jabberd14 diff --git a/net-im/jabber-yahoo/pkg-descr b/net-im/jabber-yahoo/pkg-descr deleted file mode 100644 index 5f95e1101a72..000000000000 --- a/net-im/jabber-yahoo/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Jabber server (jabberd) is a daemon for Jabber clients to connect -and communicate with. Yahoo Transport allows clients to communicate with -users of Yahoo Messenger. - -You can learn more about Jabber at http://www.jabber.org/ - -WWW: http://yahoo-transport-2.jabberstudio.org/ diff --git a/net-im/jabber-yahoo/pkg-plist b/net-im/jabber-yahoo/pkg-plist deleted file mode 100644 index 9883c7520fd1..000000000000 --- a/net-im/jabber-yahoo/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/jabber/yahoo-transport.so -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.jabberd14 -%%PORTDOCS%%%%DOCSDIR%%/jabber.xml -%%PORTDOCS%%%%DOCSDIR%%/yahoo-jabber.xml -%%PORTDOCS%%%%DOCSDIR%%/yahoo-jcr.xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%