Changeset ce1d4c88
- Timestamp:
- 05/01/2005 09:49:57 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 03735e97
- Parents:
- e3353b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gdbm.xml
re3353b3 rce1d4c88 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!ENTITY gdbm-download-http "http://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">8 <!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz">9 <!ENTITY gdbm-md5sum "1d1b1d5c0245b1c00aff92da751e9aa1">10 <!ENTITY gdbm-size "223 KB">11 <!ENTITY gdbm-buildsize "2.75 MB">12 <!ENTITY gdbm-time "0.08 SBU">6 7 <!ENTITY gdbm-download-http "http://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz"> 8 <!ENTITY gdbm-download-ftp "ftp://ftp.gnu.org/gnu/gdbm/gdbm-&gdbm-version;.tar.gz"> 9 <!ENTITY gdbm-md5sum "1d1b1d5c0245b1c00aff92da751e9aa1"> 10 <!ENTITY gdbm-size "223 KB"> 11 <!ENTITY gdbm-buildsize "2.75 MB"> 12 <!ENTITY gdbm-time "0.08 SBU"> 13 13 ]> 14 14 15 15 <sect1 id="gdbm" xreflabel="GDBM-&gdbm-version;"> 16 <sect1info> 17 <othername>$LastChangedBy$</othername> 18 <date>$Date$</date> 19 </sect1info> 20 <?dbhtml filename="gdbm.html"?> 21 <title>GDBM-&gdbm-version;</title> 22 <indexterm zone="gdbm"> 23 <primary sortas="a-GDBM">GDBM</primary></indexterm> 16 <?dbhtml filename="gdbm.html"?> 17 18 <sect1info> 19 <othername>$LastChangedBy$</othername> 20 <date>$Date$</date> 21 </sect1info> 22 23 <title>GDBM-&gdbm-version;</title> 24 25 <indexterm zone="gdbm"> 26 <primary sortas="a-GDBM">GDBM</primary> 27 </indexterm> 24 28 25 <sect2> 26 <title>Introduction to 27 <application><acronym>GDBM</acronym></application></title> 29 <sect2 role="package"> 30 <title>Introduction to GDBM</title> 28 31 29 <para>The <application><acronym>GDBM</acronym></application> package 30 contains the <acronym>GNU</acronym> Database Manager. This 31 is a disk file format database which stores key/data-pairs in single 32 files. The actual data of any record being stored is indexed by a unique 33 key, which can be retrieved in less time than if it was stored in a text 34 file.</para> 32 <para>The <application>GDBM</application> package contains the 33 GNU Database Manager. This is a disk file format database which stores 34 key/data-pairs in single files. The actual data of any record being stored 35 is indexed by a unique key, which can be retrieved in less time than if it 36 was stored in a text file.</para> 37 38 <bridgehead renderas="sect3">Package Information</bridgehead> 39 <itemizedlist spacing="compact"> 40 <listitem> 41 <para>Download (HTTP): <ulink url="&gdbm-download-http;"/></para> 42 </listitem> 43 <listitem> 44 <para>Download (FTP): <ulink url="&gdbm-download-ftp;"/></para> 45 </listitem> 46 <listitem> 47 <para>Download MD5 sum: &gdbm-md5sum;</para> 48 </listitem> 49 <listitem> 50 <para>Download size: &gdbm-size;</para> 51 </listitem> 52 <listitem> 53 <para>Estimated disk space required: &gdbm-buildsize;</para> 54 </listitem> 55 <listitem> 56 <para>Estimated build time: &gdbm-time;</para> 57 </listitem> 58 </itemizedlist> 59 60 </sect2> 61 62 <sect2 role="installation"> 63 <title>Installation of GDBM</title> 35 64 36 <sect3><title>Package information</title> 37 <itemizedlist spacing='compact'> 38 <listitem><para>Download (HTTP): <ulink 39 url="&gdbm-download-http;"/></para></listitem> 40 <listitem><para>Download (FTP): <ulink 41 url="&gdbm-download-ftp;"/></para></listitem> 42 <listitem><para>Download MD5 sum: &gdbm-md5sum;</para></listitem> 43 <listitem><para>Download size: &gdbm-size;</para></listitem> 44 <listitem><para>Estimated disk space required: 45 &gdbm-buildsize;</para></listitem> 46 <listitem><para>Estimated build time: 47 &gdbm-time;</para></listitem></itemizedlist> 48 </sect3> 65 <para>Install <application>GDBM</application> by running 66 the following commands: 67 </para> 49 68 50 </sect2> 69 <screen><userinput>./configure --prefix=/usr && 70 make</userinput></screen> 51 71 52 <sect2>53 <title>Installation of54 <application><acronym>GDBM</acronym></application></title>72 <para>This package does not come with a test suite.</para> 73 74 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 55 75 56 <para>Install <application><acronym>GDBM</acronym></application> by running 57 the following commands: 58 </para> 76 <screen role="root"><userinput>make BINOWN=root BINGRP=root install</userinput></screen> 59 77 60 <screen><userinput><command>./configure --prefix=/usr && 61 make</command></userinput></screen> 78 <para>In addition, you may need to install the <application>DBM</application> 79 and <application>NDBM</application> compatibility headers and library since 80 some applications look for these older dbm routines.</para> 62 81 63 <para>This package does not come with a test suite.</para> 82 <screen role="root"><userinput>make BINOWN=root BINGRP=root install-compat</userinput></screen> 83 84 </sect2> 85 86 <sect2 role="commands"> 87 <title>Command Explanations</title> 64 88 65 <para>Now, as the root user:</para> 89 <para><command>make BINOWN=root BINGRP=root install</command>: This 90 command overrides the <varname>BINOWN</varname> and 91 <varname>BINGRP</varname> variables in the <filename>Makefile</filename> 92 changing ownership of the installed files to root instead of the bin 93 user.</para> 94 95 </sect2> 96 97 <sect2 role="content"> 98 <title>Contents</title> 66 99 67 <screen><userinput role='root'><command>make BINOWN=root BINGRP=root install</command></userinput></screen> 100 <segmentedlist> 101 <segtitle>Installed Programs</segtitle> 102 <segtitle>Installed Libraries</segtitle> 103 <segtitle>Installed Directories</segtitle> 104 105 <seglistitem> 106 <seg>None</seg> 107 <seg>libgdbm.[so,a] and libgdbm_compat.[so,a]</seg> 108 <seg>None</seg> 109 </seglistitem> 110 </segmentedlist> 111 112 <variablelist> 113 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 114 <?dbfo list-presentation="list"?> 115 <?dbhtml list-presentation="table"?> 116 117 <varlistentry id="libgdbm"> 118 <term><filename class='libraryfile'>libgdbm.[so,a]</filename></term> 119 <listitem> 120 <para>contains functions that perform database routines using 121 extendible hashing.</para> 122 <indexterm zone="gdbm libgdbm"> 123 <primary sortas="c-libgdbm">libgdbm.[so,a]</primary> 124 </indexterm> 125 </listitem> 126 </varlistentry> 127 128 </variablelist> 68 129 69 <para>In addition, you may need to install the <application>DBM</application> 70 and <application>NDBM</application> compatibility headers and library since 71 some applications look for these older dbm routines.</para> 72 73 <screen><userinput role='root'><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen> 74 75 </sect2> 76 77 <sect2> 78 <title>Command explanations</title> 79 80 <para><command>make BINOWN=root BINGRP=root install</command>: This 81 command overrides the <varname>BINOWN</varname> and 82 <varname>BINGRP</varname> variables in the <filename>Makefile</filename> 83 changing ownership of the installed files to root instead of the bin 84 user.</para> 85 86 </sect2> 87 88 <sect2> 89 <title>Contents</title> 90 91 <segmentedlist> 92 <segtitle>Installed Programs</segtitle> 93 <segtitle>Installed Libraries</segtitle> 94 <segtitle>Installed Directories</segtitle> 95 96 <seglistitem> 97 <seg>None</seg> 98 <seg>libgdbm.[so,a] and libgdbm_compat.[so,a]</seg> 99 <seg>None</seg> 100 </seglistitem> 101 </segmentedlist> 102 103 <variablelist> 104 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 105 <?dbfo list-presentation="list"?> 106 107 <varlistentry id="libgdbm"> 108 <term><filename class='libraryfile'>libgdbm.[so,a]</filename></term> 109 <listitem><para>contains functions that perform database routines using 110 extendible hashing.</para> 111 <indexterm zone="gdbm libgdbm"> 112 <primary sortas="c-libgdbm">libgdbm.[so,a]</primary> 113 </indexterm></listitem> 114 </varlistentry> 115 </variablelist> 116 117 </sect2> 130 </sect2> 118 131 119 132 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.