Date: Tue, 25 Jan 2005 06:07:28 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libarchive Makefile Makefile.am archive.h.in archive_read_support_format_zip.c Message-ID: <200501250607.j0P67SOt018137@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2005-01-25 06:07:28 UTC FreeBSD src repository Modified files: lib/libarchive Makefile Makefile.am archive.h.in archive_read.3 archive_read_support_format_all.c Added files: lib/libarchive archive_read_support_format_zip.c Log: Basic support for ZIP archives. Only supports "deflate" and "none" compression for now. Also, add a few clarifications to the archive_read.3 manpage as requested by William Dean DeVries. Revision Changes Path 1.29 +3 -1 src/lib/libarchive/Makefile 1.3 +2 -0 src/lib/libarchive/Makefile.am 1.22 +4 -2 src/lib/libarchive/archive.h.in 1.17 +31 -5 src/lib/libarchive/archive_read.3 1.6 +1 -0 src/lib/libarchive/archive_read_support_format_all.c 1.1 +525 -0 src/lib/libarchive/archive_read_support_format_zip.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501250607.j0P67SOt018137>