aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-09-26 09:08:01 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-09-26 09:08:01 +0000
commita22198ffa09b529dd76071243848e45b2ff17448 (patch)
treede0c6a050ce22d572b0362b59159cdfc4d85ce7b /databases/Makefile
parent104e766eb8c43718a5fc4fa27de8b7ec214db8cc (diff)
downloadports-a22198ffa09b529dd76071243848e45b2ff17448.tar.gz
ports-a22198ffa09b529dd76071243848e45b2ff17448.zip
New port: databases/mongodb-tools
According to https://docs.mongodb.com/database-tools/#versioning the versioning of mongodb-tools changed. One version of mongodb-tools for all future mongodb versions. - removed mongoreplay: it does not exist (anymore) - enabled all tools: I don't know the history why these were not enabled - builds and runs on aarch64 - Add WWW to official documentation -------- Useful utilities for managing a MongoDB instance written in Go. - bsondump - display BSON files in a human-readable format - mongoimport - Convert data from JSON, TSV or CSV and insert them into a collection - mongoexport - Write an existing collection to CSV or JSON format - mongodump/mongorestore - Dump MongoDB backups to disk in .BSON format, or restore them to a live database - mongostat - Monitor live MongoDB servers, replica sets, or sharded clusters - mongofiles - Read, write, delete, or update files in GridFS - mongotop - Monitor read/write activity on a mongo server WWW: https://github.com/mongodb/mongo-tools WWW: https://docs.mongodb.com/database-tools/ PR: 249426 Submitted by: Ronald Klop <ronald-lists@klop.ws>
Notes
Notes: svn path=/head/; revision=550139
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index cb6ba2719d8d..ef898d8f8fac 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -186,6 +186,7 @@
SUBDIR += mdbtools
SUBDIR += mdcached
SUBDIR += memcached
+ SUBDIR += mongodb-tools
SUBDIR += mongodb36
SUBDIR += mongodb36-tools
SUBDIR += mongodb40