5 | | version 1.0.0 |
6 | | description Ultra-fast AMQP-compliant messaging server |
7 | | long_description 0MQ is a lightweight messaging kernel. It achieves 25 \ |
8 | | microsecond end-to-end latencies and 2.8 million messages \ |
9 | | per second. It is intended to be fully AMQP-compliant. |
| 6 | version 2.0.8 |
| 7 | description ØMQ lightweight messaging kernel |
| 8 | long_description The ØMQ lightweight messaging kernel is a library which \ |
| 9 | extends the standard socket interfaces with features \ |
| 10 | traditionally provided by specia\ |
| 11 | lised messaging middleware \ |
| 12 | products. ØMQ sockets provide an abstraction of asynchronous \ |
| 13 | message queues, multiple messaging patterns, message \ |
| 14 | filtering (subscriptions), seamless access to multiple \ |
| 15 | transport protocols and more. |
| 16 | |
15 | | checksums sha1 2013d8739ab03b14f28f46a355171d9680c27b20 |
16 | | configure.args --mandir=${prefix}/share/man \ |
17 | | --with-c |
18 | | # configure.env JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6 |
19 | | |
20 | | # variant python description {build Python language binding} { |
21 | | # depends_lib-append port:python26 |
22 | | # configure.args-append --with-python |
23 | | # } |
24 | | |
25 | | variant java description {build Java language binding} { |
26 | | depends_lib-append bin:java:kaffe |
27 | | configure.args-append --with-java |
28 | | } |
29 | | |
30 | | variant amqp description {build libzmq with AMQP extension} { |
31 | | configure.args-append --with-amqp |
32 | | } |
| 23 | distname zeromq-${version} |