annotate databases/pypy2-gdbm/pkg-descr @ 206:7f8d6a19c404

Rename port options regarding translation: they now have all a TRANS_ prefix. This is to remove possible clashes with other PYTHON-related port options and variables.
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 14 Mar 2025 01:16:50 +0100
parents 4f64ace8fb9e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
158
d9a47ce6213d ADD: The latest easily available port files for databases/pypy-gdbm
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 PyPy bindings to the GNU dbm library.
193
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
2
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
3 GNU dbm (or GDBM, for short) is a library of database functions that
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
4 use extensible hashing and work similar to the standard UNIX
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
5 dbm. These routines are provided to a programmer needing to create and
4f64ace8fb9e Extend COMMENT and pkg-dest
Franz Glasner <hg@dom66.de>
parents: 169
diff changeset
6 manipulate a hashed database (as key/data pairs).