Author: ken Date: 2012-02-26 12:29:35 -0700 (Sun, 26 Feb 2012) New Revision: 9525
Added: trunk/BOOK/gnome/add/ghex.xml Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/add/add.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Add ghex. Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-02-26 18:41:32 UTC (rev 9524) +++ trunk/BOOK/general.ent 2012-02-26 19:29:35 UTC (rev 9525) @@ -777,6 +777,7 @@ <!ENTITY devhelp-version "3.2.0"> <!ENTITY file-roller-version "3.2.2"> <!ENTITY gedit-version "3.2.3"> +<!ENTITY ghex-version "3.0.0"> <!ENTITY glade-version "3.10.2"> <!ENTITY gnome-games-version "2.30.2"> <!ENTITY gnome-nettool-version "2.30.0"> Modified: trunk/BOOK/gnome/add/add.xml =================================================================== --- trunk/BOOK/gnome/add/add.xml 2012-02-26 18:41:32 UTC (rev 9524) +++ trunk/BOOK/gnome/add/add.xml 2012-02-26 19:29:35 UTC (rev 9525) @@ -43,6 +43,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="devhelp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file-roller.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gedit.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ghex.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glade.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-games.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-nettool.xml"/> Added: trunk/BOOK/gnome/add/ghex.xml =================================================================== --- trunk/BOOK/gnome/add/ghex.xml (rev 0) +++ trunk/BOOK/gnome/add/ghex.xml 2012-02-26 19:29:35 UTC (rev 9525) @@ -0,0 +1,135 @@ +<?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.0/ghex-&ghex-version;.tar.xz"> + <!ENTITY ghex-download-ftp "&gnome-download-ftp;/ghex/3.0/ghex-&ghex-version;.tar.xz"> + <!ENTITY ghex-md5sum "ffa346d6fa97b9e787680159a5479b84"> + <!ENTITY ghex-size "1.3 MB"> + <!ENTITY ghex-buildsize "15.7 MB"> + <!ENTITY ghex-time "0.2 SBU"> +]> + +<sect1 id="ghex" xreflabel="ghex-&ghex-version;"> + <?dbhtml filename="ghex.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <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>gGhex</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="glib2"/> and + <xref linkend="gtk3"/></para> + + <bridgehead renderas="sect4">Recommended</bridgehead> + <para role="optional"><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=$GNOME_PREFIX && +make</userinput></screen> + + <para>This package's testsuite is only intended to be used by the + maintainer to check i18n files.</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 Library</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>ghex</seg> + <seg>libgtkhex-3.so</seg> + <seg><envar>$GNOME_PREFIX</envar>/{include/gtkhex-3,share/{ghex,gnome/help/ghex/{C/figures,cs/figures,de/figures,es/figures,fr/figures,it/figures,ja/figures,ko/figures,oc/figures,sl/figures,sv/figures,th/figures,zh_CN/figures,zh_TW/figures},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 hex editor.</para> + <indexterm zone="ghex ghex-prog"> + <primary sortas="b-ghex-prog">ghex-prog</primary> + </indexterm> + </listitem> + </varlistentry> + + <!--<varlistentry id="libgtkhex-3"> + <term><filename class='libraryfile'>libgtkhex-3.so</filename></term> + <listitem> + <para>contains functions that .....</para> + <indexterm zone="ghex libgtkhex-3"> + <primary sortas="c-libgtkhex-3">libgtkhex-3.so</primary> + </indexterm> + </listitem> + </varlistentry>--> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/gnome/add/ghex.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-26 18:41:32 UTC (rev 9524) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-26 19:29:35 UTC (rev 9525) @@ -47,6 +47,9 @@ <listitem> <para>[ken] - added gdl-3.2.1 from Wayne.</para> </listitem> + <listitem> + <para>[ken] - added ghex-3.0.0 from Wayne.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
