Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0,1 16 Nov 2024 18:29:08 |
Daniel Engberg (diizzy) |
archivers/lzfse: Update to 1.0
* Switch to CMake
* Import upstream PR#60
Reference:
https://github.com/lzfse/lzfse/pull/60
PR: 282362
Approved by: portmgr (maintainer timeout, 2+ weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20160707 07 Sep 2022 21:10:59 |
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.
(Only the first 15 lines of the commit message are shown above ) |
20160707 20 Jul 2022 14:20:49 |
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> (Only the first 15 lines of the commit message are shown above ) |
20160707 27 Aug 2021 09:33:27 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
20160707 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20160707 10 Oct 2019 13:17:47 |
bapt |
Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg |
20160707 07 Jul 2016 14:08:02 |
mat |
Remove @comment $FreeBSD$ from pkg-plist files.
Sponsored by: Absolight |
20160707 07 Jul 2016 13:55:21 |
skreuzer |
This is a reference C implementation of the LZFSE compressor introduced in the
Compression library with OS X 10.11 and iOS 9.
LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
Entropy coding. It targets similar compression rates at higher compression and
decompression speed compared to deflate using zlib.
WWW: https://github.com/lzfse/lzfse |