source: general/genutils/hd2u.xml@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 3.6 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 hd2u-download-http "https://hany.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz">
8<!ENTITY hd2u-download-ftp " ">
9<!ENTITY hd2u-md5sum "d516d794deb42ee95bd4e96af94088de">
10<!ENTITY hd2u-size "64 KB">
11<!ENTITY hd2u-buildsize "364 KB">
12<!ENTITY hd2u-time "less than 0.1 SBU">
13]>
14
15<sect1 id="hd2u" xreflabel="hd2u-&hd2u-version;">
16 <?dbhtml filename="hd2u.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Hd2u-&hd2u-version;</title>
23
24 <indexterm zone="hd2u">
25 <primary sortas="a-Hd2u">Hd2u</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Hd2u</title>
30
31 <para>
32 The <application>hd2u</application> package contains
33 an any to any text format converter.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&hd2u-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&hd2u-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &hd2u-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &hd2u-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &hd2u-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &hd2u-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Hd2u Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="popt"/>
77 </para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/hd2u"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Hd2u</title>
86
87 <para>
88 Install <application>hd2u</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>./configure --prefix=/usr &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Program</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>dos2unix</seg>
117 <seg>None</seg>
118 <seg>None</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="dos2unix">
128 <term><command>dos2unix</command></term>
129 <listitem>
130 <para>
131 converts text between various OS formats (such as
132 converting from DOS format to Unix)
133 </para>
134 <indexterm zone="hd2u dos2unix">
135 <primary sortas="b-dos2unix">dos2unix</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.