[Midnightbsd-cvs] mports [16668] libzip 0.11.2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 27 20:32:20 EDT 2014
Revision: 16668
http://svnweb.midnightbsd.org/mports/?rev=16668
Author: laffer1
Date: 2014-08-27 20:32:19 -0400 (Wed, 27 Aug 2014)
Log Message:
-----------
libzip 0.11.2
Modified Paths:
--------------
trunk/archivers/libzip/Makefile
trunk/archivers/libzip/distinfo
trunk/archivers/libzip/files/patch-lib__Makefile.in
trunk/archivers/libzip/files/patch-libzip.pc.in
trunk/archivers/libzip/pkg-plist
Property Changed:
----------------
trunk/archivers/libzip/files/patch-lib__Makefile.in
trunk/archivers/libzip/files/patch-libzip.pc.in
trunk/archivers/libzip/files/patch-man_Makefile.in
Modified: trunk/archivers/libzip/Makefile
===================================================================
--- trunk/archivers/libzip/Makefile 2014-08-28 00:27:12 UTC (rev 16667)
+++ trunk/archivers/libzip/Makefile 2014-08-28 00:32:19 UTC (rev 16668)
@@ -1,74 +1,19 @@
# $MidnightBSD$
PORTNAME= libzip
-PORTVERSION= 0.10.1
-PORTREVISION= 1
+PORTVERSION= 0.11.2
CATEGORIES= archivers devel
MASTER_SITES= http://www.nih.at/libzip/
MAINTAINER= ports at MidnightBSD.org
COMMENT= A C library for reading, creating, and modifying zip archives
+
LICENSE= bsd3
-USE_BZIP2= yes
GNU_CONFIGURE= yes
+MAKE_ENV= LC_ALL="C"
+USES= libtool pathfix tar:xz
USE_LDCONFIG= yes
-MAKE_ENV= LC_ALL="C"
-USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack pkgconfig
+INSTALL_TARGET= install-strip
-MAN1= zipcmp.1 \
- zipmerge.1 \
- ziptorrent.1
-
-MAN3= libzip.3 \
- zip_add.3 \
- zip_add_dir.3 \
- zip_close.3 \
- zip_delete.3 \
- zip_error_clear.3 \
- zip_error_get.3 \
- zip_error_get_sys_type.3 \
- zip_error_to_str.3 \
- zip_errors.3 \
- zip_fclose.3 \
- zip_fdopen.3 \
- zip_file_error_clear.3 \
- zip_file_error_get.3 \
- zip_file_strerror.3 \
- zip_fopen.3 \
- zip_fopen_encrypted.3 \
- zip_fopen_index.3 \
- zip_fopen_index_encrypted.3 \
- zip_fread.3 \
- zip_get_archive_comment.3 \
- zip_get_archive_flag.3 \
- zip_get_file_comment.3 \
- zip_get_file_extra.3 \
- zip_get_name.3 \
- zip_get_num_entries.3 \
- zip_get_num_files.3 \
- zip_name_locate.3 \
- zip_open.3 \
- zip_rename.3 \
- zip_replace.3 \
- zip_set_archive_comment.3 \
- zip_set_archive_flag.3 \
- zip_set_default_password.3 \
- zip_set_file_comment.3 \
- zip_set_file_extra.3 \
- zip_source_buffer.3 \
- zip_source_file.3 \
- zip_source_filep.3 \
- zip_source_free.3 \
- zip_source_function.3 \
- zip_source_zip.3 \
- zip_stat.3 \
- zip_stat_index.3 \
- zip_stat_init.3 \
- zip_strerror.3 \
- zip_unchange.3 \
- zip_unchange_all.3 \
- zip_unchange_archive.3
-
.include <bsd.port.mk>
Modified: trunk/archivers/libzip/distinfo
===================================================================
--- trunk/archivers/libzip/distinfo 2014-08-28 00:27:12 UTC (rev 16667)
+++ trunk/archivers/libzip/distinfo 2014-08-28 00:32:19 UTC (rev 16668)
@@ -1,3 +1,2 @@
-SHA256 (libzip-0.10.1.tar.bz2) = 5b1eaf60968cb22df49d73bcaa759961fb27451917ac76b275374c2ed260ce92
-RMD160 (libzip-0.10.1.tar.bz2) = ca94328dde3893f35daff4a635b952c56d828dbc
-SIZE (libzip-0.10.1.tar.bz2) = 610860
+SHA256 (libzip-0.11.2.tar.xz) = 7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb
+SIZE (libzip-0.11.2.tar.xz) = 413352
Modified: trunk/archivers/libzip/files/patch-lib__Makefile.in
===================================================================
--- trunk/archivers/libzip/files/patch-lib__Makefile.in 2014-08-28 00:27:12 UTC (rev 16667)
+++ trunk/archivers/libzip/files/patch-lib__Makefile.in 2014-08-28 00:32:19 UTC (rev 16668)
@@ -1,21 +1,22 @@
---- ./lib/Makefile.in.orig 2011-03-18 15:51:26.000000000 +0300
-+++ ./lib/Makefile.in 2011-04-24 23:34:37.521556385 +0400
-@@ -240,8 +240,8 @@
+--- ./lib/Makefile.in.orig 2014-04-06 20:16:47.095370563 +0000
++++ ./lib/Makefile.in 2014-04-06 20:17:22.769365707 +0000
+@@ -349,8 +349,8 @@
libincludedir = ${libdir}/@PACKAGE@/include
lib_LTLIBRARIES = libzip.la
noinst_HEADERS = zipint.h
-include_HEADERS = zip.h
--libinclude_HEADERS = zipconf.h
+-nodist_libinclude_HEADERS = zipconf.h
+include_HEADERS = zip.h zipconf.h
-+libinclude_HEADERS =
++nodist_libinclude_HEADERS =
# also update CMakeLists.txt when changing version
libzip_la_LDFLAGS = -no-undefined -version-info 3:0:1
-@@ -683,7 +683,7 @@
+@@ -830,8 +830,7 @@
info-am:
--install-data-am: install-includeHEADERS install-libincludeHEADERS
+-install-data-am: install-includeHEADERS \
+- install-nodist_libincludeHEADERS
+install-data-am: install-includeHEADERS
install-dvi: install-dvi-am
Property changes on: trunk/archivers/libzip/files/patch-lib__Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/archivers/libzip/files/patch-libzip.pc.in
===================================================================
--- trunk/archivers/libzip/files/patch-libzip.pc.in 2014-08-28 00:27:12 UTC (rev 16667)
+++ trunk/archivers/libzip/files/patch-libzip.pc.in 2014-08-28 00:32:19 UTC (rev 16668)
@@ -4,7 +4,7 @@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
--libincludedir=@libdir@/libzip/include
+-libincludedir=@libdir@/@PACKAGE@/include
zipcmp=@prefix@/bin/zipcmp
Property changes on: trunk/archivers/libzip/files/patch-libzip.pc.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Index: trunk/archivers/libzip/files/patch-man_Makefile.in
===================================================================
--- trunk/archivers/libzip/files/patch-man_Makefile.in 2014-08-28 00:27:12 UTC (rev 16667)
+++ trunk/archivers/libzip/files/patch-man_Makefile.in 2014-08-28 00:32:19 UTC (rev 16668)
Property changes on: trunk/archivers/libzip/files/patch-man_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/archivers/libzip/pkg-plist
===================================================================
--- trunk/archivers/libzip/pkg-plist 2014-08-28 00:27:12 UTC (rev 16667)
+++ trunk/archivers/libzip/pkg-plist 2014-08-28 00:32:19 UTC (rev 16668)
@@ -4,7 +4,73 @@
include/zip.h
include/zipconf.h
lib/libzip.a
-lib/libzip.la
lib/libzip.so
lib/libzip.so.3
libdata/pkgconfig/libzip.pc
+man/man1/zipcmp.1.gz
+man/man1/zipmerge.1.gz
+man/man1/ziptorrent.1.gz
+man/man3/libzip.3.gz
+man/man3/zip_add.3.gz
+man/man3/zip_add_dir.3.gz
+man/man3/zip_close.3.gz
+man/man3/zip_delete.3.gz
+man/man3/zip_dir_add.3.gz
+man/man3/zip_discard.3.gz
+man/man3/zip_error_clear.3.gz
+man/man3/zip_error_get.3.gz
+man/man3/zip_error_get_sys_type.3.gz
+man/man3/zip_error_to_str.3.gz
+man/man3/zip_errors.3.gz
+man/man3/zip_fclose.3.gz
+man/man3/zip_fdopen.3.gz
+man/man3/zip_file_add.3.gz
+man/man3/zip_file_error_clear.3.gz
+man/man3/zip_file_error_get.3.gz
+man/man3/zip_file_extra_field_delete.3.gz
+man/man3/zip_file_extra_field_delete_by_id.3.gz
+man/man3/zip_file_extra_field_get.3.gz
+man/man3/zip_file_extra_field_get_by_id.3.gz
+man/man3/zip_file_extra_field_set.3.gz
+man/man3/zip_file_extra_fields_count.3.gz
+man/man3/zip_file_extra_fields_count_by_id.3.gz
+man/man3/zip_file_get_comment.3.gz
+man/man3/zip_file_get_external_attributes.3.gz
+man/man3/zip_file_rename.3.gz
+man/man3/zip_file_replace.3.gz
+man/man3/zip_file_set_comment.3.gz
+man/man3/zip_file_set_external_attributes.3.gz
+man/man3/zip_file_strerror.3.gz
+man/man3/zip_fopen.3.gz
+man/man3/zip_fopen_encrypted.3.gz
+man/man3/zip_fopen_index.3.gz
+man/man3/zip_fopen_index_encrypted.3.gz
+man/man3/zip_fread.3.gz
+man/man3/zip_get_archive_comment.3.gz
+man/man3/zip_get_archive_flag.3.gz
+man/man3/zip_get_file_comment.3.gz
+man/man3/zip_get_name.3.gz
+man/man3/zip_get_num_entries.3.gz
+man/man3/zip_get_num_files.3.gz
+man/man3/zip_name_locate.3.gz
+man/man3/zip_open.3.gz
+man/man3/zip_rename.3.gz
+man/man3/zip_replace.3.gz
+man/man3/zip_set_archive_comment.3.gz
+man/man3/zip_set_archive_flag.3.gz
+man/man3/zip_set_default_password.3.gz
+man/man3/zip_set_file_comment.3.gz
+man/man3/zip_set_file_compression.3.gz
+man/man3/zip_source_buffer.3.gz
+man/man3/zip_source_file.3.gz
+man/man3/zip_source_filep.3.gz
+man/man3/zip_source_free.3.gz
+man/man3/zip_source_function.3.gz
+man/man3/zip_source_zip.3.gz
+man/man3/zip_stat.3.gz
+man/man3/zip_stat_index.3.gz
+man/man3/zip_stat_init.3.gz
+man/man3/zip_strerror.3.gz
+man/man3/zip_unchange.3.gz
+man/man3/zip_unchange_all.3.gz
+man/man3/zip_unchange_archive.3.gz
More information about the Midnightbsd-cvs
mailing list