aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-xmpppy-irc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Change delimited in sed expression, PYTHON_CMD can legally contain dotsPav Lucistnik2007-03-291-1/+1
| | | | Notes: svn path=/head/; revision=188784
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-1/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* Update my e-mail addressAndrew Pantyukhin2006-05-081-2/+2
| | | | | | | Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=161759
* xmpppy is a Python library that is targeted to provide easyPav Lucistnik2006-04-291-0/+51
scripting with Jabber. Similar projects are Twisted Words and jabber.py. This library was not designed from scratch. It inherits some code from jabberpy and have very similar API in many places. Though it is separate project since it have almost completely different architecture and primarily aims to work with jabberd2 - the new Open Source Jabber Server. WWW: http://xmpppy.sourceforge.net/ The IRC transport is a dynamic gateway that allows XMPP/Jabber users to connect to IRC using their Groupchat and MUC clients. It is based on xmpppy and irclib Python libraries. WWW: http://xmpppy.sourceforge.net/irc/ PR: ports/96362 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=160811