notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cppzmq C++ bindings for 0MQ
4.9.0 net on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.9.0Version of this port present on the latest quarterly branch.
Maintainer: vd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-10-13 06:13:03
Last Update: 2022-10-10 07:31:25
Commit Hash: 8a6166c
People watching this port, also watch:: libzmq4, gdb, hostapd
License: MIT
WWW:
https://github.com/zeromq/cppzmq
Description:
C++ bindings for 0MQ
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (10 items)
Collapse this list.
  1. include/zmq.hpp
  2. include/zmq_addon.hpp
  3. lib/cmake/cppzmq/cppzmqConfig.cmake
  4. lib/cmake/cppzmq/cppzmqConfigVersion.cmake
  5. lib/cmake/cppzmq/cppzmqTargets.cmake
  6. lib/cmake/cppzmq/libzmq-pkg-config/FindZeroMQ.cmake
  7. libdata/pkgconfig/cppzmq.pc
  8. /usr/local/share/licenses/cppzmq-4.9.0/catalog.mk
  9. /usr/local/share/licenses/cppzmq-4.9.0/LICENSE
  10. /usr/local/share/licenses/cppzmq-4.9.0/MIT
Collapse this list.
Dependency lines:
  • cppzmq>0:net/cppzmq
Conflicts:
CONFLICTS_INSTALL:
  • libzmq2
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/net/cppzmq/ && make install clean
To add the package, run one of these commands:
  • pkg install net/cppzmq
  • pkg install cppzmq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cppzmq
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1665333761 SHA256 (zeromq-cppzmq-v4.9.0_GH0.tar.gz) = 3fdf5b100206953f674c94d40599bdb3ea255244dcc42fab0d75855ee3645581 SIZE (zeromq-cppzmq-v4.9.0_GH0.tar.gz) = 46936

Packages (timestamps in pop-ups are UTC):
cppzmq
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.9.04.9.04.7.14.9.04.9.0-4.7.1-
FreeBSD:13:quarterly4.9.04.9.04.9.04.9.04.9.04.9.04.9.04.9.0
FreeBSD:14:latest4.9.04.9.04.9.04.9.04.9.04.9.0-4.9.0
FreeBSD:14:quarterly4.9.04.9.0-4.9.04.9.04.9.04.9.04.9.0
FreeBSD:15:latest4.9.04.9.0n/a4.9.0n/a4.9.04.9.04.9.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libzmq.so : net/libzmq4
This port is required by:
for Build
  1. cad/horizon-eda
  2. comms/gnuradio
  3. devel/xeus-cling
  4. devel/xeus-zmq
  5. lang/quilc
  6. multimedia/libopenshot
  7. net-p2p/monero-cli

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/ignition-transport*
  2. Collapse this list of deleted ports.
for Run
  1. comms/gnuradio

Configuration Options:
No options to configure
Options name:
net_cppzmq
USES:
cmake:testing pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/zeromq/cppzmq/tar.gz/v4.9.0?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.9.0
10 Oct 2022 07:31:25
commit hash: 8a6166cbb564dcf7eb2cf2d992931b27b46cde59commit hash: 8a6166cbb564dcf7eb2cf2d992931b27b46cde59commit hash: 8a6166cbb564dcf7eb2cf2d992931b27b46cde59commit hash: 8a6166cbb564dcf7eb2cf2d992931b27b46cde59 files touched by this commit
Vasil Dimov (vd) search for other commits by this committer
net/cppzmq: Upgrade from 4.8.1 to 4.9.0

PR:		266921
Submitted by:	yuri
4.8.1
28 Sep 2022 09:16:43
commit hash: 595088e21e690407a1b69de76f6e2db676dc7d46commit hash: 595088e21e690407a1b69de76f6e2db676dc7d46commit hash: 595088e21e690407a1b69de76f6e2db676dc7d46commit hash: 595088e21e690407a1b69de76f6e2db676dc7d46 files touched by this commit
Vasil Dimov (vd) search for other commits by this committer
net/cppzmq: add tests target, disabled by default

PR:	266633
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
4.8.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.8.1
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.8.1
02 Nov 2021 09:41:34
commit hash: 6f8fb58d93b792e22cb8395a83895d1c4b88d2f3commit hash: 6f8fb58d93b792e22cb8395a83895d1c4b88d2f3commit hash: 6f8fb58d93b792e22cb8395a83895d1c4b88d2f3commit hash: 6f8fb58d93b792e22cb8395a83895d1c4b88d2f3 files touched by this commit
Vasil Dimov (vd) search for other commits by this committer
net/cppzmq: Upgrade from 4.7.1 to 4.8.1
4.7.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.7.1
06 Oct 2020 13:15:16
Revision:551579Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: Upgrade from 4.6.0 to 4.7.1
4.6.0
18 Feb 2020 07:42:59
Revision:526439Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: Upgrade from 4.5.0 to 4.6.0
4.5.0
05 Nov 2019 09:17:53
Revision:516783Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: Upgrade from 4.3.0 to 4.5.0
4.3.0_2
01 Mar 2019 08:08:14
Revision:494242Original commit files touched by this commit
tobik search for other commits by this committer
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 View all of this commit message)
4.3.0_1
20 Aug 2018 12:43:41
Revision:477649Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: Fix CMake config installation path

PR:		230771
Submitted by:	jhale@
Reported by:	jhale@
4.3.0
16 Aug 2018 13:34:22
Revision:477341Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: Upgrade from 4.2.3 to 4.3.0
4.2.3
12 Feb 2018 09:55:18
Revision:461571Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: Upgrade from 4.2.2 to 4.2.3

Also unbreak after an upgrade of a dependency port net/libzmq4
4.2.2
13 Nov 2017 15:51:56
Revision:454121Original commit files touched by this commit
mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
4.2.2
23 Oct 2017 07:19:52
Revision:452693Original commit files touched by this commit
vd search for other commits by this committer
net/cppzmq: s/CONFLICTS/CONFLICTS_INSTALL/

CONFLICTS_INSTALL is more precise (it can be built and packaged
concurrently, just not installed concurrently).

Reported by:	koobs@
4.2.2
13 Oct 2017 06:12:53
Revision:451944Original commit files touched by this commit
vd search for other commits by this committer
Add new port net/cppzmq - C++ bindings for 0MQ

As of ZeroMQ 3.2.0 zmq.hpp has been split into a separate project under
https://github.com/zeromq/cppzmq/releases
https://zeromq.jira.com/browse/LIBZMQ-359

So, FreeBSD's net/libzmq2 does provide zmq.hpp, while net/libzmq3 and
net/libzmq4 do not and this new port net/cppzmq is supplementary to them.

Number of commits found: 17