[Midnightbsd-cvs] mports [23820] trunk/devel/zziplib: update zziplib to 0.13.69

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 21 14:07:40 EDT 2018


Revision: 23820
          http://svnweb.midnightbsd.org/mports/?rev=23820
Author:   laffer1
Date:     2018-08-21 14:07:39 -0400 (Tue, 21 Aug 2018)
Log Message:
-----------
update zziplib to 0.13.69

Modified Paths:
--------------
    trunk/devel/zziplib/Makefile
    trunk/devel/zziplib/distinfo
    trunk/devel/zziplib/files/patch-configure
    trunk/devel/zziplib/files/patch-zzip_Makefile.in
    trunk/devel/zziplib/pkg-descr
    trunk/devel/zziplib/pkg-plist

Added Paths:
-----------
    trunk/devel/zziplib/files/patch-docs_dbk2man.py

Removed Paths:
-------------
    trunk/devel/zziplib/files/patch-docs_Makefile.in

Property Changed:
----------------
    trunk/devel/zziplib/files/patch-configure
    trunk/devel/zziplib/files/patch-zzip_Makefile.in

Modified: trunk/devel/zziplib/Makefile
===================================================================
--- trunk/devel/zziplib/Makefile	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/Makefile	2018-08-21 18:07:39 UTC (rev 23820)
@@ -1,10 +1,10 @@
 # $MidnightBSD$
 
 PORTNAME=	zziplib
-PORTVERSION=	0.13.62
-PORTREVISION=	4
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.13.69
+PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}13/${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Library to provide transparent read access to zipped files
@@ -12,24 +12,25 @@
 LICENSE=	lgpl2.1 mpl
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip
+BUILD_DEPENDS=	zip:archivers/zip
 
-USES=		tar:bzip2 pathfix pkgconfig gmake libtool python:2,build
+USES=		libtool pathfix pkgconfig python:2.7,build shebangfix
+USE_GITHUB=	yes
+GH_ACCOUNT=	gdraheim
+GH_PROJECT=	zziplib
+USE_LDCONFIG=	yes
+SHEBANG_FILES=	docs/*.py
+
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--srcdir=${WRKSRC}
 CONFIGURE_ENV=	ac_cv_path_XMLTO=":"
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-
+TEST_TARGET=	check
 PORTSCOUT=	limit:^0\.
 
 OPTIONS_DEFINE=	SDL
 OPTIONS_SUB=	yes
-
 SDL_USE=		SDL=sdl
 SDL_CONFIGURE_ENABLE=	sdl
 
-regression-test:
-	@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
-		${MAKEFILE} ${MAKE_ARGS} check)
-
 .include <bsd.port.mk>

Modified: trunk/devel/zziplib/distinfo
===================================================================
--- trunk/devel/zziplib/distinfo	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/distinfo	2018-08-21 18:07:39 UTC (rev 23820)
@@ -1,2 +1,3 @@
-SHA256 (zziplib-0.13.62.tar.bz2) = a1b8033f1a1fd6385f4820b01ee32d8eca818409235d22caf5119e0078c7525b
-SIZE (zziplib-0.13.62.tar.bz2) = 685770
+TIMESTAMP = 1534874826
+SHA256 (zziplib-v0.13.69_GH0.tar.gz) = 846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544
+SIZE (zziplib-v0.13.69_GH0.tar.gz) = 1132204

Modified: trunk/devel/zziplib/files/patch-configure
===================================================================
--- trunk/devel/zziplib/files/patch-configure	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/files/patch-configure	2018-08-21 18:07:39 UTC (rev 23820)
@@ -1,15 +1,6 @@
---- configure.orig	2012-03-11 23:21:53.000000000 +0900
-+++ configure	2012-03-12 17:46:25.000000000 +0900
-@@ -2608,7 +2608,7 @@
-   else
-     test ".$ax_enable_builddir" = "."  && ax_enable_builddir="."
-     test ".$ax_enable_builddir" = ".no"  && ax_enable_builddir="."
--    test ".$BUILD" = "." && BUILD=`uname -msr | tr " /" "__"`.d
-+    test ".$BUILD" = "." && BUILD=./build
-     test ".$ax_enable_builddir" = ".yes" && ax_enable_builddir="$BUILD"
-     if test ".$ax_enable_builddir" != ".." ; then    # we know where to go and
-       as_dir=$ax_enable_builddir; as_fn_mkdir_p
-@@ -11452,7 +11452,7 @@
+--- configure.orig	2018-03-15 22:54:37 UTC
++++ configure
+@@ -13077,7 +13077,7 @@ $as_echo_n "checking out linker version 
    if test "_$MICRO_VERSION" = "_" ; then MICRO_VERSION="0" ; fi
    if test "_$MINOR_VERSION" = "_" ; then MINOR_VERSION="$MAJOR_VERSION" ; MAJOR_VERSION="0" ; fi
    MINOR_VERSION=`echo "$MINOR_VERSION" | sed -e 's/[^0-9].*//'`
@@ -18,7 +9,7 @@
    VERSION_INFO="-version-info $MINOR_VERSION:$MICRO_VERSION"
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: /$MAJOR_VERSION/$MINOR_VERSION:$MICRO_VERSION (-$MAJOR_VERSION.so.$MINOR_VERSION.0.$MICRO_VERSION)" >&5
  $as_echo "/$MAJOR_VERSION/$MINOR_VERSION:$MICRO_VERSION (-$MAJOR_VERSION.so.$MINOR_VERSION.0.$MICRO_VERSION)" >&6; }
