Changeset e921ae99
- Timestamp:
- 03/30/2005 11:02:55 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9ba1dd2
- Parents:
- 8825a2a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gdbm.xml
r8825a2a re921ae99 9 9 <!ENTITY gdbm-md5sum "1d1b1d5c0245b1c00aff92da751e9aa1"> 10 10 <!ENTITY gdbm-size "223 KB"> 11 <!ENTITY gdbm-buildsize " 4.1MB">11 <!ENTITY gdbm-buildsize "2.75 MB"> 12 12 <!ENTITY gdbm-time "0.08 SBU"> 13 13 ]> … … 20 20 <?dbhtml filename="gdbm.html"?> 21 21 <title>GDBM-&gdbm-version;</title> 22 <indexterm zone="gdbm"> 23 <primary sortas="a-GDBM">GDBM</primary></indexterm> 22 24 23 25 <sect2> … … 57 59 58 60 <screen><userinput><command>./configure --prefix=/usr && 59 make && 60 make BINOWN=root BINGRP=root install</command></userinput></screen> 61 make</command></userinput></screen> 62 63 <para>Now, as the root user:</para> 64 65 <screen><userinput role='root'><command>make BINOWN=root BINGRP=root install</command></userinput></screen> 61 66 62 67 <para>In addition, you may need to install the <application>DBM</application> 63 and <application>NDBM</application> compatibility headers since some64 applications look for these older dbm routines.</para>68 and <application>NDBM</application> compatibility headers and library since 69 some applications look for these older dbm routines.</para> 65 70 66 <screen><userinput ><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen>71 <screen><userinput role='root'><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen> 67 72 68 73 </sect2> … … 82 87 <title>Contents</title> 83 88 84 <para>The <application><acronym>GDBM</acronym></application> package 85 contains <filename class="libraryfile">libgdbm</filename> libraries.</para> 89 <segmentedlist> 90 <segtitle>Installed Programs</segtitle> 91 <segtitle>Installed Libraries</segtitle> 92 <segtitle>Installed Directories</segtitle> 86 93 87 </sect2> 94 <seglistitem> 95 <seg>None</seg> 96 <seg>libgdbm.[so,a] and libgdbm_compat.[so,a]</seg> 97 <seg>None</seg> 98 </seglistitem> 99 </segmentedlist> 88 100 89 <sect2><title>Description</title> 101 <variablelist> 102 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 103 <?dbfo list-presentation="list"?> 90 104 91 <sect3><title>gdbm libraries</title> 92 <para><filename class="libraryfile">libgdbm</filename> libraries contain 93 functions that perform database routines using extendible hashing.</para> 94 </sect3> 105 <varlistentry id="libgdbm"> 106 <term><filename class='libraryfile'>libgdbm.[so,a]</filename></term> 107 <listitem><para>contains functions that perform database routines using 108 extendible hashing.</para> 109 <indexterm zone="gdbm libgdbm"> 110 <primary sortas="c-libgdbm">libgdbm.[so,a]</primary> 111 </indexterm></listitem> 112 </varlistentry> 113 </variablelist> 95 114 96 115 </sect2> -
postlfs/security/heimdal.xml
r8825a2a re921ae99 9 9 <!ENTITY heimdal-md5sum "2265fd2d4573dd3a8da45ce62519e48b"> 10 10 <!ENTITY heimdal-size "3.3 MB"> 11 <!ENTITY heimdal-buildsize "7 0MB">12 <!ENTITY heimdal-time "2. 18SBU">11 <!ENTITY heimdal-buildsize "71 MB"> 12 <!ENTITY heimdal-time "2.06 SBU"> 13 13 ]> 14 14
Note:
See TracChangeset
for help on using the changeset viewer.