[86551] trunk/dports/devel

stromnov at macports.org stromnov at macports.org
Fri Oct 28 05:45:12 PDT 2011


Revision: 86551
          http://trac.macports.org/changeset/86551
Author:   stromnov at macports.org
Date:     2011-10-28 05:45:08 -0700 (Fri, 28 Oct 2011)
Log Message:
-----------
czmq: new port

Added Paths:
-----------
    trunk/dports/devel/czmq/
    trunk/dports/devel/czmq/Portfile

Added: trunk/dports/devel/czmq/Portfile
===================================================================
--- trunk/dports/devel/czmq/Portfile	                        (rev 0)
+++ trunk/dports/devel/czmq/Portfile	2011-10-28 12:45:08 UTC (rev 86551)
@@ -0,0 +1,30 @@
+# -*- 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                czmq
+version             1.1.0
+revision            0
+categories          devel sysutils net
+platforms           darwin
+
+maintainers         stromnov openmaintainer
+
+description         High-level C Binding for ØMQ
+long_description    ${description}
+
+homepage            http://http://czmq.zeromq.org/
+master_sites        http://download.zeromq.org/
+
+checksums           md5     8b057b08e34212138e81d3cd6dff127b \
+                    sha1    e4e24bce5f98e55a090b10d5461987826f543411 \
+                    rmd160  6f0a2425d7439fa46441e98fc422ce3490ebe718
+
+universal_variant   yes
+
+depends_lib         port:zmq
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     czmq-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/devel/czmq/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/20111028/00458382/attachment.html>


More information about the macports-changes mailing list