pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/zstd v1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b37caddcaa11
branches:  trunk
changeset: 365636:b37caddcaa11
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jul 22 10:49:07 2017 +0000

description:
v1.3.0
cli : new : `--list` command, by Paul Cruz
cli : changed : xz/lzma support enabled by default
cli : changed : `-t *` continue processing list after a decompression error
API : added : ZSTD_versionString()
API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
API exp : added : ZSTD_decompressBegin_usingDDict(), requested by Guy Riddle
API exp : clarified memory estimation / measurement functions.
API exp : changed : strongest strategy renamed ZSTD_btultra, fastest strategy ZSTD_fast set to 1
tools : decodecorpus can generate random dictionary-compressed samples, by Paul Cruz
new : contrib/seekable_format, demo and API, by Sean Purcell
changed : contrib/linux-kernel, updated version and license, by Nick Terrell

diffstat:

 archivers/zstd/Makefile               |  18 ++++++++++--------
 archivers/zstd/PLIST                  |   3 ++-
 archivers/zstd/distinfo               |  12 ++++++------
 archivers/zstd/patches/patch-Makefile |  14 +++++++-------
 4 files changed, 25 insertions(+), 22 deletions(-)

diffs (96 lines):

diff -r 64cd0430087e -r b37caddcaa11 archivers/zstd/Makefile
--- a/archivers/zstd/Makefile   Sat Jul 22 10:00:21 2017 +0000
+++ b/archivers/zstd/Makefile   Sat Jul 22 10:49:07 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/04/20 13:45:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2017/07/22 10:49:07 adam Exp $
 
-DISTNAME=      zstd-1.1.4
+DISTNAME=      zstd-1.3.0
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,13 +10,15 @@
 COMMENT=       Fast real-time compression algorithm
 LICENSE=       modified-bsd
 
-USE_TOOLS+=    gmake pkg-config
-USE_LANGUAGES+=        c c++
-MAKE_FLAGS=    MANDIR=${PREFIX}/${PKGMANDIR}/man1
-MAKE_FLAGS+=   INSTALL=${INSTALL:Q}
-MAKE_JOBS_SAFE=        no
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            gmake pkg-config
+PKGCONFIG_OVERRIDE+=   lib/libzstd.pc.in
+MAKE_FLAGS=            MANDIR=${PREFIX}/${PKGMANDIR}/man1
+MAKE_FLAGS+=           INSTALL=${INSTALL:Q}
 
-PKGCONFIG_OVERRIDE+=   lib/libzstd.pc.in
+BUILD_TARGET=          allmost
+TEST_TARGET=           test
 
+.include "../../archivers/xz/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 64cd0430087e -r b37caddcaa11 archivers/zstd/PLIST
--- a/archivers/zstd/PLIST      Sat Jul 22 10:00:21 2017 +0000
+++ b/archivers/zstd/PLIST      Sat Jul 22 10:49:07 2017 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2016/12/16 13:30:36 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/07/22 10:49:07 adam Exp $
 bin/unzstd
 bin/zstd
 bin/zstdcat
 bin/zstdgrep
 bin/zstdless
+bin/zstdmt
 include/zbuff.h
 include/zdict.h
 include/zstd.h
diff -r 64cd0430087e -r b37caddcaa11 archivers/zstd/distinfo
--- a/archivers/zstd/distinfo   Sat Jul 22 10:00:21 2017 +0000
+++ b/archivers/zstd/distinfo   Sat Jul 22 10:49:07 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2017/04/20 13:45:52 jperkin Exp $
+$NetBSD: distinfo,v 1.9 2017/07/22 10:49:07 adam Exp $
 
-SHA1 (zstd-1.1.4.tar.gz) = 42ebbcaae6ef38ae3a5955d9e84bc5984dbba7a1
-RMD160 (zstd-1.1.4.tar.gz) = f6b1a8308b1dc4f4b5831f4787e431e57303246a
-SHA512 (zstd-1.1.4.tar.gz) = 8d18635494a584d13ab29645af5f20b6c1d2fb72895854c381c783b6fda0950575632d04a72e6901ae178535d5f6319ab25fdb097ef8c6db559d60acf558a437
-Size (zstd-1.1.4.tar.gz) = 923381 bytes
-SHA1 (patch-Makefile) = 8f7ce39f581b2f0c880c5e2f9458903436bcc914
+SHA1 (zstd-1.3.0.tar.gz) = 1b254a1a7092886c7e17957b5f672b8c1b972b08
+RMD160 (zstd-1.3.0.tar.gz) = e004c4c6ed204e5e3583985e1debbedba0ded8e0
+SHA512 (zstd-1.3.0.tar.gz) = 5eb9e001e14d3342e76eb57b672c636fd56839ba8fc0ba9a751484ea93389c72c494ad2125dc2f9be1f72481f3af34568477123f7e9d3c7504e061e4c083cb30
+Size (zstd-1.3.0.tar.gz) = 1469911 bytes
+SHA1 (patch-Makefile) = 2ed949f27dd1443656d9d32a7494d2168e48ce37
 SHA1 (patch-lib_Makefile) = 79a5e99595f4d7a124fc012cc6893701f8143685
diff -r 64cd0430087e -r b37caddcaa11 archivers/zstd/patches/patch-Makefile
--- a/archivers/zstd/patches/patch-Makefile     Sat Jul 22 10:00:21 2017 +0000
+++ b/archivers/zstd/patches/patch-Makefile     Sat Jul 22 10:49:07 2017 +0000
@@ -1,18 +1,18 @@
-$NetBSD: patch-Makefile,v 1.4 2017/04/20 13:45:52 jperkin Exp $
+$NetBSD: patch-Makefile,v 1.5 2017/07/22 10:49:07 adam Exp $
 
 Enable the "install" target on all OS.
 
---- Makefile.orig      2017-03-16 00:31:40.000000000 +0000
+--- Makefile.orig      2017-07-05 18:05:17.000000000 +0000
 +++ Makefile
-@@ -104,7 +104,6 @@ clean:
+@@ -108,7 +108,6 @@ clean:
  #------------------------------------------------------------------------------
  # make install is validated only for Linux, OSX, Hurd and some BSD targets
  #------------------------------------------------------------------------------
--ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly NetBSD))
+-ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly NetBSD MSYS_NT))
+ 
  HOST_OS = POSIX
- .PHONY: install uninstall travis-install clangtest gpptest armtest usan asan uasan
- 
-@@ -258,7 +257,6 @@ gpp6install: apt-add-repo
+ CMAKE_PARAMS = -DZSTD_BUILD_CONTRIB:BOOL=ON -DZSTD_BUILD_STATIC:BOOL=ON -DZSTD_BUILD_TESTS:BOOL=ON -DZSTD_ZLIB_SUPPORT:BOOL=ON -DZSTD_LZMA_SUPPORT:BOOL=ON
+@@ -275,7 +274,6 @@ gpp6install: apt-add-repo
  clang38install:
        APT_PACKAGES="clang-3.8" $(MAKE) apt-install
  



Home | Main Index | Thread Index | Old Index