source: general/sysutils/pax.xml@ 24b90dd

10.1 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 24b90dd was 24b90dd, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Fix pax url

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23912 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.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 pax-download-http "https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-&pax-version;.tgz">
8 <!ENTITY pax-download-ftp " ">
9 <!ENTITY pax-md5sum "87a0a3870ec437c41eb1b406334fe2c5">
10 <!ENTITY pax-size "172 KB">
11 <!ENTITY pax-buildsize "1.2 MB">
12 <!ENTITY pax-time "less than 0.1 SBU">
13]>
14
15<sect1 id="pax" xreflabel="Pax-&pax-version;">
16 <?dbhtml filename="pax.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Pax-&pax-version;</title>
24
25 <indexterm zone="pax">
26 <primary sortas="a-pax">pax</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Pax</title>
31
32 <para>
33 <application>pax</application> is an archiving utility created by POSIX
34 and defined by the POSIX.1-2001 standard. Rather than sort out the
35 incompatible options that have crept up between
36 <application>tar</application> and <application>cpio</application>,
37 along with their implementations across various versions of UNIX, the
38 IEEE designed a new archive utility. The name <quote>pax</quote> is
39 an acronym for portable archive exchange. Furthermore,
40 <quote>pax</quote> means <quote>peace</quote> in Latin, so its name
41 implies that it shall create peace between the
42 <application>tar</application> and <application>cpio</application>
43 format supporters. The command invocation and command structure is
44 somewhat a unification of both <application>tar</application> and
45 <application>cpio</application>.
46 </para>
47 <para>
48 <application>pax</application> has been required to be present in LSB
49 conformant systems since LSB version 3.0.
50 </para>
51
52 &lfs10_checked;
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>
58 Download (HTTP): <ulink url="&pax-download-http;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download (FTP): <ulink url="&pax-download-ftp;"/>
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download MD5 sum: &pax-md5sum;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Download size: &pax-size;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated disk space required: &pax-buildsize;
79 </para>
80 </listitem>
81 <listitem>
82 <para>
83 Estimated build time: &pax-time;
84 </para>
85 </listitem>
86 </itemizedlist>
87<!--
88 <bridgehead renderas="sect3">Pax Dependencies</bridgehead>
89
90 <bridgehead renderas="sect4">Required</bridgehead>
91 <para role="required">
92 <xref linkend="cpio"/></para>
93-->
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/pax"/>
96 </para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Pax</title>
102
103 <para>Install pax by running the following commands:.</para>
104
105 <note>
106 <para>This package expands to the directory <emphasis>pax</emphasis>.</para>
107 </note>
108
109<screen><userinput>bash Build.sh</userinput></screen>
110
111 <para>This package does not come with a test suite.</para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117 <note>
118 <para>This package also creates hard links from <command>pax</command>
119 to the programs <command>cpio</command> and <command>tar</command> in
120 the build directory. The LFS editors do not recommend that they be
121 installed as they will overwrite the GNU versions of these programs.</para>
122 </note>
123
124<screen role="root"><userinput>install -v pax /bin &amp;&amp;
125install -v -m644 pax.1 /usr/share/man/man1</userinput></screen>
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133
134 <seglistitem>
135 <seg>
136 pax
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="pax-prog">
147 <term><command>pax</command></term>
148 <listitem>
149 <para>
150 copies files to and from archives in several formats.
151 </para>
152 <indexterm zone="pax pax-prog">
153 <primary sortas="b-pax">pax</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157 </variablelist>
158 </sect2>
159</sect1>
Note: See TracBrowser for help on using the repository browser.