glfs/general/genutils/hd2u.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

145 lines
3.6 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 hd2u-download-http "https://hany.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz">
<!ENTITY hd2u-download-ftp " ">
<!ENTITY hd2u-md5sum "d516d794deb42ee95bd4e96af94088de">
<!ENTITY hd2u-size "64 KB">
<!ENTITY hd2u-buildsize "364 KB">
<!ENTITY hd2u-time "less than 0.1 SBU">
]>
<sect1 id="hd2u" xreflabel="hd2u-&hd2u-version;">
<?dbhtml filename="hd2u.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Hd2u-&hd2u-version;</title>
<indexterm zone="hd2u">
<primary sortas="a-Hd2u">Hd2u</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Hd2u</title>
<para>
The <application>hd2u</application> package contains
an any to any text format converter.
</para>
&lfs101_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&hd2u-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&hd2u-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &hd2u-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &hd2u-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &hd2u-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &hd2u-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Hd2u Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="popt"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/hd2u"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Hd2u</title>
<para>
Install <application>hd2u</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 Directories</segtitle>
<seglistitem>
<seg>dos2unix</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="dos2unix">
<term><command>dos2unix</command></term>
<listitem>
<para>
converts text between various OS formats (such as
converting from DOS format to Unix)
</para>
<indexterm zone="hd2u dos2unix">
<primary sortas="b-dos2unix">dos2unix</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>