aboutsummaryrefslogtreecommitdiff
path: root/archivers/libdeflate
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to version 1.7.Alexey Dokuchaev2020-11-113-16/+15
| | | | | | | Found out via: repology.org Notes: svn path=/head/; revision=554870
* Update to version 1.6.Alexey Dokuchaev2020-05-133-6/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=535086
* - Update `archivers/libdeflate' to version 1.5Alexey Dokuchaev2019-12-292-4/+6
| | | | | | | | | | - Add LICENSE_FILE which is not a boilerplate (includes author's name) - Hook available tests to our framework Reported by: portscout Notes: svn path=/head/; revision=521272
* Update `archivers/libdeflate' to version 1.3.Alexey Dokuchaev2019-08-123-20/+17
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=508712
* Update `archivers/libdeflate' to version 1.2.Alexey Dokuchaev2019-01-173-20/+16
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=490540
* Instead of hand-rolled `do-install' target, make existing installationAlexey Dokuchaev2018-12-262-11/+33
| | | | | | | | | 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. Notes: svn path=/head/; revision=488366
* Update `archivers/libdeflate' to version 1.1.Alexey Dokuchaev2018-12-262-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=488360
* Update `archivers/libdeflate' to version 1.0.Alexey Dokuchaev2018-04-152-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=467382
* Add a port of libdeflate, a library for fast, whole-buffer DEFLATE-basedAlexey Dokuchaev2018-01-143-0/+57
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. Notes: svn path=/head/; revision=458967