mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
e1e58be454
neither firefox nor epiphany can download them, and they are not well maintained, because rarely tested. This is WIP because the "(HTTP)" part of "Download (HTTP)" will need to be removed too. But let's see what users think first...
135 lines
3.5 KiB
XML
135 lines
3.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 tree-download-http "https://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz">
|
|
<!ENTITY tree-download-ftp " ">
|
|
<!ENTITY tree-md5sum "1376096bad6b1875d680b18873c249f1">
|
|
<!ENTITY tree-size "60 KB">
|
|
<!ENTITY tree-buildsize "728 KB">
|
|
<!ENTITY tree-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="tree" xreflabel="tree-&tree-version;">
|
|
<?dbhtml filename="tree.html"?>
|
|
|
|
|
|
<title>tree-&tree-version;</title>
|
|
|
|
<indexterm zone="tree">
|
|
<primary sortas="a-tree">tree</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to tree</title>
|
|
|
|
<para>
|
|
The <application>tree</application> application is useful to display a
|
|
dictionary tree's contents, including files, directories, and links.
|
|
</para>
|
|
|
|
&lfs120_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&tree-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&tree-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &tree-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &tree-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &tree-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &tree-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of tree</title>
|
|
|
|
<para>
|
|
Install <application>tree</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>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>
|
|
|
|
<!-- Without MANDIR=/usr/share/man, it'll create /usr/share/man1/man1 and
|
|
install 'tree.1' there. Also, without prefix=/usr, it'll install the
|
|
'tree' command in /usr/local/bin. -->
|
|
|
|
<screen role="root"><userinput>make PREFIX=/usr MANDIR=/usr/share/man install &&
|
|
chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>tree</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="tree-app">
|
|
<term><command>tree</command></term>
|
|
<listitem>
|
|
<para>
|
|
displays a directory tree in a terminal
|
|
</para>
|
|
<indexterm zone="tree tree-app">
|
|
<primary sortas="b-tree">tree</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|