FreeBSD Bugzilla – Attachment 215197 Details for
Bug 245976
databases/mongodb40: Update to 4.0.18
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New port: databases/mongodb42-tools
mongodb42-tools-4.2.7.diff (text/plain), 8.56 KB, created by
Andrew Shevchuk
on 2020-06-03 14:42:41 UTC
(
hide
)
Description:
New port: databases/mongodb42-tools
Filename:
MIME Type:
Creator:
Andrew Shevchuk
Created:
2020-06-03 14:42:41 UTC
Size:
8.56 KB
patch
obsolete
>Index: databases/Makefile >=================================================================== >--- databases/Makefile (revision 537611) >+++ databases/Makefile (working copy) >@@ -188,6 +188,7 @@ > SUBDIR += mongodb36-tools > SUBDIR += mongodb40 > SUBDIR += mongodb40-tools >+ SUBDIR += mongodb42-tools > SUBDIR += mroonga > SUBDIR += mtools-mongodb > SUBDIR += mtop >Index: databases/mongodb42-tools/Makefile >=================================================================== >--- databases/mongodb42-tools/Makefile (nonexistent) >+++ databases/mongodb42-tools/Makefile (working copy) >@@ -0,0 +1,65 @@ >+# $FreeBSD$ >+ >+PORTNAME= mongodb42-tools >+DISTVERSIONPREFIX= r >+DISTVERSION= 4.2.7 >+CATEGORIES= databases >+ >+MAINTAINER= dev.ashevchuk@gmail.com >+COMMENT= Tools for MongoDB >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE.md >+ >+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 >+ONLY_FOR_ARCHS_REASON= not yet ported to other architectures >+ >+USES= compiler:c++17-lang go localbase >+USE_GITHUB= yes >+GH_ACCOUNT= mongodb >+GH_PROJECT= mongo-tools >+ >+GO_BUILDFLAGS= -tags "${USE_MY_TAGS}" >+GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} >+ >+CONFLICTS_INSTALL= mongodb3[46] mongodb40 mongodb3[46]-tools mongodb40-tools >+ >+OPTIONS_DEFINE= DOCS >+OPTIONS_DEFAULT= MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ >+ MONGORESTORE SASL SSL >+OPTIONS_MULTI= SECURITY TOOLS >+OPTIONS_MULTI_TOOLS= BSONDUMP MONGODUMP MONGOEXPORT MONGOFILES MONGOIMPORT \ >+ MONGOREPLAY MONGORESTORE MONGOSTAT MONGOTOP >+OPTIONS_MULTI_SECURITY= SASL SSL >+OPTIONS_SUB= yes >+ >+BSONDUMP_DESC= BSON files into human-readable formats >+MONGOSTAT_DESC= Status of a running mongod or mongos instance >+MONGOFILES_DESC= Interface to GridFS in a MongoDB instance >+MONGOEXPORT_DESC= JSON or CSV export of MongoDB instance data >+MONGOIMPORT_DESC= Importing JSON, CSV, or TSV into a MongoDB instance >+MONGORESTORE_DESC= BSON data to a MongoDB instance >+MONGODUMP_DESC= BSON data from the contents of a MongoDB instance >+MONGOTOP_DESC= Track the amount of data I/O time >+MONGOREPLAY_DESC= Traffic capture and replay tool >+ >+BSONDUMP_VARS= go_target+=./bsondump/main:bsondump >+MONGOSTAT_VARS= go_target+=./mongostat/main:mongostat >+MONGOFILES_VARS= go_target+=./mongofiles/main:mongofiles >+MONGOEXPORT_VARS= go_target+=./mongoexport/main:mongoexport >+MONGOIMPORT_VARS= go_target+=./mongoimport/main:mongoimport >+MONGORESTORE_VARS= go_target+=./mongorestore/main:mongorestore >+MONGODUMP_VARS= go_target+=./mongodump/main:mongodump >+MONGOTOP_VARS= go_target+=./mongotop/main:mongotop >+MONGOREPLAY_VARS= go_target+=./mongoreplay/main:mongoreplay >+SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 >+SASL_USE= my_tags=sasl >+SSL_USE= my_tags=ssl >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+.for doc in README.md CONTRIBUTING.md THIRD-PARTY-NOTICES >+ ${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} >+.endfor >+ >+.include <bsd.port.mk> > >Property changes on: databases/mongodb42-tools/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/mongodb42-tools/distinfo >=================================================================== >--- databases/mongodb42-tools/distinfo (nonexistent) >+++ databases/mongodb42-tools/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1591191973 >+SHA256 (mongodb-mongo-tools-r4.2.7_GH0.tar.gz) = 7ca2f9452ad757e775d344887650a0839b01fe555b0a88c05d8b8ef9cfb32c8b >+SIZE (mongodb-mongo-tools-r4.2.7_GH0.tar.gz) = 15017337 > >Property changes on: databases/mongodb42-tools/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_build.go >=================================================================== >--- databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_build.go (nonexistent) >+++ databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_build.go (working copy) >@@ -0,0 +1,9 @@ >+--- vendor/github.com/10gen/openssl/build.go.orig 2018-11-21 19:00:22 UTC >++++ vendor/github.com/10gen/openssl/build.go >+@@ -20,5 +20,6 @@ >+ // #cgo CFLAGS: -Wno-deprecated-declarations >+ // #cgo windows CFLAGS: -DWIN32_LEAN_AND_MEAN -I"c:/openssl/include" >+ // #cgo windows LDFLAGS: -lssleay32 -llibeay32 -lcrypt32 -L "c:/openssl/bin" >++// #cgo freebsd LDFLAGS: -lssl -lcrypto >+ // #cgo darwin LDFLAGS: -framework CoreFoundation -framework Foundation -framework Security >+ import "C" > >Property changes on: databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_build.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_init__posix.go >=================================================================== >--- databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_init__posix.go (nonexistent) >+++ databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_init__posix.go (working copy) >@@ -0,0 +1,11 @@ >+--- vendor/github.com/10gen/openssl/init_posix.go.orig 2018-11-21 17:52:58 UTC >++++ vendor/github.com/10gen/openssl/init_posix.go >+@@ -12,7 +12,7 @@ >+ // See the License for the specific language governing permissions and >+ // limitations under the License. >+ >+-// +build linux darwin cgo >++// +build linux darwin freebsd cgo >+ // +build !windows >+ >+ package openssl > >Property changes on: databases/mongodb42-tools/files/patch-vendor_github.com_10gen_openssl_init__posix.go >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/mongodb42-tools/pkg-descr >=================================================================== >--- databases/mongodb42-tools/pkg-descr (nonexistent) >+++ databases/mongodb42-tools/pkg-descr (working copy) >@@ -0,0 +1,15 @@ >+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 > >Property changes on: databases/mongodb42-tools/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: databases/mongodb42-tools/pkg-plist >=================================================================== >--- databases/mongodb42-tools/pkg-plist (nonexistent) >+++ databases/mongodb42-tools/pkg-plist (working copy) >@@ -0,0 +1,12 @@ >+%%BSONDUMP%%bin/bsondump >+%%MONGODUMP%%bin/mongodump >+%%MONGOEXPORT%%bin/mongoexport >+%%MONGOFILES%%bin/mongofiles >+%%MONGOIMPORT%%bin/mongoimport >+%%MONGORESTORE%%bin/mongorestore >+%%MONGOREPLAY%%bin/mongoreplay >+%%MONGOSTAT%%bin/mongostat >+%%MONGOTOP%%bin/mongotop >+%%PORTDOCS%%%%DOCSDIR%%/README.md >+%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md >+%%PORTDOCS%%%%DOCSDIR%%/THIRD-PARTY-NOTICES > >Property changes on: databases/mongodb42-tools/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245976
:
213862
|
215194
| 215197 |
215299
|
215335