--- - branch: MAIN date: Sun Jan 16 13:15:53 UTC 2022 files: - new: '1.5' old: '0' path: pkgsrc/databases/ruby-dbm/DESCR pathrev: pkgsrc/databases/ruby-dbm/DESCR@1.5 type: added - new: '1.9' old: '0' path: pkgsrc/databases/ruby-dbm/Makefile pathrev: pkgsrc/databases/ruby-dbm/Makefile@1.9 type: added - new: '1.6' old: '0' path: pkgsrc/databases/ruby-dbm/PLIST pathrev: pkgsrc/databases/ruby-dbm/PLIST@1.6 type: added - new: '1.1' old: '0' path: pkgsrc/databases/ruby-dbm/distinfo pathrev: pkgsrc/databases/ruby-dbm/distinfo@1.1 type: added id: 20220116T131553Z.9678db915ece2cfabb82d0bde2cfe4ad384b78e3 log: | databases/ruby-dbm: add package version 1.1.0 Add dbm gem as ruby-dbm package version 1.1.0. Note: * Ruby 2.6 contains dbm 1.0.0. * Ruby 2.7 and Ruby 3.0 contains dbm 1.1.0, but no conflict. * Ruby 3.1 dose not contain dbm. DBM The DBM class provides a wrapper to a Unix-style dbm or 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 5, 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. module: pkgsrc subject: 'CVS commit: pkgsrc/databases/ruby-dbm' unixtime: '1642338953' user: taca