SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-DB_File rpm build for : Old RedHat 7.X. For other distributions click perl-DB_File.

Name : perl-DB_File
Version : 1.810 Vendor : Paul Marquess < pmqs_cpan_org>
Release : 1 Date : 2004-11-25 13:22:17
Group : Applications/CPAN Source RPM : perl-DB_File-1.810-1.src.rpm
Size : 0.23 MB
Packager : Peter Pramberger < peter_pramberger_member_fsf_org>
Summary : DB_File - Perl5 access to Berkeley DB version 1.x
Description :
B< 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 L< 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. B< DB_File> provides an interface to all
three of the database types currently supported by Berkeley DB.

The file types are:

=over 5

=item B< 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
B< DB_File> use it instead.

=item B< 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.

=item B< 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.

=back

RPM found in directory: /packages/linux-pbone/archive/ftp.pramberger.at/systems/linux/contrib/rh73/i386

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-DB_File-1.810-1.pp-rh73.i386.rpm
     Search for other platforms
perl-DB_File-1.810-1.pp-rh73.sparc.rpm
perl-DB_File-1.810-1.pp-rh73.alpha.rpm
perl-DB_File-1.810-1.pp-rh73.ppc.rpm
perl-DB_File-1.810-1.pp-rh73.ia64.rpm
perl-DB_File-1.810-1.pp-rh73.s390.rpm

Provides :
DB_File.so
perl(DB_File)
perl(DB_File::BTREEINFO)
perl(DB_File::HASHINFO)
perl(DB_File::RECNOINFO)
perl-DB_File

Requires :
ld-linux.so.2
rpmlib(CompressedFileNames) <= 3.0.4-1
perl(warnings)
rpmlib(VersionedDependencies) <= 3.0.3-1
perl(Carp)
libc.so.6(GLIBC_2.0)
perl(Exporter)
perl(Tie::Hash)
libc.so.6(GLIBC_2.1.3)
perl(AutoLoader)
perl => 0:5.00404
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
perl(strict)
libc.so.6
libdb-4.2.so


Content of RPM :
/usr/lib/perl5/5.6.1/i386-linux/DB_File.pm
/usr/lib/perl5/5.6.1/i386-linux/auto/DB_File
/usr/lib/perl5/5.6.1/i386-linux/auto/DB_File/DB_File.so
/usr/lib/perl5/5.6.1/i386-linux/auto/DB_File/autosplit.ix
/usr/share/doc/perl-DB_File-1.810
/usr/share/doc/perl-DB_File-1.810/Changes
/usr/share/doc/perl-DB_File-1.810/README
/usr/share/doc/perl-DB_File-1.810/hints
/usr/share/doc/perl-DB_File-1.810/hints/dynixptx.pl
/usr/share/doc/perl-DB_File-1.810/hints/sco.pl
/usr/share/doc/perl-DB_File-1.810/patches
/usr/share/doc/perl-DB_File-1.810/patches/5.004
/usr/share/doc/perl-DB_File-1.810/patches/5.004_01
/usr/share/doc/perl-DB_File-1.810/patches/5.004_02
/usr/share/doc/perl-DB_File-1.810/patches/5.004_03
/usr/share/doc/perl-DB_File-1.810/patches/5.004_04
/usr/share/doc/perl-DB_File-1.810/patches/5.004_05
/usr/share/doc/perl-DB_File-1.810/patches/5.005
/usr/share/doc/perl-DB_File-1.810/patches/5.005_01
/usr/share/doc/perl-DB_File-1.810/patches/5.005_02
/usr/share/doc/perl-DB_File-1.810/patches/5.005_03
/usr/share/doc/perl-DB_File-1.810/patches/5.6.0
/usr/share/man/man3/DB_File.3pm.gz

 
ICM