Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230507 16 Jun 2023 13:59:40 |
Mathieu Arnold (mat) |
*: regular cleanup for GH_TAGNAME bad usage |
20230507 06 Jun 2023 21:04:08 |
Oleksii Samorukov (samm) |
archivers/qpress: fix compilation warning
- do not bump port revision as it is a cosmetic bug without impact on
the build result |
20230507 06 Jun 2023 20:14:11 |
Oleksii Samorukov (samm) |
archivers/qpress: update to 20230507
- Change upstream to the alive fork
- Fix CVE-2022-45866
- Use latest version
Reported by: repology
Security: CVE-2022-45866 |
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) |
1.1 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 ) |
1.1 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 ) |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 13 Feb 2020 14:27:46 |
sunpoet |
Update MAINTAINER: use @FreeBSD.org |
1.1 13 Oct 2019 18:16:39 |
samm |
Replace my personal email address to the samm@freebsd.org
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D22013 |
1.1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.1 06 Jun 2014 15:26:41 |
ak |
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine |
1.1 07 Mar 2014 15:35:40 |
bapt |
Convert archivers to USES=zip |
1.1 26 Dec 2013 14:56:40 |
bapt |
Support stage |
1.1 02 Nov 2013 01:14:39 |
marino |
archivers/qpress: Add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit) |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.1 14 Jul 2013 21:11:16 |
pawel |
qpress is a portable file archiver using QuickLZ and designed to utilize fast
storage systems to their max. It's often faster than file copy because the
destination is smaller than the source.
WWW: http://www.quicklz.com/
PR: ports/180225
Submitted by: Alex Samorukov <samm@os2.kiev.ua> |