notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: archivers/zstd/pkg-plist

Number of commits found: 17

Sunday, 31 Mar 2024
18:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/zstd: Update to 1.5.6

Changes:	https://github.com/facebook/zstd/releases
commit hash: b594c775ed2dbae25e509d198c462940f0dc9d5c commit hash: b594c775ed2dbae25e509d198c462940f0dc9d5c commit hash: b594c775ed2dbae25e509d198c462940f0dc9d5c commit hash: b594c775ed2dbae25e509d198c462940f0dc9d5c b594c77
Tuesday, 23 Jan 2024
21:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
archivers/zstd: Impelled to share/man

Approved by:    portmgr (blanket)
commit hash: 378c661e05732249f498ea226cf95436ab2de076 commit hash: 378c661e05732249f498ea226cf95436ab2de076 commit hash: 378c661e05732249f498ea226cf95436ab2de076 commit hash: 378c661e05732249f498ea226cf95436ab2de076 378c661
Sunday, 9 Apr 2023
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 57d2530c89ce5793e987becf91f2a2463fa53522 commit hash: 57d2530c89ce5793e987becf91f2a2463fa53522 commit hash: 57d2530c89ce5793e987becf91f2a2463fa53522 commit hash: 57d2530c89ce5793e987becf91f2a2463fa53522 57d2530
Wednesday, 5 Apr 2023
06:12 Daniel Engberg (diizzy) search for other commits by this committer
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)
commit hash: 72ad532057c9f9fb6fa370c80f663c005e9dd021 commit hash: 72ad532057c9f9fb6fa370c80f663c005e9dd021 commit hash: 72ad532057c9f9fb6fa370c80f663c005e9dd021 commit hash: 72ad532057c9f9fb6fa370c80f663c005e9dd021 72ad532
Tuesday, 25 Jan 2022
19:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/zstd: Update to 1.5.2

Changes:	https://github.com/facebook/zstd/releases
commit hash: 87cab61e7bb421693b91352fc3d44cd38ec07ef2 commit hash: 87cab61e7bb421693b91352fc3d44cd38ec07ef2 commit hash: 87cab61e7bb421693b91352fc3d44cd38ec07ef2 commit hash: 87cab61e7bb421693b91352fc3d44cd38ec07ef2 87cab61
Sunday, 16 Jan 2022
09:49 Daniel Engberg (diizzy) search for other commits by this committer
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)
commit hash: 3bb8f5f58e3fcb8e6dcd09180d671295e4341d1e commit hash: 3bb8f5f58e3fcb8e6dcd09180d671295e4341d1e commit hash: 3bb8f5f58e3fcb8e6dcd09180d671295e4341d1e commit hash: 3bb8f5f58e3fcb8e6dcd09180d671295e4341d1e 3bb8f5f
Tuesday, 26 Jan 2021
13:59 sunpoet search for other commits by this committer
Update to 1.4.8

Changes:	https://github.com/facebook/zstd/releases
PR:		252569
Exp-run by:	antoine
Original commitRevision:562666 
Wednesday, 19 Aug 2020
16:26 sunpoet search for other commits by this committer
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>
Original commitRevision:545439 
Saturday, 20 Oct 2018
14:47 sunpoet search for other commits by this committer
Update to 1.3.7

Changes:	https://github.com/facebook/zstd/releases
Original commitRevision:482504 
Friday, 5 May 2017
15:34 sunpoet search for other commits by this committer
Update to 1.2.0

- Remove pzstd

Changes:	https://github.com/facebook/zstd/releases
Original commitRevision:440162 
Tuesday, 25 Apr 2017
14:22 sunpoet search for other commits by this committer
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
Original commitRevision:439383 
Sunday, 19 Mar 2017
01:56 sunpoet search for other commits by this committer
Clean up Makefile

- Use BSD_INSTALL_*
- Cosmetic change
Original commitRevision:436464 
Monday, 19 Dec 2016
23:06 dim search for other commits by this committer
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
Original commitRevision:428963 
Wednesday, 2 Nov 2016
14:40 marino search for other commits by this committer
archivers/zstd: Upgrade version 1.1.0 => 1.1.1
Original commitRevision:425157 
Friday, 2 Sep 2016
14:33 marino search for other commits by this committer
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).
Original commitRevision:421267 
Monday, 1 Aug 2016
14:07 marino search for other commits by this committer
archivers/zstd: Upgrade version 0.7.4 => 0.8.0
Original commitRevision:419441 
Saturday, 30 Jul 2016
23:51 marino search for other commits by this committer
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.
Original commitRevision:419337 

Number of commits found: 17