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/libdeflate/Makefile

Number of commits found: 25

Sunday, 24 Mar 2024
16:38 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.20

Switch to upstream release tarball to avoid potential
breakage due to GitHub's service policies.

PR:		273908
Reported by:	portscout
commit hash: 51818b2fd3775462b080fe1fb8bbea6b3b82c592 commit hash: 51818b2fd3775462b080fe1fb8bbea6b3b82c592 commit hash: 51818b2fd3775462b080fe1fb8bbea6b3b82c592 commit hash: 51818b2fd3775462b080fe1fb8bbea6b3b82c592 51818b2
Sunday, 17 Sep 2023
11:54 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.19

Reported by:	portscout
commit hash: 658f6156ba299eb1b81007df8a6a9808c8fc7e4a commit hash: 658f6156ba299eb1b81007df8a6a9808c8fc7e4a commit hash: 658f6156ba299eb1b81007df8a6a9808c8fc7e4a commit hash: 658f6156ba299eb1b81007df8a6a9808c8fc7e4a 658f615
Wednesday, 29 Mar 2023
11:55 Daniel Engberg (diizzy) search for other commits by this committer
archivers/libdeflate: Update to 1.18

Changelog: https://github.com/ebiggers/libdeflate/blob/v1.18/NEWS.md

PR:		270447
Reviewed by:	danfe (maintainer)
commit hash: c2d137d0f014073026f0bdff87f87f8241dc33ca commit hash: c2d137d0f014073026f0bdff87f87f8241dc33ca commit hash: c2d137d0f014073026f0bdff87f87f8241dc33ca commit hash: c2d137d0f014073026f0bdff87f87f8241dc33ca c2d137d
Thursday, 19 Jan 2023
18:01 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: the port had been updated to version 1.17

