glfs/xsoft/other/hexchat.xml
Bruce Dubbs e446baf9a0 Finish tagging xsoft
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16446 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-09-22 20:15:28 +00:00

137 lines
4.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-2.10.2.tar.xz">
<!ENTITY hexchat-download-ftp " ">
<!ENTITY hexchat-md5sum "c8e7477ac941295deaeb1732591ab20b">
<!ENTITY hexchat-size "1.5 MB">
<!ENTITY hexchat-buildsize "50 MB">
<!ENTITY hexchat-time "0.3 SBU">
]>
<sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
<?dbhtml filename="hexchat.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>HexChat-&hexchat-version;</title>
<indexterm zone="hexchat">
<primary sortas="a-HexChat">HexChat</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to HexChat</title>
<para><application>HexChat</application> is an IRC chat program. It allows
you to join multiple IRC channels (chat rooms) at the same time, talk
publicly, have private one-on-one conversations, etc. File transfers are
also possible.</para>
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&hexchat-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&hexchat-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &hexchat-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &hexchat-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &hexchat-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &hexchat-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="glib2"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="gtk2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dbus-glib"/>,
<xref linkend="iso-codes"/>,
<xref linkend="libcanberra"/>,
<xref linkend="libnotify"/>,
<xref linkend="openssl"/>,
<xref linkend="pciutils"/>, and
<ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/hexchat"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of HexChat</title>
<para>Install <application>HexChat</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>hexchat</seg>
<seg>None</seg>
<seg>/usr/lib/hexchat</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="hexchat-prog">
<term><command>hexchat</command></term>
<listitem>
<para> is a graphical Internet Relay Chat (IRC) client.</para>
<indexterm zone="hexchat hexchat-prog">
<primary sortas="b-hexchat">hexchat</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>