Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 19:00:10 +0800
From:      Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Boris Samorodov <bsam@passap.ru>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r440162 - head/archivers/zstd
Message-ID:  <CAMHz58TY9ZabK8de6ewfwQ0O=Z%2BO=qQ7HPs4P=U_V4YNmwG5qw@mail.gmail.com>
In-Reply-To: <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru>
References:  <201705051534.v45FYIEK020954@repo.freebsd.org> <1e1a0fa6-5a76-86f6-8832-0266eb7131ee@passap.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, May 6, 2017 at 5:24 PM, Boris Samorodov <bsam@passap.ru> wrote:

> 05.05.2017 18:34, Sunpoet Po-Chuan Hsieh =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
>
>> Author: sunpoet
>> Date: Fri May  5 15:34:18 2017
>> New Revision: 440162
>> URL: https://svnweb.freebsd.org/changeset/ports/440162
>>
>> Log:
>>    Update to 1.2.0
>>       - Remove pzstd
>>
>
> Can you please elaborate on why it was removed? Changes (the link below)
> do not have any info on the matter.
>

Hi,

Please use zstd -T# (or zstdmt) instead.

cited from https://github.com/facebook/zstd/releases:

Major features :
- Multithreading is enabled by default in the cli. Use -T# to select nb of
thread.
Other changes :
- cli : new : command -T0 means "detect and use nb of cores", by @iburinoc
- cli : new : zstdmt symlink hardwired to zstd -T0

Regards,
sunpoet

   Changes:     https://github.com/facebook/zstd/releases
>>
>> Modified:
>>    head/archivers/zstd/Makefile
>>    head/archivers/zstd/distinfo
>>    head/archivers/zstd/pkg-plist
>>
>> Modified: head/archivers/zstd/Makefile
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- head/archivers/zstd/Makefile        Fri May  5 14:46:38 2017
>> (r440161)
>> +++ head/archivers/zstd/Makefile        Fri May  5 15:34:18 2017
>> (r440162)
>> @@ -2,9 +2,8 @@
>>   # $FreeBSD$
>>     PORTNAME=3D   zstd
>> -PORTVERSION=3D   1.1.4
>> +PORTVERSION=3D   1.2.0
>>   DISTVERSIONPREFIX=3D    v
>> -PORTREVISION=3D  1
>>   CATEGORIES=3D   archivers
>>     MAINTAINER=3D sunpoet@FreeBSD.org
>> @@ -25,10 +24,4 @@ USE_GITHUB=3D  yes
>>   post-patch:
>>         @${REINPLACE_CMD} -e 's|INSTALL_|BSD_&|' ${WRKSRC}/lib/Makefile
>> ${WRKSRC}/programs/Makefile
>>   -post-build:
>> -       ${MAKE_CMD} -C ${WRKSRC}/contrib/pzstd/
>> -
>> -post-install:
>> -       ${INSTALL_PROGRAM} ${WRKSRC}/contrib/pzstd/pzstd
>> ${STAGEDIR}${PREFIX}/bin/
>> -
>>   .include <bsd.port.mk>
>>
>> Modified: head/archivers/zstd/distinfo
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- head/archivers/zstd/distinfo        Fri May  5 14:46:38 2017
>> (r440161)
>> +++ head/archivers/zstd/distinfo        Fri May  5 15:34:18 2017
>> (r440162)
>> @@ -1,3 +1,3 @@
>> -TIMESTAMP =3D 1489890610
>> -SHA256 (facebook-zstd-v1.1.4_GH0.tar.gz) =3D
>> 6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb
>> -SIZE (facebook-zstd-v1.1.4_GH0.tar.gz) =3D 923381
>> +TIMESTAMP =3D 1493987264
>> +SHA256 (facebook-zstd-v1.2.0_GH0.tar.gz) =3D
>> 4a7e4593a3638276ca7f2a09dc4f38e674d8317bbea51626393ca73fc047cbfb
>> +SIZE (facebook-zstd-v1.2.0_GH0.tar.gz) =3D 1300584
>>
>> Modified: head/archivers/zstd/pkg-plist
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>> --- head/archivers/zstd/pkg-plist       Fri May  5 14:46:38 2017
>> (r440161)
>> +++ head/archivers/zstd/pkg-plist       Fri May  5 15:34:18 2017
>> (r440162)
>> @@ -1,9 +1,9 @@
>> -bin/pzstd
>>   bin/unzstd
>>   bin/zstd
>>   bin/zstdcat
>>   bin/zstdgrep
>>   bin/zstdless
>> +bin/zstdmt
>>   include/zbuff.h
>>   include/zdict.h
>>   include/zstd.h
>>
>>
>
> --
> WBR, Boris Samorodov (bsam)
> FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
> "It is not necessary to change. Survival is not mandatory."
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58TY9ZabK8de6ewfwQ0O=Z%2BO=qQ7HPs4P=U_V4YNmwG5qw>