aboutsummaryrefslogtreecommitdiff
path: root/net-im/jabber-conference
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber-conference')
-rw-r--r--net-im/jabber-conference/Makefile32
-rw-r--r--net-im/jabber-conference/distinfo1
-rw-r--r--net-im/jabber-conference/files/patch-aa12
-rw-r--r--net-im/jabber-conference/pkg-descr5
-rw-r--r--net-im/jabber-conference/pkg-message75
-rw-r--r--net-im/jabber-conference/pkg-plist1
6 files changed, 0 insertions, 126 deletions
diff --git a/net-im/jabber-conference/Makefile b/net-im/jabber-conference/Makefile
deleted file mode 100644
index 47baf0b25db0..000000000000
--- a/net-im/jabber-conference/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: jabber-conference
-# Date created: 15 Apr 2002
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= conference
-PORTVERSION= 0.4.1
-CATEGORIES= net
-MASTER_SITES= http://download.jabber.org/dists/1.4/final/old/
-PKGNAMEPREFIX= jabber-
-DIST_SUBDIR= jabber
-
-MAINTAINER= seanc@FreeBSD.org
-COMMENT= Jabber Conferencing module
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
-
-USE_GMAKE= yes
-
-CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber
-
-post-patch:
- @echo "${PREFIX}" > ${WRKSRC}/.prefix-freebsd
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/conference.so ${PREFIX}/lib/jabber/
-
-post-install:
- @cat pkg-message
-
-.include <bsd.port.mk>
diff --git a/net-im/jabber-conference/distinfo b/net-im/jabber-conference/distinfo
deleted file mode 100644
index 384104d13675..000000000000
--- a/net-im/jabber-conference/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (jabber/conference-0.4.1.tar.gz) = 01b825d9f917674f25fdba29255d081b
diff --git a/net-im/jabber-conference/files/patch-aa b/net-im/jabber-conference/files/patch-aa
deleted file mode 100644
index f430df919a23..000000000000
--- a/net-im/jabber-conference/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig Mon Apr 15 00:17:50 2002
-+++ Makefile Mon Apr 15 00:18:33 2002
-@@ -1,6 +1,7 @@
--include ../platform-settings
-+INCDIR= ${PREFIX}/include/jabber
-+include ${INCDIR}/platform-settings
-
--CFLAGS:=$(CFLAGS) -I../jabberd
-+CFLAGS:=$(CFLAGS) -I${INCDIR}
-
- conference_OBJECTS=conference.o conference_room.o conference_user.o
-
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-message b/net-im/jabber-conference/pkg-message
deleted file mode 100644
index e69d51816582..000000000000
--- a/net-im/jabber-conference/pkg-message
+++ /dev/null
@@ -1,75 +0,0 @@
-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 446 in the sample configuration file):
-
- <service id='private.localhost'>
- <load><conference>${PREFIX}/lib/jabber/conference.so</conference></load>
- <conference xmlns="jabberd:config:conference">
- <private/>
- <history>30</history>
- <vCard>
- <FN>Private Conferences</FN>
- <DESC>This service is for private conferencing rooms.</DESC>
- <URL>http://foo.bar/</URL>
- </vCard>
- <notice>
- <join> has become available</join>
- <leave> has left</leave>
- <rename> is now known as </rename>
- </notice>
- </conference>
- </service>
-
-Add this section to the browse area of the jsm service to advertise it
-to your users (around line 246 of the sample config file):
-
- <conference type="private" jid="private.localhost" name="Private Conferencing"/>
-
-
-Conference can ALSO be configured as a public chatroom server (add this
-around line 446 in the sample config file):
-
-(NOTE: don't forget to change the secret and note that this is transmitted
- in plain text.)
-
- <service id='conference.localhost'>
- <load><conference>${PREFIX}/lib/jabber/conference.so</conference></load>
- <conference xmlns="jabber:config:conference">
- <public/>
- <vCard>
- <FN>Public Chatrooms</FN>
- <DESC>This service is for public chatrooms.</DESC>
- <URL>http://foo.bar/</URL>
- </vCard>
- <history>20</history>
- <notice>
- <join> has become available</join>
- <leave> has left</leave>
- <rename> is now known as </rename>
- </notice>
- <room jid="help@conference.localhost">
- <name>Assistance Zone</name>
- <privacy/>
- </room>
- <room jid="admin@conference.localhost">
- <name>Adminz only</name>
- <secret>con0r</secret>
- <notice>
- <join> just rocks!</join>
- <leave> gets lost</leave>
- <rename> feels it is more important to be known as </rename>
- </notice>
- </room>
- </conference>
- </service>
-
-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):
-
- <conference type="public" jid="conference.localhost" name="Public Chatrooms"/>
-
diff --git a/net-im/jabber-conference/pkg-plist b/net-im/jabber-conference/pkg-plist
deleted file mode 100644
index 9335e35a1ee8..000000000000
--- a/net-im/jabber-conference/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-lib/jabber/conference.so