source: xsoft/other/hexchat.xml@ a4632635

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a4632635 was e446baf, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Finish tagging xsoft

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

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-2.10.2.tar.xz">
8 <!ENTITY hexchat-download-ftp " ">
9 <!ENTITY hexchat-md5sum "c8e7477ac941295deaeb1732591ab20b">
10 <!ENTITY hexchat-size "1.5 MB">
11 <!ENTITY hexchat-buildsize "50 MB">
12 <!ENTITY hexchat-time "0.3 SBU">
13]>
14
15<sect1 id="hexchat" xreflabel="HexChat-&hexchat-version;">
16 <?dbhtml filename="hexchat.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>HexChat-&hexchat-version;</title>
24
25 <indexterm zone="hexchat">
26 <primary sortas="a-HexChat">HexChat</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to HexChat</title>
31
32 <para><application>HexChat</application> is an IRC chat program. It allows
33 you to join multiple IRC channels (chat rooms) at the same time, talk
34 publicly, have private one-on-one conversations, etc. File transfers are
35 also possible.</para>
36
37 &lfs78_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&hexchat-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&hexchat-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &hexchat-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &hexchat-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &hexchat-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &hexchat-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">HexChat Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="glib2"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended"><xref linkend="gtk2"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional">
71 <xref linkend="dbus-glib"/>,
72 <xref linkend="iso-codes"/>,
73 <xref linkend="libcanberra"/>,
74 <xref linkend="libnotify"/>,
75 <xref linkend="openssl"/>,
76 <xref linkend="pciutils"/>, and
77 <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/hexchat"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of HexChat</title>
87
88 <para>Install <application>HexChat</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directory</segtitle>
109
110 <seglistitem>
111 <seg>hexchat</seg>
112 <seg>None</seg>
113 <seg>/usr/lib/hexchat</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="hexchat-prog">
123 <term><command>hexchat</command></term>
124 <listitem>
125 <para> is a graphical Internet Relay Chat (IRC) client.</para>
126 <indexterm zone="hexchat hexchat-prog">
127 <primary sortas="b-hexchat">hexchat</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 </variablelist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.