ports/74294: New port: jabber-pymsn-transport-0.7.4

Martijn Lina martijn at pacno.net
Tue Nov 23 15:50:28 UTC 2004


>Number:         74294
>Category:       ports
>Synopsis:       New port: jabber-pymsn-transport-0.7.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 23 15:50:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Martijn Lina
>Release:        FreeBSD 5.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD 5.3-RELEASE-p1


	
>Description:
	The jabber-msn transport has been completely rewritten in Python.
	It can run with Jabber 1.4.x as well as Jabberd2 natively. It's
	completely compatible wint the old C version of the jabber-msn, so
	the old spool directory can be used after upgrading. It has much
	better support for MSN<->Jabber groupchat.

>How-To-Repeat:
	
>Fix:
	Please commit this shar:

# 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:
#
#	net/jabber-pymsn
#	net/jabber-pymsn/Makefile
#	net/jabber-pymsn/files
#	net/jabber-pymsn/files/jabber-pymsn-transport.sh
#	net/jabber-pymsn/pkg-plist
#	net/jabber-pymsn/pkg-descr
#	net/jabber-pymsn/plist
#	net/jabber-pymsn/pkg-message
#	net/jabber-pymsn/distinfo
#
echo c - net/jabber-pymsn
mkdir -p net/jabber-pymsn > /dev/null 2>&1
echo x - net/jabber-pymsn/Makefile
sed 's/^X//' >net/jabber-pymsn/Makefile << 'END-of-net/jabber-pymsn/Makefile'
X# New ports collection makefile for:	Jabber Python MSN Transport
X# Date created:				Tue Nov 23 16:42:07 CET 2004
X# Whom:					Martijn Lina <martijn at pacno.net>
X#
X# $FreeBSD$
X
XPORTNAME=	pymsn
XPORTVERSION=	0.7.4
XCATEGORIES=	net
XMASTER_SITES=	http://msn-transport.jabberstudio.org/tarballs/
XPKGNAMEPREFIX=	jabber-
XPKGNAMESUFFIX=	-transport
XDISTNAME=	PyMSNt-${PORTVERSION}
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX} twisted-patched-2.tar.bz2
XDIST_SUBDIR=	jabber
X
XMAINTAINER=	martijn at pacno.net
XCOMMENT=	Python MSN-Transport for Jabber
X
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
X
XTWISTED_PATCHED= twisted-patched-2.tar.bz2
X
XNO_BUILD=	yes
XUSE_PYTHON=	yes
XUSE_RC_SUBR=	yes
XUSE_REINPLACE=	yes
X
XRC_SCRIPTS_SUB=	PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} PYTHON_CMD=${PYTHON_CMD}
X
XINST_DIR=	${PREFIX}/lib/jabber/${PORTNAME}
X
XPORTDOCS=	COPYING README install.html users.html TODO rostersync.html
X
Xpost-extract:
X	${BZCAT} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${TWISTED_PATCHED} ${EXTRACT_AFTER_ARGS} -C ${WRKSRC}/src
X	${MV} ${WRKSRC}/src/twisted-patched-2 ${WRKSRC}/src/twisted
X
Xpost-patch:
X	@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
X		${FILESDIR}/${PKGBASE}.sh > ${WRKDIR}/${PKGBASE}.sh
X	@${REINPLACE_CMD} -e '/spooldir/s|\.\.|/var/spool/jabber|' \
X		-e '/pid/s|../PyMSNt.pid|/var/jabberd/pid/${PKGBASE}.pid|' \
X		${WRKSRC}/src/config.py
X	@${ECHO} '#!${PYTHON_CMD}' > ${WRKSRC}/src/main.py.new
X	@${CAT} ${WRKSRC}/src/main.py >> ${WRKSRC}/src/main.py.new
X	@${MV} ${WRKSRC}/src/main.py.new ${WRKSRC}/src/main.py
X	@${MV} ${WRKSRC}/src/config.py ${WRKSRC}/src/config.py-dist
X
Xdo-install:
X	${INSTALL} -d ${INST_DIR}
X	${CP} -pPR ${WRKSRC}/src/* ${INST_DIR}/
X	${CHMOD} 755 ${INST_DIR}/main.py
X	[ -f ${INST_DIR}/config.py ] || ${CP} ${INST_DIR}/config.py-dist ${INST_DIR}/config.py
X	${INSTALL_SCRIPT} -m 751 ${WRKDIR}/${PKGBASE}.sh ${PREFIX}/etc/rc.d/${PKGBASE}.sh
X.if !defined(NOPORTDOCS)
X.for portdoc in ${PORTDOCS}
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/${portdoc} ${DOCSDIR}/
X.endfor
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-net/jabber-pymsn/Makefile
echo c - net/jabber-pymsn/files
mkdir -p net/jabber-pymsn/files > /dev/null 2>&1
echo x - net/jabber-pymsn/files/jabber-pymsn-transport.sh
sed 's/^X//' >net/jabber-pymsn/files/jabber-pymsn-transport.sh << 'END-of-net/jabber-pymsn/files/jabber-pymsn-transport.sh'
X#!/bin/sh
X
X# Start or stop jabber-pymsn
X# $FreeBSD: ports/net/jabber-pymsn/files/jabberd.sh,v 1.5 2004/07/29 20:56:33 pav Exp $
X
X# PROVIDE: jabber_pymsn
X# REQUIRE: DAEMON
X# BEFORE: LOGIN
X# KEYWORD: FreeBSD shutdown
X#
X# Define these jabber_pymsn_* variables in one of these files:
X#       /etc/rc.conf
X#       /etc/rc.conf.local
X#
X# DO NOT CHANGE THESE DEFAULT VALUES HERE
X#
Xjabber_pymsn_dir=${jabberd_pymsn_dir-"%%PREFIX%%/lib/jabber/pymsn"}
Xjabber_pymsn_piddir=${jabberd_pymsn_piddir-"/var/jabberd/pid"}
Xjabber_pymsn_enable=${jabberd_pymsn_enable-"NO"}
X
X
X. %%RC_SUBR%%
X
Xname="jabber_pymsn"
Xrcvar=`set_rcvar`
Xcommand_interpreter="%%PYTHON_CMD%%"
Xcommand="${jabber_pymsn_dir}/main.py"
Xcommand_args="&"
X
X#procname="${PYTHON} ${jabber_pymsn_dir}/main.py"
Xpidfile="${jabber_pymsn_piddir}/pymsn.pid"
X
Xload_rc_config $name
Xrun_rc_command "$1"
END-of-net/jabber-pymsn/files/jabber-pymsn-transport.sh
echo x - net/jabber-pymsn/pkg-plist
sed 's/^X//' >net/jabber-pymsn/pkg-plist << 'END-of-net/jabber-pymsn/pkg-plist'
Xetc/rc.d/jabber-pymsn-transport.sh
Xlib/jabber/pymsn/tests/test_domish.py
Xlib/jabber/pymsn/tests/test_msn.py
Xlib/jabber/pymsn/tests/runtests.py
Xlib/jabber/pymsn/tests/__init__.py
Xlib/jabber/pymsn/legacy/glue.py
Xlib/jabber/pymsn/legacy/msnw.py
Xlib/jabber/pymsn/legacy/subscription.py
Xlib/jabber/pymsn/legacy/__init__.py
Xlib/jabber/pymsn/twisted/persisted/journal/rowjournal.py
Xlib/jabber/pymsn/twisted/persisted/journal/picklelog.py
Xlib/jabber/pymsn/twisted/persisted/journal/base.py
Xlib/jabber/pymsn/twisted/persisted/journal/__init__.py
Xlib/jabber/pymsn/twisted/persisted/crefutil.py
Xlib/jabber/pymsn/twisted/persisted/__init__.py
Xlib/jabber/pymsn/twisted/persisted/dirdbm.py
Xlib/jabber/pymsn/twisted/persisted/styles.py
Xlib/jabber/pymsn/twisted/persisted/aot.py
Xlib/jabber/pymsn/twisted/persisted/marmalade.py
Xlib/jabber/pymsn/twisted/persisted/sob.py
Xlib/jabber/pymsn/twisted/enterprise/row.py
Xlib/jabber/pymsn/twisted/enterprise/util.py
Xlib/jabber/pymsn/twisted/enterprise/sqlreflector.py
Xlib/jabber/pymsn/twisted/enterprise/populate.sql
Xlib/jabber/pymsn/twisted/enterprise/adbapi.py
Xlib/jabber/pymsn/twisted/enterprise/dbcred.py
Xlib/jabber/pymsn/twisted/enterprise/dbgadgets.py
Xlib/jabber/pymsn/twisted/enterprise/reflector.py
Xlib/jabber/pymsn/twisted/enterprise/xmlreflector.py
Xlib/jabber/pymsn/twisted/enterprise/schema.sql
Xlib/jabber/pymsn/twisted/enterprise/__init__.py
Xlib/jabber/pymsn/twisted/python/text.py
Xlib/jabber/pymsn/twisted/python/dxprofile.py
Xlib/jabber/pymsn/twisted/python/filepath.py
Xlib/jabber/pymsn/twisted/python/htmlizer.py
Xlib/jabber/pymsn/twisted/python/plugin.py
Xlib/jabber/pymsn/twisted/python/__init__.py
Xlib/jabber/pymsn/twisted/python/dispatch.py
Xlib/jabber/pymsn/twisted/python/hook.py
Xlib/jabber/pymsn/twisted/python/threadpool.py
Xlib/jabber/pymsn/twisted/python/otp.py
Xlib/jabber/pymsn/twisted/python/usage.py
Xlib/jabber/pymsn/twisted/python/roots.py
Xlib/jabber/pymsn/twisted/python/util.py
Xlib/jabber/pymsn/twisted/python/dir.py
Xlib/jabber/pymsn/twisted/python/urlpath.py
Xlib/jabber/pymsn/twisted/python/mutablestring.py
Xlib/jabber/pymsn/twisted/python/logfile.py
Xlib/jabber/pymsn/twisted/python/runtime.py
Xlib/jabber/pymsn/twisted/python/reflect.py
Xlib/jabber/pymsn/twisted/python/context.py
Xlib/jabber/pymsn/twisted/python/components.py
Xlib/jabber/pymsn/twisted/python/mvc.py
Xlib/jabber/pymsn/twisted/python/rebuild.py
Xlib/jabber/pymsn/twisted/python/failure.py
Xlib/jabber/pymsn/twisted/python/lockfile.py
Xlib/jabber/pymsn/twisted/python/threadable.py
Xlib/jabber/pymsn/twisted/python/finalize.py
Xlib/jabber/pymsn/twisted/python/domhelpers.py
Xlib/jabber/pymsn/twisted/python/win32.py
Xlib/jabber/pymsn/twisted/python/formmethod.py
Xlib/jabber/pymsn/twisted/python/shortcut.py
Xlib/jabber/pymsn/twisted/python/zipstream.py
Xlib/jabber/pymsn/twisted/python/syslog.py
Xlib/jabber/pymsn/twisted/python/log.py
Xlib/jabber/pymsn/twisted/python/compat.py
Xlib/jabber/pymsn/twisted/python/timeoutqueue.py
Xlib/jabber/pymsn/twisted/mail/tap.py
Xlib/jabber/pymsn/twisted/mail/alias.py
Xlib/jabber/pymsn/twisted/mail/__init__.py
Xlib/jabber/pymsn/twisted/mail/relay.py
Xlib/jabber/pymsn/twisted/mail/relaymanager.py
Xlib/jabber/pymsn/twisted/mail/maildir.py
Xlib/jabber/pymsn/twisted/mail/pb.py
Xlib/jabber/pymsn/twisted/mail/mail.py
Xlib/jabber/pymsn/twisted/mail/protocols.py
Xlib/jabber/pymsn/twisted/mail/bounce.py
Xlib/jabber/pymsn/twisted/manhole/ui/pywidgets.py
Xlib/jabber/pymsn/twisted/manhole/ui/gtkmanhole.py
Xlib/jabber/pymsn/twisted/manhole/ui/gtk2manhole.py
Xlib/jabber/pymsn/twisted/manhole/ui/gtk2manhole.glade
Xlib/jabber/pymsn/twisted/manhole/ui/__init__.py
Xlib/jabber/pymsn/twisted/manhole/ui/gtkrc
Xlib/jabber/pymsn/twisted/manhole/ui/spelunk_gnome.py
Xlib/jabber/pymsn/twisted/manhole/gladereactor.glade
Xlib/jabber/pymsn/twisted/manhole/inspectro.glade
Xlib/jabber/pymsn/twisted/manhole/telnet.py
Xlib/jabber/pymsn/twisted/manhole/gladereactor.py
Xlib/jabber/pymsn/twisted/manhole/__init__.py
Xlib/jabber/pymsn/twisted/manhole/explorer.py
Xlib/jabber/pymsn/twisted/manhole/service.py
Xlib/jabber/pymsn/twisted/manhole/logview.glade
Xlib/jabber/pymsn/twisted/manhole/_inspectro.py
Xlib/jabber/pymsn/twisted/tap/toc.py
Xlib/jabber/pymsn/twisted/tap/ftp.py
Xlib/jabber/pymsn/twisted/tap/conch.py
Xlib/jabber/pymsn/twisted/tap/telnet.py
Xlib/jabber/pymsn/twisted/tap/web.py
Xlib/jabber/pymsn/twisted/tap/words.py
Xlib/jabber/pymsn/twisted/tap/__init__.py
Xlib/jabber/pymsn/twisted/tap/socks.py
Xlib/jabber/pymsn/twisted/tap/manhole.py
Xlib/jabber/pymsn/twisted/tap/portforward.py
Xlib/jabber/pymsn/twisted/protocols/gps/__init__.py
Xlib/jabber/pymsn/twisted/protocols/gps/nmea.py
Xlib/jabber/pymsn/twisted/protocols/gps/rockwell.py
Xlib/jabber/pymsn/twisted/protocols/mice/__init__.py
Xlib/jabber/pymsn/twisted/protocols/mice/mouseman.py
Xlib/jabber/pymsn/twisted/protocols/jabber/jstrports.py
Xlib/jabber/pymsn/twisted/protocols/jabber/client.py
Xlib/jabber/pymsn/twisted/protocols/jabber/__init__.py
Xlib/jabber/pymsn/twisted/protocols/jabber/component.py
Xlib/jabber/pymsn/twisted/protocols/jabber/jid.py
Xlib/jabber/pymsn/twisted/protocols/telnet.py
Xlib/jabber/pymsn/twisted/protocols/sip.py
Xlib/jabber/pymsn/twisted/protocols/postfix.py
Xlib/jabber/pymsn/twisted/protocols/msn.py
Xlib/jabber/pymsn/twisted/protocols/__init__.py
Xlib/jabber/pymsn/twisted/protocols/finger.py
Xlib/jabber/pymsn/twisted/protocols/wire.py
Xlib/jabber/pymsn/twisted/protocols/shoutcast.py
Xlib/jabber/pymsn/twisted/protocols/htb.py
Xlib/jabber/pymsn/twisted/protocols/ethernet.py
Xlib/jabber/pymsn/twisted/protocols/irc.py
Xlib/jabber/pymsn/twisted/protocols/rawudp.py
Xlib/jabber/pymsn/twisted/protocols/http.py
Xlib/jabber/pymsn/twisted/protocols/nntp.py
Xlib/jabber/pymsn/twisted/protocols/sux.py
Xlib/jabber/pymsn/twisted/protocols/pop3.py
Xlib/jabber/pymsn/twisted/protocols/basic.py
Xlib/jabber/pymsn/twisted/protocols/socks.py
Xlib/jabber/pymsn/twisted/protocols/pcp.py
Xlib/jabber/pymsn/twisted/protocols/dict.py
Xlib/jabber/pymsn/twisted/protocols/ftp.py
Xlib/jabber/pymsn/twisted/protocols/policies.py
Xlib/jabber/pymsn/twisted/protocols/ident.py
Xlib/jabber/pymsn/twisted/protocols/xmlstream.py
Xlib/jabber/pymsn/twisted/protocols/oscar.py
Xlib/jabber/pymsn/twisted/protocols/ip.py
Xlib/jabber/pymsn/twisted/protocols/imap4.py
Xlib/jabber/pymsn/twisted/protocols/portforward.py
Xlib/jabber/pymsn/twisted/protocols/stateful.py
Xlib/jabber/pymsn/twisted/protocols/smtp.py
Xlib/jabber/pymsn/twisted/protocols/dns.py
Xlib/jabber/pymsn/twisted/protocols/toc.py
Xlib/jabber/pymsn/twisted/protocols/_c_urlarg.c
Xlib/jabber/pymsn/twisted/protocols/loopback.py
Xlib/jabber/pymsn/twisted/protocols/raw.py
Xlib/jabber/pymsn/twisted/scripts/mailmail.py
Xlib/jabber/pymsn/twisted/scripts/tkconch.py
Xlib/jabber/pymsn/twisted/scripts/conch.py
Xlib/jabber/pymsn/twisted/scripts/tapconvert.py
Xlib/jabber/pymsn/twisted/scripts/htmlizer.py
Xlib/jabber/pymsn/twisted/scripts/__init__.py
Xlib/jabber/pymsn/twisted/scripts/twistw.py
Xlib/jabber/pymsn/twisted/scripts/lore.py
Xlib/jabber/pymsn/twisted/scripts/bookify.py
Xlib/jabber/pymsn/twisted/scripts/tkunzip.py
Xlib/jabber/pymsn/twisted/scripts/im.py
Xlib/jabber/pymsn/twisted/scripts/trial.py
Xlib/jabber/pymsn/twisted/scripts/tkmktap.py
Xlib/jabber/pymsn/twisted/scripts/mktap.py
Xlib/jabber/pymsn/twisted/scripts/twistd.py
Xlib/jabber/pymsn/twisted/scripts/tap2deb.py
Xlib/jabber/pymsn/twisted/scripts/manhole.py
Xlib/jabber/pymsn/twisted/scripts/ckeygen.py
Xlib/jabber/pymsn/twisted/scripts/tap2rpm.py
Xlib/jabber/pymsn/twisted/scripts/websetroot.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/tcp.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/udp.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/error.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/client.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/util.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/__init__.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/iocpdebug.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/ops.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/abstract.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/_iocp.c
Xlib/jabber/pymsn/twisted/internet/iocpreactor/address.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/server.py
Xlib/jabber/pymsn/twisted/internet/iocpreactor/proactor.py
Xlib/jabber/pymsn/twisted/internet/cfsupport/setup.py
Xlib/jabber/pymsn/twisted/internet/cfsupport/cfdecl.pxi
Xlib/jabber/pymsn/twisted/internet/cfsupport/cfsocket.pxi
Xlib/jabber/pymsn/twisted/internet/cfsupport/python.pxi
Xlib/jabber/pymsn/twisted/internet/cfsupport/cfrunloop.pxi
Xlib/jabber/pymsn/twisted/internet/cfsupport/cfdate.pxi
Xlib/jabber/pymsn/twisted/internet/cfsupport/cfsupport.c
Xlib/jabber/pymsn/twisted/internet/cfsupport/cfsupport.pyx
Xlib/jabber/pymsn/twisted/internet/serialport/serialport.py
Xlib/jabber/pymsn/twisted/internet/serialport/__init__.py
Xlib/jabber/pymsn/twisted/internet/serialport/javaserialport.py
Xlib/jabber/pymsn/twisted/internet/serialport/posixserialport.py
Xlib/jabber/pymsn/twisted/internet/serialport/win32serialport.py
Xlib/jabber/pymsn/twisted/internet/wxsupport.py
Xlib/jabber/pymsn/twisted/internet/javareactor.py
Xlib/jabber/pymsn/twisted/internet/__init__.py
Xlib/jabber/pymsn/twisted/internet/abstract.py
Xlib/jabber/pymsn/twisted/internet/ssl.py
Xlib/jabber/pymsn/twisted/internet/task.py
Xlib/jabber/pymsn/twisted/internet/interfaces.py
Xlib/jabber/pymsn/twisted/internet/cfreactor.py
Xlib/jabber/pymsn/twisted/internet/tksupport.py
Xlib/jabber/pymsn/twisted/internet/unix.py
Xlib/jabber/pymsn/twisted/internet/win32eventreactor.py
Xlib/jabber/pymsn/twisted/internet/pyuisupport.py
Xlib/jabber/pymsn/twisted/internet/main.py
Xlib/jabber/pymsn/twisted/internet/default.py
Xlib/jabber/pymsn/twisted/internet/address.py
Xlib/jabber/pymsn/twisted/internet/fdesc.py
Xlib/jabber/pymsn/twisted/internet/kqreactor.py
Xlib/jabber/pymsn/twisted/internet/defer.py
Xlib/jabber/pymsn/twisted/internet/tcp.py
Xlib/jabber/pymsn/twisted/internet/pollreactor.py
Xlib/jabber/pymsn/twisted/internet/error.py
Xlib/jabber/pymsn/twisted/internet/gtk2reactor.py
Xlib/jabber/pymsn/twisted/internet/gtkreactor.py
Xlib/jabber/pymsn/twisted/internet/reactor.py
Xlib/jabber/pymsn/twisted/internet/utils.py
Xlib/jabber/pymsn/twisted/internet/protocol.py
Xlib/jabber/pymsn/twisted/internet/qtreactor.py
Xlib/jabber/pymsn/twisted/internet/wxreactor.py
Xlib/jabber/pymsn/twisted/internet/base.py
Xlib/jabber/pymsn/twisted/internet/process.py
Xlib/jabber/pymsn/twisted/internet/app.py
Xlib/jabber/pymsn/twisted/internet/stdio.py
Xlib/jabber/pymsn/twisted/internet/threads.py
Xlib/jabber/pymsn/twisted/internet/udp.py
Xlib/jabber/pymsn/twisted/conch/ui/tkvt100.py
Xlib/jabber/pymsn/twisted/conch/ui/ansi.py
Xlib/jabber/pymsn/twisted/conch/ui/__init__.py
Xlib/jabber/pymsn/twisted/conch/client/agent.py
Xlib/jabber/pymsn/twisted/conch/client/direct.py
Xlib/jabber/pymsn/twisted/conch/client/options.py
Xlib/jabber/pymsn/twisted/conch/client/connect.py
Xlib/jabber/pymsn/twisted/conch/client/__init__.py
Xlib/jabber/pymsn/twisted/conch/client/unix.py
Xlib/jabber/pymsn/twisted/conch/client/default.py
Xlib/jabber/pymsn/twisted/conch/ssh/factory.py
Xlib/jabber/pymsn/twisted/conch/ssh/common.py
Xlib/jabber/pymsn/twisted/conch/ssh/sexpy.py
Xlib/jabber/pymsn/twisted/conch/ssh/channel.py
Xlib/jabber/pymsn/twisted/conch/ssh/keys.py
Xlib/jabber/pymsn/twisted/conch/ssh/transport.py
Xlib/jabber/pymsn/twisted/conch/ssh/agent.py
Xlib/jabber/pymsn/twisted/conch/ssh/__init__.py
Xlib/jabber/pymsn/twisted/conch/ssh/forwarding.py
Xlib/jabber/pymsn/twisted/conch/ssh/userauth.py
Xlib/jabber/pymsn/twisted/conch/ssh/service.py
Xlib/jabber/pymsn/twisted/conch/ssh/session.py
Xlib/jabber/pymsn/twisted/conch/ssh/asn1.py
Xlib/jabber/pymsn/twisted/conch/ssh/filetransfer.py
Xlib/jabber/pymsn/twisted/conch/ssh/connection.py
Xlib/jabber/pymsn/twisted/conch/insults/client.py
Xlib/jabber/pymsn/twisted/conch/insults/__init__.py
Xlib/jabber/pymsn/twisted/conch/insults/colors.py
Xlib/jabber/pymsn/twisted/conch/openssh_compat/__init__.py
Xlib/jabber/pymsn/twisted/conch/openssh_compat/primes.py
Xlib/jabber/pymsn/twisted/conch/openssh_compat/factory.py
Xlib/jabber/pymsn/twisted/conch/__init__.py
Xlib/jabber/pymsn/twisted/conch/pamauth.py
Xlib/jabber/pymsn/twisted/conch/interfaces.py
Xlib/jabber/pymsn/twisted/conch/ttymodes.py
Xlib/jabber/pymsn/twisted/conch/avatar.py
Xlib/jabber/pymsn/twisted/conch/unix.py
Xlib/jabber/pymsn/twisted/conch/checkers.py
Xlib/jabber/pymsn/twisted/conch/identity.py
Xlib/jabber/pymsn/twisted/conch/error.py
Xlib/jabber/pymsn/twisted/conch/authorizer.py
Xlib/jabber/pymsn/twisted/conch/credentials.py
Xlib/jabber/pymsn/twisted/pair/tuntap.py
Xlib/jabber/pymsn/twisted/pair/__init__.py
Xlib/jabber/pymsn/twisted/words/ircservice.py
Xlib/jabber/pymsn/twisted/words/botbot.py
Xlib/jabber/pymsn/twisted/words/webwords.py
Xlib/jabber/pymsn/twisted/words/__init__.py
Xlib/jabber/pymsn/twisted/words/service.py
Xlib/jabber/pymsn/twisted/words/tendril.py
Xlib/jabber/pymsn/twisted/lore/default.py
Xlib/jabber/pymsn/twisted/lore/book.py
Xlib/jabber/pymsn/twisted/lore/__init__.py
Xlib/jabber/pymsn/twisted/lore/tree.py
Xlib/jabber/pymsn/twisted/lore/lmath.py
Xlib/jabber/pymsn/twisted/lore/template.mgp
Xlib/jabber/pymsn/twisted/lore/lint.py
Xlib/jabber/pymsn/twisted/lore/texi.py
Xlib/jabber/pymsn/twisted/lore/latex.py
Xlib/jabber/pymsn/twisted/lore/process.py
Xlib/jabber/pymsn/twisted/lore/htmlbook.py
Xlib/jabber/pymsn/twisted/lore/man2lore.py
Xlib/jabber/pymsn/twisted/lore/numberer.py
Xlib/jabber/pymsn/twisted/lore/nevowlore.py
Xlib/jabber/pymsn/twisted/lore/docbook.py
Xlib/jabber/pymsn/twisted/lore/slides.py
Xlib/jabber/pymsn/twisted/lore/indexer.py
Xlib/jabber/pymsn/twisted/im/baseaccount.py
Xlib/jabber/pymsn/twisted/im/gtkcommon.py
Xlib/jabber/pymsn/twisted/im/pbsupport.py
Xlib/jabber/pymsn/twisted/im/jyaccount.py
Xlib/jabber/pymsn/twisted/im/__init__.py
Xlib/jabber/pymsn/twisted/im/gtkchat.py
Xlib/jabber/pymsn/twisted/im/tap.py
Xlib/jabber/pymsn/twisted/im/instancemessenger.glade
Xlib/jabber/pymsn/twisted/im/basesupport.py
Xlib/jabber/pymsn/twisted/im/ircsupport.py
Xlib/jabber/pymsn/twisted/im/basechat.py
Xlib/jabber/pymsn/twisted/im/locals.py
Xlib/jabber/pymsn/twisted/im/proxyui.py
Xlib/jabber/pymsn/twisted/im/jychat.py
Xlib/jabber/pymsn/twisted/im/tocsupport.py
Xlib/jabber/pymsn/twisted/im/interfaces.py
Xlib/jabber/pymsn/twisted/im/gtkaccount.py
Xlib/jabber/pymsn/twisted/test/test_domish.py~
Xlib/jabber/pymsn/twisted/test/good_internal.xhtml
Xlib/jabber/pymsn/twisted/test/test_conch.py
Xlib/jabber/pymsn/twisted/test/simple4.html
Xlib/jabber/pymsn/twisted/test/test_xmlrpc.py
Xlib/jabber/pymsn/twisted/test/__init__.py
Xlib/jabber/pymsn/twisted/test/test_jabbercomponent.py
Xlib/jabber/pymsn/twisted/test/test_domhelpers.py
Xlib/jabber/pymsn/twisted/test/process_tester.py
Xlib/jabber/pymsn/twisted/test/simple.html
Xlib/jabber/pymsn/twisted/test/test_policies.py
Xlib/jabber/pymsn/twisted/test/test_webclient.py
Xlib/jabber/pymsn/twisted/test/lore_numbering_test.xhtml
Xlib/jabber/pymsn/twisted/test/test_cred.py
Xlib/jabber/pymsn/twisted/test/test_irc.py
Xlib/jabber/pymsn/twisted/test/test_htb.py
Xlib/jabber/pymsn/twisted/test/test_nmea.py
Xlib/jabber/pymsn/twisted/test/test_logfile.py
Xlib/jabber/pymsn/twisted/test/test_compat.py
Xlib/jabber/pymsn/twisted/test/test_smtp.py
Xlib/jabber/pymsn/twisted/test/test_reflect.py
Xlib/jabber/pymsn/twisted/test/test_defer.py
Xlib/jabber/pymsn/twisted/test/proto_helpers.py
Xlib/jabber/pymsn/twisted/test/test_failure.py
Xlib/jabber/pymsn/twisted/test/test_stateful.py
Xlib/jabber/pymsn/twisted/test/test_ftp.py
Xlib/jabber/pymsn/twisted/test/myrebuilder2.py
Xlib/jabber/pymsn/twisted/test/lore_index_test3.xhtml
Xlib/jabber/pymsn/twisted/test/test_pbfailure.py
Xlib/jabber/pymsn/twisted/test/test_finger.py
Xlib/jabber/pymsn/twisted/test/test_bounce.py
Xlib/jabber/pymsn/twisted/test/test_ethernet.py
Xlib/jabber/pymsn/twisted/test/lore_index_test_out2.html
Xlib/jabber/pymsn/twisted/test/test_http.py
Xlib/jabber/pymsn/twisted/test/simple3.xhtml
Xlib/jabber/pymsn/twisted/test/test_domish.py
Xlib/jabber/pymsn/twisted/test/lore_index_file_unnumbered_out.html
Xlib/jabber/pymsn/twisted/test/test_dict.py
Xlib/jabber/pymsn/twisted/test/test_tpfile.py
Xlib/jabber/pymsn/twisted/test/test_lockfile.py
Xlib/jabber/pymsn/twisted/test/test_threads.py
Xlib/jabber/pymsn/twisted/test/test_msn.py
Xlib/jabber/pymsn/twisted/test/test_ssl.py
Xlib/jabber/pymsn/twisted/test/test_persisted.py
Xlib/jabber/pymsn/twisted/test/test_xishutil.py
Xlib/jabber/pymsn/twisted/test/test_shortcut.py
Xlib/jabber/pymsn/twisted/test/test_jabberjid.py
Xlib/jabber/pymsn/twisted/test/test_paths.py
Xlib/jabber/pymsn/twisted/test/test_jelly.py
Xlib/jabber/pymsn/twisted/test/test_enterprise.py
Xlib/jabber/pymsn/twisted/test/test_text.py
Xlib/jabber/pymsn/twisted/test/test_rebuild.py
Xlib/jabber/pymsn/twisted/test/test_tcp.py
Xlib/jabber/pymsn/twisted/test/test_error.py
Xlib/jabber/pymsn/twisted/test/test_newjelly.py
Xlib/jabber/pymsn/twisted/test/simple3.html
Xlib/jabber/pymsn/twisted/test/test_loopback.py
Xlib/jabber/pymsn/twisted/test/test_xml.py
Xlib/jabber/pymsn/twisted/test/test_explorer.py
Xlib/jabber/pymsn/twisted/test/lore_index_file_unnumbered_multiple_out.html
Xlib/jabber/pymsn/twisted/test/test_setup.py
Xlib/jabber/pymsn/twisted/test/process_reader.py
Xlib/jabber/pymsn/twisted/test/test_threadpool.py
Xlib/jabber/pymsn/twisted/test/rfc822.message
Xlib/jabber/pymsn/twisted/test/test_ident.py
Xlib/jabber/pymsn/twisted/test/test_doc.py
Xlib/jabber/pymsn/twisted/test/test_iutils.py
Xlib/jabber/pymsn/twisted/test/test_journal.py
Xlib/jabber/pymsn/twisted/test/process_signal.py
Xlib/jabber/pymsn/twisted/test/test_xmlstream.py
Xlib/jabber/pymsn/twisted/test/test_protocols.py
Xlib/jabber/pymsn/twisted/test/test_banana.py
Xlib/jabber/pymsn/twisted/test/simple2.xhtml
Xlib/jabber/pymsn/twisted/test/test_sob.py
Xlib/jabber/pymsn/twisted/test/test_internet.py
Xlib/jabber/pymsn/twisted/test/test_toc.py
Xlib/jabber/pymsn/twisted/test/test_udp.py
Xlib/jabber/pymsn/twisted/test/test_extensions.py
Xlib/jabber/pymsn/twisted/test/test_postfix.py
Xlib/jabber/pymsn/twisted/test/simple.xhtml
Xlib/jabber/pymsn/twisted/test/test_formmethod.py
Xlib/jabber/pymsn/twisted/test/test_tendril.py
Xlib/jabber/pymsn/twisted/test/test_rawudp.py
Xlib/jabber/pymsn/twisted/test/test_usage.py
Xlib/jabber/pymsn/twisted/test/process_linger.py
Xlib/jabber/pymsn/twisted/test/test_roots.py
Xlib/jabber/pymsn/twisted/test/test_ip.py
Xlib/jabber/pymsn/twisted/test/test_import.py
Xlib/jabber/pymsn/twisted/test/lore_numbering_test_out.html
Xlib/jabber/pymsn/twisted/test/test_trial.py
Xlib/jabber/pymsn/twisted/test/threading_latency.py
Xlib/jabber/pymsn/twisted/test/test_manhole.py
Xlib/jabber/pymsn/twisted/test/test_xpath.py
Xlib/jabber/pymsn/twisted/test/ssl_helpers.py
Xlib/jabber/pymsn/twisted/test/test_mvc.py
Xlib/jabber/pymsn/twisted/test/test_timeoutqueue.py
Xlib/jabber/pymsn/twisted/test/server.pem
Xlib/jabber/pymsn/twisted/test/process.alias.sh
Xlib/jabber/pymsn/twisted/test/lore_index_file_out.html
Xlib/jabber/pymsn/twisted/test/test_hook.py
Xlib/jabber/pymsn/twisted/test/test_application.py
Xlib/jabber/pymsn/twisted/test/test_names.py
Xlib/jabber/pymsn/twisted/test/process_stdinreader.py
Xlib/jabber/pymsn/twisted/test/process_pausing.py
Xlib/jabber/pymsn/twisted/test/crash_test_dummy.py
Xlib/jabber/pymsn/twisted/test/template.tpl
Xlib/jabber/pymsn/twisted/test/lore_index_file_out_multiple.html
Xlib/jabber/pymsn/twisted/test/test_zipstream.py
Xlib/jabber/pymsn/twisted/test/test_process.py
Xlib/jabber/pymsn/twisted/test/lore_index_test2.xhtml
Xlib/jabber/pymsn/twisted/test/simple1.xhtml
Xlib/jabber/pymsn/twisted/test/test_rootresolve.py
Xlib/jabber/pymsn/twisted/test/test_unix.py
Xlib/jabber/pymsn/twisted/test/test_components.py
Xlib/jabber/pymsn/twisted/test/test_sip.py
Xlib/jabber/pymsn/twisted/test/test_words.py
Xlib/jabber/pymsn/twisted/test/testutils.py
Xlib/jabber/pymsn/twisted/test/lore_numbering_test_out2.html
Xlib/jabber/pymsn/twisted/test/test_pb.py
Xlib/jabber/pymsn/twisted/test/test_soap.py
Xlib/jabber/pymsn/twisted/test/process_echoer.py
Xlib/jabber/pymsn/twisted/test/myrebuilder1.py
Xlib/jabber/pymsn/twisted/test/test_flow.py
Xlib/jabber/pymsn/twisted/test/test_spread.py
Xlib/jabber/pymsn/twisted/test/test_factories.py
Xlib/jabber/pymsn/twisted/test/test_pcp.py
Xlib/jabber/pymsn/twisted/test/test_context.py
Xlib/jabber/pymsn/twisted/test/simple4foo.xhtml
Xlib/jabber/pymsn/twisted/test/test_newcred.py
Xlib/jabber/pymsn/twisted/test/lore_index_test_out.html
Xlib/jabber/pymsn/twisted/test/test_woven.py
Xlib/jabber/pymsn/twisted/test/test_strports.py
Xlib/jabber/pymsn/twisted/test/test_lore.py
Xlib/jabber/pymsn/twisted/test/test_dirdbm.py
Xlib/jabber/pymsn/twisted/test/test_web.py
Xlib/jabber/pymsn/twisted/test/test_task.py
Xlib/jabber/pymsn/twisted/test/good_simple.xhtml
Xlib/jabber/pymsn/twisted/test/process_fds.py
Xlib/jabber/pymsn/twisted/test/test_news.py
Xlib/jabber/pymsn/twisted/test/test_util.py
Xlib/jabber/pymsn/twisted/test/test_nntp.py
Xlib/jabber/pymsn/twisted/test/test_app.py
Xlib/jabber/pymsn/twisted/test/test_log.py
Xlib/jabber/pymsn/twisted/test/test_pop3.py
Xlib/jabber/pymsn/twisted/test/simple4.xhtml
Xlib/jabber/pymsn/twisted/test/test_mail.py
Xlib/jabber/pymsn/twisted/test/process_twisted.py
Xlib/jabber/pymsn/twisted/test/test_dns.py
Xlib/jabber/pymsn/twisted/test/test_imap.py
Xlib/jabber/pymsn/twisted/test/lore_index_test.xhtml
Xlib/jabber/pymsn/twisted/application/internet.py
Xlib/jabber/pymsn/twisted/application/__init__.py
Xlib/jabber/pymsn/twisted/application/service.py
Xlib/jabber/pymsn/twisted/application/app.py
Xlib/jabber/pymsn/twisted/application/strports.py
Xlib/jabber/pymsn/twisted/application/compat.py
Xlib/jabber/pymsn/twisted/names/secondary.py
Xlib/jabber/pymsn/twisted/names/common.py
Xlib/jabber/pymsn/twisted/names/client.py
Xlib/jabber/pymsn/twisted/names/resolve.py
Xlib/jabber/pymsn/twisted/names/__init__.py
Xlib/jabber/pymsn/twisted/names/hosts.py
Xlib/jabber/pymsn/twisted/names/cache.py
Xlib/jabber/pymsn/twisted/names/root.py
Xlib/jabber/pymsn/twisted/names/tap.py
Xlib/jabber/pymsn/twisted/names/server.py
Xlib/jabber/pymsn/twisted/names/authority.py
Xlib/jabber/pymsn/twisted/flow/flow.py
Xlib/jabber/pymsn/twisted/flow/wrap.py
Xlib/jabber/pymsn/twisted/flow/base.py
Xlib/jabber/pymsn/twisted/flow/__init__.py
Xlib/jabber/pymsn/twisted/flow/web.py
Xlib/jabber/pymsn/twisted/flow/pipe.py
Xlib/jabber/pymsn/twisted/flow/controller.py
Xlib/jabber/pymsn/twisted/flow/protocol.py
Xlib/jabber/pymsn/twisted/flow/stage.py
Xlib/jabber/pymsn/twisted/flow/threads.py
Xlib/jabber/pymsn/twisted/runner/procmon.py
Xlib/jabber/pymsn/twisted/runner/inetdconf.py
Xlib/jabber/pymsn/twisted/runner/portmap.c
Xlib/jabber/pymsn/twisted/runner/inetdtap.py
Xlib/jabber/pymsn/twisted/runner/__init__.py
Xlib/jabber/pymsn/twisted/runner/inetd.py
Xlib/jabber/pymsn/twisted/runner/procutils.py
Xlib/jabber/pymsn/twisted/trial/runner.py
Xlib/jabber/pymsn/twisted/trial/remote.py
Xlib/jabber/pymsn/twisted/trial/util.py
Xlib/jabber/pymsn/twisted/trial/__init__.py
Xlib/jabber/pymsn/twisted/trial/unittest.py
Xlib/jabber/pymsn/twisted/trial/reporter.py
Xlib/jabber/pymsn/twisted/xish/xpathparser.g
Xlib/jabber/pymsn/twisted/xish/__init__.py
Xlib/jabber/pymsn/twisted/xish/xpathparser.py
Xlib/jabber/pymsn/twisted/xish/domish.py
Xlib/jabber/pymsn/twisted/xish/utility.py
Xlib/jabber/pymsn/twisted/xish/xpath.py
Xlib/jabber/pymsn/twisted/news/__init__.py
Xlib/jabber/pymsn/twisted/news/news.py
Xlib/jabber/pymsn/twisted/news/database.py
Xlib/jabber/pymsn/twisted/cred/checkers.py
Xlib/jabber/pymsn/twisted/cred/error.py
Xlib/jabber/pymsn/twisted/cred/perspective.py
Xlib/jabber/pymsn/twisted/cred/authorizer.py
Xlib/jabber/pymsn/twisted/cred/credentials.py
Xlib/jabber/pymsn/twisted/cred/util.py
Xlib/jabber/pymsn/twisted/cred/__init__.py
Xlib/jabber/pymsn/twisted/cred/service.py
Xlib/jabber/pymsn/twisted/cred/portal.py
Xlib/jabber/pymsn/twisted/cred/identity.py
Xlib/jabber/pymsn/twisted/web/woven/flashconduit.py
Xlib/jabber/pymsn/twisted/web/woven/FlashConduit.swf
Xlib/jabber/pymsn/twisted/web/woven/WebConduit2_msie.js
Xlib/jabber/pymsn/twisted/web/woven/FlashConduit.fla
Xlib/jabber/pymsn/twisted/web/woven/__init__.py
Xlib/jabber/pymsn/twisted/web/woven/input.py
Xlib/jabber/pymsn/twisted/web/woven/model.py
Xlib/jabber/pymsn/twisted/web/woven/utils.py
Xlib/jabber/pymsn/twisted/web/woven/guard.py
Xlib/jabber/pymsn/twisted/web/woven/form.py
Xlib/jabber/pymsn/twisted/web/woven/WebConduit2_mozilla.js
Xlib/jabber/pymsn/twisted/web/woven/widgets.py
Xlib/jabber/pymsn/twisted/web/woven/dirlist.py
Xlib/jabber/pymsn/twisted/web/woven/view.py
Xlib/jabber/pymsn/twisted/web/woven/template.py
Xlib/jabber/pymsn/twisted/web/woven/tapestry.py
Xlib/jabber/pymsn/twisted/web/woven/page.py
Xlib/jabber/pymsn/twisted/web/woven/simpleguard.py
Xlib/jabber/pymsn/twisted/web/woven/FlashConduitGlue.html
Xlib/jabber/pymsn/twisted/web/woven/controller.py
Xlib/jabber/pymsn/twisted/web/woven/interfaces.py
Xlib/jabber/pymsn/twisted/web/woven/WebConduitGlue.html
Xlib/jabber/pymsn/twisted/web/__init__.py
Xlib/jabber/pymsn/twisted/web/error.py
Xlib/jabber/pymsn/twisted/web/domhandlers.py
Xlib/jabber/pymsn/twisted/web/dominput.py
Xlib/jabber/pymsn/twisted/web/domhelpers.py
Xlib/jabber/pymsn/twisted/web/distrib.py
Xlib/jabber/pymsn/twisted/web/soap.py
Xlib/jabber/pymsn/twisted/web/guard.py
Xlib/jabber/pymsn/twisted/web/script.py
Xlib/jabber/pymsn/twisted/web/vhost.py
Xlib/jabber/pymsn/twisted/web/xmlrpc.py
Xlib/jabber/pymsn/twisted/web/html.py
Xlib/jabber/pymsn/twisted/web/server.py
Xlib/jabber/pymsn/twisted/web/trp.py
Xlib/jabber/pymsn/twisted/web/domwidgets.py
Xlib/jabber/pymsn/twisted/web/widgets.py
Xlib/jabber/pymsn/twisted/web/domtemplate.py
Xlib/jabber/pymsn/twisted/web/microdom.py
Xlib/jabber/pymsn/twisted/web/google.py
Xlib/jabber/pymsn/twisted/web/wmvc.py
Xlib/jabber/pymsn/twisted/web/twcgi.py
Xlib/jabber/pymsn/twisted/web/util.py
Xlib/jabber/pymsn/twisted/web/client.py
Xlib/jabber/pymsn/twisted/web/test.py
Xlib/jabber/pymsn/twisted/web/rewrite.py
Xlib/jabber/pymsn/twisted/web/proxy.py
Xlib/jabber/pymsn/twisted/web/static.py
Xlib/jabber/pymsn/twisted/web/monitor.py
Xlib/jabber/pymsn/twisted/web/resource.py
Xlib/jabber/pymsn/twisted/spread/ui/tkutil.py
Xlib/jabber/pymsn/twisted/spread/ui/tktree.py
Xlib/jabber/pymsn/twisted/spread/ui/login2.glade
Xlib/jabber/pymsn/twisted/spread/ui/__init__.py
Xlib/jabber/pymsn/twisted/spread/ui/gtkutil.py
Xlib/jabber/pymsn/twisted/spread/ui/gtk2util.py
Xlib/jabber/pymsn/twisted/spread/interfaces.py
Xlib/jabber/pymsn/twisted/spread/newjelly.py
Xlib/jabber/pymsn/twisted/spread/refpath.py
Xlib/jabber/pymsn/twisted/spread/sturdy.py
Xlib/jabber/pymsn/twisted/spread/flavors.py
Xlib/jabber/pymsn/twisted/spread/util.py
Xlib/jabber/pymsn/twisted/spread/cBanana.c
Xlib/jabber/pymsn/twisted/spread/jelly.py
Xlib/jabber/pymsn/twisted/spread/__init__.py
Xlib/jabber/pymsn/twisted/spread/banana.py
Xlib/jabber/pymsn/twisted/spread/pb.py
Xlib/jabber/pymsn/twisted/spread/publish.py
Xlib/jabber/pymsn/twisted/__init__.py
Xlib/jabber/pymsn/twisted/copyright.py
Xlib/jabber/pymsn/twisted/plugins.tml
Xlib/jabber/pymsn/baseproto/__init__.py
Xlib/jabber/pymsn/baseproto/glue.py
Xlib/jabber/pymsn/xdb.py
Xlib/jabber/pymsn/register.py
Xlib/jabber/pymsn/misciq.py
Xlib/jabber/pymsn/main.py
Xlib/jabber/pymsn/utils.py
Xlib/jabber/pymsn/lang.py
Xlib/jabber/pymsn/jabw.py
Xlib/jabber/pymsn/groupchat.py
Xlib/jabber/pymsn/disco.py
Xlib/jabber/pymsn/debug.py
X at unexec if cmp -s %D/lib/jabber/pymsn/config.py %D/lib/jabber/pymsn/config.py-dist; then rm -f %D/lib/jabber/pymsn/config.py; fi
Xlib/jabber/pymsn/config.py-dist
X at exec [ -f %B/config.py ] && cp %B/%f %B/config.py
Xlib/jabber/pymsn/session.py
X at unexec find %D/lib/jabber/pymsn/ -name *.pyc|xargs rm -f
X at dirrm lib/jabber/pymsn/twisted/xish
X at dirrm lib/jabber/pymsn/twisted/words
X at dirrm lib/jabber/pymsn/twisted/web/woven
X at dirrm lib/jabber/pymsn/twisted/web
X at dirrm lib/jabber/pymsn/twisted/trial
X at dirrm lib/jabber/pymsn/twisted/test
X at dirrm lib/jabber/pymsn/twisted/tap
X at dirrm lib/jabber/pymsn/twisted/spread/ui
X at dirrm lib/jabber/pymsn/twisted/spread
X at dirrm lib/jabber/pymsn/twisted/scripts
X at dirrm lib/jabber/pymsn/twisted/runner
X at dirrm lib/jabber/pymsn/twisted/python
X at dirrm lib/jabber/pymsn/twisted/protocols/mice
X at dirrm lib/jabber/pymsn/twisted/protocols/jabber
X at dirrm lib/jabber/pymsn/twisted/protocols/gps
X at dirrm lib/jabber/pymsn/twisted/protocols
X at dirrm lib/jabber/pymsn/twisted/persisted/journal
X at dirrm lib/jabber/pymsn/twisted/persisted
X at dirrm lib/jabber/pymsn/twisted/pair
X at dirrm lib/jabber/pymsn/twisted/news
X at dirrm lib/jabber/pymsn/twisted/names
X at dirrm lib/jabber/pymsn/twisted/manhole/ui
X at dirrm lib/jabber/pymsn/twisted/manhole
X at dirrm lib/jabber/pymsn/twisted/mail
X at dirrm lib/jabber/pymsn/twisted/lore
X at dirrm lib/jabber/pymsn/twisted/internet/serialport
X at dirrm lib/jabber/pymsn/twisted/internet/iocpreactor
X at dirrm lib/jabber/pymsn/twisted/internet/cfsupport
X at dirrm lib/jabber/pymsn/twisted/internet
X at dirrm lib/jabber/pymsn/twisted/im
X at dirrm lib/jabber/pymsn/twisted/flow
X at dirrm lib/jabber/pymsn/twisted/enterprise
X at dirrm lib/jabber/pymsn/twisted/cred
X at dirrm lib/jabber/pymsn/twisted/conch/ui
X at dirrm lib/jabber/pymsn/twisted/conch/ssh
X at dirrm lib/jabber/pymsn/twisted/conch/openssh_compat
X at dirrm lib/jabber/pymsn/twisted/conch/insults
X at dirrm lib/jabber/pymsn/twisted/conch/client
X at dirrm lib/jabber/pymsn/twisted/conch
X at dirrm lib/jabber/pymsn/twisted/application
X at dirrm lib/jabber/pymsn/twisted
X at dirrm lib/jabber/pymsn/tests
X at dirrm lib/jabber/pymsn/legacy
X at dirrm lib/jabber/pymsn/baseproto
X at dirrm lib/jabber/pymsn
END-of-net/jabber-pymsn/pkg-plist
echo x - net/jabber-pymsn/pkg-descr
sed 's/^X//' >net/jabber-pymsn/pkg-descr << 'END-of-net/jabber-pymsn/pkg-descr'
XPython MSN-Transport for Jabber.
X
XMSN-t provides basic interoperability between Jabber and MSN. It has to be
Xinstalled on the Jabber server. This version has native jabberd2 support, but
Xit also works against jabber 1.4.x.
END-of-net/jabber-pymsn/pkg-descr
echo x - net/jabber-pymsn/plist
sed 's/^X//' >net/jabber-pymsn/plist << 'END-of-net/jabber-pymsn/plist'
X/usr/local/etc/rc.d/jabber-pymsn-transport.sh
END-of-net/jabber-pymsn/plist
echo x - net/jabber-pymsn/pkg-message
sed 's/^X//' >net/jabber-pymsn/pkg-message << 'END-of-net/jabber-pymsn/pkg-message'
XEdit config.py to reflect your environment.
X* The 'jid' setting should be what ID you want PyMSNt to take on the network.
X* The 'name' setting should be what name you wish users to see in a service
X  discovery request.
X* The 'mainServer' setting should be the IP address or DNS of the main Jabberd
X  server.
X* The 'secret' setting should match the secret specified for component
X  connections in your main Jabberd server.
X* The 'port' setting is the port that PyMSNt is to connect to (more details on
X  this below.
X* You can also turn on debugging options, and customise some of the text that
X  is sent to the users in this file.
X
XIf you are using Jabberd2 then you shouldn't have to do much configuration.
XMake sure the 'mainServer' setting is the IP or DNS of your Jabber server, and
Xleave the 'port' setting alone. Double-check that the secret for legacy
Xcomponents in router.xml (for Jabberd2) is the same as the secret setting in
Xconfig.py. That should be all. You don't even need to restart Jabberd2.
X
XIf you are using Jabberd1.4.x,  it's a bit more complicated. Read the
Xinstall.html document in this package's docs dir.
END-of-net/jabber-pymsn/pkg-message
echo x - net/jabber-pymsn/distinfo
sed 's/^X//' >net/jabber-pymsn/distinfo << 'END-of-net/jabber-pymsn/distinfo'
XMD5 (jabber/PyMSNt-0.7.4.tar.gz) = 19091891c3d07f14a07e5bd18b68cf7d
XSIZE (jabber/PyMSNt-0.7.4.tar.gz = 52615
XMD5 (jabber/twisted-patched-2.tar.bz2) = 9874d600a745fc2504e9f0cf0b0a504a
XSIZE (jabber/twisted-patched-2.tar.bz) = 2904727
END-of-net/jabber-pymsn/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list