Commit graph

11 commits

Author SHA1 Message Date
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Hung-Yi Chen
976d79331f
archivers/php-zstd: Update to 0.11.0
PR:		261787
Approved by:	maintainer timeout
2022-06-06 18:21:00 +08:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dima Panov
30c77ec8ca archivers/php-zstd: update to 0.9.0
PR:		252103
Submitted by:	fluffy
Approved by:	maintainer (timeout 2w)
2021-01-06 00:33:49 +00:00
Alexey Dokuchaev
907a4eb7ab Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). 2020-05-27 11:59:13 +00:00
Dima Panov
20701d0a3b archivers/php-zstd: update to 0.8.0
PR:		245398
Submitted by:	fluffy
Approved by:	maintainer (timeout, 21d)
2020-04-27 11:07:09 +00:00
Dima Panov
9d507e703a archivers/php-zstd: Update to 0.7.5
PR:		242738
Submitted by:	fluffy
Approved by:	maintainaer (timeout, >1mo)
2020-01-27 03:40:17 +00:00
Jochen Neumeister
24bdeca8c7 Update to 0.7.3
- Update Maintainers eMail

PR:		237901
Submitted by:	pave (maintainer)
Sponsored by:	Netzkommune GmbH
2019-05-18 12:36:11 +00:00
Sunpoet Po-Chuan Hsieh
21f0bf8aaf Update to 0.6.1
- While I'm here:
  - Add LICENSE_FILE
  - Remove PHP_MODNAME

Changes:	https://github.com/kjdev/php-ext-zstd/commits/master
PR:		237021
Submitted by:	Paavo-Einari Kaipila <pkaipila@gmail.com> (maintainer)
2019-04-04 23:56:46 +00:00
Rodrigo Osorio
3f92e6c3f9 Add two new ports archivers/php-zstd and archivers/php-lz4
php-zstd is a PHP extension for zstd compresssion algorithm
https://github.com/kjdev/php-ext-zstd

php-lz4 is a PHP extension for the lz4 compression algorithm
https://github.com/kjdev/php-ext-lz4

PR:		236742
Submitted by:	Paavo-Einari Kaipila <pkaipila@gmail.com>
2019-04-02 22:00:55 +00:00