summaryrefslogtreecommitdiff
path: root/net-im/jabber-aim
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /net-im/jabber-aim
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'net-im/jabber-aim')
-rw-r--r--net-im/jabber-aim/Makefile30
-rw-r--r--net-im/jabber-aim/distinfo1
-rw-r--r--net-im/jabber-aim/files/patch-aa41
-rw-r--r--net-im/jabber-aim/pkg-descr6
-rw-r--r--net-im/jabber-aim/pkg-message60
-rw-r--r--net-im/jabber-aim/pkg-plist1
6 files changed, 0 insertions, 139 deletions
diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile
deleted file mode 100644
index 1c8c5f8dfaa3..000000000000
--- a/net-im/jabber-aim/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: jabber-aim
-# Date created: 14 Apr 2002
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= aim-transport
-PORTVERSION= 0.9.24c
-CATEGORIES= net
-MASTER_SITES= http://download.jabber.org/dists/transports/aim-transport/
-PKGNAMEPREFIX= jabber-
-DIST_SUBDIR= jabber
-
-MAINTAINER= seanc@FreeBSD.org
-COMMENT= Jabber AIM Transport module
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
-
-USE_GMAKE= yes
-USE_AUTOCONF= yes
-
-CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/
-
-post-install:
- @cat pkg-message
-
-.include <bsd.port.mk>
diff --git a/net-im/jabber-aim/distinfo b/net-im/jabber-aim/distinfo
deleted file mode 100644
index e4a7d7fe091c..000000000000
--- a/net-im/jabber-aim/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (jabber/aim-transport-0.9.24c.tar.gz) = a3c18654d41ebfaa3c74117004bf7d93
diff --git a/net-im/jabber-aim/files/patch-aa b/net-im/jabber-aim/files/patch-aa
deleted file mode 100644
index 943027808952..000000000000
--- a/net-im/jabber-aim/files/patch-aa
+++ /dev/null
@@ -1,41 +0,0 @@
---- src/sessions.c Tue Nov 27 04:14:37 2001
-+++ /usr/ports/distfiles/jabber/sessions.c.orig Wed Jan 30 09:07:47 2002
-@@ -221,6 +221,29 @@
- return 1;
- }
-
-+static int aim_icbmparaminfo(aim_session_t* sess, aim_frame_t* fr, ...)
-+{
-+ struct aim_icbmparameters *params;
-+ va_list ap;
-+
-+ va_start(ap, fr);
-+ params = va_arg(ap, struct aim_icbmparameters *);
-+ va_end(ap);
-+
-+ /*
-+ * Set these to your taste, or client medium. Setting minmsginterval
-+ * higher is good for keeping yourself from getting flooded (esp
-+ * if you're on a slow connection or something where that would be
-+ * useful).
-+ */
-+ params->maxmsglen = 8000;
-+ params->minmsginterval = 0; /* in milliseconds */
-+
-+ aim_seticbmparam(sess, params);
-+
-+ return 1;
-+}
-+
- int at_conninitdone_admin(aim_session_t *sess,
- aim_frame_t *command, ...)
- {
-@@ -411,6 +434,8 @@
- AIM_CB_SPECIAL_CONNERR, at_parse_connerr, 0);
- aim_conn_addhandler(sess, bosconn, 0x0001, 0x001f,
- at_memrequest, 0);
-+ aim_conn_addhandler(sess, bosconn, 0x0004, 0x0005,
-+ aim_icbmparaminfo, 0);
-
-
- am = pmalloco(s->p, sizeof(_at_mio));
diff --git a/net-im/jabber-aim/pkg-descr b/net-im/jabber-aim/pkg-descr
deleted file mode 100644
index 13738e31e169..000000000000
--- a/net-im/jabber-aim/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The Jabber server (jabberd) is a daemon for Jabber clients to connect
-and communicate with. The AIM Transport module allows clients to
-communicate with user's of AOL Instant Messenger.
-
-You can learn more about Jabber at:
-WWW: http://www.jabber.org/
diff --git a/net-im/jabber-aim/pkg-message b/net-im/jabber-aim/pkg-message
deleted file mode 100644
index 5a9fd802740a..000000000000
--- a/net-im/jabber-aim/pkg-message
+++ /dev/null
@@ -1,60 +0,0 @@
-You can connect to ICQ using this transport, however you cannot
-retrieve ICQ away status messages or user information, nor search for
-users. A simple SMS sending hack is included, but for now responses do
-not come through and no SMS sending confirmation is sent. For SMS,
-send "SEND-SMS:number:text" to any ICQ user, for example
-"SEND-SMS:+4917012345:Test".
-
-To activate aim-transport, you will need to edit your jabber.xml to
-tell jabberd to load this file, and let clients be aware of it's
-availability. In the browse section of the jsm service you need to
-add (uncomment out this block around line 248 of the sample
-configuration):
-
- <!--
- * Don't forget to change aim.localhost to your hostname
- * if you want to make this publicly available.
- -->
- <service type="aim" jid="aim.localhost" name="AIM Transport">
- <ns>jabber:iq:gateway</ns>
- <ns>jabber:iq:register</ns>
- </service>
-
-Next you need to add the lines to load in the transport and it's
-configuration options. Please note that the following is
-substantially different than what comes in the sample config
-file. (near line 457):
-
- <!--
- * Don't forget to change aim.localhost to your hostname
- * if you want to make this publicly available.
- -->
- <service id='aim.localhost'>
- <load><aim_transport>${PREFIX}/lib/jabber/aimtrans.so</aim_transport></load>
-
- <aimtrans xmlns='jabber:config:aimtrans'>
- <!--
- * This is the path to the aim binary neede by libfain for
- * for providing access to AIM's servers
- -->
- <aimbinarydir>/path/to/aim_install</aimbinarydir>
- <vCard>
- <FN>AIM Transport</FN>
- <DESC>An AIM Transport!</DESC>
- <URL>http://foo.bar/</URL>
- </vCard>
-
- </aimtrans>
- </service>
-
-The most interesting of these is the <aimbinarydir/> flag. For
-aimtransport to be able to work you need a valid directory from AIM
-version 3.5.1670. It has to be that version. I would suggest
-searching on Google. For legal reasons I can not distribute this
-file.
-
-The installer version that works for me is this with md5sum:
-
-04eba0bd0ea5fe1756612e14663093aa /win/Install_AIM_3.5.1670.exe
-
-After these changes everything should be running smoothly.
diff --git a/net-im/jabber-aim/pkg-plist b/net-im/jabber-aim/pkg-plist
deleted file mode 100644
index 898d9188e22c..000000000000
--- a/net-im/jabber-aim/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-lib/jabber/aimtrans.so