[135223] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun Apr 19 11:56:32 PDT 2015


Revision: 135223
          https://trac.macports.org/changeset/135223
Author:   ryandesign at macports.org
Date:     2015-04-19 11:56:32 -0700 (Sun, 19 Apr 2015)
Log Message:
-----------
mongo-tools: new port, version 3.1.1 (#47198)

Added Paths:
-----------
    trunk/dports/devel/mongo-tools/
    trunk/dports/devel/mongo-tools/Portfile

Added: trunk/dports/devel/mongo-tools/Portfile
===================================================================
--- trunk/dports/devel/mongo-tools/Portfile	                        (rev 0)
+++ trunk/dports/devel/mongo-tools/Portfile	2015-04-19 18:56:32 UTC (rev 135223)
@@ -0,0 +1,49 @@
+# -*- 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        mongodb mongo-tools 3.1.1 r
+categories          devel
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             Apache-2
+
+description         utilities for working with mongodb databases: bsondump, \
+                    mongoimport, mongoexport, mongodump, mongorestore, \
+                    mongostat, mongofiles, mongooplog, mongotop
+
+long_description    mongo-tools is a collection of utilities for working with \
+                    mongodb databases: \
+                    \
+                    \n\n* bsondump: display BSON files in a human-readable format \
+                    \n* mongoimport: Convert data from JSON, TSV or CSV and insert them into a collection \
+                    \n* mongoexport: Write an existing collection to CSV or JSON format \
+                    \n* mongodump: Dump MongoDB backups to disk in .BSON format \
+                    \n* mongorestore: Restore MongoDB backups in .BSON format to a live database \
+                    \n* mongostat: Monitor live MongoDB servers, replica sets, or sharded clusters \
+                    \n* mongofiles: Read, write, delete, or update files in GridFS \
+                    \n* mongooplog: Replay oplog entries between MongoDB servers \
+                    \n* mongotop: Monitor read/write activity on a mongo server
+
+checksums           rmd160  eab9c96a12f8147f8853e00ae5d3e47cd977dcf2 \
+                    sha256  6da68c03d52869cfadf7a0976267e57fb605403bac71345dc6c90333f4f1f61a
+
+depends_build       port:go
+
+use_configure       no
+
+build.cmd           ./build.sh
+
+destroot {
+    copy {*}[glob ${worksrcpath}/bin/*] ${destroot}${prefix}/bin/
+
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        CONTRIBUTING.md \
+        LICENSE.md \
+        README.md \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/devel/mongo-tools/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/20150419/f4e9571b/attachment.html>


More information about the macports-changes mailing list