Port details |
- php-lz4 LZ4 extension for PHP
- 0.4.3 archivers =2 0.4.3Version 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-lz4
- Description:
- This is the extension PHP extension for lz4
a lossless compression algorithm, providing
hi compression speed and multi-core scalability.
- ¦ ¦ ¦ ¦
- 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}lz4>0:archivers/php-lz4
- To install the port:
- cd /usr/ports/archivers/php-lz4/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/php-lz4
- pkg install php81-lz4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-lz4
- Package flavors (<flavor>: <package>)
- php81: php81-lz4
- php74: php74-lz4
- php80: php80-lz4
- php82: php82-lz4
- distinfo:
- TIMESTAMP = 1644301708
SHA256 (kjdev-php-ext-lz4-0.4.3_GH0.tar.gz) = 65f9b633a07d4cb356d4ed005878aec7788a1c62cb8e2a9038b18b486bb4fdb8
SIZE (kjdev-php-ext-lz4-0.4.3_GH0.tar.gz) = 68774
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
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_php-lz4
- USES:
- php:ext
- 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.4.3 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.4.3 06 Jun 2022 10:22:04 |
Li-Wen Hsu (lwhsu) Author: Hung-Yi Chen |
archivers/php-lz4: Update to 0.4.3
PR: 261788
Approved by: maintainer timeout |
0.4.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.1 06 Jan 2021 00:31:43 |
fluffy |
archivers/php-lz4: update to 0.4.1
PR: 252102
Submitted by: fluffy
Approved by: maintainer (timeout 2w) |
0.3.5 29 Dec 2020 09:14:44 |
antoine |
Ignore with PHP 8.0
Reported by: pkg-fallout |
0.3.5 27 May 2020 11:59:13 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1). |
0.3.5 18 May 2019 12:37:21 |
joneum |
- Add LICENSE File
- Update Maintainers eMail
PR: 237907
Submitted by: pave (maintainer)
Sponsored by: Netzkommune GmbH |
0.3.5 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> |