pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lzip Changes in version 1.19:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb47bda168ab
branches:  trunk
changeset: 366853:fb47bda168ab
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 18 20:44:50 2017 +0000

description:
Changes in version 1.19:

The option '-l, --list' has been ported from lziprecover.

It is now an error to specify two or more different operations in the
command line (--decompress, --list or --test).

Compression time of option '-0' has been slightly reduced.

Decompression time has been reduced by 2%.

In test mode, lzip now continues checking the rest of the files if any
input file is a terminal.

Trailing data are now shown both in hexadecimal and as a string of
printable ASCII characters.

diffstat:

 archivers/lzip/Makefile |  14 ++++++++------
 archivers/lzip/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r 2abc74cffd41 -r fb47bda168ab archivers/lzip/Makefile
--- a/archivers/lzip/Makefile   Fri Aug 18 15:19:49 2017 +0000
+++ b/archivers/lzip/Makefile   Fri Aug 18 20:44:50 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2016/12/16 13:45:22 mef Exp $
+# $NetBSD: Makefile,v 1.14 2017/08/18 20:44:50 adam Exp $
 
-DISTNAME=      lzip-1.18
+DISTNAME=      lzip-1.19
 CATEGORIES=    archivers
 MASTER_SITES=  http://download.savannah.gnu.org/releases/lzip/
 
@@ -11,12 +11,14 @@
 
 USE_LANGUAGES=         c++
 HAS_CONFIGURE=         yes
-CONFIGURE_ARGS=                --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/${PKGINFODIR}
 CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
-INFO_FILES=            YES
+INFO_FILES=            yes
 
-MAKE_FLAGS+=           CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}
-MAKE_FLAGS+=           CXXFLAGS=${CXXFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
+MAKE_FLAGS+=           CXX=${CXX:Q}
+MAKE_FLAGS+=           CPPFLAGS=${CPPFLAGS:Q}
+MAKE_FLAGS+=           CXXFLAGS=${CXXFLAGS:Q}
+MAKE_FLAGS+=           LDFLAGS=${LDFLAGS:Q}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 2abc74cffd41 -r fb47bda168ab archivers/lzip/distinfo
--- a/archivers/lzip/distinfo   Fri Aug 18 15:19:49 2017 +0000
+++ b/archivers/lzip/distinfo   Fri Aug 18 20:44:50 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/12/16 13:45:22 mef Exp $
+$NetBSD: distinfo,v 1.10 2017/08/18 20:44:50 adam Exp $
 
-SHA1 (lzip-1.18.tar.gz) = ef42f3209d02c3b3c217a61c8f127bcb8747b128
-RMD160 (lzip-1.18.tar.gz) = 19d898e1842df8d9432c9736a3a830f985379ec9
-SHA512 (lzip-1.18.tar.gz) = cf24756bd657ef48f48304be94bf5c6c18baf7dc4fce276e79c3abeab4c4f801e901ccfb12841fa4b2402e687aeb95f2e537695442f53c45f7cb9081c3062674
-Size (lzip-1.18.tar.gz) = 95569 bytes
+SHA1 (lzip-1.19.tar.gz) = c6042a786b69e3209112fa991806e2e7e0ba5f07
+RMD160 (lzip-1.19.tar.gz) = 0f1b8052debd61fa19d83414001de87465c4279b
+SHA512 (lzip-1.19.tar.gz) = 513525c2731334fae99f7a17b1211e7a018446dc211e6ba52a95054e771c9577333a131608cb06a5279da16a4e4877076402b97e97ff6a145c3626fde22d3392
+Size (lzip-1.19.tar.gz) = 100277 bytes



Home | Main Index | Thread Index | Old Index