Port details |
- pecl-zmq PHP bindings for ZeroMQ
- 1.1.3_3 net
=0 1.1.3_3Version of this port present on the latest quarterly branch. DEPRECATED: Requires php 7.4 which is set to expire on 2022-11-29
EXPIRATION DATE: 2022-11-28
- Maintainer: garga@FreeBSD.org
 - Port Added: 2015-03-06 10:46:39
- Last Update: 2022-06-13 00:08:05
- Commit Hash: 214a6c5
- Also Listed In: pear
- License: BSD3CLAUSE
- Description:
- PHP bindings for ZeroMQ
WWW: https://pecl.php.net/package/zmq
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php74-pecl-zmq>0:net/pecl-zmq
- To install the port:
- cd /usr/ports/net/pecl-zmq/ && make install clean
- To add the package, run one of these commands:
- pkg install net/pecl-zmq
- pkg install php74-pecl-zmq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php74-pecl-zmq
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (PECL/zmq-1.1.3.tgz) = c492375818bd51b355352798fb94f04d6828c6aeda41ba813849624af74144ce
SIZE (PECL/zmq-1.1.3.tgz) = 82397
- 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/php74
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php74
- Library dependencies:
-
- libzmq.so : net/libzmq4
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net_pecl-zmq
- USES:
- php:pecl pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Jun 2022 00:08:05 1.1.3_3
|
Muhammad Moinur Rahman (bofh)  |
*/*: Ignore with php82 |
01 Feb 2022 13:06:23 1.1.3_3
|
Renato Botelho (garga)  |
net/pecl-zmq: Deprecate together with PHP 7.4
Latest version is from 2016 and doesn't work with more recent PHP
versions.
PR: 261619
Reported by: bofh
Sponsored by: Rubicon Communications, LLC ("Netgate") |
10 Jan 2022 13:30:00 1.1.3_3
|
Muhammad Moinur Rahman (bofh)  |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
07 Apr 2021 08:09:01 1.1.3_3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.1.3_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Nov 2020 14:29:35
1.1.3_3
|
garga  |
net/pecl-zmq: Ignore with PHP 8.0
It fails to build with PHP 8.0. Ignore it while it's not fixed.
While here, fix WWW line on pkg-descr
Sponsored by: Rubicon Communications, LLC (Netgate) |
05 Nov 2018 20:34:30
1.1.3_3
|
linimon  |
Base GCC fails to build this port because of duplicate typedefs;
fix it to allow build.
PR: 232324
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
09 Oct 2018 11:51:19
1.1.3_3
|
garga  |
net/pecl-zmq: Fix build with PHP 7.3
Reviewed by: pkg-fallout
Obtained from: Debian
Sponsored by: Rubicon Communications, LLC (Netgate) |
10 Apr 2017 15:08:47
1.1.3_2
|
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
03 Aug 2016 12:47:05
1.1.3_2
|
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 |
28 Jun 2016 14:00:45
1.1.3_1
|
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 |
01 Apr 2016 14:16:20
1.1.3_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
23 Mar 2016 09:20:35
1.1.3_1
|
vsevolod  |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
01 Feb 2016 10:24:23
1.1.3
|
garga  |
Update net/pecl-zmq to 1.1.3
Sponsored by: Rubicon Communications (Netgate) |
15 Jun 2015 11:06:49
1.1.2_2
|
koobs  |
net/libzmq4: Update to 4.1.2, Fixes CVE-2014-9721
- Update to 4.1.2
- Update pkg-plist
- USES: pkg-config is now a global dependency
- OPTIONS: with-sytem-pgm is now with-pgm, update helpers
- OPTIONS: with-libsodium no longer takes args, update helpers
- Override pkgconfigdir via configure, deprecate USES: pathfix
- Bump PORTREVISION for dependent ports for shared library version
change
While I'm here:
- Whitespace align Makefile
Based on:
PR: 200502
Reported by: Sevan Janiyan <venture37 geeklan co uk>
Submitted by: Jason Unovitch <jason.unovitch gmail com>
MFH: 2015Q2
Security: 10a6d0aa-0b1c-11e5-bb90-002590263bf5
Security: CVE-2014-9721 |
06 Mar 2015 11:28:59
1.1.2_1
|
garga  |
- Fix wrong dependency s/libzmq2/libzmq4/
- Bump PORTREVISION
Sponsored by: Netgate |
06 Mar 2015 10:46:33
1.1.2
|
garga  |
Add net/pecl-zmq, PHP bindings for ZeroMQ
Sponsored by: Netgate |