Port details |
- rubygem-dbm Wrapper for the UNIX-style Database Manager Library
- 1.1.0 databases =2 1.1.0Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2019-04-30 11:23:14
- Last Update: 2024-04-02 01:18:52
- Commit Hash: d93d11c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: BSD2CLAUSE
- WWW:
- https://github.com/ruby/dbm
- Description:
- The DBM class provides a wrapper to a Unix-style Database Manager
library.
Dbm databases do not have tables or columns; they are simple key-value
data stores, like a Ruby Hash except not resident in RAM. Keys and
values must be strings.
The exact library used depends on how Ruby was compiled. It could be
any of the following:
* The original ndbm library is released in 4.3BSD. It is based on dbm
library in Unix Version 7 but has different API to support multiple
databases in a process.
* Berkeley DB versions 1 thru 6, also known as BDB and Sleepycat DB,
now owned by Oracle Corporation.
* Berkeley DB 1.x, still found in 4.4BSD derivatives (FreeBSD,
OpenBSD, etc).
* GDBM, the GNU implementation of dbm.
* QDBM, another open source reimplementation of dbm.
All of these dbm implementations have their own Ruby interfaces
available, which provide richer (but varying) APIs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-dbm>0:databases/rubygem-dbm
- To install the port:
- cd /usr/ports/databases/rubygem-dbm/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/rubygem-dbm
- pkg install rubygem-dbm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-dbm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1575181462
SHA256 (rubygem/dbm-1.1.0.gem) = 3bbc86d4bd84f464de4c9bcf2c3b897001239c2368e980fe0b797c175ee107fc
SIZE (rubygem/dbm-1.1.0.gem) = 14336
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
-
- This port is required by:
- for Run
-
- net/dtcp
Configuration Options:
- ===> The following configuration options are available for rubygem-dbm-1.1.0:
====> Select backend dbm library: you have to select exactly one of them
BDB=off: Berkeley DB support
GDBM=off: GNU dbm library support
LIBC=on: libc ndbm support
QDBM=off: QDBM support
===> Use 'make config' to modify these settings
- Options name:
- databases_rubygem-dbm
- USES:
- gem
- 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.1.0 02 Apr 2024 01:18:52 |
Yasuhiro Kimura (yasu) |
*/rubygem-*: Pass maintainership of my rubygem ports to ruby@
I've joined ruby team. So pass maintainership of my rubygem ports to
ruby@ so members can maintain them. |
1.1.0 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 |
1.1.0 07 Dec 2022 04:36:32 |
Yasuhiro Kimura (yasu) |
databases/rubygem-dbm: Fix build with Berkeley DB 18.x
MFH: 2022Q4 |
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.1.0 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.1.0 28 Sep 2021 05:13:33 |
Yasuhiro Kimura (yasu) |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
1.1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.0 31 Dec 2019 14:07:41 |
meta |
databases/rubygem-dbm: Update to 1.1.0
PR: 242868
Submitted by: maintainer |
1.0.0_1 31 May 2019 14:44:01 |
ume |
Cnange default option to use dbm in libc
PR: 237741
Submitted by: ume
Approved by: maintainer (timeout) |
1.0.0 30 Apr 2019 11:22:58 |
meta |
lang/ruby2[45]: Remove dbm library and replace it with databases/rubygem-dbm
PR: 230289
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
meta (myself)
Reviewed by: sunpoet, ruby
Approved by: sunpoet
Differential Revision: https://reviews.freebsd.org/D20000 |