summaryrefslogtreecommitdiff
path: root/README
blob: d1075f2f5afad09097fc39e41be688298048f696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
README for GNU paxutils
See the end of file for copying conditions.

* Introduction

GNU paxutils aims to provide:

  1. tar implementation, replacing current GNU tar,
  2. cpio implementation, replacing current GNU cpio,
  3. pax implementation, conforming to POSIX standard.

All three implementations will be built around a common (presumably
shared) library.

See files HISTORY and TODO for the information about background of GNU
paxutils and its future plans.

* Interaction with GNU tar and cpio

Development of GNU paxutils evolves in sync with that of GNU tar
and cpio. New features of both projects are being moved to paxutils,
so that the project also serves as a code base repository for both tar
and cpio.

Each subdirectory in the repository that contains files required by
any of these projects, contains a file named DISTFILES that lists the
files to be exported from this subdirectory. Such file consists of a
list of filenames, each on a separate line. Empty lines and comments
(beginning with #) are allowed. Comments must occupy a separate line.

* Interaction with gnulib

File gnulib.modules contains a list of gnulib modules needed by
exportable paxutils files. The build system of both projects uses this
file to create a list of necessary gnulib modules.

A similar file, build-aux/paxlib.modules, contains a list of gnulib
modules needed by paxutils itself. It is used by build-aux/bootstrap
to bootstrap the package.

* Current status

Currently paxutils provides initial version of pax library, containing
internal buffering support. The 'paxtest' utility is provided for
testing the library.


* Copying

For any copyright year range specified as YYYY-ZZZZ in this package
the range specifies every year in that closed interval.

Copyright (C) 2005-2023 Free Software Foundation, Inc.

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.

Local Variables:
mode: outline
paragraph-separate: "[	]*$"
version-control: never
End: