[134803] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Tue Apr 7 11:37:19 PDT 2015


Revision: 134803
          https://trac.macports.org/changeset/134803
Author:   ryandesign at macports.org
Date:     2015-04-07 11:37:19 -0700 (Tue, 07 Apr 2015)
Log Message:
-----------
libmongo-client: new port, version 0.1.8 (#47366)

Added Paths:
-----------
    trunk/dports/devel/libmongo-client/
    trunk/dports/devel/libmongo-client/Portfile

Added: trunk/dports/devel/libmongo-client/Portfile
===================================================================
--- trunk/dports/devel/libmongo-client/Portfile	                        (rev 0)
+++ trunk/dports/devel/libmongo-client/Portfile	2015-04-07 18:37:19 UTC (rev 134803)
@@ -0,0 +1,37 @@
+# -*- 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        algernon libmongo-client 0.1.8 libmongo-client-
+categories          devel
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             Apache-2
+
+description         alternative C driver for MongoDB
+
+long_description    ${description}
+
+checksums           rmd160  5fd276ef638dec82a2d5317c07d370d8f39e071f \
+                    sha256  ab8515de2e9c05520b1c395d5e09864566c88762d4fed3ec711c8c71a6a4178f
+
+depends_build       port:pkgconfig
+
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:openssl
+
+use_autoreconf      yes
+
+configure.args      --disable-silent-rules
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        LICENSE \
+        NEWS \
+        README.md \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/devel/libmongo-client/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/20150407/926c3fb3/attachment.html>


More information about the macports-changes mailing list