Changeset f71c3c5
- Timestamp:
- 01/25/2005 07:30:29 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1ae02579
- Parents:
- 82e035a8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r82e035a8 rf71c3c5 64 64 <!ENTITY fam-version "2.7.0"> 65 65 <!ENTITY libxml-version "1.8.17"> 66 <!ENTITY libxml2-version "2.6.1 6">66 <!ENTITY libxml2-version "2.6.17"> 67 67 <!ENTITY libxslt-version "1.1.12"> 68 68 <!ENTITY gmp-version "4.1.4"> -
general/genlib/libxml2.xml
r82e035a8 rf71c3c5 8 8 <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz"> 9 9 <!ENTITY libxml2-size "3.0 MB"> 10 <!ENTITY libxml2-buildsize "154 MB"> 11 <!ENTITY libxml2-time "0.96 SBU"> 10 <!ENTITY libxml2-md5sum "2d53bba9a4768ec57d8bf2bdadb75c87"> 11 <!ENTITY libxml2-buildsize "165 MB"> 12 <!ENTITY libxml2-time "1.25 SBU (additional 1.45 SBU to run the test suite)"> 12 13 ]> 13 14 … … 19 20 <?dbhtml filename="libxml2.html"?> 20 21 <title>libxml2-&libxml2-version;</title> 22 <indexterm zone="libxml2"> 23 <primary sortas="a-Libxml2">Libxml2</primary></indexterm> 21 24 22 25 <sect2> … … 34 37 url="&libxml2-download-ftp;"/></para></listitem> 35 38 <listitem><para>Download size: &libxml2-size;</para></listitem> 39 <listitem><para>Download MD5 sum: &libxml2-md5sum;</para></listitem> 36 40 <listitem><para>Estimated disk space 37 41 required: &libxml2-buildsize;</para></listitem> … … 42 46 <sect3><title><application>libxml2</application> dependencies</title> 43 47 <sect4><title>Optional</title> 44 <para><xref linkend="python"/></para></sect4> 48 <para><xref linkend="python"/></para> 49 </sect4> 45 50 </sect3> 46 51 … … 54 59 55 60 <screen><userinput><command>./configure --prefix=/usr --with-history && 56 make && 57 make 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 install</command></userinput></screen> 58 66 59 67 </sect2> … … 70 78 <title>Contents</title> 71 79 72 <para>The <application>libxml2</application> package contains 73 <filename class='libraryfile'>libxml2</filename> libraries, 74 <command>xmllint</command>, 75 <command>xmlcatalog</command> and 76 <command>xml2-config</command>. 77 </para> 80 <segmentedlist> 81 <segtitle>Installed Programs</segtitle> 82 <segtitle>Installed Libraries</segtitle> 83 <segtitle>Installed Directories</segtitle> 84 <seglistitem> 85 <seg>xml2-config, xmlcatalog and xmllint</seg> 86 <seg>libxml2.[so,a] and optionally, the libxml2mod.[so,a] 87 <application>Python</application> module</seg> 88 <seg>/usr/share/doc/libxml2-&libxml2-version; and 89 /usr/share/doc/libxml2-python-&libxml2-version;</seg> 90 </seglistitem> 91 </segmentedlist> 78 92 79 </sect2> 93 <variablelist> 94 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 95 <?dbfo list-presentation="list"?> 80 96 81 <sect2><title>Description</title> 97 <varlistentry id="xml2-config"> 98 <term><command>xml2-config</command></term> 99 <listitem><para>determines the compile and linker flags that should be used to 100 compile and link programs that use 101 <filename class='libraryfile'>libxml2</filename>.</para> 102 <indexterm zone="libxml2 xml2-config"> 103 <primary sortas="b-xml2-config">xml2-config</primary></indexterm> 104 </listitem> 105 </varlistentry> 82 106 83 <sect3><title>libxml2 libraries</title> 84 <para><filename class='libraryfile'>libxml2</filename> libraries provide 85 the functions for programs to parse files that use the <acronym>XML</acronym> 86 format.</para></sect3> 107 <varlistentry id="xmlcatalog"> 108 <term><command>xmlcatalog</command></term> 109 <listitem><para>is used to monitor and manipulate <acronym>XML</acronym> 110 and <acronym>SGML</acronym> catalogs.</para> 111 <indexterm zone="libxml2 xmlcatalog"> 112 <primary sortas="b-xmlcatalog">xmlcatalog</primary></indexterm> 113 </listitem> 114 </varlistentry> 87 115 88 <sect3><title>xmllint</title> 89 <para><command>xmllint</command> parses <acronym>XML</acronym> files and 90 outputs reports (based upon options) to detect errors in 91 <acronym>XML</acronym> coding.</para></sect3> 116 <varlistentry id="xmllint"> 117 <term><command>xmllint</command></term> 118 <listitem><para>parses <acronym>XML</acronym> files and outputs reports (based 119 upon options) to detect errors in <acronym>XML</acronym> coding.</para> 120 <indexterm zone="libxml2 xmllint"> 121 <primary sortas="b-xmllint">xmllint</primary></indexterm> 122 </listitem> 123 </varlistentry> 92 124 93 <sect3><title>xmlcatalog</title> 94 <para><command>xmlcatalog</command> allows users to monitor and manipulate 95 <acronym>XML</acronym> and <acronym>SGML</acronym> catalogs.</para></sect3> 125 <varlistentry id="libxml2-lib"> 126 <term><filename class='libraryfile'>libxml2.[so,a]</filename></term> 127 <listitem><para> libraries provide the functions for programs to parse files 128 that use the <acronym>XML</acronym> format.</para> 129 <indexterm zone="libxml2 libxml2-lib"> 130 <primary sortas="c-libxml2">libxml2.[so,a]</primary></indexterm> 131 </listitem> 132 </varlistentry> 133 </variablelist> 96 134 97 135 </sect2> -
introduction/welcome/changelog.xml
r82e035a8 rf71c3c5 24 24 25 25 <listitem><para>January 25th, 2005 [randy]: Modified dependency list and added 26 patches to Cdrdao so that the gcdmaster program will build.</para></listitem> 26 patches to Cdrdao so that the gcdmaster program will build; updated to 27 libxml2-2.6.17.</para></listitem> 27 28 28 29 <listitem><para>January 24th, 2005 [randy]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.