home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / disk / archive / nspark_2 < prev    next >
Text File  |  1999-04-27  |  3KB  |  78 lines

  1. Title:            NSPARK
  2. Author:            Andy Duplain
  3. Version:        1.7.5
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Andrew Brooks (arb@comp.lancs.ac.uk)
  8. Date:            25/01/95
  9. Keywords:               File managers ; File extraction programs
  10. Shareware:        No
  11. Machine:        
  12. Operating system:    RISC OS, UNIX, Windows NT
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    
  16. Directory:        micros/arch/riscos/a/a213
  17. Date mounted/updated:    25/01/95
  18. File names:        nspark-1.7.5.tar
  19. Unarchived files:    57
  20. Unarchived size:    380 kbytes
  21. Omissions:        MS-DOS executables
  22. See also:        TAR (a052)
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. The archive file contains a 'tar' file rather than the usual type of archive
  29. to make it easy to unpack on non-RISC OS systems.  To unpack use the following
  30. command:
  31.   tar xvf nspark-1.7.5.tar
  32.  
  33. On RISC OS systems it should be possible to extract using SparkPlug 2 (see the
  34. "tools_help" file in arch/riscos/tools for further info).  To compile it you
  35. will have to rename all the .c and .h files into separate c and h directories
  36. unless you extract using the -s option of TAR (a/a052).  A file is supplied to
  37. do this for you.
  38.  
  39.  
  40. Description:
  41.  
  42. Nspark can unarchive archives created by Archimedes Spark.  It has
  43. been writted with portability in mind and so can be compiled on
  44. RISC OS, MS-DOS or UNIX machines.  It has the following features:
  45.  
  46. o Supports all archive methods used by !Spark 1 and 2. The old
  47. version didn't support "Squashing" and used to handle "Compressed"
  48. archives by using the UNIX uncompress program. The new version
  49. supports both these and has them built-in, allowing easier porting
  50. to other OS's.
  51.  
  52. o Supports Cyclic Redundancy Checking (CRC). The integrity of an
  53. archive can now be checked without having to unarchive it.
  54.  
  55. o Supports verbose option to allow archive file details to be
  56. displayed (time/date or exec/load address, size, type).
  57.  
  58. o Supports selective file unarchiving, so the whole archive needn't
  59. be unarchived if not all the files are wanted).
  60.  
  61. o Supports user-prompting before overwriting a file, allowing the
  62. user to either (1) overwrite the file, (2) overwrite all the
  63. files, (3) unarchive the file to a different name, or (4) not to
  64. unarchive the file at all.
  65.  
  66. o Supports file-stamping so the date and time of the file, when
  67. unarchived, matches the date and time it was archived (not 4.2BSD
  68. or SysV.2 as these systems lack vital library functions).
  69.  
  70. Version 1.6   adds RISC OS support.
  71.  
  72. Version 1.7.4 adds support for extracting from ArcFS archives,
  73.               plus manual pages, and executables for popular
  74.               architectures.
  75.  
  76. Version 1.7.5 fixes a bug in the source code (included binaries
  77.               were not affected so remain as version 1.7.4).
  78.