summaryrefslogtreecommitdiff
path: root/net-im/py-xmpppy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-211-1/+0
| | | | Notes: svn path=/head/; revision=373023
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* 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
* Stagify.Vanilla I. Shu2014-06-201-1/+0
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358528
* 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
* - Changed my emailVeniamin Gvozdikov2013-07-221-1/+1
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix typo in patchPhilip M. Gollucci2010-12-102-2/+2
| | | | | | | | | | | - Bump PORTREVISION PR: ports/152413 Submitted by: Ildar Hizbulin <hizel@vyborg.ru> Approved by: maintainer timeout (g.veniamin@googlemail.com ; 20 days) Notes: svn path=/head/; revision=266019
* - Fix the run error with python-2.6Wen Heping2010-05-072-9/+49
| | | | | | | | | PR: ports/145986 Submitted by: Thorkill <fbsd@grid.einherjar.de> Approved by: maintainer(timeout, > 2 weeks) Notes: svn path=/head/; revision=253893
* - Update to 0.5.0Wen Heping2010-04-075-14/+63
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/145431 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Approved by: maintainer Notes: svn path=/head/; revision=252351
* - 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
* - Fix the run error with python-2.6 [1]Wen Heping2009-12-102-0/+17
| | | | | | | | | | - Add the missing run dependence PR: ports/141338 [1] Submitted by: kevin <kevinxlinuz@163.com> [1] Notes: svn path=/head/; revision=245498
* - Pass maintainership to Wen Heping <wenheping@gmail.com>Martin Wilke2009-05-041-1/+1
| | | | Notes: svn path=/head/; revision=233222
* - Update to 0.4.1Martin Wilke2008-09-082-4/+4
| | | | Notes: svn path=/head/; revision=220290
* - 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 post-patch, PYTHON_CMD can legally contain dotsPav Lucistnik2007-03-181-1/+1
| | | | Notes: svn path=/head/; revision=187637
* - Update to 0.4.0Andrew Pantyukhin2006-10-093-5/+8
| | | | Notes: svn path=/head/; revision=175043
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-2/+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/+82
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