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.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8b3fa72619d
branches:  trunk
changeset: 545060:b8b3fa72619d
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Fri Jul 25 11:42:10 2008 +0000

description:
Update to 0.9:

* remove erroneous references to GPL
* add support for torrentzip
* new functions: zip_get_archive_flag, zip_set_archive_flag
* zip_source_zip: add flag to force recompression
* zip_sorce_file: only keep file open while reading from it

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 048f8055c56e -r b8b3fa72619d archivers/libzip/Makefile
--- a/archivers/libzip/Makefile Fri Jul 25 11:34:16 2008 +0000
+++ b/archivers/libzip/Makefile Fri Jul 25 11:42:10 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/07/14 12:55:56 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/25 11:42:10 dillo Exp $
 #
 
-DISTNAME=              libzip-0.8
+DISTNAME=              libzip-0.9
 CATEGORIES=            archivers devel
 MASTER_SITES=          http://www.nih.at/libzip/
 
diff -r 048f8055c56e -r b8b3fa72619d archivers/libzip/PLIST
--- a/archivers/libzip/PLIST    Fri Jul 25 11:34:16 2008 +0000
+++ b/archivers/libzip/PLIST    Fri Jul 25 11:42:10 2008 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2007/06/06 20:55:29 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/07/25 11:42:10 dillo Exp $
 bin/zipcmp
 bin/zipmerge
+bin/ziptorrent
 include/zip.h
 lib/libzip.la
 lib/pkgconfig/libzip.pc
 man/man1/zipcmp.1
 man/man1/zipmerge.1
+man/man1/ziptorrent.1
 man/man3/libzip.3
 man/man3/zip_add.3
 man/man3/zip_add_dir.3
@@ -24,6 +26,7 @@
 man/man3/zip_fopen_index.3
 man/man3/zip_fread.3
 man/man3/zip_get_archive_comment.3
+man/man3/zip_get_archive_flag.3
 man/man3/zip_get_file_comment.3
 man/man3/zip_get_name.3
 man/man3/zip_get_num_files.3
@@ -32,6 +35,7 @@
 man/man3/zip_rename.3
 man/man3/zip_replace.3
 man/man3/zip_set_archive_comment.3
+man/man3/zip_set_archive_flag.3
 man/man3/zip_set_file_comment.3
 man/man3/zip_source_buffer.3
 man/man3/zip_source_file.3
diff -r 048f8055c56e -r b8b3fa72619d archivers/libzip/distinfo
--- a/archivers/libzip/distinfo Fri Jul 25 11:34:16 2008 +0000
+++ b/archivers/libzip/distinfo Fri Jul 25 11:42:10 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/06/06 20:55:29 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/07/25 11:42:10 dillo Exp $
 
-SHA1 (libzip-0.8.tar.gz) = a24bd9b3085774e2c30eda095fea1e494d1c2d9f
-RMD160 (libzip-0.8.tar.gz) = 634a2dfb593806e08e5b61c55a4a97ed146ee4a6
-Size (libzip-0.8.tar.gz) = 414095 bytes
+SHA1 (libzip-0.9.tar.gz) = 8cb2d875447b4efd0323627aa9b700c13ab8eae8
+RMD160 (libzip-0.9.tar.gz) = db43b0f54f92b6c8cbd4f53a4bde50b0eddd1fde
+Size (libzip-0.9.tar.gz) = 424124 bytes



Home | Main Index | Thread Index | Old Index