Author: manuel Date: 2005-05-02 13:27:30 -0600 (Mon, 02 May 2005) New Revision: 3943
Modified: trunk/BOOK/general/graphlib/aalib.xml Log: Tagged libaa.xml Modified: trunk/BOOK/general/graphlib/aalib.xml =================================================================== --- trunk/BOOK/general/graphlib/aalib.xml 2005-05-02 19:11:46 UTC (rev 3942) +++ trunk/BOOK/general/graphlib/aalib.xml 2005-05-02 19:27:30 UTC (rev 3943) @@ -4,102 +4,155 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; -<!ENTITY aalib-download-http "http://prdownloads.sourceforge.net/aa-project/aalib-&aalib-version;.tar.gz"> -<!ENTITY aalib-download-ftp "ftp://ftp.ratmir.tver.ru/pub/FreeBsd/ports/distfiles/aalib-&aalib-version;.tar.gz"> -<!ENTITY aalib-md5sum "9801095c42bba12edebd1902bcf0a990"> -<!ENTITY aalib-size "388 KB"> -<!ENTITY aalib-buildsize "6.5 MB"> -<!ENTITY aalib-time "0.15 SBU"> + <!ENTITY aalib-download-http "http://prdownloads.sourceforge.net/aa-project/aalib-&aalib-version;.tar.gz"> + <!ENTITY aalib-download-ftp "ftp://ftp.ratmir.tver.ru/pub/FreeBsd/ports/distfiles/aalib-&aalib-version;.tar.gz"> + <!ENTITY aalib-md5sum "9801095c42bba12edebd1902bcf0a990"> + <!ENTITY aalib-size "388 KB"> + <!ENTITY aalib-buildsize "6.5 MB"> + <!ENTITY aalib-time "0.15 SBU"> ]> <sect1 id="aalib" xreflabel="AAlib-&aalib-version;"> -<sect1info> -<othername>$LastChangedBy$</othername> -<date>$Date$</date> -</sect1info> -<?dbhtml filename="aalib.html"?> -<title>AAlib-&aalib-version;</title> + <?dbhtml filename="aalib.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>AAlib-&aalib-version;</title> + + <indexterm zone="aalib"> + <primary sortas="a-AAlib">AAlib</primary> + </indexterm> -<sect2> -<title>Introduction to <application>AAlib</application></title> + <sect2 role="package"> + <title>Introduction to AAlib</title> + + <para><application>AAlib</application> is a library to render any graphic into + ASCII Art.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&aalib-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&aalib-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &aalib-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &aalib-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &aalib-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &aalib-time;</para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">AAlib Dependencies</bridgehead> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), + <xref linkend="slang"/> and + <xref linkend="gpm"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of AAlib</title> -<para><application>AAlib</application> is a library to render any graphic into -<acronym>ASCII</acronym> Art.</para> + <para>Install <application>AAlib</application> by running the following + commands:</para> -<sect3><title>Package information</title> -<itemizedlist spacing='compact'> -<listitem><para>Download (HTTP): <ulink -url="&aalib-download-http;"/></para></listitem> -<listitem><para>Download (FTP): <ulink -url="&aalib-download-ftp;"/></para></listitem> -<listitem><para>Download MD5 sum: &aalib-md5sum;</para></listitem> -<listitem><para>Download size: &aalib-size;</para></listitem> -<listitem><para>Estimated disk space required: -&aalib-buildsize;</para></listitem> -<listitem><para>Estimated build time: -&aalib-time;</para></listitem></itemizedlist> -</sect3> - -<sect3><title><application>AAlib</application> dependencies</title> -<sect4><title>Optional</title> -<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), -<xref linkend="slang"/> and -<xref linkend="gpm"/></para> -</sect4> -</sect3> - -</sect2> - -<sect2> -<title>Installation of <application>AAlib</application></title> - -<para>Install <application>AAlib</application> by running the following -commands:</para> - -<screen><userinput><command>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr && make && -make install</command></userinput></screen> - -</sect2> - -<sect2> -<title>Contents</title> - -<para>The <application>AAlib</application> package contains the -<filename class='libraryfile'>libaa</filename> libraries, -<command>aalib-config</command>, -<command>aainfo</command>, -<command>aatest</command>, -<command>aasavefont</command> and -<command>aafire</command>.</para> - -</sect2> - -<sect2><title>Description</title> - -<sect3><title>ASCII Art libraries</title> -<para>The <acronym>ASCII</acronym> Art library is a collection of routines to -render any graphical input in portable format to <acronym>ASCII</acronym> Art. -It can be used through many programs and has a very well documented -<acronym>API</acronym>, so you can easily put it into your own programs.</para> -</sect3> - -<sect3><title>aalib-config</title> -<para><command>aalib-config</command> provides configuration info for -<application>AAlib</application>.</para></sect3> - -<sect3><title>aainfo</title> -<para><command>aainfo</command> provides information for your current settings -related to <application>AAlib</application>.</para></sect3> - -<sect3><title>aatest</title> -<para><command>aatest</command> shows the abilities of <application>AAlib -</application> in a little test.</para></sect3> - -<sect3><title>aafire</title> -<para><command>aafire</command> is another little toy of <application>AAlib -</application>, rendering an animated fire in ASCII Art.</para></sect3> - -</sect2> - +make install</userinput></screen> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>aafire, aainfo, aalib-config, aasavefont, and aatest</seg> + <seg>libaa.[so,a]</seg> + <seg>None</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="aafire"> + <term><command>aafire</command></term> + <listitem> + <para>is little toy of <application>AAlib</application>, rendering + an animated fire in ASCII Art.</para> + <indexterm zone="aalib aafire"> + <primary sortas="b-aafire">aafire</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="aainfo"> + <term><command>aainfo</command></term> + <listitem> + <para>provides information for your current settings related to + <application>AAlib</application>.</para> + <indexterm zone="aalib aainfo"> + <primary sortas="b-aainfo">aainfo</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="aalib-config"> + <term><command>aalib-config</command></term> + <listitem> + <para>provides configuration info for <application>AAlib</application>.</para> + <indexterm zone="aalib aalib-config"> + <primary sortas="b-aalib-config">aalib-config</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="aatest"> + <term><command>aatest</command></term> + <listitem> + <para>shows the abilities of <application>AAlib</application> + in a little test.</para> + <indexterm zone="aalib aatest"> + <primary sortas="b-aatest">aatest</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="libaa"> + <term><filename class='libraryfile'>libaa.[so,a]</filename></term> + <listitem> + <para>is a collection of routines to render any graphical input in + portable format to ASCII Art. It can be used through many programs + and has a very well documented API, so you can easily put it into + your own programs.</para> + <indexterm zone="aalib libaa"> + <primary sortas="c-libaa">libaa.[so,a]</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + </sect1> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
