diff options
author | vd <vd@FreeBSD.org> | 2006-09-18 12:38:21 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-09-18 12:38:21 +0000 |
commit | 90a72b0824a31ac7a9ba3820761b38b2c0f65e9f (patch) | |
tree | ecb37bc969d30b0ec1b3946d0494942bf7342bff /net-im | |
parent | 4cef9c35158bf620aff075cbe58d736037fecea4 (diff) | |
download | FreeBSD-ports-90a72b0824a31ac7a9ba3820761b38b2c0f65e9f.zip FreeBSD-ports-90a72b0824a31ac7a9ba3820761b38b2c0f65e9f.tar.gz |
Remove deprecated leaf port
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/jabber-aim/Makefile | 39 | ||||
-rw-r--r-- | net-im/jabber-aim/distinfo | 3 | ||||
-rw-r--r-- | net-im/jabber-aim/pkg-descr | 6 | ||||
-rw-r--r-- | net-im/jabber-aim/pkg-message | 60 |
5 files changed, 0 insertions, 109 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 8aa6221..c16546d 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -50,7 +50,6 @@ SUBDIR += jabber.el SUBDIR += jabberd SUBDIR += jabber - SUBDIR += jabber-aim SUBDIR += jabber-conference SUBDIR += jabber-jud SUBDIR += jabber-pyaim diff --git a/net-im/jabber-aim/Makefile b/net-im/jabber-aim/Makefile deleted file mode 100644 index 849ce2c..0000000 --- a/net-im/jabber-aim/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: jabber-aim -# Date created: 14 Apr 2002 -# Whom: Sean Chittenden <seanc@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= aim -PORTVERSION= 20040131.b -CATEGORIES= net-im -MASTER_SITES= http://aim-transport.jabberstudio.org/ \ - http://freebsd.unixfreunde.de/sources/ -PKGNAMEPREFIX= jabber- -PKGNAMESUFFIX= -transport -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R}${PORTVERSION:E} -DIST_SUBDIR= jabber - -MAINTAINER= ports@FreeBSD.org -COMMENT= Jabber AIM Transport module - -BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net-im/jabber - -WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-stable-${PORTVERSION:R} -PLIST_FILES= lib/jabber/aimtrans.so -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:259 -USE_ICONV= yes - -CONFIGURE_ARGS+=--with-jabberd=${LOCALBASE}/include/jabber -CONFIGURE_ENV= LDFLAGS="-liconv" LIBS="-L${LOCALBASE}/lib" \ - CPPFLAGS="-I${LOCALBASE}/include/pth -I${LOCALBASE}/include" - -do-install: - @${MKDIR} ${PREFIX}/lib/jabber - ${INSTALL_DATA} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-im/jabber-aim/distinfo b/net-im/jabber-aim/distinfo deleted file mode 100644 index 5a0e500f..0000000 --- a/net-im/jabber-aim/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jabber/aim-transport-stable-20040131b.tar.gz) = 804469a50824691adcfa2cec71dbf6df -SHA256 (jabber/aim-transport-stable-20040131b.tar.gz) = 2a507677a7de62b069897b8d6504d79d7fcd0dbcfc5b011d6d747cd875159a21 -SIZE (jabber/aim-transport-stable-20040131b.tar.gz) = 400742 diff --git a/net-im/jabber-aim/pkg-descr b/net-im/jabber-aim/pkg-descr deleted file mode 100644 index 13738e3..0000000 --- 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 5a9fd80..0000000 --- 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. |