From 08ea0ee2b91bb1096c3b3d3a1ad78ff15ca470d4 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 6 Jun 2007 20:55:29 +0000 Subject: Update to 0.8: 0.8 [2007/06/06] * fix for zip archives larger than 2GiB * fix zip_error_strerror to include libzip error string * add support for streamed zip files * new functions: zip_add_dir, zip_error_clear, zip_file_error_clear * add basic support for building with CMake (incomplete) --- archivers/libzip/Makefile | 4 ++-- archivers/libzip/PLIST | 6 +++++- archivers/libzip/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'archivers') diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index b181dd9213a..52a214eaf50 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/05/18 12:04:42 dillo Exp $ +# $NetBSD: Makefile,v 1.5 2007/06/06 20:55:29 wiz Exp $ # -DISTNAME= libzip-0.7.1 +DISTNAME= libzip-0.8 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ diff --git a/archivers/libzip/PLIST b/archivers/libzip/PLIST index efdb8604917..a17374efb4f 100644 --- a/archivers/libzip/PLIST +++ b/archivers/libzip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/05/05 23:51:15 dillo Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/06/06 20:55:29 wiz Exp $ bin/zipcmp bin/zipmerge include/zip.h @@ -8,13 +8,16 @@ man/man1/zipcmp.1 man/man1/zipmerge.1 man/man3/libzip.3 man/man3/zip_add.3 +man/man3/zip_add_dir.3 man/man3/zip_close.3 man/man3/zip_delete.3 +man/man3/zip_error_clear.3 man/man3/zip_error_get.3 man/man3/zip_error_get_sys_type.3 man/man3/zip_error_to_str.3 man/man3/zip_errors.3 man/man3/zip_fclose.3 +man/man3/zip_file_error_clear.3 man/man3/zip_file_error_get.3 man/man3/zip_file_strerror.3 man/man3/zip_fopen.3 @@ -38,6 +41,7 @@ man/man3/zip_source_function.3 man/man3/zip_source_zip.3 man/man3/zip_stat.3 man/man3/zip_stat_index.3 +man/man3/zip_stat_init.3 man/man3/zip_strerror.3 man/man3/zip_unchange.3 man/man3/zip_unchange_all.3 diff --git a/archivers/libzip/distinfo b/archivers/libzip/distinfo index 9101575bd80..5ec96afc0d5 100644 --- a/archivers/libzip/distinfo +++ b/archivers/libzip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/05/18 12:04:42 dillo Exp $ +$NetBSD: distinfo,v 1.6 2007/06/06 20:55:29 wiz Exp $ -SHA1 (libzip-0.7.1.tar.gz) = b8abeeed45fef1c7d76a695535266b4b426f0bf3 -RMD160 (libzip-0.7.1.tar.gz) = 6d0ea874e2ae444934108a788a64df41d31f1a3a -Size (libzip-0.7.1.tar.gz) = 403037 bytes +SHA1 (libzip-0.8.tar.gz) = a24bd9b3085774e2c30eda095fea1e494d1c2d9f +RMD160 (libzip-0.8.tar.gz) = 634a2dfb593806e08e5b61c55a4a97ed146ee4a6 +Size (libzip-0.8.tar.gz) = 414095 bytes -- cgit v1.2.3