Fix a bug introduced in version 1.16 where compression at levels
10-12 would sometimes produce an output larger than the size that
was returned by the corresponding `libdeflate_*_compress_bound()'
function.

Reported by:	portscout
PR:		268970 (independent)
commit hash: 858ba2abb44f151bfe99cb69b1fcb42d0d89c9aa commit hash: 858ba2abb44f151bfe99cb69b1fcb42d0d89c9aa commit hash: 858ba2abb44f151bfe99cb69b1fcb42d0d89c9aa commit hash: 858ba2abb44f151bfe99cb69b1fcb42d0d89c9aa 858ba2a
Sunday, 15 Jan 2023
10:18 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.16

Reported by:	portscout
commit hash: f52f48b13ea4b2946dbfe78593b6add1547491c9 commit hash: f52f48b13ea4b2946dbfe78593b6add1547491c9 commit hash: f52f48b13ea4b2946dbfe78593b6add1547491c9 commit hash: f52f48b13ea4b2946dbfe78593b6add1547491c9 f52f48b
Thursday, 5 Jan 2023
08:21 Alexey Dokuchaev (danfe) search for other commits by this committer Author: Daniel Engberg
archivers/libdeflate: update the port to version 1.15

- The build system had been switched to CMake, adjust the Makefile
  accordingly and convert outgrown PLIST_FILES into static pkg-plist
- Backport one upstream commit for the sake of consistency, so unit
  tests reflect on release binaries (it also happens to inadvertently
  inhibit detection of futimes(2), which is deprecated interface as
  it does not provide nanosecond accuracy, so it's probably okay)
- Do not pass "-O2 -DNDEBUG" on release CFLAGS: -O2 is redundant and
  NDEBUG is not actually used anywhere in the library source code

PR:	268519
commit hash: c8d13ef7f3386389410c492dedb63858bbe7f1cc commit hash: c8d13ef7f3386389410c492dedb63858bbe7f1cc commit hash: c8d13ef7f3386389410c492dedb63858bbe7f1cc commit hash: c8d13ef7f3386389410c492dedb63858bbe7f1cc c8d13ef
Monday, 12 Sep 2022
15:13 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.14

Reported by:	portscout
commit hash: 0dfc497059f640d7c500e034fbbe727eb0606c0e commit hash: 0dfc497059f640d7c500e034fbbe727eb0606c0e commit hash: 0dfc497059f640d7c500e034fbbe727eb0606c0e commit hash: 0dfc497059f640d7c500e034fbbe727eb0606c0e 0dfc497
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 8 Aug 2022
09:35 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.13

Reported by:	portscout
commit hash: 4d15788d0bedc833b47217fe75a8cffcf9ab4b43 commit hash: 4d15788d0bedc833b47217fe75a8cffcf9ab4b43 commit hash: 4d15788d0bedc833b47217fe75a8cffcf9ab4b43 commit hash: 4d15788d0bedc833b47217fe75a8cffcf9ab4b43 4d15788
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 1ced9d2
Tuesday, 14 Jun 2022
01:49 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.12.

Reported by:	portscout
commit hash: 72bd27274b2f8fe19f2cd93804a005b493257b05 commit hash: 72bd27274b2f8fe19f2cd93804a005b493257b05 commit hash: 72bd27274b2f8fe19f2cd93804a005b493257b05 commit hash: 72bd27274b2f8fe19f2cd93804a005b493257b05 72bd272
Tuesday, 24 May 2022
18:58 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.11.

Reported by:	portscout
commit hash: 5e8df7f30bea8017a8de57791700b6c20d015e5b commit hash: 5e8df7f30bea8017a8de57791700b6c20d015e5b commit hash: 5e8df7f30bea8017a8de57791700b6c20d015e5b commit hash: 5e8df7f30bea8017a8de57791700b6c20d015e5b 5e8df7f
Wednesday, 9 Feb 2022
09:24 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.10.

Reported by:	portscout
commit hash: cd141b1e656d575401bcece6594c552399179aa0 commit hash: cd141b1e656d575401bcece6594c552399179aa0 commit hash: cd141b1e656d575401bcece6594c552399179aa0 commit hash: cd141b1e656d575401bcece6594c552399179aa0 cd141b1
Friday, 14 Jan 2022
07:53 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: the port had been updated to version 1.9.
commit hash: 7c6b3a0d74c67f4c726b1abd05df2415d8fbc7dd commit hash: 7c6b3a0d74c67f4c726b1abd05df2415d8fbc7dd commit hash: 7c6b3a0d74c67f4c726b1abd05df2415d8fbc7dd commit hash: 7c6b3a0d74c67f4c726b1abd05df2415d8fbc7dd 7c6b3a0
Friday, 16 Jul 2021
08:42 Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/libdeflate: update the port to version 1.8.

Reported by:	portscout
commit hash: 6cfa8d663aa96f31ec4e2224c75153dfecdd80ad commit hash: 6cfa8d663aa96f31ec4e2224c75153dfecdd80ad commit hash: 6cfa8d663aa96f31ec4e2224c75153dfecdd80ad commit hash: 6cfa8d663aa96f31ec4e2224c75153dfecdd80ad 6cfa8d6
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 11 Nov 2020
04:50 danfe search for other commits by this committer
Update to version 1.7.

Found out via:	repology.org
Original commitRevision:554870 
Wednesday, 13 May 2020
07:43 danfe search for other commits by this committer
Update to version 1.6.

Reported by:	portscout
Original commitRevision:535086 
Sunday, 29 Dec 2019
12:08 danfe search for other commits by this committer
- Update `archivers/libdeflate' to version 1.5
- Add LICENSE_FILE which is not a boilerplate (includes author's name)
- Hook available tests to our framework

Reported by:	portscout
Original commitRevision:521272 
Monday, 12 Aug 2019
08:30 danfe search for other commits by this committer
Update `archivers/libdeflate' to version 1.3.

Reported by:	portscout
Original commitRevision:508712 
Thursday, 17 Jan 2019
10:21 danfe search for other commits by this committer
Update `archivers/libdeflate' to version 1.2.

Reported by:	portscout
Original commitRevision:490540 
Wednesday, 26 Dec 2018
09:34 danfe search for other commits by this committer
Instead of hand-rolled `do-install' target, make existing installation
routine PREFIX-aware and compatible with our install(1).  As a bonus,
it would install prefixed binaries to avoid potential clash with other
gzip and gunzip implementations.
Original commitRevision:488366 
08:08 danfe search for other commits by this committer
Update `archivers/libdeflate' to version 1.1.

Reported by:	portscout
Original commitRevision:488360 
Sunday, 15 Apr 2018
10:47 danfe search for other commits by this committer
Update `archivers/libdeflate' to version 1.0.

Reported by:	portscout
Original commitRevision:467382 
Sunday, 14 Jan 2018
14:06 danfe search for other commits by this committer
Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-based
compression and decompression.

WWW: https://github.com/ebiggers/libdeflate

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1501364283 which corresponds to commit 3d96a83 tagged
as this release.
Original commitRevision:458967 

Number of commits found: 25