[89890] trunk/dports/devel

dports at macports.org dports at macports.org
Mon Feb 13 21:17:26 PST 2012


Revision: 89890
          http://trac.macports.org/changeset/89890
Author:   dports at macports.org
Date:     2012-02-13 21:17:24 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
libbert: new port, v0.0.1 (#33120)

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

Added: trunk/dports/devel/libbert/Portfile
===================================================================
--- trunk/dports/devel/libbert/Portfile	                        (rev 0)
+++ trunk/dports/devel/libbert/Portfile	2012-02-14 05:17:24 UTC (rev 89890)
@@ -0,0 +1,26 @@
+# -*- 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        ruediger libbert 0.0.1 libbert-
+categories          devel
+platforms           darwin
+maintainers         uwe-arzt.de:mail openmaintainer
+license             zlib
+
+description         LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
+long_description    BERT is a format for encoding binary data. You can think of it as JSON \
+                    for binary formats. BERT is based on Erlang’s External Format. \
+                    bert.h is the C API (you need to link -lbert_capi!). \
+                    bert.hpp is the C++ API (header only).
+
+fetch.type          git
+git.branch          c552c0644301f8069b63b7d122b76fe8d0317d46
+
+depends_lib         port:boost
+
+depends_build       port:cmake
+
+configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}


Property changes on: trunk/dports/devel/libbert/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/20120213/d0345e96/attachment-0001.html>


More information about the macports-changes mailing list