AminetAminet
Search:
84782 packages online
About
Recent
Browse
Search
Upload
Setup
Services

util/arc/PackDisk11.lha

Mirror:Random
Showing: ppc-morphos icongeneric icon
No screenshot available
Short:DMS repalcement. Uses XPK libs for compresion.
Author:No EMail. (Edgar M. Vigdal)
Uploader:chrsa aid no (Christian Sandberg)
Type:util/arc
Architecture:m68k-amigaos
Date:1994-05-21
Download:util/arc/PackDisk11.lha - View contents
Readme:util/arc/PackDisk11.readme
Downloads:1940

  ______     __   _____  _    _     ______   _   _____  _    _
  |     \   /  | / ____|| |  /|     |     \ | | /  ___|| |  /|
  |  O   | /   ||  |    | | / |     |      || ||  |__  | | / |
  |      |/  O ||  |    | |/ /  __  |  O   || | \__  \ | |/ /
  |  ___//  _  ||  |    |   X  |__| |      || |    \  ||   X 
  |  |  /  / | ||  |___ | |\ \      |      || | ___/  || |\ \
  |__| |__/  |_| \_____||_| \_|     |_____/ |_||_____/ |_| \_| V1.1
|====================================================================--ยป>
  Made by Edgar M. Vigdal, 5830 LUSTER, Norway


This utility allows one to archive whole disks while preserving the
disk-structure.  PackDisk offers varying modes of compression ranging
from very simple to very deep compression. There are 6 different packing
algorithms and the one that manages to compress a sector the most is used.

The difference between PackDisk and DMS is in the simplicity of PackDisk.
You don't need to copy a file to RAM: to unpack a disk. PackDisk will load
as many packed sectors as possible into memory and than unpack those sectors
to a disk, and then read in some more packed sectors if necessary. 
And PackDisk is only 5404 bytes long!!!!



PackDisk uses the excellent XPK library for packing and unpacking. The
xpkmaster.library and the 6 sub-libraries are stored in the xpk directory.
You must copy these files to your Libs: directory and to every disk that
are going to use the PackDisk utilitie!

If you need any more info about the xpk library, you can download the
following files from your local BBS or check your public-domain supplier.

  Xpk25dev.lha      144516  Compression package, developer's add    
  Xpk25usr.lha      220144  Compression package, user's edition     
  Xpkdisk.lha        61099  A compressing disk device               
  Xpkdisk374.lha     77029  Compressing disk device v37.4 uses XPK  
  Xpkdisk37_5.lha    93483  A compressing disk device uses XPK      
  Xpkhfmn.lha         3651  A brand new xpk de/compressor           
  Xpkrdcn2.lha       30244  Fast XPK compressor with low CF         
  XpkSMPL.lha         3066  xpk library for packing samples         
  XpkSQSH.lha         5287  XPK compress lib for sampled sounds     



The following people have been involved in the developing of XPK.....

 Name                     EMail                            Program
 --------------------------------------------------------------------
 Urban Dominik Mueller    umueller@amiga.physik.unizh.ch   XPK, NUKE
 Bryan Ford               bryanf@hpmcaa.mcm.hp.com         XPK, BLZW
 Peter Struijk            winfjmf@dutiws.TWI.TUDelft.NL    IMPL
 Christian von Roques     roques@karlsruhe.gmd.de          FEAL
 Andre Beck               beck@freia.inf.tu-dresden.de     IDEA
 Marc Zimmermann          zimmerma@ibr.cs.tu-bs.de         HUFF
 Kristian Nielsen         bombadil@diku.dk                 XFH
 Martin A. Blatter        blatter@amiga.physik.unizh.ch    xDrop
 Matthias Scheler         tron@uni-paderborn.de            xPack





If you use PackDisk on a regular basis you are required to register the
program.  Registering will enable you to receive future updates and
the international version with support for different languages!

If you use PackDisk on a regular basis, please consider a US$10 registration
fee to help support future releases. Please add 1 disk for the update!!

I urge everyone who uses the program to send in their registration fees
so that I can continue to supply users with the latest and best programs.
If you have any suggestions, questions, or complaints, please write to
the above address and remember to include your name, address, and phone
number and computer configuration.


PackDisk is freely distributable provided the following rules:

 1.  No charge excepting reasonable media costs may be charged.

 2.  The program and documentation may not be modified in any way.


I will be in no way liable for damages, incidental or consequential,
arising from the use or misuse of PackDisk, or for any claim by any
other party.  Use this program at your own risk. No warranty is given
either expressed or implied.  Terms of registration are subject to
change without notice.



Usage:

PackDisk can only be used from the CLI/SHELL. Do NOT start it
from the WorkBench!!!!

TO PACK A DISK....
~~~~~~~~~~~~~~~~~~~~~~~~~~
PackDisk -p -2 <filename>
          ^  ^  ^
          |  |  | 
          |  |   \___ Name of file to store the packed disk as.
          |  |
          |   \______ Packing mode 1 is the fastest and simplest mode.
          |           Max mode is 6, this is also the slowest.
          |
           \_________ Indicates the 'packing of a disk' mode.

