aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb40-tools
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-0/+1
|
* abases/mongodb40-tools: Update to 4.0.28Ronald Klop2022-01-272-4/+4
| | | | | PR: 261510 Approved by: maintainer
* databases/mongodb40-tools: Update to 4.0.27Ronald Klop2021-09-222-4/+4
| | | | PR: 258450
* databases/mongodb40-tools: Update to 4.0.24Fernando Apesteguía2021-05-102-4/+4
| | | | | | PR: 255117 Reported by: ronald-lists@klop.ws Reviewed by: dev.ashevchuk@gmail.com (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/mongodb40-tools: Update to 4.0.21Mikael Urankar2020-12-012-5/+5
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=556772
* databases/mongodb40-tools: upgrade 4.0.8 -> 4.0.19Kurt Jaeger2020-06-293-6/+5
| | | | | | | | | PR: 245978 Submitted by: gspurki@gmail.com Approved by: dev.ashevchuk@gmail.com (maintainer) Notes: svn path=/head/; revision=540822
* New Port: databases/mongodb42-toolsMatthias Fechner2020-06-101-1/+1
| | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=538395
* databases/mongodb40-tools: unbreak on armv7 and aarch64Mikael Urankar2020-02-241-1/+1
| | | | | | | | | | | It builds fine on these archs. While here, reorder ONLY_FOR_ARCHS PR: 244194 Approved by: dev.ashevchuk@gmail.com (maintainer), manu (mentor) Notes: svn path=/head/; revision=527008
* databases/mongodb40-tools: Unbreak build with MONGOTOP=on, MONGOREPLAY=offTobias Kortkamp2020-02-021-1/+1
| | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=524960
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-1/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-19/+9
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=513274
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* New port: databases/mongodb40-toolsTobias Kortkamp2019-04-197-0/+451
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) Notes: svn path=/head/; revision=499327