Commit Graph

27 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 29758f3839 Update to 1.4.8
Changes:	https://github.com/facebook/zstd/releases
PR:		252569
Exp-run by:	antoine
2021-01-26 13:59:38 +00:00
Sunpoet Po-Chuan Hsieh 479b8ebb02 Change build system from gmake to meson
- Use upstream release tarball
- Add OPTIMIZED_CFLAGS and TEST options
- Remove valgrind test
- Bump PORTREVISION for package change

PR:		247100
Submitted by:	Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-08-19 16:26:38 +00:00
Sunpoet Po-Chuan Hsieh 15605b8c1c Update to 1.4.5
Changes:	https://github.com/facebook/zstd/releases
2020-05-25 18:00:42 +00:00
Sunpoet Po-Chuan Hsieh ba0f8560cd Update to 1.4.4
Changes:	https://github.com/facebook/zstd/releases
2019-11-13 23:24:48 +00:00
Sunpoet Po-Chuan Hsieh 3e8d0acd1b Update to 1.4.3
Changes:	https://github.com/facebook/zstd/releases
2019-08-20 19:18:05 +00:00
Sunpoet Po-Chuan Hsieh 862e4a2849 Update to 1.4.2
Changes:	https://github.com/facebook/zstd/releases
2019-08-01 16:15:14 +00:00
Sunpoet Po-Chuan Hsieh 86467ac7a9 Update to 1.4.1
Changes:	https://github.com/facebook/zstd/releases
2019-07-21 20:46:03 +00:00
Sunpoet Po-Chuan Hsieh 5a4b4de8b4 Update to 1.4.0
Changes:	https://github.com/facebook/zstd/releases
2019-04-18 17:59:37 +00:00
Sunpoet Po-Chuan Hsieh 787f980bc1 Update to 1.3.8
Changes:	https://github.com/facebook/zstd/releases
2019-01-01 20:30:54 +00:00
Sunpoet Po-Chuan Hsieh f3f3f94739 Update to 1.3.7
Changes:	https://github.com/facebook/zstd/releases
2018-10-20 14:47:12 +00:00
Sunpoet Po-Chuan Hsieh 39f527390e Update to 1.3.6
Changes:	https://github.com/facebook/zstd/releases
2018-10-06 09:34:07 +00:00
Sunpoet Po-Chuan Hsieh 9618ca3276 Update to 1.3.5
Changes:	https://github.com/facebook/zstd/releases
2018-07-29 19:09:23 +00:00
Sunpoet Po-Chuan Hsieh 1a95eb6475 Update to 1.3.4
Changes:	https://github.com/facebook/zstd/releases
2018-04-04 10:56:26 +00:00
Sunpoet Po-Chuan Hsieh 1c0df3c0bc Update to 1.3.3
Changes:	https://github.com/facebook/zstd/releases
2017-12-22 23:03:51 +00:00
Sunpoet Po-Chuan Hsieh a1fec7193b Update to 1.3.2
Changes:	https://github.com/facebook/zstd/releases
2017-10-11 19:49:16 +00:00
Sunpoet Po-Chuan Hsieh a2f8ffd8a3 Update to 1.3.1
- Update LICENSE

Changes:	https://github.com/facebook/zstd/releases
2017-08-21 20:44:02 +00:00
Sunpoet Po-Chuan Hsieh 6ee5a78796 Update to 1.3.0
Changes:	https://github.com/facebook/zstd/releases
2017-07-06 20:55:33 +00:00
Sunpoet Po-Chuan Hsieh d02bf0cc01 Update to 1.2.0
- Remove pzstd

Changes:	https://github.com/facebook/zstd/releases
2017-05-05 15:34:18 +00:00
Sunpoet Po-Chuan Hsieh 4c1fd1d840 Update to 1.1.4
Changes:	https://github.com/facebook/zstd/releases
2017-03-20 00:28:14 +00:00
John Marino a022d7f752 archivers/zstd: Upgrade version 1.1.2 => 1.1.3
The makefile patches are no longer required.
2017-02-07 15:58:45 +00:00
Dimitry Andric a64e36a3a2 archivers/zstd: Upgrade version 1.1.1 => 1.1.2
Also revert r425457, since upstream fixed the jobs unsafety.

Approved by:	marino (maintainer)
MFH:		2016Q4
2016-12-19 23:06:24 +00:00
John Marino 285f886bdf archivers/zstd: Upgrade version 1.1.0 => 1.1.1 2016-11-02 14:40:29 +00:00
John Marino f0f4670919 archivers/zstd: Upgrade version 1.0.0 => 1.1.0 2016-09-28 15:56:18 +00:00
John Marino 54753798dc archivers/zstd: Upgrade version 0.8.1 => 1.0.0
The copyright of zstd has been transferred to Facebook as part of this
v1.0 release.  It also comes with a patent grant and a new public
streaming API (previously the API was in flux and only available on
static builds).
2016-09-02 14:33:10 +00:00
John Marino 14f83625e5 archivers/zstd: Upgrade version 0.8.0 => 0.8.1 2016-08-18 20:20:43 +00:00
John Marino 95ca646c91 archivers/zstd: Upgrade version 0.7.4 => 0.8.0 2016-08-01 14:07:20 +00:00
John Marino 6de175fd41 add new port archivers/zstd
Zstd, short for Zstandard, is a real-time compression algorithm providing
high compression ratios.  It offers a very wide range of compression vs.
speed trade-offs while being backed by a very fast decoder.  It offers
a special mode for small data called "dictionary compression" and it can
create dictionaries from any sample set.  Zstd is BSD-licensed.

Using Izbench on the Silesia compression corpus, zstd ranked at the
top with a compression ratio of 2.877, a compression rate of 325 Mb/s,
and a decompression rate of 325.  Zlib followed at 2.730, 95 Mb/s (C)
and 360 Mb/s (D).  See WWW page for the full benchmark results.
2016-07-30 23:51:50 +00:00