Changeset 3a0d3cf8


Ignore:
Timestamp:
03/24/2005 08:01:57 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
19bf3801
Parents:
ea97e13
Message:

Updated build entities and added indexing tags to expat and FreeType

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    rea97e13 r3a0d3cf8  
    1010<!ENTITY expat-size "314 KB">
    1111<!ENTITY expat-buildsize "4.2 MB">
    12 <!ENTITY expat-time "0.11 SBU">
     12<!ENTITY expat-time "0.08 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="expat.html"?>
    2121<title>expat-&expat-version;</title>
     22<indexterm zone="expat">
     23<primary sortas="a-Expat">Expat</primary></indexterm>
    2224
    2325<sect2>
     
    5658
    5759<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    58 make &amp;&amp;
    59 make install</command></userinput></screen>
     60make</command></userinput></screen>
     61
     62<para>Now, as the root user:</para>
     63
     64<screen><userinput role='root'><command>make install</command></userinput></screen>
    6065
    6166</sect2>
     
    6469<title>Contents</title>
    6570
    66 <para>The <application>expat</application> package contains the
    67 <filename>libexpat</filename> libraries and
    68 <command>xmlwf</command>.</para>
     71<segmentedlist>
     72<segtitle>Installed Program</segtitle>
     73<segtitle>Installed Library</segtitle>
     74<segtitle>Installed Directories</segtitle>
    6975
    70 </sect2>
     76<seglistitem>
     77<seg>xmlwf</seg>
     78<seg>libexpat.[so,a]</seg>
     79<seg>None</seg>
     80</seglistitem>
     81</segmentedlist>
    7182
    72 <sect2><title>Description</title>
     83<variablelist>
     84<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     85<?dbfo list-presentation="list"?>
    7386
    74 <sect3><title>xmlwf</title>
    75 <para><command>xmlwf</command> is a non-validating utility to check whether or
    76 not <acronym>XML</acronym> documents are well formed.</para></sect3>
     87<varlistentry id="xmlwf">
     88<term><command>xmlwf</command></term>
     89<listitem><para>is a non-validating utility to check whether or not
     90<acronym>XML</acronym> documents are well formed.</para>
     91<indexterm zone="expat xmlwf">
     92<primary sortas="b-xmlwf">xmlwf</primary>
     93</indexterm></listitem>
     94</varlistentry>
     95
     96<varlistentry id="libexpat">
     97<term><filename class='libraryfile'>libexpat.[so,a]</filename></term>
     98<listitem><para>contains <acronym>API</acronym> functions for parsing
     99<acronym>XML</acronym>.</para>
     100<indexterm zone="expat libexpat">
     101<primary sortas="c-libexpat">libexpat.[so,a]</primary>
     102</indexterm></listitem>
     103</varlistentry>
     104</variablelist>
    77105
    78106</sect2>
  • general/graphlib/freetype2.xml

    rea97e13 r3a0d3cf8  
    99<!ENTITY freetype2-md5sum "ec1b903e4be5f073caa72458ea58c29c">
    1010<!ENTITY freetype2-size "970 KB">
    11 <!ENTITY freetype2-buildsize "18 MB">
    12 <!ENTITY freetype2-time "0.32 SBU">
     11<!ENTITY freetype2-buildsize "20.1 MB">
     12<!ENTITY freetype2-time "0.29 SBU">
    1313]>
    1414
     
    2020<?dbhtml filename="freetype2.html"?>
    2121<title>FreeType-&freetype2-version;</title>
     22<indexterm zone="freetype2">
     23<primary sortas="a-FreeType">FreeType</primary></indexterm>
    2224
    2325<sect2>
    2426<title>Introduction to <application>FreeType2</application></title>
    2527
    26 <para>The <application>FreeType2</application> package contains a library to
     28<para>The <application>FreeType2</application> package contains a library to 
    2729allow applications to properly render
    2830<application>TrueType</application> fonts.</para>
     
    4446<sect3><title>Additional downloads</title>
    4547<itemizedlist spacing='compact'>
    46 <listitem><para>Recommended Patch: <ulink
     48<listitem><para>Recommended patch: <ulink
    4749url="&patch-root;/freetype-&freetype2-version;-bytecode_interpreter-1.patch"/>
    4850</para></listitem>
     
    5961<screen><userinput><command>patch -Np1 -i ../freetype-&freetype2-version;-bytecode_interpreter-1.patch &amp;&amp;
    6062./configure --prefix=/usr &amp;&amp;
    61 make &amp;&amp;
    62 make install</command></userinput></screen>
     63make</command></userinput></screen>
     64
     65<para>Now, as the root user:</para>
     66
     67<screen><userinput role='root'><command>make install</command></userinput></screen>
    6368
    6469</sect2>
     
    6772<title>Contents</title>
    6873
    69 <para>The <application>FreeType2</application> package contains
    70 <filename class="libraryfile">libfreetype</filename> libraries.</para>
    71 </sect2>
     74<segmentedlist>
     75<segtitle>Installed Program</segtitle>
     76<segtitle>Installed Library</segtitle>
     77<segtitle>Installed Directory</segtitle>
    7278
    73 <sect2><title>Description</title>
     79<seglistitem>
     80<seg>freetype-config</seg>
     81<seg>libfreetype.[so,a]</seg>
     82<seg>/usr/include/freetype2</seg>
     83</seglistitem>
     84</segmentedlist>
    7485
    75 <sect3><title>FreeType2 libraries</title>
    76 <para><application>FreeType2</application> libraries add
    77 <application>TrueType</application> font capabilities to
    78 <application>XFree86</application>.</para></sect3>
     86<variablelist>
     87<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     88<?dbfo list-presentation="list"?>
     89
     90<varlistentry id="freetype-config">
     91<term><command>freetype-config</command></term>
     92<listitem><para>is used to get <application>FreeType</application> compilation
     93and linking information.</para>
     94<indexterm zone="freetype2 freetype-config">
     95<primary sortas="b-freetype-config">freetype-config</primary>
     96</indexterm></listitem>
     97</varlistentry>
     98
     99<varlistentry id="libfreetype">
     100<term><filename class='libraryfile'>libfreetype.[so,a]</filename></term>
     101<listitem><para>contains functions to add <application>TrueType</application>
     102font capabilities to the X Window system.</para>
     103<indexterm zone="freetype2 libfreetype">
     104<primary sortas="c-libfreetype">libfreetype.[so,a]</primary>
     105</indexterm></listitem>
     106</varlistentry>
     107</variablelist>
    79108
    80109</sect2>
Note: See TracChangeset for help on using the changeset viewer.