View | Details | Raw Unified | Return to bug 98149
Collapse All | Expand All

(-)pkg-descr (-2 / +5 lines)
Lines 1-5 Link Here
1
Twisted Words has more chat than you can handle.
1
Twisted Words is the Chat and Instant Messaging portion of the Twisted
2
system. It is both a multiprotocol instant messaging client and server
3
and provides low-level protocol implementations of OSCAR (AIM and ICQ), 
4
IRC, MSN, TOC (AIM) as well as Jabber libraries. 
2
5
3
Twisted Lore is available under the MIT Free Software licence.
6
Twisted Words is available under the MIT Free Software licence.
4
7
5
WWW: http://twistedmatrix.com/
8
WWW: http://twistedmatrix.com/
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (TwistedWords-0.3.0.tar.bz2) = 8fdb18c85bde467baddc1c7f3febb82e
1
MD5 (TwistedWords-0.4.0.tar.bz2) = 37d34da233aefe4a7a41b97bc9222b6a
2
SHA256 (TwistedWords-0.3.0.tar.bz2) = afc04db4759d9ff44fff86708b71c42ce8c4f6baadb005da6e580e5dffc1c03d
2
SHA256 (TwistedWords-0.4.0.tar.bz2) = fba8135614723d9d8dbdbf9ab5b16ef2cc58a1c821eb456034fd357dbdb7fdb3
3
SIZE (TwistedWords-0.3.0.tar.bz2) = 132780
3
SIZE (TwistedWords-0.4.0.tar.bz2) = 139966
(-)pkg-plist (+12 lines)
Lines 5-10 Link Here
5
%%S%%/twisted/words/__init__.py
5
%%S%%/twisted/words/__init__.py
6
%%S%%/twisted/words/__init__.pyc
6
%%S%%/twisted/words/__init__.pyc
7
%%S%%/twisted/words/__init__.pyo
7
%%S%%/twisted/words/__init__.pyo
8
%%S%%/twisted/words/_version.py
9
%%S%%/twisted/words/_version.pyc
10
%%S%%/twisted/words/_version.pyo
8
%%S%%/twisted/words/ewords.py
11
%%S%%/twisted/words/ewords.py
9
%%S%%/twisted/words/ewords.pyc
12
%%S%%/twisted/words/ewords.pyc
10
%%S%%/twisted/words/ewords.pyo
13
%%S%%/twisted/words/ewords.pyo
Lines 75-80 Link Here
75
%%S%%/twisted/words/protocols/jabber/component.py
78
%%S%%/twisted/words/protocols/jabber/component.py
76
%%S%%/twisted/words/protocols/jabber/component.pyc
79
%%S%%/twisted/words/protocols/jabber/component.pyc
77
%%S%%/twisted/words/protocols/jabber/component.pyo
80
%%S%%/twisted/words/protocols/jabber/component.pyo
81
%%S%%/twisted/words/protocols/jabber/error.py
82
%%S%%/twisted/words/protocols/jabber/error.pyc
83
%%S%%/twisted/words/protocols/jabber/error.pyo
78
%%S%%/twisted/words/protocols/jabber/jid.py
84
%%S%%/twisted/words/protocols/jabber/jid.py
79
%%S%%/twisted/words/protocols/jabber/jid.pyc
85
%%S%%/twisted/words/protocols/jabber/jid.pyc
80
%%S%%/twisted/words/protocols/jabber/jid.pyo
86
%%S%%/twisted/words/protocols/jabber/jid.pyo
Lines 120-128 Link Here
120
%%S%%/twisted/words/test/test_jabbercomponent.py
126
%%S%%/twisted/words/test/test_jabbercomponent.py
121
%%S%%/twisted/words/test/test_jabbercomponent.pyc
127
%%S%%/twisted/words/test/test_jabbercomponent.pyc
122
%%S%%/twisted/words/test/test_jabbercomponent.pyo
128
%%S%%/twisted/words/test/test_jabbercomponent.pyo
129
%%S%%/twisted/words/test/test_jabbererror.py
130
%%S%%/twisted/words/test/test_jabbererror.pyc
131
%%S%%/twisted/words/test/test_jabbererror.pyo
123
%%S%%/twisted/words/test/test_jabberjid.py
132
%%S%%/twisted/words/test/test_jabberjid.py
124
%%S%%/twisted/words/test/test_jabberjid.pyc
133
%%S%%/twisted/words/test/test_jabberjid.pyc
125
%%S%%/twisted/words/test/test_jabberjid.pyo
134
%%S%%/twisted/words/test/test_jabberjid.pyo
135
%%S%%/twisted/words/test/test_jabberxmlstream.py
136
%%S%%/twisted/words/test/test_jabberxmlstream.pyc
137
%%S%%/twisted/words/test/test_jabberxmlstream.pyo
126
%%S%%/twisted/words/test/test_jabberxmppstringprep.py
138
%%S%%/twisted/words/test/test_jabberxmppstringprep.py
127
%%S%%/twisted/words/test/test_jabberxmppstringprep.pyc
139
%%S%%/twisted/words/test/test_jabberxmppstringprep.pyc
128
%%S%%/twisted/words/test/test_jabberxmppstringprep.pyo
140
%%S%%/twisted/words/test/test_jabberxmppstringprep.pyo
(-)Makefile (-4 / +3 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	twistedWords
8
PORTNAME=	twistedWords
9
PORTVERSION=	0.3.0
9
PORTVERSION=	0.4.0
10
CATEGORIES=	net-im devel python
10
CATEGORIES=	net-im devel python
11
MASTER_SITES=	http://twistedmatrix.com/downloads/Words/0.3/ \
11
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Words/${PORTVERSION:R}/
12
		http://tmrc.mit.edu/mirror/twisted/Words/0.3/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
DISTNAME=	TwistedWords-${PORTVERSION}
13
DISTNAME=	TwistedWords-${PORTVERSION}
15
14
Lines 22-28 Link Here
22
WRKSRC=		${WRKDIR}/TwistedWords-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/TwistedWords-${PORTVERSION}
23
22
24
USE_BZIP2=	yes
23
USE_BZIP2=	yes
25
USE_PYTHON=	2.2+
24
USE_PYTHON=	2.3+
26
USE_PYDISTUTILS=	yes
25
USE_PYDISTUTILS=	yes
27
26
28
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
27
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}

Return to bug 98149