home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / tools / README.TXT < prev    next >
Text File  |  2011-08-19  |  1KB  |  33 lines

  1. This directory contains the tools that were used to make the new
  2. Kermit software archive in August 2011:
  3.  
  4. UNJAR
  5.   A Kermit script to break a JAR (Join Archive) file apart into its 
  6.   original constituent files.
  7.  
  8. FIXFILES
  9.   A Kermit script to make sure all the files in the current
  10.   directory have the appropriate permissions and attributes.
  11.  
  12. MMKDIR
  13.   Bash script to create a directory and give it the appropriate
  14.   attributes and group.
  15.  
  16. KMAKETARBALL
  17.   Bash script to make a tar.gz archive from all the files in the
  18.   current directory, making sure they have the appropriate permissions
  19.   and so on.
  20.  
  21. KMAKEZIPFILE
  22.   Bash script to make a Zip archive from all the files in the
  23.   current directory, adding each text file in text mode and each
  24.   binary file in binary mode.
  25.  
  26. KMOVEDIR
  27.   Kermit script to move the given files, specified by prefix, into a
  28.   new directory, ensuring that they have the appropriate permissions
  29.   and attributes, and leaving symlinks behind in their place, and
  30.   making tar.gz and zip archives of them.
  31.  
  32. - fdc, 19 August 2011
  33.