Port details |
- rubygem-bdb1 Ruby interface to Berkeley DB revision 1.8x with full feature support
- 0.2.5_4 databases =2 0.2.5_4Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2013-03-03 16:10:07
- Last Update: 2024-03-25 14:23:19
- Commit Hash: 379650b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE RUBY
- WWW:
- https://github.com/knu/ruby-bdb1
- Description:
- Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.
This library includes support for the following access methods:
* B+tree
* Hashing
* Fixed and Variable-Length Records
And the following interfaces:
* Hash like interface - BDB1::Btree and BDB1::Hash
* Array like interface - BDB1::Recnum(Recno)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-bdb1>0:databases/rubygem-bdb1
- To install the port:
- cd /usr/ports/databases/rubygem-bdb1/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-bdb1
- pkg install rubygem-bdb1
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-bdb1
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rubygem/bdb1-0.2.5.gem) = b65c11ef56dadd45c458c0ff344fe34384ffad91a072168cd9ab460e10738de9
SIZE (rubygem/bdb1-0.2.5.gem) = 67072
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_rubygem-bdb1
- USES:
- gem shebangfix
- 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 |
0.2.5_4 25 Mar 2024 14:23:19 |
Dirk Meyer (dinoex) |
databases/rubygem-bdb1: fix runtime error with ruby 3.2 |
0.2.5_3 10 Jul 2023 11:24:59 |
Dirk Meyer (dinoex) |
databases/rubygem-bdb1: fix build with clang16 |
0.2.5_2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
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) |
0.2.5_2 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 ) |
0.2.5_2 09 May 2022 10:27:58 |
Dirk Meyer (dinoex) |
databases/rubygem-bdb1: fix runtime error with ruby 3.0: Undefined symbol
"rb_secure" |
0.2.5_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.5_1 28 Apr 2019 12:47:14 |
dinoex |
- fix build with ruby25 |
0.2.5_1 19 Apr 2019 13:14:30 |
mfechner |
Mark BROKEN with ruby 2.5.
PR: 233901 |
0.2.5_1 28 Dec 2017 13:42:01 |
sunpoet |
Remove outdate RUBY_VER check |
0.2.5_1 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
0.2.5_1 22 Apr 2017 12:45:43 |
miwi |
- Fix shebangs |
0.2.5 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.2.5 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
0.2.5 03 Feb 2016 19:07:19 |
swills |
databases/rubygem-bdb1: fix build with Ruby 2.2 and 2.3 |
0.2.5 19 Jan 2016 04:50:37 |
dinoex |
- fix build with ruby-2.1 |
0.2.5 17 Jan 2016 07:06:25 |
swills |
mark ports that don't work with Ruby 2.3
PR: 205774 |
0.2.5 03 Sep 2015 16:23:46 |
sunpoet |
- Use BROKEN_RUBY21 and BROKEN_RUBY22 |
0.2.5 03 Apr 2015 17:04:37 |
swills |
devel/rubygem-bdb1: also does not build with ruby 2.2 |
0.2.5 12 Nov 2014 02:58:43 |
swills |
Mark broken with Ruby 2.1
With hat: ruby@ |
0.2.5 28 Aug 2014 16:24:47 |
sunpoet |
- Add LICENSE |
0.2.5 05 Aug 2014 06:36:07 |
bapt |
USES=execinfo |
0.2.5 11 Dec 2013 18:08:53 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases |
0.2.5 30 Oct 2013 02:20:20 |
swills |
- Add stage support |
0.2.5 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.2.5 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
0.2.5 03 Mar 2013 16:09:56 |
dinoex |
Ruby-bdb1 is an interface to Berkeley DB revision 1.85 and 1.86.
This library includes support for the following access methods:
* B+tree
* Hashing
* Fixed and Variable-Length Records
And the following interfaces:
* Hash like interface - BDB1::Btree and BDB1::Hash
* Array like interface - BDB1::Recnum(Recno)
WWW: https://github.com/knu/ruby-bdb1 |