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)
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>