-@@ -13733,7 +13733,7 @@
+@@ -15430,12 +15430,12 @@ case "$host_os" in mingw*)
  ;; *)
      if test ".$can_build_shared" != ".no" ; then
        ZZIPLIB_LDFLAGS="-export-dynamic"
@@ -27,12 +18,9 @@
           ZZIPLIB_LDFLAGS="${wl}--export-dynamic"
           # TODO: that is for backward compatibility only
        fi
-@@ -16590,7 +16590,7 @@
- _EOF
-     test ".$USE_MAINTAINER_MODE" = ".no" || \
-   	cp "$tmp/conftemp.sed" "$ac_top_srcdir/makefile.sed~"            ## DEBUGGING
--    echo 'BUILD=`uname -msr | tr " /" "__"`.d' >$ac_top_srcdir/Makefile
-+    echo 'BUILD=./build' >$ac_top_srcdir/Makefile
-     echo 'ISNOTSRCDIR=test ! -f configure' >>$ac_top_srcdir/Makefile
-     $ax_enable_builddir_sed -f $tmp/conftemp.sed Makefile >>$ac_top_srcdir/Makefile
-     echo 'done: ;@ if grep "$(RULE)-done .*:" Makefile > /dev/null; then     echo $(MAKE) $(RULE)-done ; $(MAKE) $(RULE)-done ; else true ; fi'     >> $ac_top_srcdir/Makefile
+     fi
+-    RESOLVES=" # "
++    RESOLVES=' '
+ ;; esac
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ZZIPLIB_LDFLAGS $RESOLVES" >&5
+ $as_echo "$ZZIPLIB_LDFLAGS $RESOLVES" >&6; }


Property changes on: trunk/devel/zziplib/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Deleted: trunk/devel/zziplib/files/patch-docs_Makefile.in
===================================================================
--- trunk/devel/zziplib/files/patch-docs_Makefile.in	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/files/patch-docs_Makefile.in	2018-08-21 18:07:39 UTC (rev 23820)
@@ -1,11 +0,0 @@
---- docs/Makefile.in.orig	2009-08-27 16:33:21.000000000 +0200
-+++ docs/Makefile.in	2009-08-27 16:33:21.000000000 +0200
-@@ -451,7 +451,7 @@ uninstall-am:
- 
- 
- all : all-am default
--default : doc @MAINTAINER_MODE_FALSE@ mans
-+default : @MAINTAINER_MODE_FALSE@ mans
- clean-doc clean-docs : clean-unpack
- 	- rm $(DISTCLEANFILES) 
- 	- rm $(MAINTAINERCLEANFILES)

