glfs/archive/gnome/ghex.xml
Xi Ruoyao 45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00

178 lines
4.5 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 ghex-download-http "&gnome-download-http;/ghex/3.4/ghex-&ghex-version;.tar.xz">
<!ENTITY ghex-download-ftp "&gnome-download-ftp;/ghex/3.4/ghex-&ghex-version;.tar.xz">
<!ENTITY ghex-md5sum "a5be32aa0108ab15012957da1db288e9">
<!ENTITY ghex-size "1.3 MB">
<!ENTITY ghex-buildsize "15 MB">
<!ENTITY ghex-time "0.3 SBU">
]>
<sect1 id="ghex" xreflabel="Ghex-&ghex-version;">
<?dbhtml filename="ghex.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Ghex-&ghex-version;</title>
<indexterm zone="ghex">
<primary sortas="a-Ghex">Ghex</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Ghex</title>
<para>
<application>Ghex</application> allows the user to view and edit data from
any file in hex and ASCII.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&ghex-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&ghex-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &ghex-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &ghex-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &ghex-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &ghex-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Ghex Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gnome-doc-utils"/> and
<xref linkend="gtk3"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="rarian"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/ghex"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Ghex</title>
<para>
Install <application>Ghex</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="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-scrollkeeper.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
ghex
</seg>
<seg>
libgtkhex-3.so
</seg>
<seg>
/usr/include/gtkhex-3,
/usr/share/gnome/help/ghex and
/usr/share/omf/ghex
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="ghex-prog">
<term><command>ghex</command></term>
<listitem>
<para>
is a <application>GTK+</application> binary file editor.
</para>
<indexterm zone="ghex ghex-prog">
<primary sortas="b-ghex">ghex</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libgtkhex-3">
<term><filename class='libraryfile'>libgtkhex-3.so</filename></term>
<listitem>
<para>
contains the <application>Ghex</application> API functions.
</para>
<indexterm zone="ghex libgtkhex-3">
<primary sortas="c-libgtkhex-3">libgtkhex-3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>