Changeset e3458b42
- Timestamp:
- 06/18/2003 03:21:47 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4e5f045
- Parents:
- 42e54bc0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/expat/expat-desc.xml
r42e54bc0 re3458b42 2 2 <title>Contents</title> 3 3 4 <para>The expatpackage contains the <filename>libexpat</filename> libraries and5 < userinput>xmlwf</userinput>.</para>4 <para>The <application>expat</application> package contains the <filename>libexpat</filename> libraries and 5 <command>xmlwf</command>.</para> 6 6 7 7 </sect2> … … 10 10 11 11 <sect3><title>xmlwf</title> 12 <para> xmlwf is a non-validating utility to check whether or not XML13 documents are well formed.</para></sect3>12 <para><command>xmlwf</command> is a non-validating utility to check whether or 13 not XML documents are well formed.</para></sect3> 14 14 15 15 </sect2> -
general/genlib/expat/expat-inst.xml
r42e54bc0 re3458b42 1 1 <sect2> 2 <title>Installation of expat</title>2 <title>Installation of <application>expat</application></title> 3 3 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: 6 5 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> 8 7 9 <para>Install expatby running the following commands:</para>8 <para>Install <application>expat</application> by running the following commands:</para> 10 9 11 <para><screen><userinput> ./configure --prefix=/usr &&10 <para><screen><userinput><command>./configure --prefix=/usr && 12 11 make && 13 make install</ userinput></screen></para>12 make install</command></userinput></screen></para> 14 13 15 14 </sect2> -
general/genlib/expat/expat-intro.xml
r42e54bc0 re3458b42 1 1 <sect2> 2 2 <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>9 3 10 4 <para>The expat package contains a stream oriented C library for 11 5 parsing XML.</para> 12 6 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> 14 17 15 18 </sect2> -
general/genlib/expat/expat.ent
r42e54bc0 re3458b42 6 6 <!ENTITY expat-buildsize "3.2 MB"> 7 7 <!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 ""> 10 10 <!ENTITY expat-size "292 KB"> 11 11 <!ENTITY expat-time "0.25 SBU"> -
introduction/welcome/changelog.xml
r42e54bc0 re3458b42 10 10 11 11 <itemizedlist> 12 13 <listitem><para>June 17th, 2003 [larry]: general: updated intro for 14 expat.</para></listitem> 12 15 13 16 <listitem><para>June 17th, 2003 [larry]: server: Added a configure
Note:
See TracChangeset
for help on using the changeset viewer.