Changeset 52d29f7 for general/genutils


Ignore:
Timestamp:
06/12/2004 10:56:28 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d3edf27
Parents:
bfe245f
Message:

XML Updates to Part III from DJ

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

Location:
general/genutils
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/bc.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY bc-download-http "http://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
     8<!ENTITY bc-download-ftp "ftp://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
     9<!ENTITY bc-size "280 KB">
     10<!ENTITY bc-buildsize "1.6 MB">
     11<!ENTITY bc-time "0.07 SBU">
     12
     13]>
     14
     15<sect1 id="bc" xreflabel="bc-&bc-version;">
     16<?dbhtml filename="bc.html"?>
     17<title>bc-&bc-version;</title>
     18
     19<sect2>
     20<title>Introduction to <application>bc</application></title>
     21                                                                               
     22<para>The <application>bc</application> package contains
     23an arbitrary precision numeric processing language.</para>
     24                                                                               
     25<sect3><title>Package information</title>
     26<itemizedlist spacing='compact'>
     27<listitem><para>Download (HTTP): <ulink
     28url="&bc-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink
     30url="&bc-download-ftp;"/></para></listitem>
     31<listitem><para>Download size: &bc-size;</para></listitem>
     32<listitem><para>Estimated Disk space required:
     33&bc-buildsize;</para></listitem>
     34<listitem><para>Estimated build time:
     35&bc-time;</para></listitem></itemizedlist>
     36</sect3>
     37                                                                               
     38<sect3><title>Additional downloads</title>
     39<itemizedlist spacing='compact'>
     40<listitem><para>Required Patch: <ulink
     41url="&patch-root;/bc-1.06-flex_invocation-1.patch"/></para></listitem>
     42<listitem><para>Required Patch: <ulink
     43url="&patch-root;/bc-1.06-readline-1.patch"/></para></listitem>
     44</itemizedlist></sect3>
     45                                                                               
     46<sect3><title><application>bc</application> dependencies</title>
     47<sect4><title>Required</title>
     48<para><xref linkend="readline"/></para></sect4>
     49</sect3>
     50                                                                               
     51</sect2>
     52
     53<sect2>
     54<title>Installation of <command>bc</command></title>
     55                                                                               
     56<para>Install <command>bc</command> by running the following commands:</para>
     57                                                                               
     58<screen><userinput><command>patch -Np1 -i ../bc-1.06-flex_invocation-1.patch &amp;&amp;
     59patch -Np1 -i ../bc-1.06-readline-1.patch &amp;&amp;
     60./configure --prefix=/usr --with-readline &amp;&amp;
     61make &amp;&amp;
     62make install</command></userinput></screen>
     63                                                                               
     64</sect2>
     65
     66<sect2>
     67<title>Contents</title>
     68                                                                               
     69<para>The <application>bc</application> package contains
     70<command>bc</command> and
     71<command>dc</command>.</para>
     72                                                                               
     73</sect2>
     74                                                                               
     75<sect2><title>Description</title>
     76                                                                               
     77<sect3><title>bc</title>
     78<para><command>bc</command> is a calculator.</para></sect3>
     79                                                                               
     80<sect3><title>dc</title>
     81<para><command>dc</command> is a reverse-polish calculator.</para></sect3>
     82                                                                               
     83</sect2>
     84
     85</sect1>
     86
     87<!-- Old Stuff
    188<sect1 id="bc" xreflabel="bc-&bc-version;">
    289<?dbhtml filename="bc.html"?>
     
    895
    996</sect1>
    10 
     97-->
  • general/genutils/compface.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY compface-download-http "http://www.ibiblio.org/pub/Linux/apps/graphics/convert/compface-&compface-version;.tar.gz">
     8<!ENTITY compface-download-ftp " ">
     9<!ENTITY compface-size "28 KB">
     10<!ENTITY compface-buildsize "520 KB">
     11<!ENTITY compface-time "0.01 SBU">
     12
     13]>
     14
     15<sect1 id="compface" xreflabel="Compface-&compface-version;">
     16<?dbhtml filename="compface.html"?>
     17<title>Compface-&compface-version;</title>
     18
     19<sect2>
     20<title>Introduction to <application>Compface</application></title>
     21                                                                               
     22<para><application>Compface</application> provides utilities and a library to
     23convert from/to X-Face format, a 48x48 bitmap format used to carry thumbnails
     24of email authors in a mail header.</para>
     25                                                                               
     26<sect3><title>Package information</title>
     27<itemizedlist spacing='compact'>
     28<listitem><para>Download (HTTP): <ulink url="&compface-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink url="&compface-download-ftp;"/></para></listitem>
     30<listitem><para>Download size: &compface-size;</para></listitem>
     31<listitem><para>Estimated Disk space required: &compface-buildsize;</para></listitem>
     32<listitem><para>Estimated build time: &compface-time;</para></listitem></itemizedlist>
     33</sect3>
     34                                                                               
     35<sect3><title>Additional downloads</title>
     36<itemizedlist spacing='compact'>
     37<listitem><para>Required patch: <ulink
     38url="&patch-root;/compface-1.4-errno-2.patch"/></para></listitem>
     39</itemizedlist>
     40</sect3>
     41                                                                               
     42</sect2>
     43
     44<sect2>
     45<title>Installation of <application>Compface</application></title>
     46                                                                               
     47<para>Install <application>Compface</application> by running the
     48following commands:</para>
     49                                                                               
     50<screen><userinput><command>patch -Np1 -i ../compface-1.4-errno-2.patch &amp;&amp;
     51./configure --prefix=/usr &amp;&amp;
     52make &amp;&amp;
     53make install</command></userinput></screen>
     54                                                                               
     55</sect2>
     56
     57<sect2>
     58<title>Contents</title>
     59                                                                               
     60<para>This package contains <command>compface</command>,
     61<command>uncompface</command> and
     62<filename class="libraryfile">libcompface</filename>.</para>
     63                                                                               
     64</sect2>
     65                                                                               
     66<sect2><title>Description</title>
     67                                                                               
     68<sect3><title>compface</title>
     69<para><command>compface</command> is a filter for generating highly compressed
     70representations of 48x48x1 face image files.</para></sect3>
     71                                                                               
     72<sect3><title>uncompface</title>
     73<para><command>uncompface</command> is an inverse filter which performs an inverse
     74transformation with no loss of data.</para></sect3>
     75                                                                               
     76<sect3><title>libcompface</title>
     77<para><filename class="libraryfile">libcompface</filename> allows the compression
     78and decompression algorithms to be used in other programs such as
     79<acronym>MTA</acronym>s.</para></sect3>
     80                                                                               
     81</sect2>
     82
     83</sect1>
     84
     85<!-- Old Stuff
    186<sect1 id="compface" xreflabel="Compface-&compface-version;">
    287<?dbhtml filename="compface.html"?>
     
    893
    994</sect1>
     95-->
  • general/genutils/genutils.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3  "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4 <!ENTITY % general-entities SYSTEM "../../general.ent">
     5 %general-entities;
     6]>
     7
    18<chapter id="general-genutils">
    29<?dbhtml filename="genutils.html"?>
    310<title>General Utilities</title>
    411
    5 &bc;
    6 &rep-gtk;
    7 &compface;
    8 &imagemagick;
    9 &hd2u;
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bc.xml"/>
     13<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rep-gtk.xml"/>
     14<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="compface.xml"/>
     15<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="imagemagick.xml"/>
     16<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hd2u.xml"/>
    1017
    1118</chapter>
  • general/genutils/hd2u.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7<!ENTITY hd2u-download-http "http://www.megaloman.com/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz">
     8<!ENTITY hd2u-download-ftp " ">
     9<!ENTITY hd2u-size "11 KB">
     10<!ENTITY hd2u-buildsize "280 KB">
     11<!ENTITY hd2u-time "0.1 SBU">
     12
     13]>
     14
    115<sect1 id="hd2u" xreflabel="hd2u-&hd2u-version;">
    216<?dbhtml filename="hd2u.html"?>
    317<title>hd2u-&hd2u-version;</title>
    418
    5 &hd2u-intro;
    6 &hd2u-inst;
    7 &hd2u-desc;
     19<sect2>
     20<title>Introduction to <application>hd2u</application></title>
     21                                                                               
     22<para>The <application>hd2u</application> contains
     23any to any text format converter.</para>
     24                                                                               
     25<sect3><title>Package information</title>
     26<itemizedlist spacing='compact'>
     27<listitem><para>Download (HTTP): <ulink
     28url="&hd2u-download-http;"/></para></listitem>
     29<listitem><para>Download (FTP): <ulink
     30url="&hd2u-download-ftp;"/></para></listitem>
     31<listitem><para>Download size: &hd2u-size;</para></listitem>
     32<listitem><para>Estimated Disk space required:
     33&hd2u-buildsize;</para></listitem>
     34<listitem><para>Estimated build time:
     35&hd2u-time;</para></listitem></itemizedlist>
     36</sect3>
     37                                                                               
     38<sect3><title><application>hd2u</application> dependencies</title>
     39<sect4><title>Required</title>
     40<para><xref linkend="popt"/></para></sect4>
     41</sect3>
     42                                                                               
     43</sect2>
     44
     45<sect2>
     46<title>Installation of <application>hd2u</application></title>
     47                                                                               
     48<para>Install <application>hd2u</application> by running the following commands:</para>
     49                                                                               
     50<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     51make &amp;&amp;
     52make install</command></userinput></screen>
     53                                                                               
     54</sect2>
     55
     56<sect2>
     57<title>Contents</title>
     58                                                                               
     59<para>The <application>hd2u</application> package contains
     60<command>dos2unix</command>.</para>
     61                                                                               
     62</sect2>
     63                                                                               
     64<sect2><title>Description</title>
     65                                                                               
     66<sect3><title>dos2unix</title>
     67<para><command>dos2unix</command> converts text between various OS formats
     68(such as converting from DOS format to Unix).</para></sect3>
     69                                                                               
     70</sect2>
    871
    972</sect1>
  • general/genutils/imagemagick.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY imagemagick-patch-version "16">
     8  <!ENTITY imagemagick-download-http "http://prdownloads.sourceforge.net/imagemagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2">
     9  <!ENTITY imagemagick-download-ftp  " ">
     10  <!ENTITY imagemagick-size          "4.1 MB">
     11  <!ENTITY imagemagick-buildsize     "107 MB">
     12  <!ENTITY imagemagick-time          "3.80 SBU">
     13]>
     14
    115<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
    216<?dbhtml filename="imagemagick.html"?>
    317<title>ImageMagick-&imagemagick-version;-&imagemagick-patch-version;</title>
    418
    5 &imagemagick-intro;
    6 &imagemagick-inst;
    7 &imagemagick-desc;
     19<sect2>
     20<title>Introduction to <application>ImageMagick</application></title>
     21                                                                               
     22<para><application>ImageMagick</application> is a collection of tools and libraries
     23to read, write, and
     24manipulate an image in various image formats. Image processing operations are
     25available from the command line. Bindings to various programming languages
     26are also available.</para>
     27                                                                               
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&imagemagick-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&imagemagick-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &imagemagick-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&imagemagick-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&imagemagick-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41<sect3><title><application>ImageMagick</application> dependencies</title>
     42                                                                               
     43<sect4><title>Recommended</title>
     44<para>
     45X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
     46<xref linkend="espgs"/>
     47</para></sect4>
     48                                                                               
     49<sect4><title>Optional (Install based on the format support needed)</title>
     50<para>
     51<xref linkend="lcms"/>,
     52<xref linkend="libjpeg"/>,
     53<xref linkend="libpng"/>,
     54<xref linkend="libtiff"/>,
     55<xref linkend="libxml2"/>,
     56<ulink url="http://wvware.sourceforge.net/">libwmf</ulink>,
     57<ulink url="http://sourceforge.net/projects/libexif/">libexif</ulink>,
     58<ulink url="http://www.i3a.org/i_flashpix.html">FlashPIX</ulink>,
     59<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG</ulink>,
     60<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">Jasper</ulink> and
     61<ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>
     62</para></sect4>
     63                                                                               
     64</sect3>
     65                                                                               
     66</sect2>
     67
     68<sect2>
     69<title>Installation of <application>Imagemagick</application></title>
     70                                                                               
     71<para>Install <application>Imagemagick</application> by running the following
     72commands:</para>
     73                                                                               
     74<screen><userinput><command>./configure --prefix=/usr --enable-shared --with-modules &amp;&amp;
     75make &amp;&amp;
     76make install</command></userinput></screen>
     77                                                                               
     78</sect2>
     79                                                                               
     80<sect2>
     81<title>Additional Configure Options</title>
     82                                                                               
     83<para>There are additional switches that can be passed to <application>ImageMagick</application>
     84to customize the installation to your need. Check out the <application>ImageMagick</application>
     85installation instructions at <ulink url="http://www.imagemagick.org/www/Install-unix.html"/>.</para>
     86                                                                               
     87</sect2>
     88
     89<sect2>
     90<title>Contents</title>
     91                                                                               
     92<para><application>ImageMagick</application> contains <command>animate</command>,
     93<command>composite</command>,
     94<command>conjure</command>,
     95<command>convert</command>,
     96<command>display</command>,
     97<command>identify</command>,
     98<command>import</command>,
     99<command>mogrify</command>,
     100<command>montage</command>, and the
     101<filename class="libraryfile">libMagick</filename> and
     102<filename class="libraryfile">libMagick++</filename> libraries.</para>
     103                                                                               
     104</sect2>
     105                                                                               
     106<sect2><title>Description</title>
     107                                                                               
     108<sect3><title>animate</title>
     109<para>Animates a sequence of images.</para></sect3>
     110                                                                               
     111<sect3><title>composite</title>
     112<para>Composites various images into the given base image.</para></sect3>
     113                                                                               
     114<sect3><title>conjure</title>
     115<para>Processes a Magick Scripting Language (MSL) script to create
     116an image.</para></sect3>
     117                                                                               
     118<sect3><title>convert</title>
     119<para>Convert image(s) from one format to another.</para></sect3>
     120                                                                               
     121<sect3><title>display</title>
     122<para>Display the image.</para></sect3>
     123                                                                               
     124<sect3><title>identify</title>
     125<para>Describes the format and characteristics of an image file.</para></sect3>                                                                               
     126<sect3><title>import</title>
     127<para>Captures an X window.</para></sect3>
     128                                                                               
     129<sect3><title>mogrify</title>
     130<para>Transforms an image.</para></sect3>
     131                                                                               
     132<sect3><title>montage</title>
     133<para>Composites various images into a new image.</para></sect3>
     134                                                                               
     135</sect2>
    8136
    9137</sect1>
  • general/genutils/rep-gtk.xml

    rbfe245f r52d29f7  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY rep-gtk-download-http "http://prdownloads.sourceforge.net/rep-gtk/rep-gtk-&rep-gtk-version;.tar.gz">
     8  <!ENTITY rep-gtk-download-ftp  " ">
     9  <!ENTITY rep-gtk-size          "152 KB">
     10  <!ENTITY rep-gtk-buildsize     "7.7 MB">
     11  <!ENTITY rep-gtk-time          "0.18 SBU">
     12]>
     13
    114<sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
    215<?dbhtml filename="rep-gtk.html"?>
    316<title>rep-gtk-&rep-gtk-version;</title>
    417
    5 &rep-gtk-intro;
    6 &rep-gtk-inst;
    7 &rep-gtk-desc;
     18<sect2>
     19<title>Introduction to <application>rep-gtk</application></title>
     20
     21<para>The <application>rep-gtk</application> package contains a <application>
     22Lisp</application> and <application>GTK</application> binding. This is useful
     23for extending <application>GTK-2</application> and <application>GDK
     24</application> libraries with <application>Lisp</application>. Starting at
     25<application>rep-gtk</application>-0.15, the package contains the bindings to
     26<application>GTK</application> and uses the same instructions. Both
     27can be installed, if needed. </para>
     28
     29<sect3><title>Package information</title>
     30<itemizedlist spacing='compact'>
     31<listitem><para>Download (HTTP): <ulink
     32url="&rep-gtk-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP): <ulink
     34url="&rep-gtk-download-ftp;"/></para></listitem>
     35<listitem><para>Download size: &rep-gtk-size;</para></listitem>
     36<listitem><para>Estimated Disk space required:
     37&rep-gtk-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&rep-gtk-time;</para></listitem></itemizedlist>
     40</sect3>
     41
     42<sect3><title>Additional downloads</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Required Patch: <ulink
     45url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4.patch"/></para></listitem>
     46</itemizedlist></sect3>
     47
     48
     49<sect3><title><application>rep-gtk</application> dependencies</title>
     50<sect4><title>Required</title>
     51<para><xref linkend="GTK2"/>, <xref linkend="libglade"/> and <xref
     52linkend="librep"/></para></sect4>
     53</sect3>
     54
     55</sect2>
     56
     57<sect2>
     58<title>Installation of <application>rep-gtk</application></title>
     59
     60<para>Install <application>rep-gtk</application> by running the following
     61commands:</para>
     62
     63<screen><userinput><command>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4.patch &amp;&amp;
     64./configure --prefix=/usr &amp;&amp;
     65make &amp;&amp;
     66make install</command></userinput></screen>
     67                                                                               
     68</sect2>
     69
     70<sect2>
     71<title>Contents</title>
     72                                                                               
     73<para>The <application>rep-gtk</application> package contains Lisp bindings.
     74</para>
     75                                                                               
     76</sect2>
     77                                                                               
     78<sect2><title>Description</title>
     79                                                                               
     80<sect3><title>Lisp bindings</title>
     81<para>Lisp bindings are libraries stored in <filename>
     82/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist communications
     83between Lisp and the GTK libraries.</para></sect3>
     84                                                                               
     85</sect2>
    886
    987</sect1>
Note: See TracChangeset for help on using the changeset viewer.