| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 261510
Approved by: maintainer
|
|
|
|
| |
PR: 258450
|
|
|
|
|
|
| |
PR: 255117
Reported by: ronald-lists@klop.ws
Reviewed by: dev.ashevchuk@gmail.com (maintainer)
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: 245978
Submitted by: gspurki@gmail.com
Approved by: dev.ashevchuk@gmail.com (maintainer)
Notes:
svn path=/head/; revision=540822
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
===> 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
|
|
|
|
|
|
|
|
| |
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854
Notes:
svn path=/head/; revision=517745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|