Changeset 54b4a3e
- Timestamp:
- 10/20/2004 03:09:43 PM (19 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:
- d4e57f76
- Parents:
- 94b1dc3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/mysql.xml
r94b1dc3 r54b4a3e 8 8 <!ENTITY mysql-download-ftp "ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/MySQL-4.0/mysql-&mysql-version;.tar.gz"> 9 9 <!ENTITY mysql-md5 "0a3dae16519afa5e59d8b9e252181243"> 10 <!ENTITY mysql-size "1 3.5MB">11 <!ENTITY mysql-buildsize " 98.7 MB">12 <!ENTITY mysql-time " 3.43 SBU">10 <!ENTITY mysql-size "14.1 MB"> 11 <!ENTITY mysql-buildsize "117 MB"> 12 <!ENTITY mysql-time "2.83 SBU"> 13 13 ]> 14 14 … … 36 36 <listitem><para>MD5 Sum: &mysql-md5;</para></listitem> 37 37 <listitem><para>Download size: &mysql-size;</para></listitem> 38 <listitem><para>Estimated Disk space required: &mysql-buildsize;</para></listitem>38 <listitem><para>Estimated disk space required: &mysql-buildsize;</para></listitem> 39 39 <listitem><para>Estimated build time: &mysql-time;</para></listitem></itemizedlist> 40 40 </sect3> … … 193 193 <title>Contents</title> 194 194 195 <para>The <application>My<acronym>SQL</acronym></application> package contains <command>196 comp_err</command>, <command>195 <para>The <application>My<acronym>SQL</acronym></application> package contains 196 <command>comp_err</command>, <command> 197 197 isamchk</command>, <command> 198 198 isamlog</command>, <command> -
general/genlib/glib2.xml
r94b1dc3 r54b4a3e 7 7 <!ENTITY GLib2-download-http "http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/glib-&GLib2-version;.tar.bz2"> 8 8 <!ENTITY GLib2-download-ftp "ftp://ftp.gtk.org/pub/gtk/v2.4/glib-&GLib2-version;.tar.bz2"> 9 <!ENTITY GLib2-md5sum "eff6fec89455addf8b0dee5a19e343be"> 9 10 <!ENTITY GLib2-size "2.1 MB"> 10 <!ENTITY GLib2-buildsize "30 MB"> 11 <!ENTITY GLib2-time "0.49 SBU"> 12 11 <!ENTITY GLib2-buildsize "35 MB"> 12 <!ENTITY GLib2-time "1.01 SBU"> 13 13 ]> 14 14 … … 23 23 <sect2> 24 24 <title>Introduction to <application>GLib</application></title> 25 25 26 26 <para>The <application>glib</application> package contains a low-level core 27 27 library. This is useful for providing data structure handling for C, 28 28 portability wrappers and interfaces for such runtime functionality as an 29 29 event loop, threads, dynamic loading, and an object system.</para> 30 30 31 31 <sect3><title>Package information</title> 32 32 <itemizedlist spacing='compact'> … … 35 35 <listitem><para>Download (FTP): <ulink 36 36 url="&GLib2-download-ftp;"/></para></listitem> 37 <listitem><para>MD5 sum: &GLib2-md5sum;</para></listitem> 37 38 <listitem><para>Download size: &GLib2-size;</para></listitem> 38 <listitem><para>Estimated Disk space required:39 <listitem><para>Estimated disk space required: 39 40 &GLib2-buildsize;</para></listitem> 40 41 <listitem><para>Estimated build time: 41 42 &GLib2-time;</para></listitem></itemizedlist> 42 43 </sect3> 43 44 44 45 <sect3><title><application>GLib</application> dependencies</title> 45 46 <sect4><title>Required</title> … … 48 49 <para><xref linkend="gtk-doc"/></para></sect4> 49 50 </sect3> 50 51 51 52 </sect2> 52 53 53 54 <sect2> 54 55 <title>Installation of <application>GLib</application></title> 55 56 <para>Install <application>glib</application> by running the following commands:</para> 57 56 57 <para>Install <application>glib</application> by running the following 58 commands:</para> 59 58 60 <screen><userinput><command>./configure --prefix=/usr && 59 61 make && 60 62 make install</command></userinput></screen> 61 63 62 64 </sect2> 63 65 64 66 <sect2> 65 67 <title>Command explanations</title> 66 68 67 69 <para><option>--enable-gtk-doc</option>: This switch will rebuild 68 70 the <acronym>API</acronym> documentation during the 69 71 <command>make</command> command.</para> 70 72 71 73 </sect2> 72 74 73 75 <sect2> 74 76 <title>Contents</title> 75 77 76 78 <para>The <application>glib</application> package contains 79 <command>glib-genmarshal</command>, 80 <command>glib-gettextize</command>, 81 <command>glib-mkenums</command>, 82 <command>gobject-query</command>, 77 83 <filename class="libraryfile">libglib-2.0</filename>, 78 84 <filename class="libraryfile">libgobject-2.0</filename>, … … 80 86 <filename class="libraryfile">libgthread-2.0</filename> 81 87 libraries.</para> 82 88 83 89 </sect2> 84 90 85 91 <sect2><title>Description</title> 86 92 93 <sect3><title>glib-genmarshal</title> 94 <para><command>glib-genmarshal</command> is a C code marshaller generation 95 utility for GLib closures.</para></sect3> 96 97 <sect3><title>glib-gettextize</title> 98 <para><command>glib-gettextize</command> is a variant of the 99 <application>gettext</application> internationalization utility.</para></sect3> 100 101 <sect3><title>glib-mkenums</title> 102 <para><command>glib-mkenums</command> is a C language enum description 103 generation utility.</para></sect3> 104 105 <sect3><title>gobject-query</title> 106 <para><command>gobject-query</command> is a small utility that draws a tree 107 of types.</para></sect3> 108 87 109 <sect3><title>GLib libraries</title> 88 110 <para>GLib libraries contain a low-level core library for the 89 111 <application><acronym>GIMP</acronym></application> Toolkit.</para></sect3> 90 112 91 113 </sect2> 92 114 -
introduction/welcome/changelog.xml
r94b1dc3 r54b4a3e 24 24 25 25 <listitem><para>October 20th, 2004 [randy]: Renamed libtiff patch as suggested 26 by Nico Roeser; added optional dependencies to TeX.</para></listitem> 26 by Nico Roeser; added optional dependencies to TeX; updated build entities 27 for MySQL and Glib2; added program descriptions to Glib2.</para></listitem> 27 28 28 29 <listitem><para>October 20th, 2004 [dj]: Updated to bind-9.3.0 and
Note:
See TracChangeset
for help on using the changeset viewer.