Changeset 4890200 for general/genutils


Ignore:
Timestamp:
04/27/2013 06:04:22 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
646d761a
Parents:
78bfd941
Message:

Packages updates and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11157 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/apr-util.xml

    r78bfd941 r4890200  
    66
    77  <!ENTITY apr-util-download-http
    8   "http://archive.apache.org/dist/apr/apr-util-&apr-util-version;.tar.bz2">
    9   <!ENTITY apr-util-download-ftp
    10   "ftp://ftp.mirrorservice.org/sites/ftp.apache.org/apr/apr-util-&apr-util-version;.tar.bz2">
    11   <!ENTITY apr-util-md5sum        "9c1db8606e520f201c451ec9a0b095f6">
    12   <!ENTITY apr-util-size          "644 KB">
    13   <!ENTITY apr-util-buildsize     "8.6 MB">
     8           "http://archive.apache.org/dist/apr/apr-util-&apr-util-version;.tar.bz2">
     9  <!ENTITY apr-util-download-ftp  " ">
     10  <!ENTITY apr-util-md5sum        "89c1348aa79e898d7c34a6206311c9c2">
     11  <!ENTITY apr-util-size          "680 KB">
     12  <!ENTITY apr-util-buildsize     "11 MB">
    1413  <!ENTITY apr-util-time          "0.2 SBU">
    1514]>
     
    2625
    2726  <indexterm zone="apr-util">
    28     <primary sortas="a-apr-util">Apr-Util</primary>
     27    <primary sortas="a-Apr-Util">Apr-Util</primary>
    2928  </indexterm>
    3029
    3130  <sect2 role="package">
    32     <title>Introduction to Apr-Util</title>
     31    <title>Introduction to Apr Util</title>
    3332
    3433    <para>
     
    7574    </itemizedlist>
    7675
    77     <bridgehead renderas="sect3">Apr-Util Dependencies</bridgehead>
     76    <bridgehead renderas="sect3">Apr Util Dependencies</bridgehead>
    7877
    7978    <bridgehead renderas="sect4">Required</bridgehead>
    80     <para role="required"><xref linkend="apr"/>.</para>
     79    <para role="required">
     80      <xref linkend="apr"/>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="openssl"/>
     86    </para>
    8187
    8288    <bridgehead renderas="sect4">Optional</bridgehead>
    8389    <para role="optional">
     90      <xref linkend="db"/>,
     91      <xref linkend="expat"/>,
     92      <ulink url="http://www.freetds.org/">FreeTDS</ulink>,
     93      <xref linkend="mysql"/>,
    8494      <xref linkend="openldap"/>,
    85       <xref linkend="openssl"/>,
    86       <xref linkend="expat"/>,
    87       <xref linkend="unixodbc"/>,
    88       <xref linkend="mysql"/>,
    8995      <xref linkend="postgresql"/>,
    90       <ulink url="http://www.oracle.com/us/products/database/index.html">Oracle 11g</ulink>,
    91       <ulink url="http://www.freetds.org/">FreeTDS</ulink>
    92       <xref linkend="sqlite"/> and <xref linkend="db"/>.
     96      <xref linkend="sqlite"/> and
     97      <xref linkend="unixodbc"/>
    9398    </para>
    9499
     
    99104
    100105  <sect2 role="installation">
    101     <title>Installation of Apr-Util</title>
     106    <title>Installation of Apr Util</title>
    102107
    103108    <para>
    104       Install <application>Apr-Util</application> by running the following
     109      Install <application>Apr Util</application> by running the following
    105110      commands:
    106111    </para>
    107112
    108 <screen><userinput>./configure -&#45;prefix=/usr -&#45;with-apr=/usr -&#45;with-gdbm=/usr &amp;&amp;
     113<screen><userinput>./configure --prefix=/usr       \
     114            --with-apr=/usr     \
     115            --with-gdbm=/usr    \
     116            --with-openssl=/usr \
     117            --with-crypto &amp;&amp;
    109118make</userinput></screen>
    110119
     
    124133
    125134    <para>
    126       <option>-&#45;with-gdbm=/usr</option>: This option makes it compile the
     135      <parameter>--with-gdbm=/usr</parameter>: This switch enables the
    127136      <filename class="libraryfile">apr_dbm_gdbm-1.so</filename> plugin.
    128137    </para>
    129138
    130139    <para>
    131       <option>-&#45;with-berkeley-db=/usr</option>: If you have installed
    132       <xref linkend="db"/> use this option to compile the
     140      <parameter>--with-openssl=/usr --with-crypto</parameter>: These
     141      switches enable the
     142      <filename class="libraryfile">apr_crypto_openssl-1.so</filename>
     143      plugin. Remove them if you have not installed
     144      <xref linkend="openssl"/>.
     145    </para>
     146
     147    <para>
     148      <parameter>--with-berkeley-db=/usr</parameter>: If you have
     149      installed <xref linkend="db"/>, use this switch to compile the
    133150      <filename class="libraryfile">apr_dbm_db-1.so</filename> plugin.
    134151    </para>
    135152
    136     <para>
    137       <option>-&#45;with-openssl=/usr</option> and
    138       <option>-&#45;with-crypto</option>: If you have installed
    139       <xref linkend="openssl"/>, use these options to compile the
    140       <filename class="libraryfile">apr_crypto_openssl-1.so</filename> plugin.
    141     </para>
    142153  </sect2>
    143154
     
    151162
    152163      <seglistitem>
    153         <seg>apu-1-config</seg>
    154         <seg>libaprutil-1.so</seg>
    155         <seg>/usr/lib/apr-util-1</seg>
     164        <seg>
     165          apu-1-config
     166        </seg>
     167        <seg>
     168          libaprutil-1.so
     169        </seg>
     170        <seg>
     171          /usr/lib/apr-util-1
     172        </seg>
    156173      </seglistitem>
    157174    </segmentedlist>
     
    161178      <?dbfo list-presentation="list"?>
    162179      <?dbhtml list-presentation="table"?>
    163 
    164       <varlistentry id="apu-1-config">
    165         <term><command>apu-1-config</command></term>
    166         <listitem>
    167           <para>is a simple script that provides information about the
    168           installed APR-Util program.</para>
    169           <indexterm zone="apache apu-1-config">
    170             <primary sortas="b-apu-1-config">apu-1-config</primary>
    171           </indexterm>
    172         </listitem>
    173       </varlistentry>
    174180
    175181      <varlistentry id="libaprutil-1">
     
    185191        </listitem>
    186192      </varlistentry>
     193
    187194    </variablelist>
     195
    188196  </sect2>
     197
    189198</sect1>
  • general/genutils/sharutils.xml

    r78bfd941 r4890200  
    77  <!ENTITY sharutils-download-http "http://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.xz">
    88  <!ENTITY sharutils-download-ftp  "ftp://ftp.gnu.org/gnu/sharutils/sharutils-&sharutils-version;.tar.xz">
    9   <!ENTITY sharutils-md5sum        "ac996dbe2dfc74647b500506af56779b">
    10   <!ENTITY sharutils-size          "940 KB">
    11   <!ENTITY sharutils-buildsize     "18 MB">
     9  <!ENTITY sharutils-md5sum        "05b66d9b30336a9fd3b28fd1860e26c1">
     10  <!ENTITY sharutils-size          "1.1 MB">
     11  <!ENTITY sharutils-buildsize     "20 MB">
    1212  <!ENTITY sharutils-time          "0.3 SBU">
    1313]>
     
    7272
    7373    <para condition="html" role="usernotes">User Notes:
    74     <ulink url="&blfs-wiki;/sharutils"/></para>
    75 
     74      <ulink url="&blfs-wiki;/sharutils"/>
     75    </para>
    7676  </sect2>
    7777
Note: See TracChangeset for help on using the changeset viewer.