Port details |
- libzmq3 ZeroMQ core library (Version 3)
- 3.2.5_2 net =2 3.2.5_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2013-11-28 11:57:15
- Last Update: 2024-01-30 21:02:30
- Commit Hash: 804d20b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3+
- WWW:
- https://www.zeromq.org/
- Description:
- ZeroMQ - Distributed Computing Made Simple
* The socket library that acts as a concurrency framework.
* Carries messages across inproc, IPC, TCP, and multicast.
* Connect N-to-N via fanout, pubsub, pipeline, request-reply.
* Asynch I/O for scalable multicore message-passing apps.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net/libzmq3/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libzmq3
- pkg install libzmq3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libzmq3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705057672
SHA256 (zeromq-3.2.5.tar.gz) = 09653e56a466683edb2f87ee025c4de55b8740df69481b9d7da98748f0c92124
SIZE (zeromq-3.2.5.tar.gz) = 2082960
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpgm.so : net/openpgm
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libzmq3-3.2.5_2:
DEBUG=off: Build with debugging support
PGM=on: Reliable multicast transport using PGM via OpenPGM
===> Use 'make config' to modify these settings
- Options name:
- net_libzmq3
- USES:
- libtool pathfix 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 |
3.2.5_2 30 Jan 2024 21:02:30 |
Muhammad Moinur Rahman (bofh) |
net/libzmq3: Moved man to share/man |
3.2.5_1 12 Jan 2024 22:37:11 |
Muhammad Moinur Rahman (bofh) |
net/libzmq3: Unbreak on armv7
- Pet portclippy
- Refresh patches
- Update MASTER_SITES to Github archive as the current is defunct |
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) |
3.2.5_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 ) |
3.2.5_1 08 Mar 2022 02:09:57 |
Muhammad Moinur Rahman (bofh) |
*/*: Take maintainership |
3.2.5_1 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
3.2.5_1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.2.5_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.5_1 01 Mar 2019 08:08:14 |
tobik |
net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.
Here this breaks devel/xeus build after r491260 [1]:
CMake Error in CMakeLists.txt:
Imported target "cppzmq" includes non-existent path
"/usr/local/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location. (Only the first 15 lines of the commit message are shown above ) |
3.2.5 10 Mar 2018 08:33:10 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to new test framework
- WITH_DEBUG is already properly set by the framework
Approved by: portmgr blanket |
3.2.5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.2.5 09 Feb 2015 03:23:50 |
koobs |
net/libzmq4: Update to 4.0.5
- Update to 4.0.5
- Add LICENSE_FILE
- Sort Makefile sections
- Verbose'ify build
- Reduce diffs between net/libzmq3 [1]
[1] NOTE: OpenPGM is now a DEFAULT option in net/libzmq3
Changes:
* https://github.com/zeromq/zeromq4-x/blob/v4.0.5/NEWS
While I'm here:
- Bump PORTREVISIONS to chase shared library version change
- czmq: Verbose'ify czmq build
- czmq: Use install-strip to strip shared library
PR: 197407 |
3.2.5 09 Feb 2015 02:26:33 |
koobs |
net/libzmq3: Update to 3.2.5
- Update to 3.2.5
- Add LICENSE_FILE
- Sort Makefile sections
- Verbose'ify build
Changes:
* https://github.com/zeromq/zeromq3-x/blob/v3.2.5/NEWS |
3.2.4_1 10 Jul 2014 12:35:02 |
tijl |
- Add USES=libtool and INSTALL_TARGET=install-strip
- Rearrange Makefile a bit
- Use MAKE_CMD |
3.2.4 28 Nov 2013 11:57:03 |
koobs |
devel/zmq-devel: Move to net/libzmq3, add DEBUG and PGM options
- Copy devel/zmq-devel to net/libzmq3
- Delete devel/zmq-devel
- Remove from devel/Makefile
- Add a MOVED entry for zmq-devel
- Add libzmq3 to net/Makefile
- Switch primary category
- Add DEBUG and PGM (Multicast) options
- Remove PKGNAMESUFFIX
- Update COMMENT to align with libzqm4
- Update pkg-descr to align with libzmq4
- Add LICENSE
- Update CONFLICTS
- Tweak the regression-test target to build before running
Reviewed by: kwm, wg |