Port details |
- libbson BSON utility library
- 1.25.4 devel =2 1.25.4Version of this port present on the latest quarterly branch.
- Maintainer: ports@bsdserwis.com
- Port Added: 2015-07-03 04:13:07
- Last Update: 2024-01-12 08:52:16
- Commit Hash: 6aed93c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/mongodb/mongo-c-driver
- Description:
- libbson is a library providing useful routines related to building,
parsing, and iterating BSON documents. It is a useful base for those
wanting to write high-performance C extensions to higher level
languages such as python, ruby, or perl.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libbson/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libbson
- pkg install libbson
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libbson
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705048745
SHA256 (mongodb-mongo-c-driver-1.25.4_GH0.tar.gz) = 0ab3c5b238803b82a6b217d1ef21ea71a6e96251063322dc1038bea70a3da541
SIZE (mongodb-mongo-c-driver-1.25.4_GH0.tar.gz) = 7308431
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-sphinx>0 : textproc/py-sphinx@py39
- py39-furo>0 : textproc/py-furo@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
-
- databases/libmongocrypt
- devel/mongo-c-driver
- net-mgmt/fastnetmon
- www/nginx-full
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libbson-1.25.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libbson
- USES:
- cmake cpe python:env pkgconfig
- 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 |
1.25.4 12 Jan 2024 08:52:16 |
Muhammad Moinur Rahman (bofh) Author: Krzysztof |
devel/libbson: Update version 1.25.3=>1.25.4
- Pet portclippy
Changelog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.4
PR: 276225
Approved by: submitter is maintainer |
1.25.3 01 Jan 2024 20:50:57 |
Daniel Engberg (diizzy) |
devel/libbson: Use USE_GITHUB helper and remove USES= pathfix
* Use USE_GITHUB helper instead of working around it
* Remove USES= pathfix as .pc files are installed using a custom
cmake file that needs custom patching
Approved by: portmgr (build fix and compliance) |
1.25.3 01 Jan 2024 18:54:48 |
Muhammad Moinur Rahman (bofh) Author: Krzysztof |
devel/libbson: Update version 1.24.2=>1.25.3
Changelog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.3
PR: 276016
Approved by: submitter is maintainer |
1.24.2 27 Jul 2023 06:25:58 |
Fernando Apesteguía (fernape) Author: Hiroo Ono |
devel/libbson: update to 1.24.2
ChangeLog: https://github.com/mongodb/mongo-c-driver/blob/1.24.2/NEWS
PR: 272720
Reported by: hiroo.ono+freebsd@gmail.com |
1.23.2_2 20 Feb 2023 21:23:57 |
Daniel Engberg (diizzy) |
devel/libbson: Rework port
* Use upstream release archive as recommended by Porters Handbook
* Use framework helpers when possible
* Rearrange Makefile to better follow Porters Handbook and easier
readability
* Don't install unnecessary files in share directory
PR: 269624
Reviewed by: Krzysztof <ports@bsdserwis.com> (maintainer) |
1.23.2_1 10 Feb 2023 10:33:08 |
Fernando Apesteguía (fernape) Author: Krzysztof |
devel/libbson: fix errors reported by pkg-fallout
PR: 269420
Reported by: ports@bsdserwis.com (maintainer)
Reviewed by: Hiroo Ono |
1.23.2 04 Feb 2023 19:31:29 |
Fernando Apesteguía (fernape) Author: Krzysztof |
devel/libbson: update to 1.23.2
ChangeLog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.23.2
With work by Hiroo Ono.
PR: 269293
Reported by: ports@bsdserwis.com (maintainer) |
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) |
1.8.1 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 ) |
1.8.1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.8.1 14 Oct 2021 21:30:24 |
Stefan Eßer (se) |
devel/libbson: Add CPE information
Approved by: portmgr (blanket) |
1.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.8.1 25 Oct 2017 18:29:40 |
sunpoet |
Update to 1.8.1
Changes: https://github.com/mongodb/libbson/releases
PR: 223185
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) |
1.8.0 09 Oct 2017 13:27:44 |
swills |
devel/libbson: update to 1.8.0
PR: 222833
Approved by: Krzysztof <ports@bsdserwis.com> (maintainer
MFH: 2017Q4
Security: 10214bda-0902-4e3b-a2f9-9a68ef206a73 |
1.3.5 03 May 2016 01:51:35 |
junovitch |
devel/libbson: update 1.3.4 -> 1.3.5
PR: 209201
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) |
1.3.4 26 Mar 2016 16:24:22 |
antoine |
Remove duplicate line from plist |
1.3.4 17 Mar 2016 09:41:09 |
jbeich |
devel/libbson, devel/mongo-c-driver: assign maintainership
Requested by: Krzysztof Stryjek via ports@ |
1.3.4 16 Mar 2016 11:42:31 |
bsam |
devel/libbson: Update to version 1.3.4. |
1.3.3 20 Feb 2016 08:35:14 |
bsam |
devel/libbson: update to new version and reset maintainer
. update to version; 1.3.3 [1]
. reset maintainer (3+ months of inactivity)
PR: 206969 [1]
Submitted by: bsam (me)
Reviewed by: maintainer timeout (2 weeks) |
1.3.2 02 Feb 2016 17:21:11 |
bsam |
devel/libbson, devel/mongo-c-driver: Update to version 1.3.2.
. update 1.1.9 -> 1.2.0; [1]
. update 1.2.0 -> 1.3.1; [2]
while here update 1.3.1 -> 1.3.2.
PR: 203868 [1], 206815 [2]
Submitted by: bsam [1], <Krzysztof> ports@bsdserwis.com [2]
Approved by: maintainer timeout (3+ months) |
1.1.9 19 Oct 2015 20:22:33 |
sunpoet |
- Add WWW: |
1.1.9 03 Jul 2015 04:12:58 |
wen |
libbson is a library providing useful routines related to building,
parsing, and iterating BSON documents. It is a useful base for those
wanting to write high-performance C extensions to higher level
languages such as python, ruby, or perl.
https://github.com/mongodb/libbson
PR: 200338
Submitted by: pusateri@bangj.com |