Ticket #26581: Portfile-zmq.diff

File Portfile-zmq.diff, 2.7 KB (added by jrjsmrtn, 14 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 53957 2009-07-17 07:57:58Z ryandesign@macports.org $
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
     2# $Id$
    23
    34PortSystem 1.0
    45name                    zmq
    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.
     6version                 2.0.8
     7description             ØMQ lightweight messaging kernel
     8long_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
    1017maintainers             openmaintainer brett
    1118categories              sysutils net
    1219platforms               darwin
     20
    1321homepage                http://www.zeromq.org/
    1422master_sites            http://www.zeromq.org/local--files/area:download/
    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 }
     23distname                                zeromq-${version}
    3324
    34 variant ruby description {build Ruby language binding} {
    35     depends_lib-append     port:ruby
    36     configure.args-append   --with-ruby
    37     configure.args-append   --with-ruby-headersdir=${prefix}/lib/ruby/1.8/i686-darwin9
    38 }
     25checksums               md5     6a5c362deaaa24e0e94b42e13f68da51 \
     26                            sha1    2f709e232ca3ac77320b9496de1b108d1f7124b8 \
     27                        rmd160  f2673a4b709b9f8fb36fddec2fa7fb706c818162