diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-06 20:55:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-06 20:55:29 +0000 |
commit | 9cf545c1e709312c83b3d7286d072570985c7ef1 (patch) | |
tree | e9e919f1aaf8cd3a030d03fe793d91eb198bd4eb /archivers/libzip | |
parent | ef45c585359308af549c1df8b7a80f0c4eb65d57 (diff) | |
download | pkgsrc-9cf545c1e709312c83b3d7286d072570985c7ef1.tar.gz |
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)
Diffstat (limited to 'archivers/libzip')
-rw-r--r-- | archivers/libzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/libzip/PLIST | 6 | ||||
-rw-r--r-- | archivers/libzip/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
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 |