Port details |
- php-horde_lz4 Horde LZ4 Compression Extension for php
- 1.0.10_1 archivers =3 1.0.10_1Version of this port present on the latest quarterly branch.
- Maintainer: mm@FreeBSD.org
- Port Added: 2013-06-04 22:15:14
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: php81-pear, php81-pear-horde-Horde_Alarm, php81-pear-XML_DTD, autoconf, libXdamage
- Also Listed In: pear
- License: MIT
- WWW:
- https://pear.horde.org
- Description:
- PHP extension that implements the LZ4 compression algorithm - an extremely
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}pecl-horde_lz4>0:archivers/php-horde_lz4
- To install the port:
- cd /usr/ports/archivers/php-horde_lz4/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/php-horde_lz4
- pkg install php81-pecl-horde_lz4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-horde_lz4
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-horde_lz4
- php74: php74-pecl-horde_lz4
- php80: php80-pecl-horde_lz4
- php82: php82-pecl-horde_lz4
- distinfo:
- TIMESTAMP = 1485542824
SHA256 (PECL/horde_lz4-1.0.10.tgz) = 49a176597aabc7453fb35666bde1071d3208b870c90082ae7361e04cd9318232
SIZE (PECL/horde_lz4-1.0.10.tgz) = 31229
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:
-
- liblz4.so : archivers/liblz4
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php81-pecl-horde_lz4-1.0.10_1:
LZ4=on: Use archivers/liblz4 instead of bundled lz4
===> Use 'make config' to modify these settings
- Options name:
- archivers_php-horde_lz4
- USES:
- cpe php:ext tar:tgz 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) |
1.0.10_1 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 ) |
1.0.10_1 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.10_1 07 Oct 2021 06:57:46 |
Bernhard Froehlich (decke) |
archivers/php-horde_lz4: Add CPE information
Approved by: portmgr (blanket) |
1.0.10_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.10_1 25 Oct 2020 07:36:15 |
mm |
archivers/php-horde_lz4: fix build with PHP8 |
1.0.10 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
1.0.10 27 Jan 2017 18:56:30 |
mm |
Update horde_lz4 to 1.0.10
Unbreak with PHP7
Use liblz4 from archivers/liblz4 by default
Add license infromation |
1.0.7_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.0.7 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.0.7 13 Mar 2016 16:56:42 |
mat |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight |
1.0.7 09 Jan 2015 13:17:00 |
mm |
Update horde_lz4 to 1.0.7 |
1.0.2 09 Feb 2014 14:00:38 |
mm |
Update php-horde_lz4 to 1.0.2
Fix build with other PHP than 5.4 |
1.0.0 07 Feb 2014 09:41:21 |
ehaupt |
- Support staging
- Strip shared objects |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.0.0 04 Jun 2013 22:14:58 |
mm |
PHP extension that implements the LZ4 compression algorithm - an extremely
fast lossless compression algorithm.
WWW: http://pear.horde.org |