Ticket #36498: Portfile

File Portfile, 1.4 KB (added by merijn (Merijn Verstraaten), 12 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                zmq
6version             3.2.0
7revision            0
8categories          net devel
9license             LGPL-3+
10platforms           darwin
11maintainers         inconsistent.nl:merijn
12
13description         ØMQ lightweight messaging kernel
14
15long_description    The ØMQ lightweight messaging kernel is a library which \
16                    extends the standard socket interfaces with features \
17                    traditionally provided by specialised messaging middleware \
18                    products. ØMQ sockets provide an abstraction of asynchronous \
19                    message queues, multiple messaging patterns, message \
20                    filtering (subscriptions), seamless access to multiple \
21                    transport protocols and more.
22
23homepage            http://www.zeromq.org/
24master_sites        http://download.zeromq.org/
25
26distname            zeromq-${version}
27distfiles           zeromq-${version}-rc1.tar.gz
28
29checksums           rmd160  b434bd5c3baee1764c456e9c5c0f8ff83c9d7eea \
30                    sha256  6418523f281f618b9da677b8b640c158049a4f7e6f9f391909101b242e4cc991
31
32conflicts           zmq20 zeromq
33
34universal_variant   yes
35
36variant pgm description {build with PGM extension} {
37    configure.args-append   --with-pgm
38}
39
40livecheck.type      regex
41livecheck.url       ${homepage}area:download
42livecheck.regex     zeromq-(\[0-9.\]+)${extract.suffix}