diff --git a/general/genlib/gdbm.xml b/general/genlib/gdbm.xml index 33e8164f6f..3350d0c046 100644 --- a/general/genlib/gdbm.xml +++ b/general/genlib/gdbm.xml @@ -3,118 +3,131 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ %general-entities; - - - - - - - + + + + + + + ]> - -$LastChangedBy$ -$Date$ - - -GDBM-&gdbm-version; - -GDBM + + + + $LastChangedBy$ + $Date$ + + + GDBM-&gdbm-version; + + + GDBM + - -Introduction to -<application><acronym>GDBM</acronym></application> + + Introduction to GDBM -The GDBM package -contains the GNU Database Manager. This -is a disk file format database which stores key/data-pairs in single -files. The actual data of any record being stored is indexed by a unique -key, which can be retrieved in less time than if it was stored in a text -file. + The GDBM package contains the + GNU Database Manager. This is a disk file format database which stores + key/data-pairs in single files. The actual data of any record being stored + is indexed by a unique key, which can be retrieved in less time than if it + was stored in a text file. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &gdbm-md5sum; + + + Download size: &gdbm-size; + + + Estimated disk space required: &gdbm-buildsize; + + + Estimated build time: &gdbm-time; + + + + + + + Installation of GDBM -Package information - -Download (HTTP): -Download (FTP): -Download MD5 sum: &gdbm-md5sum; -Download size: &gdbm-size; -Estimated disk space required: -&gdbm-buildsize; -Estimated build time: -&gdbm-time; - + Install GDBM by running + the following commands: + - +./configure --prefix=/usr && +make - -Installation of -<application><acronym>GDBM</acronym></application> + This package does not come with a test suite. + + Now, as the root user: -Install GDBM by running -the following commands: - +make BINOWN=root BINGRP=root install -./configure --prefix=/usr && -make + In addition, you may need to install the DBM + and NDBM compatibility headers and library since + some applications look for these older dbm routines. -This package does not come with a test suite. +make BINOWN=root BINGRP=root install-compat + + + + + Command Explanations -Now, as the root user: + make BINOWN=root BINGRP=root install: This + command overrides the BINOWN and + BINGRP variables in the Makefile + changing ownership of the installed files to root instead of the bin + user. + + + + + Contents -make BINOWN=root BINGRP=root install + + Installed Programs + Installed Libraries + Installed Directories + + + None + libgdbm.[so,a] and libgdbm_compat.[so,a] + None + + + + + Short Descriptions + + + + + libgdbm.[so,a] + + contains functions that perform database routines using + extendible hashing. + + libgdbm.[so,a] + + + + + -In addition, you may need to install the DBM -and NDBM compatibility headers and library since -some applications look for these older dbm routines. - -make BINOWN=root BINGRP=root install-compat - - - - -Command explanations - -make BINOWN=root BINGRP=root install: This -command overrides the BINOWN and -BINGRP variables in the Makefile -changing ownership of the installed files to root instead of the bin -user. - - - - -Contents - - -Installed Programs -Installed Libraries -Installed Directories - - -None -libgdbm.[so,a] and libgdbm_compat.[so,a] -None - - - - -Short Descriptions - - - -libgdbm.[so,a] -contains functions that perform database routines using -extendible hashing. - -libgdbm.[so,a] - - - - - +