./databases/ruby-gdbm, Ruby extension for GNU dbm

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.0, Package name: ruby31-gdbm-2.1.0, Maintainer: pkgsrc-users

GDBM

GNU dbm is a library for simple databases. A database is a file that stores
key-value pairs. Gdbm allows the user to store, retrieve, and delete data
by key. It furthermore allows a non-sorted traversal of all key-value
pairs. A gdbm database thus provides the same functionality as a hash. As
with objects of the Hash class, elements can be accessed with [].
Furthermore, GDBM mixes in the Enumerable module, thus providing convenient
methods such as #find, #collect, #map, etc.

A process is allowed to open several different databases at the same time.
A process can open a database as a "reader" or a "writer". Whereas a reader
has only read-access to the database, a writer has read- and write-access.
A database can be accessed either by any number of readers or by exactly one
writer at the same time.


Required to run:
[databases/gdbm] [lang/ruby27-base]

Master sites:

Filesize: 11 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-09 16:29:16 by Takahiro Kambe | Files touched by this commit (4)
Log message:
databases/ruby-gdbm: add package version 2.1.0

Add ruby-gdbm-gem package as ruby-gdm.
   2023-09-09 16:15:40 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
databases/ruby-gdbm: remove package

Remove Ruby 3.0 specific ruby-gdbm package.
   2023-05-30 17:49:54 by Takahiro Kambe | Files touched by this commit (1)
Log message:
databases/ruby-gdbm: drop support for ruby27
   2022-10-10 05:24:52 by Takahiro Kambe | Files touched by this commit (9)
Log message:
Drop ruby26 support.
   2022-06-22 12:09:32 by Thomas Klausner | Files touched by this commit (1)
Log message:
ruby-gdbm: limit to 26 27 30

From the 3.1 release notes:

The following gems has been removed from the Ruby standard library.
...
    gdbm
   2020-12-28 09:20:48 by Takahiro Kambe | Files touched by this commit (4)
Log message:
Remove extra RUBY_VERSIONS_ACCEPTED.
   2020-05-21 17:51:52 by Takahiro Kambe | Files touched by this commit (5)
Log message:
remove ruby24 support.
   2020-03-15 17:42:10 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Drop support for ruby22.