1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove deprecated leaf port

This commit is contained in:
Vasil Dimov 2006-09-18 12:38:21 +00:00
parent 350cf92d26
commit 2d67e9e7ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173311
6 changed files with 1 additions and 109 deletions

1
MOVED
View File

@ -2464,3 +2464,4 @@ security/fpc-md5|security/fpc-hash|2006-09-07|Port was renamed
devel/linux_devtools||2006-09-11|Has expired: the dependcy is deprecated, please use a linux_dist port instead
graphics/pecl-imagick||2006-09-11|Has expired: Project is dead and does not work
korean/linux_locale||2006-09-11|Has expired: the dependency is scheduled for removal and a recent glib does not need this
net-im/jabber-aim||2006-09-18|This transport is deprecated, use net-im/jabber-pyaim instead

View File

@ -50,7 +50,6 @@
SUBDIR += jabber.el
SUBDIR += jabberd
SUBDIR += jabber
SUBDIR += jabber-aim
SUBDIR += jabber-conference
SUBDIR += jabber-jud
SUBDIR += jabber-pyaim

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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.