diff options
author | bms <bms@FreeBSD.org> | 2009-07-05 03:17:11 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2009-07-05 03:17:11 +0800 |
commit | b10851faf502b16fea808498a443747cffb3b3bc (patch) | |
tree | ea403732893f3a8b0bad203b20cbaf2339427835 /net/Makefile | |
parent | 412f344ff03507715bbcd233efacffe5f3f71c44 (diff) | |
download | freebsd-ports-gnome-b10851faf502b16fea808498a443747cffb3b3bc.tar.gz freebsd-ports-gnome-b10851faf502b16fea808498a443747cffb3b3bc.tar.zst freebsd-ports-gnome-b10851faf502b16fea808498a443747cffb3b3bc.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.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
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 |