Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-DB_File | Distribution: openSUSE Tumbleweed |
Version: 1.859.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Mar 8 23:15:32 2024 |
Group: Unspecified | Build host: reproducible |
Size: 182915 | Source RPM: perl-DB_File-1.859.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://metacpan.org/release/DB_File | |
Summary: Perl5 access to Berkeley DB version 1.x |
*DB_File* is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see Using DB_File with Berkeley DB version 2 or greater). It is assumed that you have a copy of the Berkeley DB manual pages at hand when reading this documentation. The interface defined here mirrors the Berkeley DB interface closely. Berkeley DB is a C library which provides a consistent interface to a number of database formats. *DB_File* provides an interface to all three of the database types currently supported by Berkeley DB. The file types are: * *DB_HASH* This database type allows arbitrary key/value pairs to be stored in data files. This is equivalent to the functionality provided by other hashing packages like DBM, NDBM, ODBM, GDBM, and SDBM. Remember though, the files created using DB_HASH are not compatible with any of the other packages mentioned. A default hashing algorithm, which will be adequate for most applications, is built into Berkeley DB. If you do need to use your own hashing algorithm it is possible to write your own in Perl and have *DB_File* use it instead. * *DB_BTREE* The btree format allows arbitrary key/value pairs to be stored in a sorted, balanced binary tree. As with the DB_HASH format, it is possible to provide a user defined Perl routine to perform the comparison of keys. By default, though, the keys are stored in lexical order. * *DB_RECNO* DB_RECNO allows both fixed-length and variable-length flat text files to be manipulated using the same key/value pair interface as in DB_HASH and DB_BTREE. In this case the key will consist of a record (line) number.
Artistic-1.0 OR GPL-1.0-or-later
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com> - Fix disabling of __perllib_provides * Tue Aug 22 2023 Tina Müller <timueller+perl@suse.de> - updated to 1.859 see /usr/share/doc/packages/perl-DB_File/Changes 1.859 21 August 2023 * silence clang compiler warnings https://github.com/pmqs/DB_File/issues/13 Sun Aug 20 16:30:05 2023 +0100 6f8902efe7b2782ad418ea53ddaad08ed9bebf9b * Sat May 14 2022 Tina Müller <timueller+perl@suse.de> - updated to 1.858 see /usr/share/doc/packages/perl-DB_File/Changes 1.858 13 May 2022 * Update to license wording Fri May 13 07:50:35 2022 +0100 5089ede9dbc01ea9e47f5cb96bf9c8706ad1794d * Sat Feb 26 2022 Tina Müller <timueller+perl@suse.de> - updated to 1.857 see /usr/share/doc/packages/perl-DB_File/Changes 1.857 25 February 2022 * Silence gcc12 'empty-body' warning https://github.com/pmqs/DB_File/issues/10 22c4850b70d0c32eb4acb9c987868274a61072ec * Wed Jun 23 2021 Tina Müller <timueller+perl@suse.de> - updated to 1.856 see /usr/share/doc/packages/perl-DB_File/Changes 1.856 22 June 2021 * Ensure that all *.bak files are cleaned up https://github.com/pmqs/DB_File/pull/9 96bcf494625897ab4fcda322481dd6f730bdb668 * Wed Oct 14 2020 Tina Müller <timueller+perl@suse.de> - updated to 1.855 see /usr/share/doc/packages/perl-DB_File/Changes 1.855 13 October 2020 * Stop shipping DB_File_BS for the NeXT operating system. https://github.com/pmqs/DB_File/pull/7 e5f329e066bf99f683c895f4a8b8ea328804bbb1 80e0bb7b655a2cb035292b3ae4b095d569314bdf * Thu Sep 17 2020 Tina Müller <timueller+perl@suse.de> - updated to 1.854 see /usr/share/doc/packages/perl-DB_File/Changes 1.854 16 September 2020 * Prefer direct notation over indirect (#4) * Make hint/BS snippets strict compliant. * trim whitespace * Mon Jan 06 2020 <timueller+perl@suse.de> - updated to 1.853 see /usr/share/doc/packages/perl-DB_File/Changes * Mon Apr 22 2019 Stephan Kulow <coolo@suse.com> - updated to 1.852 see /usr/share/doc/packages/perl-DB_File/Changes 1.852 21 April Feb 2019 * ParseOpenInfo() leaks if it croaks DB_File_type memory not freed when ParseOpenInfo croaks. https://github.com/pmqs/DB_File/issues/1 * Fix whitespace in DB_File.xs * Fri Apr 05 2019 Stephan Kulow <coolo@suse.com> - updated to 1.851 see /usr/share/doc/packages/perl-DB_File/Changes 1.851 4 April Feb 2019 * Fix typo in MANIFEST with .travis.yml file
/usr/lib/perl5/vendor_perl/5.40.1/armv6l-linux-thread-multi-64int/DB_File.pm /usr/lib/perl5/vendor_perl/5.40.1/armv6l-linux-thread-multi-64int/auto/DB_File /usr/lib/perl5/vendor_perl/5.40.1/armv6l-linux-thread-multi-64int/auto/DB_File/DB_File.so /usr/share/doc/packages/perl-DB_File /usr/share/doc/packages/perl-DB_File/Changes /usr/share/doc/packages/perl-DB_File/README /usr/share/doc/packages/perl-DB_File/dbinfo /usr/share/man/man3/DB_File.3pmc.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 31 23:32:22 2025