non port: security/enchive/Makefile |
Number of commits found: 10 |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 11 Feb 2020
|
21:03 acm
- Update to 3.5
ChangeLog at: https://github.com/skeeto/enchive/releases/tag/3.5
 |
Saturday, 21 Apr 2018
|
00:36 acm
- Update to 3.4
ChangeLog: https://github.com/skeeto/enchive/releases/tag/3.4
 |
Thursday, 3 Aug 2017
|
22:54 acm
- Update to 3.3
 |
Wednesday, 5 Jul 2017
|
14:58 tobik
Add The Unlicense to Mk/bsd.licenses.db.mk
- Update all ports that currently use a custom definition
- Also add a link to a list of certified copyfree licenses
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D11487
 |
Tuesday, 6 Jun 2017
|
16:18 mat
Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.
Sponsored by: Absolight
 |
Friday, 21 Apr 2017
|
18:35 acm
- Update to 3.2
 |
Saturday, 18 Mar 2017
|
05:32 acm
- New port: security/enchive
Enchive is a tool to encrypt files to yourself for long-term archival. It's a
focused, simple alternative to more complex solutions such as GnuPG or
encrypted filesystems. Enchive has no external dependencies and is trivial to
build for local use. Portability is emphasized over performance.
WWW: https://github.com/skeeto/enchive
 |
Number of commits found: 10 |