cvs commit: src/usr.bin/unzip Makefile unzip.1 unzip.c

Dag-Erling Smorgrav des at FreeBSD.org
Tue Jan 8 00:00:07 PST 2008


des         2008-01-08 08:00:06 UTC

  FreeBSD src repository

  Added files:
    usr.bin/unzip        Makefile unzip.1 unzip.c 
  Log:
  Welcome unzip(1), a pure BSD drop-in replacement for ports/unzip.  In its
  current state, it can handle all but four of the 991 zip files (including
  jar files) I was able to identify in the ports tree.  The remaining four
  are two self-extracting archives and two which have garbage preceding the
  first local header.  This limitation is a feature of libarchive(3) which
  I am currently working to resolve.
  
  The code is unnecessarily large due to the need to emulate the exact
  command-line syntax and behaviour of ports/unzip.  My initial incompatible
  implementation was one quarter the size of the one I am committing here.
  
  Revision  Changes    Path
  1.1       +9 -0      src/usr.bin/unzip/Makefile (new)
  1.1       +155 -0    src/usr.bin/unzip/unzip.1 (new)
  1.1       +756 -0    src/usr.bin/unzip/unzip.c (new)


More information about the cvs-all mailing list