The packing modes are as following....

    1.   RLEN      (Fast compression & very fast decompression, low CF)
    2.   NUKE      (Very fast decompression, good CF & fast compression)
    3.   BLZW      (Fast compression & decompression, usable CF)
    4.   HUFF      (Huffman coding, low crunch factor and speed)
    5.   IMPL      (Imploder, good CF, slow compression, fast decompression)
    6.   SHRI      (Excellent crunch factor, but low speed)



TO UNPACK A DISK....
~~~~~~~~~~~~~~~~~~~~~~~
PackDisk -u <filename>
          ^  ^
          |  | 
          |   \___ Name of file to unpack to an empty disk.
          |
           \_________ Indicates the 'unpacking of a disk' mode.



Examples....

*****
* 1 *
*****

Packdisk -p -3 DH5:GameDisk.1

This will pack a disk to the file 'GameDisk.1' and store it on the
device DH5:. It will use the following modes to pack the disk....

    1.   RLEN        (Sample library for packers)
    2.   NUKE        (Very fast decompression, good CF & fast compression)
    3.   BLZW        (Fast compression & decompression, usable CF)



*****
* 2 *
*****

Suppose you have made a disk with two compressed disk on it. The disk is
named 'Games:', and the packed disk files is named 'GameDisk.1' and
'GameDisk.2'. To unpack the disks you write the following....

PackDisk -u Games:GameDisk.1

This will unpack the file 'GameDisk.1' to a disk. The file will be read from
the disk named 'Games:'. This is VERY important, because then PackDisk will
know where to read the packed data from!!!!

PackDisk -u Games:GameDisk.2

This will unpack file #2 to another empty disk.


REQUIREMENTS
------------
When you want to use PackDisk you must copy the following files on to the
disk....

	c:
	   PackDisk                       5404 bytes
	Libs:
           xpkmaster.library             13456 bytes
	   compressors/
              xpkRLEN.library             1384 bytes
              xpkNUKE.library             3296 bytes
              xpkBLZW.library             2128 bytes
              xpkHUFF.library             2696 bytes
              xpkIMPL.library             4048 bytes
              xpkSHRI.library            13716 bytes
	

If you only use -2 as packing mode, you only have to copy the 2 first
libraries, xpkRLEN.library and xpkNUKE.library, but if you use -6 as
the packing mode you must copy all the compressor libraries!

PackDisk have been tested on the following machines....

	A1000 512KB CHIPMEM, 1 880KB FD
	A2000 1MB CHIPMEM, 2MB FASTMEM, 100MB HD, 1 880KB FD


        The following methods are accepted when paying.
        -----------------------------------------------

        - Cash: Preferably by registered mail.

        - International Postal Money Order: Send an International P.M.O
          in NOK (other currencies are not accepted).
          Contact your post office for further information. Please note
          that Canadian / US Postal Money Orders are *not* accepted.
          These are worthless in Europe.

        - EuroCheques: Send a EuroCheque written out in Norwegian kroner.
          (other currencies are not accepted). Make the cheque payable to
          Edgar M. Vigdal.

        - PostGiro: Transfer NOK to the PostGiro account 0826.0658124.

        - BankGiro: Transfer NOK to the BankGiro account 3785.10.05774.

        Please make sure that your full name, address, postal code, city
        and country is included. If you have an Internet email address, 
        please include that one too, as I will soon be on the internet.



        To those that support my hard work, I send my warmest regards to!!


	HAVE FUN !!!


	EMW


Contents of util/arc/PackDisk11.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 5206    5404  96.3% -lh5- 107e May 16  1994 PackDisk/PackDisk
[generic]                 3343    8323  40.2% -lh5- 9efd May 16  1994 PackDisk/PackDisk.Doc
[generic]                  242     560  43.2% -lh5- ba1e May 12  1994 PackDisk/PackDisk.Doc.info
[generic]                  234     378  61.9% -lh5- f3c4 May 12  1994 PackDisk/PackDisk.info
[generic]                 2668    2856  93.4% -lh5- f787 Mar 11  1994 PackDisk/SMore
[generic]                  242     314  77.1% -lh5- 9640 May 12  1994 PackDisk/SMore.info
[generic]                  216     380  56.8% -lh5- 7899 May 12  1994 PackDisk/xpk.info
[generic]                 1556    2128  73.1% -lh5- 7d74 Nov  3  1992 PackDisk/xpk/compressors/xpkBLZW.library
[generic]                 1713    2696  63.5% -lh5- 0c81 Nov  3  1992 PackDisk/xpk/compressors/xpkHUFF.library
[generic]                 2757    4048  68.1% -lh5- b77d Nov  3  1992 PackDisk/xpk/compressors/xpkIMPL.library
[generic]                 1975    3296  59.9% -lh5- b8b6 Nov  3  1992 PackDisk/xpk/compressors/xpkNUKE.library
[generic]                  925    1384  66.8% -lh5- 6fa1 Nov  3  1992 PackDisk/xpk/compressors/xpkRLEN.library
[generic]                 5365   13716  39.1% -lh5- 3b4a Nov  3  1992 PackDisk/xpk/compressors/xpkSHRI.library
[generic]                 7506   13456  55.8% -lh5- aaeb Nov  5  1992 PackDisk/xpk/xpkmaster.library
[generic]                  217     380  57.1% -lh5- 3e3f May 12  1994 PackDisk.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        15 files   34165   59319  57.6%            May 21  1994
Page generated in 0.009 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>