Summary: | [NEW PORT] databases/mongodb-rocks: Distributed document-oriented database with a RocksDB Storage Engine | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Šimun Mikecin <numisemis> | ||||||||||||||||||||||||||||||
Component: | Individual Port(s) | Assignee: | Boris Samorodov <bsam> | ||||||||||||||||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||||||||||||||||
Severity: | Affects Many People | CC: | bsam, numisemis | ||||||||||||||||||||||||||||||
Priority: | --- | Keywords: | feature, patch | ||||||||||||||||||||||||||||||
Version: | Latest | Flags: | numisemis:
maintainer-feedback+
|
||||||||||||||||||||||||||||||
Hardware: | amd64 | ||||||||||||||||||||||||||||||||
OS: | Any | ||||||||||||||||||||||||||||||||
Attachments: |
|
Description
Šimun Mikecin
2016-06-25 12:09:01 UTC
Created attachment 171787 [details]
shar archive
Created attachment 172709 [details]
shar archive for version 3.2.8
Created attachment 173564 [details]
portlint results
Created attachment 173731 [details]
portlint results
Passes portlint -ACN.
Created attachment 173761 [details]
portlint results
Created attachment 173762 [details]
shar archive
Created attachment 173763 [details]
poudriere results
Created attachment 173842 [details]
shar archive for version 3.2.9
Created attachment 173843 [details]
poudriere log for version 3.2.9
Created attachment 175034 [details]
shar archive
shar archive that passes Q/A on 11.0-RC2 and 10.3-RELEASE.
Created attachment 175385 [details]
shar archive for version 3.2.10
Updated to 3.2.10
Created attachment 181334 [details]
shar archive for version 3.4.3
Passes lint and Q/A.
Take. Simun, would you like to update the port to mongodb version 3.4.4? Created attachment 182377 [details]
Shar archive for version 3.4.4
A commit references this bug: Author: bsam Date: Tue May 9 15:34:02 UTC 2017 New revision: 440504 URL: https://svnweb.freebsd.org/changeset/ports/440504 Log: New port: databases/mongodb34-rocks. This is a port of a MongoDB database with a RocksDB storage engine. PR: 210570 Submitted by: ?imun Mikecin <numisemis@yahoo.com> Changes: head/databases/Makefile head/databases/mongodb34-rocks/ head/databases/mongodb34-rocks/Makefile head/databases/mongodb34-rocks/distinfo head/databases/mongodb34-rocks/files/mongod.in head/databases/mongodb34-rocks/files/patch-rpm_mongod.conf head/databases/mongodb34-rocks/files/patch-src_mongo_db_fts_unicode_string.cpp head/databases/mongodb34-rocks/pkg-descr head/databases/mongodb34-rocks/pkg-plist Committed with tiny changes (hope you are OK with them): . port origin is databases/mongodb34-rocks; . an appropriate PKGNAME change. Thanks! (In reply to Boris Samorodov from comment #17) You didn't commit files/mongos.in Without that file build is broken. That file is needed for starting mongos as a daemon. (In reply to Boris Samorodov from comment #17) I see that you have put this sentence in pkg-descr: "This port uses a RocksDB Storage Engine as a MongoDB backend." To be precise and to not misguide users it should be something like: "This port can optionally use a RocksDB Storage Engine as a MongoDB backend." That is because this port can use MMAPv1, WiredTiger (those two are built-in backends supported by MongoDB) or RocksDB as a backend. |