[134534] trunk/dports/devel

hum at macports.org hum at macports.org
Sat Mar 28 20:24:41 PDT 2015


Revision: 134534
          https://trac.macports.org/changeset/134534
Author:   hum at macports.org
Date:     2015-03-28 20:24:41 -0700 (Sat, 28 Mar 2015)
Log Message:
-----------
New port: msgpack1 @ 1.0.1 - MessagePack version 1, incompatible with older version

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

Added: trunk/dports/devel/msgpack1/Portfile
===================================================================
--- trunk/dports/devel/msgpack1/Portfile	                        (rev 0)
+++ trunk/dports/devel/msgpack1/Portfile	2015-03-29 03:24:41 UTC (rev 134534)
@@ -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: Portfile 121646 2014-07-03 09:21:40Z hum at macports.org $
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        msgpack msgpack-c 1.0.1 cpp-
+
+name                msgpack
+categories          devel
+maintainers         hum openmaintainer
+
+description         Library for a binary-based efficient data interchange format
+long_description    MessagePack is a binary-based efficient data interchange \
+                    format that is focused on high performance. \
+                    It is like JSON, but very fast and small.
+
+homepage            http://msgpack.org/
+platforms           darwin
+license             Apache-2
+
+conflicts           port:msgpack
+
+depends_build       port:autoconf port:automake port:libtool
+
+pre-configure {
+    system -W ${worksrcpath} "./bootstrap"
+}
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS COPYING ChangeLog LICENSE NOTICE README README.md \
+        ${destroot}${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150328/03167a8f/attachment.html>


More information about the macports-changes mailing list