summaryrefslogtreecommitdiff
path: root/archivers/libzip/PLIST
diff options
context:
space:
mode:
authordillo <dillo>2006-05-05 23:51:15 +0000
committerdillo <dillo>2006-05-05 23:51:15 +0000
commit0d2113d536dc33d8c2289b9a79cc38638914cced (patch)
tree9dbcd4ff8f6799f0fa6ecff99c550d6c9e6b3fde /archivers/libzip/PLIST
parent76ac7c47630ff1f1ad3e0f37925a084e92726901 (diff)
downloadpkgsrc-0d2113d536dc33d8c2289b9a79cc38638914cced.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/PLIST7
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