Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2009 00:54:35 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive Makefile archive_read_support_compression_xz.c archive_write_set_compression_xz.c
Message-ID:  <200904170054.n3H0siGx021402@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-04-17 00:54:35 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile 
  Added files:
    lib/libarchive       archive_read_support_compression_xz.c 
                         archive_write_set_compression_xz.c 
  Log:
  SVN rev 191172 on 2009-04-17 00:54:35Z by kientzle
  
  Merge new xz/lzma support from libarchive.googlecode.com.
  Since FreeBSD doesn't have liblzma in the base system, the
  read side will always fall back to the unxz/unlzma commands for now.
  (Which will in turn fail if those commands are not currently
  installed.)  The write side does not yet have a fallback, so
  that will just fail.
  
  Revision  Changes    Path
  1.91      +2 -0      src/lib/libarchive/Makefile
  1.1       +642 -0    src/lib/libarchive/archive_read_support_compression_xz.c (new)
  1.1       +439 -0    src/lib/libarchive/archive_write_set_compression_xz.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904170054.n3H0siGx021402>