[135615] trunk/dports/databases

ryandesign at macports.org ryandesign at macports.org
Mon Apr 27 20:55:03 PDT 2015


Revision: 135615
          https://trac.macports.org/changeset/135615
Author:   ryandesign at macports.org
Date:     2015-04-27 20:55:03 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
lmdbxx: new port, version 0.9.14.0 (#47538)

Added Paths:
-----------
    trunk/dports/databases/lmdbxx/
    trunk/dports/databases/lmdbxx/Portfile

Added: trunk/dports/databases/lmdbxx/Portfile
===================================================================
--- trunk/dports/databases/lmdbxx/Portfile	                        (rev 0)
+++ trunk/dports/databases/lmdbxx/Portfile	2015-04-28 03:55:03 UTC (rev 135615)
@@ -0,0 +1,34 @@
+# -*- 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                lmdbxx
+version             0.9.14.0
+categories          databases
+platforms           darwin
+supported_archs     noarch
+license             public-domain
+maintainers         bendiken.net:arto
+
+description         C++11 wrapper for the LMDB embedded B+ tree database library.
+
+long_description    This is a comprehensive C++ wrapper for the LMDB embedded     \
+                    database library, offering both an error-checked procedural   \
+                    interface and an object-oriented resource interface with RAII \
+                    semantics.
+
+homepage            http://lmdbxx.sourceforge.net/
+master_sites        sourceforge:project/${name}/${version}/
+use_xz              yes
+
+checksums           rmd160  c5cc24adacd88cd080159b3da4b6599025dd6911 \
+                    sha256  29caf35dcd6962909be5a2d8147f85e65fe098030992f1ecdd902633dbcdcbde
+
+depends_lib         port:lmdb
+
+use_configure       no
+
+build               {}
+
+destroot.args-append  PREFIX=${prefix}


Property changes on: trunk/dports/databases/lmdbxx/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/20150427/2b92b111/attachment.html>


More information about the macports-changes mailing list