source: general/genutils/tree.xml@ 38821ef

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 38821ef was b5eadf6a, checked in by Bruce Dubbs <bdubbs@…>, 17 months ago

Update to tree-2.1.0.

  • Property mode set to 100644
File size: 3.7 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 tree-download-http "https://mama.indstate.edu/users/ice/tree/src/tree-&tree-version;.tgz">
8<!ENTITY tree-download-ftp " ">
9<!-- <!ENTITY tree-download-ftp "ftp://mama.indstate.edu/linux/tree/tree-&tree-version;.tgz">-->
10<!ENTITY tree-md5sum "50aa5cdb28df6340ef67a3a3ec953ffc">
11<!ENTITY tree-size "60 KB">
12<!ENTITY tree-buildsize "524 KB">
13<!ENTITY tree-time "less than 0.1 SBU">
14]>
15
16<sect1 id="tree" xreflabel="tree-&tree-version;">
17 <?dbhtml filename="tree.html"?>
18
19
20 <title>tree-&tree-version;</title>
21
22 <indexterm zone="tree">
23 <primary sortas="a-tree">tree</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to tree</title>
28
29 <para>
30 The <application>tree</application> application is useful to display a
31 dictionary tree's contents, including files, directories, and links.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&tree-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&tree-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &tree-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &tree-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &tree-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &tree-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/tree"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of tree</title>
77
78 <para>
79 Install <application>tree</application> by running the following
80 commands:
81 </para>
82
83<screen><userinput>make</userinput></screen>
84
85 <para>
86 This package does not come with a test suite.
87 </para>
88
89 <para>
90 Now, as the <systemitem class="username">root</systemitem> user:
91 </para>
92
93 <!-- Without MANDIR=/usr/share/man, it'll create /usr/share/man1/man1 and
94 install 'tree.1' there. Also, without prefix=/usr, it'll install the
95 'tree' command in /usr/local/bin. -->
96
97<screen role="root"><userinput>make PREFIX=/usr MANDIR=/usr/share/man install &amp;&amp;
98chmod -v 644 /usr/share/man/man1/tree.1</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>tree</seg>
112 <seg>None</seg>
113 <seg>None</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="tree-app">
123 <term><command>tree</command></term>
124 <listitem>
125 <para>
126 displays a directory tree in a terminal
127 </para>
128 <indexterm zone="tree tree-app">
129 <primary sortas="b-tree">tree</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 </variablelist>
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.