Port details |
- php-zstd Zstandard extension for PHP
- 0.11.0 archivers =2 0.11.0Version of this port present on the latest quarterly branch.
- Maintainer: pave@FreeBSD.org
- Port Added: 2019-04-02 22:01:09
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/kjdev/php-ext-zstd
- Description:
- This is the PHP extension for zstandard,
or zstd a fast lossless compression algorithm.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}zstd>0:archivers/php-zstd
- To install the port:
- cd /usr/ports/archivers/php-zstd/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/php-zstd
- pkg install php81-zstd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-zstd
- Package flavors (<flavor>: <package>)
- php81: php81-zstd
- php74: php74-zstd
- php80: php80-zstd
- php82: php82-zstd
- distinfo:
- TIMESTAMP = 1644301497
SHA256 (kjdev-php-ext-zstd-0.11.0_GH0.tar.gz) = 5733663812e2729faf9d3c412cfa03ca11b4dbb1e780e2893ecba4ab1e7ab99e
SIZE (kjdev-php-ext-zstd-0.11.0_GH0.tar.gz) = 19785
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_php-zstd
- USES:
- php:ext pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.11.0 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 ) |
0.11.0 06 Jun 2022 10:21:00 |
Li-Wen Hsu (lwhsu) Author: Hung-Yi Chen |
archivers/php-zstd: Update to 0.11.0
PR: 261787
Approved by: maintainer timeout |
0.9.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.0 06 Jan 2021 00:33:49 |
fluffy |
archivers/php-zstd: update to 0.9.0
PR: 252103
Submitted by: fluffy
Approved by: maintainer (timeout 2w) |
0.8.0 27 May 2020 11:59:13 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). |
0.8.0 27 Apr 2020 11:07:10 |
fluffy |
archivers/php-zstd: update to 0.8.0
PR: 245398
Submitted by: fluffy
Approved by: maintainer (timeout, 21d) |
0.7.5 27 Jan 2020 03:40:17 |
fluffy |
archivers/php-zstd: Update to 0.7.5
PR: 242738
Submitted by: fluffy
Approved by: maintainaer (timeout, >1mo) |
0.7.3 18 May 2019 12:36:11 |
joneum |
Update to 0.7.3
- Update Maintainers eMail
PR: 237901
Submitted by: pave (maintainer)
Sponsored by: Netzkommune GmbH |
0.6.1 04 Apr 2019 23:56:46 |
sunpoet |
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) |
0.5.0 02 Apr 2019 22:00:55 |
rodrigo |
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> |