aboutsummaryrefslogtreecommitdiff
path: root/net/py-txamqp
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Enable stagedir supportMarcus von Appen2014-06-142-98/+4
| | | | | | | | | | | | - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357765
* 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
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Add missing type for py-txamqp codecXin LI2013-05-302-3/+45
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/179100 Submitted by: Chenguang Li <horus.li gmail.com> Notes: svn path=/head/; revision=319405
* - fix pkg-plistRuslan Makhmatkhanov2013-05-122-10/+6
| | | | | | | | | | | | | | - bump PORTREVISION while here: - trim Makefile header - eliminate PYTHON_SITELIBDIR from depends - limit python version to 2.x only (print/except) Reported by: pointyhat (miwi) Notes: svn path=/head/; revision=317929
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Drop maintainership for these ports.Bruce M Simpson2010-06-061-1/+1
| | | | | | | | | | | | | | | Regrettably, I have no free time for the foreseeable future which I can commit directly to these aspects of FreeBSD work, due to a demanding new role elsewhere. I am able to review patches from time to time, but regrettably cannot be directly involved in engineering work beyond this w/o it being directly involved in day-to-day effort. Thank you for your understanding. Notes: svn path=/head/; revision=255908
* Fix pkg-plist.Bruce M Simpson2009-08-281-0/+10
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=240447
* Update to 0.3.Bruce M Simpson2009-08-193-59/+98
| | | | Notes: svn path=/head/; revision=239951
* Add new port py-txamqp, an asynchronous-capable AMQP messing transportBruce M Simpson2009-07-044-0/+90
module for Python/Twisted, by Esteve Fernandez. Tested with RabbitMQ 1.6.0 on FreeBSD 7.2-STABLE, i386 and amd64, using Esteve's example code here: http://fluidinfo.com/esteve/stuff/txamqp_consumer.py http://fluidinfo.com/esteve/stuff/txamqp_publisher.py Note: The Thrift-in-AMQP support is not yet built as it depends on the Thrift bindings for Python which need to be fixed. Notes: svn path=/head/; revision=237097