diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-03-21 16:28:29 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-03-21 16:28:29 +0000 |
commit | e74db4a6d97b241c1d4653867d2fe26d432ddada (patch) | |
tree | 6cd8b6c47f7156e5be14c3502d1d1d2a3c87614e /archivers/Makefile | |
parent | dbef548f1ef43e7180422dc03434455d84a5cf18 (diff) |
Add libzip.
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.
WWW: http://www.nih.at/libzip/
PR: ports/94710
Submitted by: Alexander Zhuravlev <zaa@ulstu.ru>
Notes
Notes:
svn path=/head/; revision=157895
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index e9d8ed7d93d0..65fd45de6428 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -42,6 +42,7 @@ SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += libunrar + SUBDIR += libzip SUBDIR += linux-unace SUBDIR += lzma SUBDIR += lzo |