Port details on branch 2023Q3 |
- mongodb42-tools Tools for MongoDB 4.2.x
- 4.2.24_4 databases =0 4.2.24_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reached on 2023-04-30
This port expired on: 2023-09-30
- Maintainer: ronald@FreeBSD.org
- Port Added: 2023-08-04 15:02:22
- Last Update: 2023-09-08 14:39:12
- Commit Hash: 793b61c
- License: APACHE20
- WWW:
- https://github.com/mongodb/mongo-tools
- Description:
- 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
- mongoreplay - Capture, observe, and replay traffic for MongoDB
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mongodb42-tools>0:databases/mongodb42-tools
- Conflicts:
- CONFLICTS_INSTALL:
- mongodb[0-9][0-9]-tools
- mongodb-tools
- To install the port:
- cd /usr/ports/databases/mongodb42-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mongodb42-tools
- pkg install mongodb42-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mongodb42-tools
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1677248254
SHA256 (mongodb-mongo-tools-r4.2.24_GH0.tar.gz) = 7dec0d821a4da78ea02a57124415119142502c6dec9ef5d5c35192ce83c97584
SIZE (mongodb-mongo-tools-r4.2.24_GH0.tar.gz) = 15029611
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go120 : lang/go120
- Library dependencies:
-
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mongodb42-tools-4.2.24_4:
DOCS=on: Build and/or install documentation
====> Options available for the multi SECURITY: you have to choose at least one of them
SASL=on: SASL authentication support
SSL=on: SSL protocol support
====> Options available for the multi TOOLS: you have to choose at least one of them
BSONDUMP=off: BSON files into human-readable formats
MONGODUMP=on: BSON data from the contents of a MongoDB instance
MONGOEXPORT=on: JSON or CSV export of MongoDB instance data
MONGOFILES=on: Interface to GridFS in a MongoDB instance
MONGOIMPORT=on: Importing JSON, CSV, or TSV into a MongoDB instance
MONGOREPLAY=off: Traffic capture and replay tool
MONGORESTORE=on: BSON data to a MongoDB instance
MONGOSTAT=off: Status of a running mongod or mongos instance
MONGOTOP=off: Track the amount of data I/O time
===> Use 'make config' to modify these settings
- Options name:
- databases_mongodb42-tools
- USES:
- compiler:c++14-lang go localbase ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|