pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/lzip
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 18 20:44:50 UTC 2017
Modified Files:
pkgsrc/archivers/lzip: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/archivers/lzip/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/lzip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/lzip/Makefile
diff -u pkgsrc/archivers/lzip/Makefile:1.13 pkgsrc/archivers/lzip/Makefile:1.14
--- pkgsrc/archivers/lzip/Makefile:1.13 Fri Dec 16 13:45:22 2016
+++ pkgsrc/archivers/lzip/Makefile Fri Aug 18 20:44:50 2017
@@ -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 @@ LICENSE= gnu-gpl-v2
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"
Index: pkgsrc/archivers/lzip/distinfo
diff -u pkgsrc/archivers/lzip/distinfo:1.9 pkgsrc/archivers/lzip/distinfo:1.10
--- pkgsrc/archivers/lzip/distinfo:1.9 Fri Dec 16 13:45:22 2016
+++ pkgsrc/archivers/lzip/distinfo Fri Aug 18 20:44:50 2017
@@ -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