[120282] trunk/dports/devel

michaelld at macports.org michaelld at macports.org
Wed May 21 12:15:01 PDT 2014


Revision: 120282
          https://trac.macports.org/changeset/120282
Author:   michaelld at macports.org
Date:     2014-05-21 12:15:01 -0700 (Wed, 21 May 2014)
Log Message:
-----------
cppzmq: new port, version ee47ae4c (20140321).

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

Added: trunk/dports/devel/cppzmq/Portfile
===================================================================
--- trunk/dports/devel/cppzmq/Portfile	                        (rev 0)
+++ trunk/dports/devel/cppzmq/Portfile	2014-05-21 19:15:01 UTC (rev 120282)
@@ -0,0 +1,36 @@
+# -*- 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
+
+PortGroup           github 1.0
+
+github.setup        zeromq cppzmq ee47ae4cddc304741526c9bb2035f98c3274e0ec
+
+version             20140321
+
+checksums           rmd160 ba19aa3d01682640f0d0df64ed04c022ea856297 \
+                    sha256 54310b318d056496c0735f76c44797538ab11bcb9187cbe5e2ca8964e8a1628a
+
+maintainers         michaelld openmaintainer
+platforms           darwin
+categories          devel sysutils net
+license             Permissive
+
+description         High-level C++ Binding for 0MQ
+long_description    ${description}
+
+depends_lib-append  path:lib/libzmq.dylib:zmq
+
+# this is just a header; skip all steps and manually do destroot
+
+supported_archs     noarch
+
+use_configure no
+
+build {}
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/include
+    copy ${worksrcpath}/zmq.hpp ${destroot}${prefix}/include
+}


Property changes on: trunk/dports/devel/cppzmq/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140521/3fc213de/attachment.html>


More information about the macports-changes mailing list