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
This port expired on: 2022-11-28
- Maintainer: garga@FreeBSD.org
- Port Added: 2015-03-06 10:46:39
- Last Update: 2022-11-29 20:19:21
- Commit Hash: 4bd2bd5
- Also Listed In: pear
- License: BSD3CLAUSE
- WWW:
- https://pecl.php.net/package/zmq
- Description:
- PHP bindings for ZeroMQ
- ¦ ¦ ¦ ¦
- 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-zmq>0:net/pecl-zmq
- No installation instructions:
- This port has been deleted.
- 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.3_3 29 Nov 2022 20:19:21 |
Muhammad Moinur Rahman (bofh) |
net/pecl-zmq: Cleanup
- Requires php74 which was EOL on 2022-11-28
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts |
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.1.3_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 ) |
1.1.3_3 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
1.1.3_3 01 Feb 2022 13:06:23 |
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") |
1.1.3_3 10 Jan 2022 13:30:00 |
Muhammad Moinur Rahman (bofh) |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
1.1.3_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.3_3 04 Nov 2020 14:29:35 |
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) |
1.1.3_3 05 Nov 2018 20:34:30 |
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) |
1.1.3_3 09 Oct 2018 11:51:19 |
garga |
net/pecl-zmq: Fix build with PHP 7.3
Reviewed by: pkg-fallout
Obtained from: Debian
Sponsored by: Rubicon Communications, LLC (Netgate) |
1.1.3_2 10 Apr 2017 15:08:47 |
mat |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
1.1.3_2 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.1.3_1 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.1.3_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1.3_1 23 Mar 2016 09:20:35 |
vsevolod |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
1.1.3 01 Feb 2016 10:24:23 |
garga |
Update net/pecl-zmq to 1.1.3
Sponsored by: Rubicon Communications (Netgate) |
1.1.2_2 15 Jun 2015 11:06:49 |
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 |
1.1.2_1 06 Mar 2015 11:28:59 |
garga |
- Fix wrong dependency s/libzmq2/libzmq4/
- Bump PORTREVISION
Sponsored by: Netgate |
1.1.2 06 Mar 2015 10:46:33 |
garga |
Add net/pecl-zmq, PHP bindings for ZeroMQ
Sponsored by: Netgate |