ftp.nice.ch/pub/next/tools/archiver/Compress.1.1.N.bs.tar.gz#/Compress-1.1

ChangeLog
 
Compress
 
Compress.h
[View Compress.h] 
Compress.iconheader
 
Compress.m
[View Compress.m] 

Compress.nib


 
Compress.services
 
CompressApp.h
[View CompressApp.h] 
CompressApp.m
[View CompressApp.m] 
Compress_app_icon.tiff
 
Compress_main.m
[View Compress_main.m] 
Compressedfile_icon.tiff
 
IB.proj
 
Makefile
 
Makefile.dependencies
 
Makefile.preamble
 
README
 
compress.c
[View compress.c] 
compress.h
[View compress.h] 
local_compress_defs.h
[View local_compress_defs.h] 

README

    Filename:	README 
    Created :	Mon Jul  1 16:19:34 1991 
    Author  :	Vince DeMarco
		<demarco@cpsc.ucalgary.ca>

Compress version 1.0

	This program is basically a nice front end to the
compress/uncompress program.  Execpt that the compress/uncompress code
has been incorperated directly into the Compress program itself.  No
system() or execl() calls are done at all.

	The program will also allow you to decompress all files ending
with .Z simply by double clicking on them.

	This program also provides a file compression service for any
program that can paste file names into the NXFilenamePboard (namely
Workspace Manager)


Things to do.

	When a file is being compressed or decompressed no indication
of how long it will take is given to the user.  This needs to be added
at some point in time.


The compress code is taken from:

/*
 * compress.c - File compression ala IEEE Computer, June 1984.
 *
 * Authors:	Spencer W. Thomas	(decvax!harpo!utah-cs!utah-gr!thomas)
 *		Jim McKie		(decvax!mcvax!jim)
 *		Steve Davies		(decvax!vax135!petsd!peora!srd)
 *		Ken Turkowski		(decvax!decwrl!turtlevax!ken)
 *		James A. Woods		(decvax!ihnp4!ames!jaw)
 *		Joe Orost		(decvax!vax135!petsd!joe)
 *		Dave Mack		(csu@alembic.acs.com)
 *
 * Revision 4.1   91/05/26  	  csu@alembic.acs.com
 *
 */

Compress version 1.1

	Make some updates See the ChangeLog file

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.