aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-xmpppy-irc
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245717
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - Pass maintainership to Wen Heping <wenheping@gmail.com>Martin Wilke2009-05-041-1/+1
| | | | Notes: svn path=/head/; revision=233222
* - set PORTSCOUT variableMartin Wilke2008-09-081-0/+2
| | | | Notes: svn path=/head/; revision=220293
* - Take maintainershipMartin Wilke2008-09-071-1/+1
| | | | Notes: svn path=/head/; revision=220093
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - 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-294-0/+78
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