aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2009-07-04 19:17:11 +0000
committerBruce M Simpson <bms@FreeBSD.org>2009-07-04 19:17:11 +0000
commit1e5447a9bc7f84b573166aaccc37bd3fee0f5908 (patch)
tree0167da4e73dc5607d74fa2948f45c688a4524ac9 /net/Makefile
parent37bb6161f08acfd9933a15742cca8ef7892ee01f (diff)
downloadports-1e5447a9bc7f84b573166aaccc37bd3fee0f5908.tar.gz
ports-1e5447a9bc7f84b573166aaccc37bd3fee0f5908.zip
Add new port py-txamqp, an asynchronous-capable AMQP messing transport
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
Notes: svn path=/head/; revision=237097
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 25ab31ae280a..6f14b1268883 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -786,6 +786,7 @@
SUBDIR += py-tofu
SUBDIR += py-twistedPair
SUBDIR += py-twitter
+ SUBDIR += py-txamqp
SUBDIR += py-xmlrpc
SUBDIR += py-xmlrpclib
SUBDIR += py-yadis