diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-01 16:03:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-01 16:03:31 +0000 |
commit | 3cc0840d390b215ac304d9454183c63e43aa9cf2 (patch) | |
tree | c27282cdf93020506f52bbaeb6422ebaca19bd2c /archivers/libzip/Makefile | |
parent | 44f640fd1c156ff90ae3a43ae9536d5f75eae1fa (diff) | |
download | pkgsrc-3cc0840d390b215ac304d9454183c63e43aa9cf2.tar.gz |
Update to 0.11:
0.11 [2013/03/23]
* Added Zip64 support (large file support)
* Added UTF-8 support for file names, file comments, and archive comments
* Changed API for name and comment related functions for UTF-8 support
* Added zip_discard()
* Added ZIP_TRUNCATE for zip_open()
* Added zip_set_file_compression()
* Added API for accessing and modifying extra fields
* Improved API type consistency
* Use gcc4's visibility __attribute__
* More changes for Windows support
* Additional test cases
Diffstat (limited to 'archivers/libzip/Makefile')
-rw-r--r-- | archivers/libzip/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 948b42d9f7f..0ac74edb109 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2012/12/12 10:43:30 wiz Exp $ -# +# $NetBSD: Makefile,v 1.15 2013/04/01 16:03:31 wiz Exp $ -DISTNAME= libzip-0.10.1 +DISTNAME= libzip-0.11 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.nih.at/libzip/ |