source: general/sysutils/pax.xml@ 8fa893e

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

Update to paxmirabilis-20201030 (pax).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23904 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;.cpio.gz">
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 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Pax</title>
101
102 <para>Install pax by running the following commands:.</para>
103
104 <note>
105 <para>This package expands to the directory <emphasis>pax</emphasis>.</para>
106 </note>
107
108<screen><userinput>bash Build.sh</userinput></screen>
109
110 <para>This package does not come with a test suite.</para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116 <note>
117 <para>This package also creates hard links from <command>pax</command>
118 to the programs <command>cpio</command> and <command>tar</command> in
119 the build directory. The LFS editors do not recommend that they be
120 installed as they will overwrite the GNU versions of these programs.</para>
121 </note>
122
123<screen role="root"><userinput>install -v pax /bin &amp;&amp;
124install -v -m644 pax.1 /usr/share/man/man1</userinput></screen>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132
133 <seglistitem>
134 <seg>
135 pax
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="pax-prog">
146 <term><command>pax</command></term>
147 <listitem>
148 <para>
149 copies files to and from archives in several formats.
150 </para>
151 <indexterm zone="pax pax-prog">
152 <primary sortas="b-pax">pax</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156 </variablelist>
157 </sect2>
158</sect1>
Note: See TracBrowser for help on using the repository browser.