summaryrefslogtreecommitdiff
path: root/net-im/py-xmpppy-irc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup plistBaptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375101
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* net-im/py-xmpppy-irc: support stageWilliam Grzybowski2014-08-051-13/+12
| | | | Notes: svn path=/head/; revision=364096
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360921
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - chase irc/py-irclib renameRuslan Makhmatkhanov2012-11-221-2/+2
| | | | | | | | | Reported by: portmgr (beat) Pointyhat to: rm (myself) Feature safe: yes Notes: svn path=/head/; revision=307647
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* 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