Date: Wed, 14 Feb 2001 13:38:30 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25086: new port: net/aim-transport Message-ID: <200102140538.f1E5cUR31738@utopia.leeym.com>
next in thread | raw e-mail | index | archive | help
>Number: 25086 >Category: ports >Synopsis: new port: net/aim-transport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 21:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: FreeBSD utopia.leeym.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Thu Feb 1 17:24:18 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: AIM transport for Jabber server >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # aim-transport # aim-transport/Makefile # aim-transport/distinfo # aim-transport/pkg-comment # aim-transport/pkg-descr # aim-transport/pkg-plist # echo c - aim-transport mkdir -p aim-transport > /dev/null 2>&1 echo x - aim-transport/Makefile sed 's/^X//' >aim-transport/Makefile << 'END-of-aim-transport/Makefile' X# New ports collection makefile for: aim-transport X# Date created: 04 December 2000 X# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> X# X# $FreeBSD$ X# X XPORTNAME= aim-transport XPORTVERSION= 0.9.0 XCATEGORIES= net XMASTER_SITES= http://download.jabber.org/dists/1.4/final/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XBUILD_DEPENDS= ${NONEXISTENT}:${JABBER_PORT}:configure XRUN_DEPENDS= jabberd:${JABBER_PORT} X X.include <bsd.port.pre.mk> X XJABBER_PORT= ${PORTSDIR}/net/jabber XJABBER_WRKSRC!= cd ${JABBER_PORT} && ${MAKE} -V WRKSRC XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-jabberd=${JABBER_WRKSRC}/jabberd X Xdo-install: X @${MKDIR} ${PREFIX}/lib/jabber/${PORTNAME} X @${INSTALL_PROGRAM} ${WRKSRC}/src/aimtrans.so ${PREFIX}/lib/jabber/${PORTNAME} X @${ECHO} "" X @${ECHO} "=============================================================================" X @${ECHO} "Please read ${WRKSRC}/README first" X @${ECHO} "and add \"./${PORTNAME}/aimtrans.so\" into ${PREFIX}/etc/jabber.xml" X @${ECHO} "then restart jabberd to enable ${PORTNAME}" X @${ECHO} "=============================================================================" X @${ECHO} "" X X.include <bsd.port.post.mk> END-of-aim-transport/Makefile echo x - aim-transport/distinfo sed 's/^X//' >aim-transport/distinfo << 'END-of-aim-transport/distinfo' XMD5 (aim-transport-0.9.0.tar.gz) = 16af3cdaa008a30079f5a89ecc4dbc90 END-of-aim-transport/distinfo echo x - aim-transport/pkg-comment sed 's/^X//' >aim-transport/pkg-comment << 'END-of-aim-transport/pkg-comment' XAIM Transport for Jabber server END-of-aim-transport/pkg-comment echo x - aim-transport/pkg-descr sed 's/^X//' >aim-transport/pkg-descr << 'END-of-aim-transport/pkg-descr' XAIM-Transport 0.9 X----------------- X XThis version of the AIM Transport is designed specifically to work with the XJabber server version 1.4. It will not work with previous versions due to the Xway that it loads itself into the main jabberd binary. X XTo build the AIM Transport uncompress the tarball, if you uncompressed it into Xthe Jabber 1.4 directory you can run the configure directly and it will find Xjabberd. Otherwise, you need to use the --with-jabberd=PATH option to Xconfigure. At this point you can run make and it should build just fine. Note Xthis version of the AIM Transport no longer requires a seperate download of Xlibfaim. X X-- XYen-Ming Lee <leeym@cae.ce.ntu.edu.tw> END-of-aim-transport/pkg-descr echo x - aim-transport/pkg-plist sed 's/^X//' >aim-transport/pkg-plist << 'END-of-aim-transport/pkg-plist' Xlib/jabber/aim-transport/aimtrans.so X@dirrm lib/jabber/aim-transport END-of-aim-transport/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102140538.f1E5cUR31738>