home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / gzip_package / README < prev   
Encoding:
Text File  |  1998-03-04  |  3.5 KB  |  89 lines

  1. gzip_package v2.7, March 1998, by Tom Hageman <tom@basil.icce.rug.nl>
  2.  
  3. Gzip_package tries to reduce the size of NEXTSTEP Installer packages.
  4. It achieves this by replacing the package's contents archive, which is
  5. compressed using compress(1), with a gzip(1)ped version of the archive.
  6. Since Installer expects a compress(1)ed contents archive at installation
  7. time, gzip_package also installs special pre_ and post_install scripts
  8. to automatically convert the contents archive back to its original
  9. compressed form before actual installation.  (If the original package
  10. contained pre_ and post_install scripts, these will still be executed,
  11. of course.)
  12.  
  13. INSTALLATION
  14.  
  15. Type "make install".  This installs gzip_package and gunzip_package (as
  16. a hard link to gzip_package) in /usr/local/bin, and the manual pages in
  17. /usr/local/man/man1.  If you want to install the distribution somewhere
  18. else than /usr/local, you can override the make variable "prefix", e.g.
  19. with the command "make prefix=/foo/bar install".
  20. The directories ${prefix}/bin and ${prefix}/man/man1 are created if they
  21. do not yet exist prior to installation.
  22.  
  23. HISTORY
  24.  
  25. v2.7, March 1998
  26.  - fix bug that prevented pre_install script to funzip on (NeXT)
  27.    systems without gunzip.
  28.  
  29. v2.6, November 1997
  30.  - Avoid spurious warnings from post_install script when invoked from
  31.    outside Installer.app.
  32.  
  33. v2.5, December 1996
  34.  - Preserve permissions of files and directories inside package.  Force
  35.    removal of backups, even if it contains readonly subdirectories.
  36.    (gnutar still changes permission of readonly directories to
  37.     user-writeable though.  Not much to be done about that...)
  38.  - --unzip now removes gzip_package-specific *.pre_ *.and post_install
  39.    scripts from the package.
  40.  
  41. v2.4, November 1996 (not released)
  42.  - Fixed yet another NFS-mount related bug.
  43.  
  44. v2.3, February 1996
  45.  - Avoid pre_install corruption when GNU sed v?.?? is installed.
  46.    [as reported by Gregor Hoffleit <flight@mathi.uni-heidelberg.de>]
  47.  
  48. v2.2, December 1995 (not released)
  49.  - Added -i, --info option.
  50.  - Fixed bug that crashed gzip_package when the package it worked on
  51.    was located on an NFS-mounted volume.
  52.  
  53. v2.1, July 1995
  54.  - Allow multiple *.pkg arguments.
  55.  - Improved error detection in installed *.pre_ and *.post_install scripts.
  56.  - Fix non-serious bug in package expansion message.
  57.  
  58. v1.7, March 1995
  59.  - First public release.
  60.  
  61. LEGALIA
  62.  
  63.     Copyright (C) 1994--1997  Tom R. Hageman.
  64.  
  65. This is free software; you can redistribute it and/or modify
  66. it under the terms of the GNU General Public License as published by
  67. the Free Software Foundation; either version 2 of the License, or
  68. (at your option) any later version.
  69.  
  70. This software is distributed in the hope that it will be useful,
  71. but WITHOUT ANY WARRANTY; without even the implied warranty of
  72. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  73. GNU General Public License for more details.
  74.  
  75. You should have received a copy of the GNU General Public License
  76. along with this software; if not, write to the Free Software
  77. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  78.  
  79. ---
  80. Funzip is part of Info-ZIP's portable UnZip. To misquote id
  81. software, "As oxygen permeates our atmosphere, so should UnZip.
  82. Please distribute freely."  Info-ZIP's software (Zip,
  83. UnZip and related utilities) is free and can be obtained
  84. as source code or executables from various bulletin board
  85. services and anonymous-ftp sites, including CompuServe's
  86. IBMPRO forum and ftp.uu.net:/pub/archiving/zip/*.
  87.  
  88.   [gzip_package README $Revision: 2.6 $, $Date: 1998/03/04 20:34:10 $.  Copyright © 1995--1997 Tom Hageman.]
  89.