diff options
author | dillo <dillo@pkgsrc.org> | 2006-05-05 23:51:15 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2006-05-05 23:51:15 +0000 |
commit | b78c0f11b1992d487be710cac64e7b75789b3cf3 (patch) | |
tree | 9dbcd4ff8f6799f0fa6ecff99c550d6c9e6b3fde /archivers | |
parent | 591e6722050ecfd1da872f596b91ced21fdb95d0 (diff) | |
download | pkgsrc-b78c0f11b1992d487be710cac64e7b75789b3cf3.tar.gz |
Update to 0.7:
* struct zip_stat increased for future encryption support
* zip_add return value changed (now returns new index of added file)
* shared library major bump because of previous two
* added functions for reading and writing file and archive comments.
New functions: zip_get_archive_comment, zip_get_file_comment,
zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/libzip/PLIST | 7 | ||||
-rw-r--r-- | archivers/libzip/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index e8ce49ac972..01aa2c23c5a 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/07/14 16:56:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/05/05 23:51:15 dillo Exp $ # -DISTNAME= libzip-0.6.1 +DISTNAME= libzip-0.7 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ diff --git a/archivers/libzip/PLIST b/archivers/libzip/PLIST index f693f60ba40..efdb8604917 100644 --- a/archivers/libzip/PLIST +++ b/archivers/libzip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/22 21:11:39 dillo Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/05/05 23:51:15 dillo Exp $ bin/zipcmp bin/zipmerge include/zip.h @@ -20,12 +20,16 @@ man/man3/zip_file_strerror.3 man/man3/zip_fopen.3 man/man3/zip_fopen_index.3 man/man3/zip_fread.3 +man/man3/zip_get_archive_comment.3 +man/man3/zip_get_file_comment.3 man/man3/zip_get_name.3 man/man3/zip_get_num_files.3 man/man3/zip_name_locate.3 man/man3/zip_open.3 man/man3/zip_rename.3 man/man3/zip_replace.3 +man/man3/zip_set_archive_comment.3 +man/man3/zip_set_file_comment.3 man/man3/zip_source_buffer.3 man/man3/zip_source_file.3 man/man3/zip_source_filep.3 @@ -37,3 +41,4 @@ man/man3/zip_stat_index.3 man/man3/zip_strerror.3 man/man3/zip_unchange.3 man/man3/zip_unchange_all.3 +man/man3/zip_unchange_archive.3 diff --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo index 78d7398fabb..d41e86043bb 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/07/14 16:56:24 wiz Exp $ +$NetBSD: distinfo,v 1.3 2006/05/05 23:51:15 dillo Exp $ -SHA1 (libzip-0.6.1.tar.gz) = a763310e244dc5f345af52ee3a44da926eac87d1 -RMD160 (libzip-0.6.1.tar.gz) = a0773eb0fb599d65baf9e6ce2b83d906341e0b3b -Size (libzip-0.6.1.tar.gz) = 383716 bytes +SHA1 (libzip-0.7.tar.gz) = ea11146fb844c66eefada332cb2a09c4b514f2b3 +RMD160 (libzip-0.7.tar.gz) = 246e4373929c7262aa69220e0619096709ae4f32 +Size (libzip-0.7.tar.gz) = 402655 bytes |