[77282] trunk/dports/sysutils

and.damore at macports.org and.damore at macports.org
Fri Mar 25 11:35:19 PDT 2011


Revision: 77282
          http://trac.macports.org/changeset/77282
Author:   and.damore at macports.org
Date:     2011-03-25 11:35:19 -0700 (Fri, 25 Mar 2011)
Log Message:
-----------
new port: zmq20, 2.0.x branch of zeromq needed to build mongrel2 @1.5 port (won't build with 2.1.x)

Added Paths:
-----------
    trunk/dports/sysutils/zmq20/
    trunk/dports/sysutils/zmq20/Portfile

Added: trunk/dports/sysutils/zmq20/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110325/d8a9db13/attachment.html>


More information about the macports-changes mailing list