pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/libzip Update to 0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f60afdd685
branches:  trunk
changeset: 529514:e5f60afdd685
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 06 20:55:29 2007 +0000

description:
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:

 archivers/libzip/Makefile |  4 ++--
 archivers/libzip/PLIST    |  6 +++++-
 archivers/libzip/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (60 lines):

diff -r cc50a59f92e9 -r e5f60afdd685 archivers/libzip/Makefile
--- a/archivers/libzip/Makefile Wed Jun 06 19:34:31 2007 +0000
+++ b/archivers/libzip/Makefile Wed Jun 06 20:55:29 2007 +0000
@@ -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 -r cc50a59f92e9 -r e5f60afdd685 archivers/libzip/PLIST
--- a/archivers/libzip/PLIST    Wed Jun 06 19:34:31 2007 +0000
+++ b/archivers/libzip/PLIST    Wed Jun 06 20:55:29 2007 +0000
@@ -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/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_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 -r cc50a59f92e9 -r e5f60afdd685 archivers/libzip/distinfo
--- a/archivers/libzip/distinfo Wed Jun 06 19:34:31 2007 +0000
+++ b/archivers/libzip/distinfo Wed Jun 06 20:55:29 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index