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 | ed74244340bfd60d2e6ffd2eb9b4bd8ce1b5dd30 (patch) | |
tree | 9dbcd4ff8f6799f0fa6ecff99c550d6c9e6b3fde /archivers/libzip/PLIST | |
parent | a909b070f0aa6041f926a4f350c0f2f34f9d85ad (diff) | |
download | pkgsrc-ed74244340bfd60d2e6ffd2eb9b4bd8ce1b5dd30.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/libzip/PLIST')
-rw-r--r-- | archivers/libzip/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
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 |