Added: trunk/devel/zziplib/files/patch-docs_dbk2man.py
===================================================================
--- trunk/devel/zziplib/files/patch-docs_dbk2man.py	                        (rev 0)
+++ trunk/devel/zziplib/files/patch-docs_dbk2man.py	2018-08-21 18:07:39 UTC (rev 23820)
@@ -0,0 +1,47 @@
+--- docs/dbk2man.py.orig	2018-03-16 11:55:55 UTC
++++ docs/dbk2man.py
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python2.7
++#! /usr/bin/python
+ """ Converts an xml-file with docbook elements into troff manual pages.
+     The conversion uses etree expecting <refentry> elements in the input.
+     The output goes to a multiple files in manX/* subdirectories.
+@@ -223,22 +223,23 @@ def refentry2man(refentry, subdirectory 
+         if found is not None: manvolnum = found.text
+     written = 0
+     section = refentry.find("refnamediv")
+-    for refname in section.findall("refname"):
+-        if not refentrytitle:
+-            refentrytitle = refname.text
+-        manpage = refname.text
+-        filename = "%s/man%s/%s.%s" % (subdirectory, manvolnum, manpage, manvolnum)
+-        if manpage != refentrytitle:
+-            manpagetext = ".so %s.%s\n" % (refentrytitle, manvolnum)
+-            writefile(filename, manpagetext)
+-        else:
+-            manpagetext = text
++    if section is not None:
++        for refname in section.findall("refname"):
++            if not refentrytitle:
++                refentrytitle = refname.text
++            manpage = refname.text
++            filename = "%s/man%s/%s.%s" % (subdirectory, manvolnum, manpage, manvolnum)
++            if manpage != refentrytitle:
++                manpagetext = ".so %s.%s\n" % (refentrytitle, manvolnum)
++                writefile(filename, manpagetext)
++            else:
++                manpagetext = text
++                writefile(filename, manpagetext)
++                written += 1
++        if not written:
++            manpage = refentrytitle
++            filename = "%s/man%s/%s.%s" % (subdirectory, manvolnum, manpage, manvolnum)
+             writefile(filename, manpagetext)
+-            written += 1
+-    if not written:
+-        manpage = refentrytitle
+-        filename = "%s/man%s/%s.%s" % (subdirectory, manvolnum, manpage, manvolnum)
+-        writefile(filename, manpagetext)
+ 
+ def writefile(filename, manpagetext):
+     dirname = os.path.dirname(filename)


Property changes on: trunk/devel/zziplib/files/patch-docs_dbk2man.py
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/devel/zziplib/files/patch-zzip_Makefile.in
===================================================================
--- trunk/devel/zziplib/files/patch-zzip_Makefile.in	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/files/patch-zzip_Makefile.in	2018-08-21 18:07:39 UTC (rev 23820)
@@ -1,6 +1,6 @@
---- zzip/Makefile.in.orig	2010-05-20 16:46:22.000000000 +0200
-+++ zzip/Makefile.in	2010-05-20 16:47:02.000000000 +0200
-@@ -694,7 +694,6 @@
+--- zzip/Makefile.in.orig	2018-03-16 11:43:07 UTC
++++ zzip/Makefile.in
+@@ -826,7 +826,6 @@ install-dvi-am:
  
  install-exec-am: install-libLTLIBRARIES
  	@$(NORMAL_INSTALL)


Property changes on: trunk/devel/zziplib/files/patch-zzip_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Modified: trunk/devel/zziplib/pkg-descr
===================================================================
--- trunk/devel/zziplib/pkg-descr	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/pkg-descr	2018-08-21 18:07:39 UTC (rev 23820)
@@ -3,4 +3,4 @@
 transparently access files being either real files or zipped files
 with the same file path argument.
 
-WWW: http://zziplib.sourceforge.net/
+WWW: https://github.com/gdraheim/zziplib

Modified: trunk/devel/zziplib/pkg-plist
===================================================================
--- trunk/devel/zziplib/pkg-plist	2018-08-21 18:05:28 UTC (rev 23819)
+++ trunk/devel/zziplib/pkg-plist	2018-08-21 18:07:39 UTC (rev 23820)
@@ -1,10 +1,8 @@
 bin/unzip-mem
 bin/unzzip
-bin/unzzipcat
-bin/unzzipcat-mem
-bin/unzzipcat-seeko
-bin/unzzipdir
-bin/unzzipdir-mem
+bin/unzzip-big
+bin/unzzip-mem
+bin/unzzip-mix
 bin/zzcat
 bin/zzdir
 bin/zzxorcat
@@ -37,19 +35,19 @@
 lib/libzzip.a
 lib/libzzip.so
 lib/libzzip.so.13
-lib/libzzip.so.13.0.62
+lib/libzzip.so.13.0.69
 lib/libzzipfseeko.a
 lib/libzzipfseeko.so
 lib/libzzipfseeko.so.13
-lib/libzzipfseeko.so.13.0.62
+lib/libzzipfseeko.so.13.0.69
 lib/libzzipmmapped.a
 lib/libzzipmmapped.so
 lib/libzzipmmapped.so.13
-lib/libzzipmmapped.so.13.0.62
+lib/libzzipmmapped.so.13.0.69
 lib/libzzipwrap.a
 lib/libzzipwrap.so
 lib/libzzipwrap.so.13
-lib/libzzipwrap.so.13.0.62
+lib/libzzipwrap.so.13.0.69
 %%SDL%%libdata/pkgconfig/SDL_rwops_zzip.pc
 libdata/pkgconfig/zzip-zlib-config.pc
 libdata/pkgconfig/zzipfseeko.pc
@@ -64,7 +62,6 @@
 man/man3/zzip_compr_str.3.gz
 man/man3/zzip_dir_alloc.3.gz
 man/man3/zzip_dir_alloc_ext_io.3.gz
-man/man3/zzip_dir_close.3.gz
 man/man3/zzip_dir_fdopen.3.gz
 man/man3/zzip_dir_fdopen_ext_io.3.gz
 man/man3/zzip_dir_free.3.gz
@@ -116,6 +113,7 @@
 man/man3/zzip_file_read.3.gz
 man/man3/zzip_file_real.3.gz
 man/man3/zzip_file_stat.3.gz
+man/man3/zzip_filesize.3.gz
 man/man3/zzip_fopen.3.gz
 man/man3/zzip_fread.3.gz
 man/man3/zzip_freopen.3.gz



More information about the Midnightbsd-cvs mailing list