File: MANIFEST

package info (click to toggle)
tardy 1.12-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,620 kB
  • ctags: 1,014
  • sloc: cpp: 9,530; sh: 4,426; makefile: 723; awk: 44
file content (230 lines) | stat: -rw-r--r-- 13,888 bytes parent folder | download | duplicates (3)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230


README	Blurb about tardy
BUILDING	Instructions how to build, test and install tardy
LICENSE	GNU General Public License
MANIFEST	This file
Makefile.in	 instructions to make, how to build the tardy package
aegis.conf	 instructions to aegis, per-project configuration
common/ac/assert.h	 insulate againnst <assert.h> vagueries
common/ac/ctype.h	 interface definition for common/ac/ctype.cc
common/ac/dirent.h	 isolate dirent.h/ndir.h differences
common/ac/errno.h	 interface definition for errno.cc
common/ac/fcntl.h	 isolate <fcntl.h> vs <sys/file.h> differences
common/ac/grp.h	 interface definition for common/ac/grp.cc
common/ac/limits.h	 isolate limits.h presence/absence
common/ac/pwd.h	 interface definition for common/ac/pwd.cc
common/ac/stdarg.h	 insulation from <stdarg.h> vagueries
common/ac/stddef.h	 isolate stddef.h presence/absence
common/ac/stdio.cc	 functions to manipulate stdios
common/ac/stdio.h	 insulate against <stdio.h> vagueries
common/ac/stdlib.h	 isolate stdlib.h presence/absence
common/ac/string.cc	 missing ANSI C library functions
common/ac/string.h	 isolate string.h/strings.h differences
common/ac/termios.h	 insulate against sys/ioctl.h vs termios.h differences
common/ac/time.h	 isolate time.h differences
common/ac/unistd.h	 isolate unistd.h presnce/absence
common/ac/zlib.cc	 functions to manipulate zlibs
common/ac/zlib.h	 interface definition for common/ac/zlib.cc
common/arglex.cc	 lexical analysis of command line arguments
common/arglex.h	 interface definition for common/arglex.c
common/cannonical.cc	 functions to manipulate cannonical path names
common/cannonical.h	 interface definition for common/cannonical.cc
common/config.h.in	 template common/config.h file
common/error.cc	 functions to report errors
common/error.h	 interface definition for common/error.c
common/file/input.cc	 functions to manipulate file inputs
common/file/input.h	 interface definition for common/file/input.cc
common/file/input/normal.cc	 functions to manipulate file input normals
common/file/input/normal.h	 interface definition for common/file/input/normal.cc
common/file/input/stdin.cc	 functions to manipulate file input stdins
common/file/input/stdin.h	 interface definition for common/file/input/stdin.cc
common/file/output.cc	 functions to manipulate file outputs
common/file/output.h	 interface definition for common/file/output.cc
common/file/output/buffer.cc	 functions to manipulate buffers
common/file/output/buffer.h	 interface definition for common/file/output/buffer.cc
common/file/output/normal.cc	 functions to manipulate file output normals
common/file/output/normal.h	 interface definition for common/file/output/normal.cc
common/file/output/stdout.cc	 functions to manipulate stdouts
common/file/output/stdout.h	 interface definition for common/file/output/stdout.cc
common/filenamelist.cc	 functions to manipulate filenamelists
common/filenamelist.h	 interface definition for common/filenamelist.cc
common/filenamelist/file.cc	 functions to manipulate files
common/filenamelist/file.h	 interface definition for common/filenamelist/file.cc
common/filenamelist/filter.cc	 functions to manipulate filters
common/filenamelist/filter.h	 interface definition for common/filenamelist/filter.cc
common/filenamelist/filter/progress.cc	 functions to manipulate progresss
common/filenamelist/filter/progress.h	 interface definition for common/filenamelist/filter/progress.cc
common/fstrcmp.cc	 functions to perform fuzzy comparisons
common/fstrcmp.h	 interface definition for common/fstrcmp.cc
common/help.cc	 functions to provide consistent treatment of -Help options
common/help.h	 interface definition for common/help.c
common/main.h	 common definitions, including DEBUG define
common/mem.cc	 functions to manipulate dynamic memory
common/mem.h	 interface definition for common/mem.c
common/mprintf.cc	 functions to printf into memory
common/mprintf.h	 interface definition for common/mprintf.c
common/patchlevel.h	The patch level of this distribution.
common/progname.cc	 functions to manipulate prognames
common/progname.h	 interface definition for common/progname.c
common/rcstring.cc	 string manipulation functions
common/rcstring.h	 interface definition for common/str.cc
common/symtab.cc	 functions to manipulate symbol tables
common/symtab.h	 interface definition for common/symtab.cc
common/tar/format.cc	 functions to manipulate formats
common/tar/format.h	 interface definition for common/tar/format.cc
common/tar/header.cc	 functions to manipulate tar headers
common/tar/header.h	 interface definition for common/tar/header.cc
common/tar/input.cc	 functions to manipulate tar inputs
common/tar/input.h	 interface definition for common/tar/input.cc
common/tar/input/filename.cc	 functions to manipulate filenames
common/tar/input/filename.h	 interface definition for common/tar/input/filename.cc
common/tar/input/filenamelist.cc	 functions to manipulate filenamelists
common/tar/input/filenamelist.h	 interface definition for common/tar/input/filenamelist.cc
common/tar/input/filter.cc	 functions to manipulate tar input filtering base class
common/tar/input/filter.h	 interface definition for common/tar/input/filter.cc
common/tar/input/filter/clean.cc	 functions to manipulate tar input filename cleaning
common/tar/input/filter/clean.h	 interface definition for common/tar/input/clean.cc
common/tar/input/filter/group_name.cc	 functions to manipulate tar input user numbers
common/tar/input/filter/group_name.h	 interface definition for common/tar/input/group_name.cc
common/tar/input/filter/group_numbr.cc	 functions to manipulate tar input group_numbers
common/tar/input/filter/group_numbr.h	 interface definition for common/tar/input/group_numbr.cc
common/tar/input/filter/gunzip.cc	 functions to manipulate gunzips
common/tar/input/filter/gunzip.h	 interface definition for common/tar/input/filter/gunzip.cc
common/tar/input/filter/mode_clear.cc	 functions to manipulate tar input mode clearing
common/tar/input/filter/mode_clear.h	 interface definition for common/tar/input/mode_clear.cc
common/tar/input/filter/mode_set.cc	 functions to manipulate tar input mode setting
common/tar/input/filter/mode_set.h	 interface definition for common/tar/input/mode_set.cc
common/tar/input/filter/now.cc	 functions to manipulate tar input user numbers
common/tar/input/filter/now.h	 interface definition for common/tar/input/now.cc
common/tar/input/filter/prefix.cc	 functions to manipulate tar input prefixes
common/tar/input/filter/prefix.h	 interface definition for common/tar/input/prefix.cc
common/tar/input/filter/remov_prefi.cc	 functions to manipulate tar input remove prefixes
common/tar/input/filter/remov_prefi.h	 interface definition for common/tar/input/remov_prefi.cc
common/tar/input/filter/remove_prefix_count.cc	 functions to manipulate remove_prefix_counts
common/tar/input/filter/remove_prefix_count.h	 interface definition for tar_input_filter_remove_prefix_count class
common/tar/input/filter/suppr_direc.cc	 functions to manipulate suppress directory filter
common/tar/input/filter/suppr_direc.h	 interface definition for common/tar/input/suppr_direc.cc
common/tar/input/filter/user_name.cc	 functions to manipulate tar input user numbers
common/tar/input/filter/user_name.h	 interface definition for common/tar/input/user_name.cc
common/tar/input/filter/user_number.cc	 functions to manipulate tar input user numbers
common/tar/input/filter/user_number.h	 interface definition for common/tar/input/user_number.cc
common/tar/input/tar.cc	 functions to manipulate tar input
common/tar/input/tar.h	 interface definition for tar/common/tar.c
common/tar/output.cc	 functions to manipulate tar outputs
common/tar/output.h	 interface definition for common/tar/output.cc
common/tar/output/cpio.cc	 functions to manipulate cpios
common/tar/output/cpio.h	 interface definition for common/tar/output/cpio.cc
common/tar/output/cpio/newascii.cc	 functions to manipulate tar output cpio newasciis
common/tar/output/cpio/newascii.h	 interface definition for common/tar/ouput/cpio/newascii.cc
common/tar/output/cpio/oldascii.cc	 functions to manipulate tar output cpio oldasciis
common/tar/output/cpio/oldascii.h	 interface definition for oldascii.cc
common/tar/output/filter.cc	 functions to manipulate filters
common/tar/output/filter.h	 interface definition for common/tar/output/filter.cc
common/tar/output/filter/gzip.cc	 functions to manipulate gzips
common/tar/output/filter/gzip.h	 interface definition for common/tar/output/filter/gzip.cc
common/tar/output/list.cc	 functions to manipulate tar output lists
common/tar/output/list.h	 interface definition for common/tar/output/list.cc
common/tar/output/tar/bsd.cc	 functions to manipulate tar output tar bsd
common/tar/output/tar/bsd.h	 interface definition for common/tar/output/tar/bsd.cc
common/tar/output/tar/posix.cc	 functions to manipulate tar output unix std tars
common/tar/output/tar/posix.h	 interface definition for common/tar/output/tar/posix.cc
common/tar/output/tar/v7.cc	 functions to manipulate tar output tar v7
common/tar/output/tar/v7.h	 interface definition for common/tar/output/tar/v7.cc
common/tar/output/tar_base.cc	 functions to manipulate tar output tars
common/tar/output/tar_base.h	 interface definition for common/tar/output/tar.cc
common/trace.cc	 functions for execution trace
common/trace.h	 interface definition for common/trace.c
common/versi_stamp.cc	 functions to manipulate version_stmps
common/version.cc	 give version information
common/version.h	 interface definition for common/version.c
common/version_stmp.h	 interface definition for version_stmp.c
configure	
etc/BUILDING.man	 source for BUILDING file
etc/CHANGES.1.1	
etc/CHANGES.1.10	
etc/CHANGES.1.12	
etc/CHANGES.1.2	
etc/CHANGES.1.4	
etc/CHANGES.1.5	
etc/CHANGES.1.6	
etc/CHANGES.1.7	
etc/CHANGES.1.8	
etc/CHANGES.1.9	
etc/CHANGES.sh	 shell script to create the CHANGES file
etc/Howto.conf.in	 instructions to cook, architecture specific
etc/Howto.cook	 instructions to cook(1), how to build project
etc/MANIFEST.sh	 shell script to generate the MANIFEST file
etc/Makefi.file.sh	 shell script to generate Makefile fragment for each source file
etc/Makefile.awk	 helper file for generating the Makefile file
etc/Makefile.head	 instructions to make, how to build the tardy package
etc/Makefile.sh	 shell script to generate the Makefile file
etc/README.man	 source for the README file
etc/archive.cook	 instructions to cook(1), how to build archive set
etc/configure.in	 how to configure cook, input to the GNU autoconf program
etc/doxygen.cfg	 etc/doxygen.cfg
etc/doxygen.cook	 etc/doxygen.cook
etc/lsm.roff	 input for archive/Aegis.lsm
etc/new.1.10.so	 document describing new 1.10 features
etc/new.1.11.so	 document describing new 1.11 features
etc/new.1.12.so	 document describing new 1.12 features
etc/new.1.2.so	 document describing new features in the 1.2 version
etc/new.1.4.so	 document describing new 1.4 features
etc/new.1.5.so	 document describing new 1.5 features
etc/new.1.6.so	 document describing new 1.6 features
etc/new.1.7.so	 document describing new 1.7 features
etc/new.1.8.so	 document describing new 1.8 features
etc/new.1.9.so	 document describing new 1.9 features
etc/patch.file.sh	 shell script to generate the patch for a file
etc/patches.sh	 shell script to generate the patch file
etc/so.sh	 shell script to generate include lists
etc/spec.sh	 shell script to generate RedHat spec file
etc/ssp.awk	 awk script to supress multiple blank lines
etc/tags.cook	 tags.cook
etc/tardy.gif.uue	 Tardy Icon, uuencoded
etc/template/c	 functions to manipulate ${basename $fn .cc}s
etc/template/generic	 ${basename $fn}
etc/template/h	 interface definition for ${trim_extension $fn}.cc
etc/template/man	 manual page describing the ${basename $fn .1} command.
etc/template/ms	 document describing ${basename $fn .ms}
etc/template/report	 report the $fn
etc/template/sh	 shell script to manipulate ${basename $fn .sh}s
etc/template/test	 Test the ??? functionality
etc/txt2c.awk	 awk script to turn troff text into C
etc/version.so	
install-sh	
man1/o__rules.so	 description of option up/down case convention
man1/o_help.so	 description of -Help command line option
man1/tardy.1	 manual page describing the tardy command.
man1/z_cr.so	 copyright and author parts of section 1 manual entries
man1/z_exit.so	 exit status part of section 1 manual entries
tardy.spec	
tardy/ifmt.cc	 functions to manipulate ifmts
tardy/ifmt.h	 interface definition for tardy/ifmt.cc
tardy/main.cc	 operating system entry point
tardy/ofmt.cc	 functions to manipulate ofmts
tardy/ofmt.h	 interface definition for tardy/ofmt.cc
tardy/tardy.cc	 functions to manipulate tar archives
tardy/tardy.h	 interface definition for tardy/tardy.c
test/00/t0001a.sh	 Test the -Help and -VERSion options
test/00/t0002a.sh	 Test the -User_NUmber option
test/00/t0003a.sh	 Test the -Group_NUmber option
test/00/t0004a.sh	 Test the -Prefix option
test/00/t0005a.sh	 Test the -Mode option
test/00/t0006a.sh	 Test tar checksum compatibility
test/00/t0007a.sh	 Test that stdarg/varargs is working
test/00/t0008a.sh	 Test the -nodir functionality
test/00/t0009a.sh	 Test the -Remove_Prefix option
test/00/t0010a.sh	 Test the -clean functionality
test/00/t0011a.sh	 Test the -downcase functionality
test/00/t0012a.sh	 Test the cpio output functionality
test/00/t0013a.sh	 Test the cpio output functionality
test/00/t0014a.sh	 Test the input-format list functionality
test/00/t0015a.sh	 Test the long file name functionality
test/00/t0016a.sh	 Test the long dir name functionality
test/00/t0017a.sh	 Test the g(un)zip functionality
test/00/t0018a.sh	 Test the tardy -remprefix functionality
test/00/t0019a.sh	 Test the tardy -remprefix functionality
web.src/download.roff	 input for archive/download.html
web.src/index.roff	 input for archive/tardy.html
web.src/mailinglist.roff	 input for archive/mailing-list.html