diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-03-22 00:28:29 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-03-22 00:28:29 +0800 |
commit | d8bd4c16ffd58b77dec8bebfb65c668166a6b019 (patch) | |
tree | 671adc55107f9e16487c271f7d17c960d828b45a /archivers/Makefile | |
parent | ebc2a92ebf0225dc0b525e9f98062fe1c99f883c (diff) | |
download | freebsd-ports-gnome-d8bd4c16ffd58b77dec8bebfb65c668166a6b019.tar.gz freebsd-ports-gnome-d8bd4c16ffd58b77dec8bebfb65c668166a6b019.tar.zst freebsd-ports-gnome-d8bd4c16ffd58b77dec8bebfb65c668166a6b019.zip |
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>
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 |