non port: archivers/zstd/Makefile |
Number of commits found: 64 |
Wednesday, 24 Apr 2024
|
18:58 Gleb Smirnoff (glebius)
archivers/zstd: fix WITH_DEBUG build
Fixes: b594c775ed2dbae25e509d198c462940f0dc9d5c
7051dd7 |
Sunday, 31 Mar 2024
|
18:50 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update to 1.5.6
Changes: https://github.com/facebook/zstd/releases
b594c77 |
Wednesday, 21 Feb 2024
|
15:06 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Sort MAKE_ENV
898d7e2 |
Tuesday, 23 Jan 2024
|
21:51 Muhammad Moinur Rahman (bofh)
archivers/zstd: Impelled to share/man
Approved by: portmgr (blanket)
378c661 |
Saturday, 27 May 2023
|
04:07 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update to 1.5.5
Changes: https://github.com/facebook/zstd/releases
65881ff |
Sunday, 9 Apr 2023
|
23:37 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Fix static library
- Bump PORTREVISION for package change
It fixes the build of dependent ports, e.g. devel/qt6-base.
454e3c9 |
13:36 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Clean up 72ad532057c9f9fb6fa370c80f663c005e9dd021
- Use WRKSRC instead of BUILD_WRKSRC
- Use SUB_FILES/SUB_LIST instead of a bunch of REINPLACE_CMD
- Use FILESDIR instead of PATCHDIR
- Clean up files/*:
- Remove unnecessary file: zstdConfig.cmake is already in the source tarball
- Rename patch file: Remove unnecessary .in suffix
57d2530 |
Wednesday, 5 Apr 2023
|
06:12 Daniel Engberg (diizzy)
archivers/zstd: Add CMake config files and adjust Makefile
- Use upstream's short test for "make test"
- Use verbose output by default during build
* Tweak Makefile to follow Porters Handbook more closely
* Install CMake files (taken from CMake build framework)
PR: 267652
Reported by: fluffy
Approved by: portmgr (maintainer timeout, 1+ month)
72ad532 |
Tuesday, 21 Mar 2023
|
19:20 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update to 1.5.4
Changes: https://github.com/facebook/zstd/releases
99f38d73 |
Friday, 30 Dec 2022
|
09:04 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update WWW and clean up pkg-descr
7593d64 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Thursday, 1 Sep 2022
|
13:52 Rene Ladan (rene)
cleanup: remove support for FreeBSD 13.0 which expired today.
- Mk/bsd.port.mk: mark 13.0 as unsupported
- Tools/scripts/portsearch: Drop support for FreeBSD <= 4
- archivers/zstd: revert "Fix build on FreeBSD 13.0"
- deskutils/xdg-desktop-portal: remove check for 13.0
- devel/libpeas: remove outdated comment
- editors/imhex: remove compatibility for 13.0
- editors/libreoffice: remove compatibility for 13.0
- editors/openoffice-4: remove compatibility for 13.0
- editors/openoffice-devel: remove compatibility for 13.0
- emulators/linux_base-c7: remove compatiblity for 13.0
- graphics/drm-kmod: remove detection for 13.0
- graphics/gpu-firmware-amd-kmod: do not check 13.0 anymore
- graphics/linux-c7-libdrm: remove support for 13.0
- math/igraph: remove support for 13.0
- net/asterisk16: drop support for ancient FreeBSD versions
- net/asterisk18: drop support for ancient FreeBSD versions
- security/openssl*: drop now obsolete patches
- sysutils/bhyve+: drop support for FreeBSD 13.0
- sysutils/ebsnvme-id: drop support for FreeBSD 13.0
- sysutils/openzfs: remove detection of FreeBSD 13.0
- sysutils/openzfs-kmod: drop detection of FreeBSD 13.0
- www/firefox: generalize pkg-message a bit regarding hgame(4)
- x11/xorg-cf-files: remove support for FreeBSD < 6 (yes, pre-2008)
While here, regenerate patches for:
- x11/xorg-cf-files
- net/asterisk16
- net/asterisk18
While here, remove a stale $Id$ from Tools/scripts/portsearch
Differential Revision: https://reviews.freebsd.org/D36233
Reviewed by: office (fluffy), x11 (manu), arrowd, brnrd, cperciva, freqlabs,
imp, jbeich, madpilot, nobutaka
2a09e5b |
Wednesday, 31 Aug 2022
|
11:40 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Use MAKE_ENV instead of patch files
3a0193f |
Saturday, 27 Aug 2022
|
15:52 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Fix build on FreeBSD 13.0
md5sum is not available on FreeBSD 13.0 which reaches its EoL on 2022-08-31.
Notified by: jbeich
f23fdb0 |
10:23 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Change build system from meson to gmake
- Use BINARY_ALIAS and remove TEST_DEPENDS: md5sum from base system works fine
- Remove TEST option
- Bump PORTREVISION for package change
from README.md [1]:
make is the officially maintained build system of this project. All other build
systems are "compatible" and 3rd-party maintained, they may feature small
differences in advanced options. When your system allows it, prefer using make
to build zstd and libzstd.
Reference: https://github.com/facebook/zstd/blob/dev/README.md#build-instructions
[1]
538a001 |
Saturday, 20 Aug 2022
|
07:32 Daniel Engberg (diizzy)
archivers/zstd: Add LTO option
Add LTO option, this increases performance between 5-15% on my test
systems (arm64 and amd64) with optimized cflags (-03) enabled.
LTO is also enabled by default on Alpine Linux and OpenMandriva
PR: 265605
Approved by: sunpoet (maintainer timeout, 2+ weeks)
5a2f556 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andreev Maxim
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Anes Mukhametov <anes@anes.su>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ayumi M <ayu@commun.jp>
* Carsten Larsen <cs@innolan.dk>
* Chin-San Huang <chinsan.tw@gmail.com>
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Chris Larsen <darth@vader.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Felix Palmen <felix@palmen-it.de>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
* Gea-Suan Lin <gslin@gslin.org>
* George Reid <greid@ukug.uk.freebsd.org>
* Greg Lewis <glewis@FreeBSD.org>
* Hsin-Han You <hhyou@cs.nctu.edu.tw>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Igor Pokrovsky <tiamat@telegraph.spb.ru>
* Jaap Boender <jaapb@kerguelen.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Burchell <toxic@doobie.com>
* Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
* Jerry Hicks
* Joao Carlos Mendes Luis <jonny@jonny.eng.br>
* John Marino <marino@FreeBSD.org>
* José García Juanino <jjuanino@gmail.com>
* Juergen Lock <nox@jelal.kn-bremen.de>
* Kevin Golding <ports@caomhin.org>
* Konstantin Reznichenko <kot@premierbank.dp.ua>
* Koop Mast <kwm@FreeBSD.org>
* Kubilay Kocak <koobs@FreeBSD.org>
* Lars Thegler <lth@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Kane <mark@mkproductions.org>
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Matteo Cypriani <mcy@lm7.fr>
* Max Khon <fjoe@FreeBSD.org>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Melvyn Sopacua <melvyn@magemana.nl>
* Miguel Mendez <flynn@energyhq.homeip.net>
* Nathan Ahlstrom <nra@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Patrick Seal <patseal@hyperhost.net>
* Pav Lucistnik <pav@FreeBSD.org>
* Per Wigren
* Philippe Casidy <pcasidy@casidy.com>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Poul-Henning Kamp <phk@FreeBSD.org>
* Radim Kolar
* Radim Kolar <hsn@filez.com>
* Radim Kolar <hsn@netmag.cz>
* Rainer Hurling <rhurlin@gwdg.de>
* Richard Gallamore <ultima@FreeBSD.org>
* Roman Shterenzon <roman@xpert.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Sam Lawrance <boris@brooknet.com.au>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sir l33tname <sirl33tname@gmail.com>
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Stefan Esser <se@FreeBSD.org>
* Steve Wills <swills@FreeBSD.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sylvio Cesar <sylvio@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Abthorpe <thomas@goodking.ca>
* Thomas Gellekum <tg@FreeBSD.org>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Will Andrews <andrews@technologist.com>
* Yarodin <yarodin@gmail.com>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* ache
* adamw
* antoine@FreeBSD.org
* bf <bf2006a@yahoo.com>
* chinsan <chinsan.tw@gmail.com>
* giffunip@asme.org
* gurkan@phys.ethz.ch
* iblis <iblis.dif01@nctu.edu.tw>
* ijliao
* jmz
* kwm@FreeBSD.org
* lbartoletti <lbartoletti@FreeBSD.org>
* mm
* ports@c0decafe.net <ports@c0decafe.net>
* samm@freebsd.org
* swhetzel@gmail.com
* will
With hat: portmgr
1ced9d2 |
Monday, 11 Jul 2022
|
13:49 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Use .tar.zst instead of .tar.gz
1723e3e |
Friday, 28 Jan 2022
|
23:26 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Cosmetic change
3c5bf9e |
Tuesday, 25 Jan 2022
|
19:49 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update to 1.5.2
Changes: https://github.com/facebook/zstd/releases
87cab61 |
Sunday, 16 Jan 2022
|
09:49 Daniel Engberg (diizzy)
archivers/zstd: Update to 1.5.1
Changelog: https://github.com/facebook/zstd/releases/tag/v1.5.1
Change PORTVERSION to DISTVERSION to follow Porters Handbook more
closely.
PR: 260599
Approved by: sunpoet (maintainer timeout, 3+ weeks)
3bb8f5f |
Saturday, 22 May 2021
|
14:42 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update to 1.5.0
- Update pkg-descr
Changes: https://github.com/facebook/zstd/releases
7cb3066 |
Sunday, 18 Apr 2021
|
05:41 Po-Chuan Hsieh (sunpoet)
archivers/zstd: Update to 1.4.9
Changes: https://github.com/facebook/zstd/releases
e655bb4 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 26 Jan 2021
|
13:59 sunpoet
Update to 1.4.8
Changes: https://github.com/facebook/zstd/releases
PR: 252569
Exp-run by: antoine
 |
Wednesday, 19 Aug 2020
|
16:26 sunpoet
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>
 |
Thursday, 28 May 2020
|
13:13 danfe
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).
 |
Monday, 25 May 2020
|
18:00 sunpoet
Update to 1.4.5
Changes: https://github.com/facebook/zstd/releases
 |
Wednesday, 26 Feb 2020
|
20:46 sunpoet
Fix LZ4 option
- Bump PORTREVISION for package change
Duplicate USES=localbase blocks lz4 detection.
Before this commit, it fails to detect liblz4 as follows:
==> no liblz4, building zstd without .lz4 support
 |
Wednesday, 13 Nov 2019
|
23:24 sunpoet
Update to 1.4.4
Changes: https://github.com/facebook/zstd/releases
 |
Monday, 30 Sep 2019
|
11:32 sunpoet
Fix build with archivers/lzmalib installed
PR: 239432
Reported by: <doctor@doctor.nl2k.ab.ca>
 |
Tuesday, 20 Aug 2019
|
19:18 sunpoet
Update to 1.4.3
Changes: https://github.com/facebook/zstd/releases
 |
Thursday, 1 Aug 2019
|
16:15 sunpoet
Update to 1.4.2
Changes: https://github.com/facebook/zstd/releases
 |
Sunday, 21 Jul 2019
|
20:46 sunpoet
Update to 1.4.1
Changes: https://github.com/facebook/zstd/releases
 |
Thursday, 18 Apr 2019
|
17:59 sunpoet
Update to 1.4.0
Changes: https://github.com/facebook/zstd/releases
 |
Tuesday, 1 Jan 2019
|
20:30 sunpoet
Update to 1.3.8
Changes: https://github.com/facebook/zstd/releases
 |
Saturday, 20 Oct 2018
|
14:47 sunpoet
Update to 1.3.7
Changes: https://github.com/facebook/zstd/releases
 |
Saturday, 6 Oct 2018
|
09:34 sunpoet
Update to 1.3.6
Changes: https://github.com/facebook/zstd/releases
 |
Sunday, 29 Jul 2018
|
19:09 sunpoet
Update to 1.3.5
Changes: https://github.com/facebook/zstd/releases
 |
Monday, 14 May 2018
|
19:12 bapt
Remove LIBDIR arguments which are now unneeded
 |
Wednesday, 4 Apr 2018
|
10:56 sunpoet
Update to 1.3.4
Changes: https://github.com/facebook/zstd/releases
 |
Saturday, 23 Dec 2017
|
16:49 sunpoet
Add LZ4 option
- Bump PORTREVISION for dependency and package change
 |
Friday, 22 Dec 2017
|
23:03 sunpoet
Update to 1.3.3
Changes: https://github.com/facebook/zstd/releases
 |
Wednesday, 11 Oct 2017
|
19:49 sunpoet
Update to 1.3.2
Changes: https://github.com/facebook/zstd/releases
 |
Monday, 21 Aug 2017
|
20:44 sunpoet
Update to 1.3.1
- Update LICENSE
Changes: https://github.com/facebook/zstd/releases
 |
Sunday, 9 Jul 2017
|
06:58 sunpoet
Add TEST_TARGET and USE_LDCONFIG
- Bump PORTREVISION for package change
PR: 220522
Submitted by: Yuri Victorovich <yuri@rawbw.com>
 |
Thursday, 6 Jul 2017
|
20:55 sunpoet
Update to 1.3.0
Changes: https://github.com/facebook/zstd/releases
 |
Friday, 5 May 2017
|
15:34 sunpoet
Update to 1.2.0
- Remove pzstd
Changes: https://github.com/facebook/zstd/releases
 |
Tuesday, 25 Apr 2017
|
14:22 sunpoet
Build and install pzstd
- While I'm here:
- Use MAKE_CMD instead of GMAKE
- Use post-install: instead of post-stage:
- Respect PREFIX
- Bump PORTREVISION for package change
PR: 218869
Submitted by: eugen
 |
Monday, 20 Mar 2017
|
00:28 sunpoet
Update to 1.1.4
Changes: https://github.com/facebook/zstd/releases
 |
Sunday, 19 Mar 2017
|
01:56 sunpoet
Clean up Makefile
- Use BSD_INSTALL_*
- Cosmetic change
 |
Saturday, 11 Feb 2017
|
14:28 sunpoet
Take maintainership
 |
12:42 rene
Return ports maintained by John Marino to the pool, see r433827 for details
 |
Tuesday, 7 Feb 2017
|
15:58 marino
archivers/zstd: Upgrade version 1.1.2 => 1.1.3
The makefile patches are no longer required.
 |
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
 |
Monday, 19 Dec 2016
|
23:06 dim
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
 |
Saturday, 5 Nov 2016
|
23:36 marino
archivers/zstd is no longer jobs safe.
I'm not sure what happened since the previous release, but now object
files are used before they are created (e.g. decompress directory)
 |
Wednesday, 2 Nov 2016
|
14:40 marino
archivers/zstd: Upgrade version 1.1.0 => 1.1.1
 |
Wednesday, 28 Sep 2016
|
15:56 marino
archivers/zstd: Upgrade version 1.0.0 => 1.1.0
 |
Friday, 2 Sep 2016
|
14:33 marino
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).
 |
Thursday, 18 Aug 2016
|
20:20 marino
archivers/zstd: Upgrade version 0.8.0 => 0.8.1
 |
Tuesday, 16 Aug 2016
|
22:16 marino
archivers/zstd: Mark broken on FreeBSD 9
The base compiler on FreeBSD 9 doesn't have __builtin_bswap32 and
__builtin_bswap64 defined which causes a build failure.
Reported by: pkg-fallout
 |
Monday, 1 Aug 2016
|
14:07 marino
archivers/zstd: Upgrade version 0.7.4 => 0.8.0
 |
Saturday, 30 Jul 2016
|
23:51 marino
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.
 |
Number of commits found: 64 |