Port details |
- mongodb40-tools Tools for MongoDB
- 4.0.28_12 databases
=0 4.0.28_12Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reached on 2022-04-30
This port expired on: 2023-06-30
- Maintainer: dev.ashevchuk@gmail.com
- Port Added: 2019-04-19 07:35:11
- Last Update: 2023-06-30 03:50:53
- Commit Hash: eab0472
- 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:
-
- mongodb40-tools>0:databases/mongodb40-tools
- Conflicts:
- CONFLICTS_INSTALL:
- mongodb36-tools
- mongodb42-tools
- mongodb-tools
- No installation instructions:
- This port has been deleted.
- PKGNAME: mongodb40-tools
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386
- distinfo:
- TIMESTAMP = 1643098994
SHA256 (mongodb-mongo-tools-r4.0.28_GH0.tar.gz) = e0902f44ca49a40e522d3c2a7af2c09e40ac966b32207a92ec0800f3eb844745
SIZE (mongodb-mongo-tools-r4.0.28_GH0.tar.gz) = 11149261
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 mongodb40-tools-4.0.28_12:
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_mongodb40-tools
- USES:
- compiler:c++14-lang go localbase ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.28_12 30 Jun 2023 03:50:53 |
Muhammad Moinur Rahman (bofh) |
databases/mongodb40-tools: Remove expired port
2023-06-30 databases/mongodb40-tools: Upstream EOL reached on 2022-04-30
Approved by: portmgr (blanket) |
4.0.28_12 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
4.0.28_11 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
4.0.28_10 20 Feb 2023 13:09:55 |
Muhammad Moinur Rahman (bofh) |
databases/mongodb40-tools: Mark DEPRECATED
- Upstream EOL reached on 2021-04-30
- Set EXPIRATION_DATE 2023-06-30
See: https://www.mongodb.com/support-policy/lifecycles
Approved by: portmgr (blanket) |
4.0.28_10 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
4.0.28_9 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
4.0.28_8 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
4.0.28_7 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
4.0.28_6 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
4.0.28_5 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.28_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.28_4 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
4.0.28_3 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
4.0.28_2 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
4.0.28_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
4.0.28 27 Jan 2022 17:52:00 |
Neel Chauhan (nc) Author: Ronald Klop |
abases/mongodb40-tools: Update to 4.0.28
PR: 261510
Approved by: maintainer |
4.0.27 22 Sep 2021 07:52:04 |
Li-Wen Hsu (lwhsu) Author: Ronald Klop |
databases/mongodb40-tools: Update to 4.0.27
PR: 258450 |
4.0.24 10 May 2021 05:45:28 |
Fernando Apesteguía (fernape) |
databases/mongodb40-tools: Update to 4.0.24
PR: 255117
Reported by: ronald-lists@klop.ws
Reviewed by: dev.ashevchuk@gmail.com (maintainer) |
4.0.21 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.21 01 Dec 2020 17:43:00 |
mikael |
databases/mongodb40-tools: Update to 4.0.21
- Pretty trivial version update.
- Point www to manual of 4.0.
- Update CONFLICTS_INSTALL. (I don't see how -tools conflicted with mongodb.)
Should have been part of r556769
PR: 556769
Submitted by: Ronald Klop
Approved by: dev.ashevchuk@gmail.com (maintainer timeout) |
4.0.19 29 Jun 2020 18:17:06 |
pi |
databases/mongodb40-tools: upgrade 4.0.8 -> 4.0.19
PR: 245978
Submitted by: gspurki@gmail.com
Approved by: dev.ashevchuk@gmail.com (maintainer) |
4.0.8_2 10 Jun 2020 13:25:33 |
mfechner |
New Port: databases/mongodb42-tools
Update mongo tools to version 4.2 which is required to manage mongodb version
4.2.
PR: 247021
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Reviewed by: mfechner
Relnotes: https://docs.mongodb.com/manual/release-notes/4.2/ |
4.0.8_2 24 Feb 2020 17:49:27 |
mikael |
databases/mongodb40-tools: unbreak on armv7 and aarch64
It builds fine on these archs.
While here, reorder ONLY_FOR_ARCHS
PR: 244194
Approved by: dev.ashevchuk@gmail.com (maintainer), manu (mentor) |
4.0.8_2 02 Feb 2020 14:30:02 |
tobik |
databases/mongodb40-tools: Unbreak build with MONGOTOP=on, MONGOREPLAY=off
===> Building package for mongodb40-tools-4.0.8_2
pkg-static: Unable to access file
/wrkdirs/usr/ports/databases/mongodb40-tools/work/stage/usr/local/bin/mongoreplay:No
such file or directory
PR: 243685 |
4.0.8_2 16 Nov 2019 12:52:40 |
dmgk |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
4.0.8_1 29 Sep 2019 22:29:40 |
dmgk |
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
audio-mail)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21741 |
4.0.8_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.0.8 19 Apr 2019 07:34:44 |
tobik |
New port: databases/mongodb40-tools
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
WWW: https://github.com/mongodb/mongo-tools
PR: 237352
Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (based on) |