aboutsummaryrefslogtreecommitdiff
path: root/archivers/liblz4/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* archivers/liblz4: Update to 1.9.3Fernando Apesteguía2020-11-241-3/+3
| | | | | | | | | | | | | | ChangeLog: https://github.com/lz4/lz4/releases/tag/v1.9.3 * Switch from gmake to meson. * Enable tests PR: 251183 Submitted by: daniel.engberg.lists@pyret.net Approved by: martin@waschbuesch.de (maintainer) Notes: svn path=/head/; revision=556153
* archivers/liblz4: Update to 1.9.2Steve Wills2019-09-021-3/+3
| | | | | | | | PR: 240007 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=510837
* archivers/liblz4: Update to 1.9.1Steve Wills2019-04-261-3/+3
| | | | | | | | PR: 237520 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=500130
* archivers/liblz4: Update to v1.8.3Steve Wills2018-09-181-3/+3
| | | | | | | | PR: 231324 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=480030
* Update to 1.8.2Baptiste Daroussin2018-05-081-3/+3
| | | | | | | | | | | | | | | | Remove the now unneeded post-patch section Enforce usage of our INSTALL_PROGRAM instead of manually strip Pass variables via MAKE_ARGS to avoid patching Remove now useless USES=pathfix PR: 228060 Submitted by: bapt Reported by: Yann Collet (Upstream) Reviewed by: Martin Waschbüsch (maintainer) Approved by: Martin Waschbüsch (maintainer) Notes: svn path=/head/; revision=469368
* Update to 1.8.1.2Sunpoet Po-Chuan Hsieh2018-01-181-3/+3
| | | | | | | | | Changes: https://github.com/lz4/lz4/releases PR: 225277 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=459351
* Update to 1.8.1Sunpoet Po-Chuan Hsieh2018-01-141-3/+3
| | | | | | | | | Changes: https://github.com/lz4/lz4/releases PR: 225145 Submitted by: Martin Waschbusch <martin@waschbuesch.de> (maintainer) Notes: svn path=/head/; revision=458961
* Update to 1.8.0Sunpoet Po-Chuan Hsieh2017-08-201-3/+3
| | | | | | | | | Changes: https://github.com/lz4/lz4/releases PR: 221630 Submitted by: Martin Waschbusch <martin@waschbuesch.de> Notes: svn path=/head/; revision=448415
* Update to 1.7.5Matthew Seaman2017-02-021-2/+3
| | | | | | | | | | | | | | | Notable changes: - Upstream switched versioning from e.g. r131 to v1.7.5, forcing me to make use of PORTEPOCH. - (Submitter) pushed a change upstream to add FreeBSD to the OSs recognized in Makefile, requiring one less search & replace action in post-patch section. PR: 216599 Submitted by: martin@waschbuesch.de (maintainer) Notes: svn path=/head/; revision=433181
* Update to r131.Adam Weinberger2015-07-071-2/+2
| | | | Notes: svn path=/head/; revision=391523
* Update to r130, which incorporates the patches that riggs committed inAdam Weinberger2015-06-291-2/+2
| | | | | | | r387288. Notes: svn path=/head/; revision=390875
* Update to r129. Changes at https://github.com/Cyan4973/lz4/releases/tag/r129.Adam Weinberger2015-05-191-2/+2
| | | | | | | Remove the CONFLICTS on archivers/lz4 which was removed from the ports tree. Notes: svn path=/head/; revision=386791
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* Update to r128.Adam Weinberger2015-04-191-2/+2
| | | | | | | | | Changes are listed on https://github.com/Cyan4973/lz4/releases Also, use the new USE_GITHUB syntax, and update WWW. Notes: svn path=/head/; revision=384319
* Update to r127. Fix tons of hardcoded paths in the Makefile to enableAdam Weinberger2015-03-241-2/+2
| | | | | | | 'make install' to work properly. Notes: svn path=/head/; revision=382152
* Add archivers/liblz4. There is already archivers/lz4, which it looksAdam Weinberger2014-10-261-0/+2
like might be an old version of this, but it only installs a binary. This installs binaries and libraries/headers. LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. A high compression derivative, called LZ4_HC, is also provided. It trades CPU time for compression ratio. The libraries are BSD licensed, and the binaries are GPLv2. WWW: https://code.google.com/p/lz4/ Notes: svn path=/head/; revision=371493