Ignore:
Timestamp:
06/18/2003 03:21:47 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4e5f045
Parents:
42e54bc0
Message:

update expat intro

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

Location:
general/genlib/expat
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat/expat-desc.xml

    r42e54bc0 re3458b42  
    22<title>Contents</title>
    33
    4 <para>The expat package contains the <filename>libexpat</filename> libraries and
    5 <userinput>xmlwf</userinput>.</para>
     4<para>The <application>expat</application> package contains the <filename>libexpat</filename> libraries and
     5<command>xmlwf</command>.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>xmlwf</title>
    12 <para>xmlwf is a non-validating utility to check whether or not XML
    13 documents are well formed.</para></sect3>
     12<para><command>xmlwf</command> is a non-validating utility to check whether or
     13not XML documents are well formed.</para></sect3>
    1414
    1515</sect2>
  • general/genlib/expat/expat-inst.xml

    r42e54bc0 re3458b42  
    11<sect2>
    2 <title>Installation of expat</title>
     2<title>Installation of <application>expat</application></title>
    33
    4 <para>The <filename>expat.h</filename> declares XML_Status after its first use.  This is
    5 corrected by the following patch:
     4<para>The <filename>expat.h</filename> declares XML_Status after its first use.  This is corrected by the following patch:
    65
    7 <screen><userinput>patch -Np1 -i ../expat-1.95.6.patch</userinput></screen></para>
     6<screen><userinput><command>patch -Np1 -i ../expat-1.95.6.patch</command></userinput></screen></para>
    87
    9 <para>Install expat by running the following commands:</para>
     8<para>Install <application>expat</application> by running the following commands:</para>
    109
    11 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     10<para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    1211make &amp;&amp;
    13 make install</userinput></screen></para>
     12make install</command></userinput></screen></para>
    1413
    1514</sect2>
  • general/genlib/expat/expat-intro.xml

    r42e54bc0 re3458b42  
    11<sect2>
    22<title>Introduction to expat</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&expat-download-http;"/>
    5 Version used:                   &expat-version;
    6 Package size:                   &expat-size;
    7 Estimated Disk space required:  &expat-buildsize;
    8 Estimated build time:           &expat-time;</screen>
    93
    104<para>The expat package contains a stream oriented C library for
    115parsing XML.</para>
    126
    13 <para>Download the patch for expat from <ulink url="&hfile-root;"/>.</para>
     7<sect3><title>Package information</title>
     8<itemizedlist spacing='compact'>
     9<listitem><para>Download (HTTP): <ulink url="&expat-download-http;"/></para></listitem>
     10<listitem><para>Download (FTP): <ulink url="&expat-download-ftp;"/></para></listitem>
     11<listitem><para>Download size: &expat-size;</para></listitem>
     12<listitem><para>Estimated Disk space required: &expat-buildsize;</para></listitem>
     13<listitem><para>Estimated build time: &expat-time;</para></listitem></itemizedlist></sect3>
     14<sect3><title>Additional downloads</title>
     15<itemizedlist spacing='compact'>
     16<listitem><para>Required Patch: <ulink url="&hfile-root;/expat-&expat-version;.patch"/></para></listitem></itemizedlist></sect3>
    1417
    1518</sect2>
  • general/genlib/expat/expat.ent

    r42e54bc0 re3458b42  
    66<!ENTITY expat-buildsize "3.2 MB">
    77<!ENTITY expat-version "1.95.6">
    8 <!ENTITY expat-download-http
    9          "http://umn.dl.sourceforge.net/sourceforge/expat/expat-1.95.6.tar.gz">
     8<!ENTITY expat-download-http "http://umn.dl.sourceforge.net/sourceforge/expat/expat-1.95.6.tar.gz">
     9<!ENTITY expat-download-ftp "">
    1010<!ENTITY expat-size "292 KB">
    1111<!ENTITY expat-time "0.25 SBU">
Note: See TracChangeset for help on using the changeset viewer.