Added: trunk/dports/sysutils/zmq20/Portfile (0 => 77282)
--- trunk/dports/sysutils/zmq20/Portfile (rev 0)
+++ trunk/dports/sysutils/zmq20/Portfile 2011-03-25 18:35:19 UTC (rev 77282)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem 1.0
+name zmq20
+version 2.0.11
+categories sysutils net
+platforms darwin
+maintainers and.damore openmaintainer
+description ØMQ lightweight messaging kernel, 2.0.x branch
+long_description \
+ The ØMQ lightweight messaging kernel is a library which extends the \
+ standard socket interfaces with features traditionally provided by \
+ specialised messaging middleware products. ØMQ sockets provide an \
+ abstraction of asynchronous message queues, multiple messaging patterns, \
+ message filtering (subscriptions), seamless access to multiple transport \
+ protocols and more.
+
+conflicts zmq
+homepage http://www.zeromq.org/
+master_sites http://download.zeromq.org/
+distname zeromq-${version}
+checksums md5 72cdd7141cc3a002c3acadd4dadbfd75 \
+ sha1 45f1de83eb41cf7b6f074b874ef9b9718446f43a \
+ rmd160 09ab5d4d67010671fc52acb190cbdae5f1f4abf7
+
+universal_variant no
+variant pgm description {build with PGM extension} {
+ configure.args-append --with-pgm
+}
+livecheck.type regex
+livecheck.url ${homepage}area:download
+livecheck.regex zeromq-(\[0-9.\]+)${extract.suffix}
Property changes on: trunk/dports/sysutils/zmq20/Portfile
___________________________________________________________________