Add unifdef into the book in support of WebKitGTK+.

This commit is contained in:
Douglas R. Reno 2023-04-19 20:06:26 -05:00
parent 8b4b69e8af
commit 2b2e5fda65
4 changed files with 151 additions and 0 deletions

View File

@ -58,6 +58,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysprof.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unifdef.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vala.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="valgrind.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yasm.xml"/>

145
general/prog/unifdef.xml Normal file
View File

@ -0,0 +1,145 @@
<?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 unifdef-download-http "https://dotat.at/prog/unifdef/unifdef-&unifdef-version;.tar.gz">
<!ENTITY unifdef-download-ftp " ">
<!ENTITY unifdef-md5sum "b225312c110cd2600ca7166bd0419751">
<!ENTITY unifdef-size "88 KB">
<!ENTITY unifdef-buildsize "1.9 MB">
<!ENTITY unifdef-time "less than 0.1 SBU">
]>
<sect1 id="unifdef" xreflabel="unifdef-&unifdef-version;">
<?dbhtml filename="unifdef.html"?>
<title>unifdef-&unifdef-version;</title>
<indexterm zone="unifdef">
<primary sortas="a-unifdef">unifdef</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to unifdef</title>
<para>
The <application>unifdef</application> package contains a utility that
is useful for removing preprocessor conditionals from code.
</para>
&lfs113_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&unifdef-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&unifdef-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &unifdef-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &unifdef-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &unifdef-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &unifdef-time;
</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/unifdef"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of unifdef</title>
<para>
Install <application>unifdef</application> by running the following
commands:
</para>
<screen><userinput>make</userinput></screen>
<para>
To test the results, issue: <command>make test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
unifdef and unifdefall
</seg>
<seg>
None
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="unifdef-prog">
<term><command>unifdef</command></term>
<listitem>
<para>
removes preprocessor conditionals from code
</para>
<indexterm zone="unifdef unifdef-prog">
<primary sortas="b-unifdef">unifdef</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="unifdefall">
<term><command>unifdefall</command></term>
<listitem>
<para>
removes preprocessor conditionals from code across a whole tree
</para>
<indexterm zone="unifdef unifdefall">
<primary sortas="b-unifdefall">unifdefall</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -41,6 +41,10 @@
<listitem>
<para>April 19th, 2023</para>
<itemizedlist>
<listitem>
<para>[renodr] - Add unifdef into the book. Fixes
<ulink url="&blfs-ticket-root;17924">#17924</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Update to gtksourceview5-5.8.0. Fixes
<ulink url="&blfs-ticket-root;17817">#17817</ulink>.</para>

View File

@ -352,6 +352,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY sysprof-minor "3.48">
<!ENTITY sysprof-version "&sysprof-minor;.0">
<!ENTITY tk-version "8.6.13">
<!ENTITY unifdef-version "2.12">
<!ENTITY vala-major-version "0.56"> <!-- even minors only -->
<!ENTITY vala-version "&vala-major-version;.6">
<!ENTITY valgrind-version "3.20.0">