• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Xbr/H03-May-2022-2,8891,582

common/H03-May-2022-3,6251,931

HISTORYH A D17-Jul-19952.7 KiB5954

ImakefileH A D17-Jul-19951.1 KiB3527

Makefile.noimakeH A D03-May-20224.3 KiB15450

READMEH A D17-Jul-19953.2 KiB7562

README.HPPDH A D17-Jul-1995551 1413

XTar.adH A D03-May-20221.6 KiB6354

XTar.tmplH A D17-Jul-19951.5 KiB6959

about.cH A D17-Jul-19955.7 KiB15180

about.hH A D09-May-19951,011 285

crest.hH A D09-May-199544 KiB588586

help.cH A D09-May-19956.6 KiB14989

help.hH A D09-May-1995965 274

logo.hH A D09-May-199537.8 KiB528507

resources.hH A D17-Jul-19952.4 KiB7945

xtar.cH A D03-May-202273.8 KiB2,1161,384

xtar.docH A D17-Jul-19953.6 KiB13359

xtar.hH A D09-May-1995942 274

xtar.manH A D17-Jul-19952.7 KiB9291

xtarint.hH A D09-May-19953.8 KiB9261

README

1XTar V1.4
2---------
3XTar is a package for graphically viewing and manipulating files which have been
4archived using tar (Tape ARchive), and possibly compressed with gzip or the
5standard UNIX compress utility. XTar requires an ANSI C compiler and the Motif
6toolkit to build.
7
8This distribution contains the following files and directories:
9
10HISTORY		-	A line by line log of changes to XTar
11Imakefile	-	System independent file for creating Makefiles
12Makefile.noimake-	For users without imake
13README		-	This file
14XTar.ad		-	XTar app-defaults
15XTar.tmpl	-	Template file for imake
16Xbr/		-	X windows library of use(less)ful routines
17common/		-	Miscellaneous library of routines
18xtar.doc	-	Man page in text format (help file)
19xtar.man	-	Man page in nroff format
20*.[ch]		-	Source files
21
22Installing with imake
23---------------------
24If you have imake installed on your system, then you should not need to make
25any changes. Just edit 'XTar.ad' and set the resource 'helpDoc' to where you
26will install the help file. By default this is in $(LIBDIR)/xtar.doc. Then type,
27
28xmkmf		-	Create initial Makefile
29make Makefiles	-	Create Makefiles in common/ and Xbr/
30make		-	Builds xtar
31make install	-	Installs binary, help file and app-defaults
32make install.man-	Installs man page
33
34Installing without imake
35------------------------
36For this version I have provided Makefiles for those without imake. Firstly,
37you must edit 'Makefile.noimake' and set the installation parameters at the
38top of the file. Next, you must look for your systems architecture and
39uncomment the relevant lines [and comment out the lines for the other
40architectures]. It is more than likely that the incorrect default parameters
41have been set, as this Makefile is untested on some systems - so let me have
42the feedback on what they should be!
43
44Now edit XTar.ad and set the helpDoc resource to be $(LIBDIR)/xtar.doc.  Then
45type,
46
47make -f Makefile.noimake		-	Builds the system
48make -f Makefile.noimake install	-	Install binary and other files
49
50Notes
51-----
52o You configure which viewers are spawned by setting the 'mappings' resource.
53  This allows you to launch 'xv' for viewing images and 'ghostview' for
54  viewing PostScript documents for example. See the app-defaults file, XTar.ad,
55  for an example of how it works.
56
57o HTML documentation for XTar is available at:
58    http://www.csc.liv.ac.uk/users/rik/xtar/
59
60o Also check out WWWTar, a similar application for viewing tar files across
61  the web. For more information see:
62    http://www.csc.liv.ac.uk/users/rik/wwwtar/
63
64Send any bug reports, comments, suggestions, beer etc, to...
65
66=============================================================================
67 Richard Turnbull                     |       HP-UX Porting & Archive Centre
68                                      |
69 E-Mail: rik@csc.liv.ac.uk            |                 [hpux.csc.liv.ac.uk]
70 FAX: (0151) 794 3715                 |               Dept. Computer Science
71 Office Phone: (0151) 794 3704        |              University of Liverpool
72 Dept   Phone: (0151) 794 6923        |                    Liverpool L69 3BX
73 http://www.csc.liv.ac.uk/users/rik/  |                              England
74=============================================================================
75

README.HPPD

1Package name:     xtar
2Version number:   1.4
3Original author:  Rik Turnbull <rik@csc.liv.ac.uk>
4Report bugs to:   rik@csc.liv.ac.uk
5Tested on:        HP 9000/735 running HP-UX 9.03
6C compiler used:  Version A.09.75
7Purpose:
8Motif/X windows tar file viewer. XTar allows you to view the contents of a tar
9archive - optionally compressed with gzip or the standard compress utility. It
10also allows you to extract and view individual files, unpack the whole archive,
11or unpack selected directories.
12Date archived:    Mon 17 Jul 1995
13Special notes:    None
14