svn commit: r440162 - head/archivers/zstd

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Sat May 6 11:00:52 UTC 2017


On Sat, May 6, 2017 at 5:24 PM, Boris Samorodov <bsam at passap.ru> wrote:

> 05.05.2017 18:34, Sunpoet Po-Chuan Hsieh пишет:
>
>> 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
>> ============================================================
>> ==================
>> --- 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=   zstd
>> -PORTVERSION=   1.1.4
>> +PORTVERSION=   1.2.0
>>   DISTVERSIONPREFIX=    v
>> -PORTREVISION=  1
>>   CATEGORIES=   archivers
>>     MAINTAINER= sunpoet at FreeBSD.org
>> @@ -25,10 +24,4 @@ USE_GITHUB=  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
>> ============================================================
>> ==================
>> --- 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 = 1489890610
>> -SHA256 (facebook-zstd-v1.1.4_GH0.tar.gz) =
>> 6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb
>> -SIZE (facebook-zstd-v1.1.4_GH0.tar.gz) = 923381
>> +TIMESTAMP = 1493987264
>> +SHA256 (facebook-zstd-v1.2.0_GH0.tar.gz) =
>> 4a7e4593a3638276ca7f2a09dc4f38e674d8317bbea51626393ca73fc047cbfb
>> +SIZE (facebook-zstd-v1.2.0_GH0.tar.gz) = 1300584
>>
>> Modified: head/archivers/zstd/pkg-plist
>> ============================================================
>> ==================
>> --- 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."
>


More information about the svn-ports-all mailing list