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
fbzmq Framework for writing services in C++ while leveraging libzmq
2022.05.30.00_8 net on this many watch lists=0 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 2022.05.30.00_6Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-10 01:36:28
Last Update: 2024-03-09 14:05:20
Commit Hash: 95323d1
License: MIT
WWW:
https://github.com/facebook/fbzmq
Description:
fbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics). At a high level it provides: * Lightweight C++ wrapper over libzmq which leverages newer C++ constructs and stricter type checking. Most notably it provides the ability to send/receive thrift objects as messages over wire without worrying about wire encoding/decoding protocols. * Powerful Async Framework with EventLoop, Timeouts, SignalHandler and more to enable developers to write asynchronous applications efficiently. * Suite of monitoring tools that make it easy to add logging and counters to your service. * RPC, and some storage systems use Thrift for serializing records on disk.
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 (40 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/fbzmq-2022.05.30.00_8/catalog.mk
  3. /usr/local/share/licenses/fbzmq-2022.05.30.00_8/LICENSE
  4. /usr/local/share/licenses/fbzmq-2022.05.30.00_8/MIT
  5. include/fbzmq/async/AsyncSignalHandler.h
  6. include/fbzmq/async/Runnable.h
  7. include/fbzmq/async/StopEventLoopSignalHandler.h
  8. include/fbzmq/async/ZmqEventLoop.h
  9. include/fbzmq/async/ZmqThrottle.h
  10. include/fbzmq/async/ZmqTimeout.h
  11. include/fbzmq/service/if/Monitor.thrift
  12. include/fbzmq/service/if/gen-cpp2/Monitor_constants.h
  13. include/fbzmq/service/if/gen-cpp2/Monitor_data.h
  14. include/fbzmq/service/if/gen-cpp2/Monitor_metadata.h
  15. include/fbzmq/service/if/gen-cpp2/Monitor_types.h
  16. include/fbzmq/service/logging/LogSample.h
  17. include/fbzmq/service/monitor/SystemMetrics.h
  18. include/fbzmq/service/monitor/ZmqMonitor.h
  19. include/fbzmq/service/monitor/ZmqMonitorClient.h
  20. include/fbzmq/service/stats/ExportType.h
  21. include/fbzmq/service/stats/ExportedStat.h
  22. include/fbzmq/service/stats/ThreadData.h
  23. include/fbzmq/zmq/Common.h
  24. include/fbzmq/zmq/Context.h
  25. include/fbzmq/zmq/Message.h
  26. include/fbzmq/zmq/Socket.h
  27. include/fbzmq/zmq/SocketMonitor.h
  28. include/fbzmq/zmq/Zmq.h
  29. lib/cmake/fbzmq/fbzmq-config.cmake
  30. lib/cmake/fbzmq/fbzmq-targets-release.cmake
  31. lib/cmake/fbzmq/fbzmq-targets.cmake
  32. lib/libfbzmq.so
  33. lib/libfbzmq.so.1
  34. lib/libfbzmq.so.1.0.0
  35. lib/libmonitor_cpp2.so
  36. lib/libmonitor_cpp2.so.1
  37. lib/libmonitor_cpp2.so.1.0.0
  38. @owner
  39. @group
  40. @mode
Collapse this list.
Dependency lines:
  • fbzmq>0:net/fbzmq
To install the port:
cd /usr/ports/net/fbzmq/ && make install clean
To add the package, run one of these commands:
  • pkg install net/fbzmq
  • pkg install fbzmq
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fbzmq
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1654315039 SHA256 (facebook-fbzmq-v2022.05.30.00_GH0.tar.gz) = c9c70b3b656fdd0c1706a348ad1f09a1736b4121438c3f21cd8b04e0d8fad8a4 SIZE (facebook-fbzmq-v2022.05.30.00_GH0.tar.gz) = 191974

Packages (timestamps in pop-ups are UTC):
fbzmq
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2022.05.30.00_82022.05.30.00_8-2022.05.30.00_8----
FreeBSD:13:quarterly2022.05.30.00_62022.05.30.00_8-2022.05.30.00_6---2022.05.30.00_6
FreeBSD:14:latest2022.05.30.00_82022.05.30.00_8-2022.05.30.00_8---2022.05.30.00_4
FreeBSD:14:quarterly2022.05.30.00_62022.05.30.00_8-2022.05.30.00_6---2022.05.30.00_6
FreeBSD:15:latest2022.05.30.00_82022.05.30.00_8n/a2022.05.30.00_6n/a--2022.05.30.00_7
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. libepoll-shim>0 : devel/libepoll-shim
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Library dependencies:
  1. libboost_system.so : devel/boost-libs
  2. libdouble-conversion.so : devel/double-conversion
  3. libevent.so : devel/libevent
  4. libfizz.so : security/fizz
  5. libfmt.so : devel/libfmt
  6. libfolly.so : devel/folly
  7. libgflags.so : devel/gflags
  8. libglog.so : devel/glog
  9. liblz4.so : archivers/liblz4
  10. libsnappy.so : archivers/snappy
  11. libsodium.so : security/libsodium
  12. libthriftcpp2.so : devel/fbthrift
  13. libunwind.so : devel/libunwind
  14. libwangle.so : net/wangle
  15. libzmq.so : net/libzmq4
  16. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_fbzmq
USES:
cmake compiler:c++17-lang ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/fbzmq/tar.gz/v2022.05.30.00?dummy=/
Collapse this list.

Number of commits found: 81

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2022.05.30.00_8
09 Mar 2024 14:05:20
commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7commit hash: 95323d15a8d1647f87687eaf09cbd6c85e2e2cf7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/glog: Update to 0.7.0

- Convert to USES=cmake:testing
- Sort PLIST
- Bump PORTREVISION of dependent ports for shlib change
  Broken ports are skipped:
  - graphics/colmap [1]
  - graphics/hiptext [2]
  - graphics/openmvs
  - sysutils/apache-mesos

[2] This port was being skipped on package building cluster due to its LICENSE
    "License NONE needs confirmation, but BATCH is defined"

Changes:	https://github.com/google/glog/releases
Reference:	https://pkg-status.freebsd.org/beefy12/data/140amd64-default/84a61d95b0a5/logs/colmap-3.8_5.log
[1]
2022.05.30.00_7
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
2022.05.30.00_6
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 10.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
2022.05.30.00_5
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
2022.05.30.00_4
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
2022.05.30.00_3
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
2022.05.30.00_2
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
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)
2022.05.30.00_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)
2022.05.30.00_1
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
2022.05.30.00
04 Jun 2022 06:48:34
commit hash: 5580349fda56102319adb187c9664c324b61b890commit hash: 5580349fda56102319adb187c9664c324b61b890commit hash: 5580349fda56102319adb187c9664c324b61b890commit hash: 5580349fda56102319adb187c9664c324b61b890 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.04.11.00 -> 2022.05.30.00
2022.03.28.00_2
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
2022.03.28.00_1
17 Apr 2022 23:58:01
commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769commit hash: 2ffb4427a317c99668e64f952d41091f1a4f0769 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/glog: Update to 0.6.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/glog/releases
2022.03.28.00
28 Mar 2022 19:41:29
commit hash: 62ebd4657c5dc8bc445634b290d2d411b2fb2fd8commit hash: 62ebd4657c5dc8bc445634b290d2d411b2fb2fd8commit hash: 62ebd4657c5dc8bc445634b290d2d411b2fb2fd8commit hash: 62ebd4657c5dc8bc445634b290d2d411b2fb2fd8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.03.14.00 -> 2022.03.28.00
2022.03.14.00
14 Mar 2022 18:11:27
commit hash: c26fba929ef87e09476ca2bece049cc59388da47commit hash: c26fba929ef87e09476ca2bece049cc59388da47commit hash: c26fba929ef87e09476ca2bece049cc59388da47commit hash: c26fba929ef87e09476ca2bece049cc59388da47 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.03.07.00 -> 2022.03.14.00
2022.03.07.00
07 Mar 2022 20:14:12
commit hash: 6b525cbebf0e5ef2698c658ddd33c4c2543b0348commit hash: 6b525cbebf0e5ef2698c658ddd33c4c2543b0348commit hash: 6b525cbebf0e5ef2698c658ddd33c4c2543b0348commit hash: 6b525cbebf0e5ef2698c658ddd33c4c2543b0348 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.02.28.00 -> 2022.03.07.00
2022.02.28.00
28 Feb 2022 18:30:24
commit hash: 91d293bce5b2e9f01489dfcb3285407a488f9825commit hash: 91d293bce5b2e9f01489dfcb3285407a488f9825commit hash: 91d293bce5b2e9f01489dfcb3285407a488f9825commit hash: 91d293bce5b2e9f01489dfcb3285407a488f9825 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.02.21.00 -> 2022.02.28.00
2022.02.21.00
21 Feb 2022 17:08:43
commit hash: 8ecfb33d9a3213ec6653d776eeae14613a16c99bcommit hash: 8ecfb33d9a3213ec6653d776eeae14613a16c99bcommit hash: 8ecfb33d9a3213ec6653d776eeae14613a16c99bcommit hash: 8ecfb33d9a3213ec6653d776eeae14613a16c99b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.02.14.00 -> 2022.02.21.00
2022.02.14.00
14 Feb 2022 19:56:19
commit hash: 95ee4a665782069757a84274abb8a665e5ccbf33commit hash: 95ee4a665782069757a84274abb8a665e5ccbf33commit hash: 95ee4a665782069757a84274abb8a665e5ccbf33commit hash: 95ee4a665782069757a84274abb8a665e5ccbf33 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.01.31.00 -> 2022.02.14.00
2022.01.31.00
31 Jan 2022 19:27:43
commit hash: 2f2d76852a31bb29d7a0fd4b93fff1d313f28cd2commit hash: 2f2d76852a31bb29d7a0fd4b93fff1d313f28cd2commit hash: 2f2d76852a31bb29d7a0fd4b93fff1d313f28cd2commit hash: 2f2d76852a31bb29d7a0fd4b93fff1d313f28cd2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.01.24.00 -> 2022.01.31.00
2022.01.24.00
24 Jan 2022 21:27:57
commit hash: dfcad7b6f8ea135d0f9c2f00057fe53f2dcafde7commit hash: dfcad7b6f8ea135d0f9c2f00057fe53f2dcafde7commit hash: dfcad7b6f8ea135d0f9c2f00057fe53f2dcafde7commit hash: dfcad7b6f8ea135d0f9c2f00057fe53f2dcafde7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.01.17.00 -> 2022.01.24.00
2022.01.17.00
17 Jan 2022 22:41:22
commit hash: 281def0d18844bb031db27dcd91a9e06fba2e851commit hash: 281def0d18844bb031db27dcd91a9e06fba2e851commit hash: 281def0d18844bb031db27dcd91a9e06fba2e851commit hash: 281def0d18844bb031db27dcd91a9e06fba2e851 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.01.10.00 -> 2022.01.17.00
2022.01.10.00
13 Jan 2022 02:02:52
commit hash: b7757dda748a87e3af9a8913d60da38dffa27f2dcommit hash: b7757dda748a87e3af9a8913d60da38dffa27f2dcommit hash: b7757dda748a87e3af9a8913d60da38dffa27f2dcommit hash: b7757dda748a87e3af9a8913d60da38dffa27f2d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2022.01.03.00 -> 2022.01.10.00
2022.01.03.00
03 Jan 2022 19:34:07
commit hash: 3c7e9196459b93e01d641df6d7437cfdebd69837commit hash: 3c7e9196459b93e01d641df6d7437cfdebd69837commit hash: 3c7e9196459b93e01d641df6d7437cfdebd69837commit hash: 3c7e9196459b93e01d641df6d7437cfdebd69837 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.12.27.00 -> 2022.01.03.00
2021.12.27.00
28 Dec 2021 17:09:38
commit hash: 120ea44982d7d517890ee43815aaba9a7490fdebcommit hash: 120ea44982d7d517890ee43815aaba9a7490fdebcommit hash: 120ea44982d7d517890ee43815aaba9a7490fdebcommit hash: 120ea44982d7d517890ee43815aaba9a7490fdeb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.12.20.00 -> 2021.12.27.00
2021.12.20.00
21 Dec 2021 06:08:36
commit hash: 3938d7a6cf0a047b428aa45b30f2c215f328cb59commit hash: 3938d7a6cf0a047b428aa45b30f2c215f328cb59commit hash: 3938d7a6cf0a047b428aa45b30f2c215f328cb59commit hash: 3938d7a6cf0a047b428aa45b30f2c215f328cb59 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.12.13.00 -> 2021.12.20.00
2021.12.13.00
14 Dec 2021 22:41:51
commit hash: aa8fc94bd63ac3a7db68a2bc4edc1f4bbd7cbe3ccommit hash: aa8fc94bd63ac3a7db68a2bc4edc1f4bbd7cbe3ccommit hash: aa8fc94bd63ac3a7db68a2bc4edc1f4bbd7cbe3ccommit hash: aa8fc94bd63ac3a7db68a2bc4edc1f4bbd7cbe3c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.12.06.00 -> 2021.12.13.00
2021.12.06.00
08 Dec 2021 19:30:24
commit hash: 95be0abac8cfa9145af70a54a193efcbcf24b3d5commit hash: 95be0abac8cfa9145af70a54a193efcbcf24b3d5commit hash: 95be0abac8cfa9145af70a54a193efcbcf24b3d5commit hash: 95be0abac8cfa9145af70a54a193efcbcf24b3d5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.11.29.00 -> 2021.12.06.00
2021.11.29.00
02 Dec 2021 20:57:09
commit hash: 39d5f3252f0123772075a722d16a11ccd944ec93commit hash: 39d5f3252f0123772075a722d16a11ccd944ec93commit hash: 39d5f3252f0123772075a722d16a11ccd944ec93commit hash: 39d5f3252f0123772075a722d16a11ccd944ec93 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.11.15.00 -> 2021.11.29.00
2021.11.15.00
18 Nov 2021 19:47:35
commit hash: ab690ad00cda0579745813f8e3b484ca2eb245dfcommit hash: ab690ad00cda0579745813f8e3b484ca2eb245dfcommit hash: ab690ad00cda0579745813f8e3b484ca2eb245dfcommit hash: ab690ad00cda0579745813f8e3b484ca2eb245df files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.11.08.00 -> 2021.11.15.00
2021.11.08.00
14 Nov 2021 22:35:23
commit hash: 533193c08263572308a58d1481f34ccd1d38e067commit hash: 533193c08263572308a58d1481f34ccd1d38e067commit hash: 533193c08263572308a58d1481f34ccd1d38e067commit hash: 533193c08263572308a58d1481f34ccd1d38e067 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.11.01.00 -> 2021.11.08.00
2021.11.01.00
08 Nov 2021 00:48:58
commit hash: 59fbed1a7541dea9ba0e424ef33faf34e0413dcbcommit hash: 59fbed1a7541dea9ba0e424ef33faf34e0413dcbcommit hash: 59fbed1a7541dea9ba0e424ef33faf34e0413dcbcommit hash: 59fbed1a7541dea9ba0e424ef33faf34e0413dcb files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update to 2021.11.01.00
2021.10.04.00
05 Oct 2021 18:36:28
commit hash: 72a83ca57335c432e529e72b1eb86f6605293190commit hash: 72a83ca57335c432e529e72b1eb86f6605293190commit hash: 72a83ca57335c432e529e72b1eb86f6605293190commit hash: 72a83ca57335c432e529e72b1eb86f6605293190 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.09.27.00 -> 2021.10.04.00
2021.09.27.00
03 Oct 2021 16:51:38
commit hash: 24b2a1a0c3f4d43eb8c27f5908e152de09f19442commit hash: 24b2a1a0c3f4d43eb8c27f5908e152de09f19442commit hash: 24b2a1a0c3f4d43eb8c27f5908e152de09f19442commit hash: 24b2a1a0c3f4d43eb8c27f5908e152de09f19442 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.09.20.00 -> 2021.09.27.00
2021.09.20.00
26 Sep 2021 18:34:52
commit hash: 9ecf09ea34e92462c134613202a9184961df4e31commit hash: 9ecf09ea34e92462c134613202a9184961df4e31commit hash: 9ecf09ea34e92462c134613202a9184961df4e31commit hash: 9ecf09ea34e92462c134613202a9184961df4e31 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.09.13.00 -> 2021.09.20.00
2021.09.13.00
13 Sep 2021 22:28:59
commit hash: 67f959ed021be91c292a36071bcce3d059d4a9aecommit hash: 67f959ed021be91c292a36071bcce3d059d4a9aecommit hash: 67f959ed021be91c292a36071bcce3d059d4a9aecommit hash: 67f959ed021be91c292a36071bcce3d059d4a9ae files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.09.06.00 -> 2021.09.13.00
2021.09.06.00
10 Sep 2021 18:50:10
commit hash: c4ca356b18463cb22cdcfeaa9575d28d3158c678commit hash: c4ca356b18463cb22cdcfeaa9575d28d3158c678commit hash: c4ca356b18463cb22cdcfeaa9575d28d3158c678commit hash: c4ca356b18463cb22cdcfeaa9575d28d3158c678 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.08.30.00 -> 2021.09.06.00
2021.08.30.00
31 Aug 2021 09:42:37
commit hash: 95f4a4f0ffbbc97cd3cf904f51d61aea50747b8acommit hash: 95f4a4f0ffbbc97cd3cf904f51d61aea50747b8acommit hash: 95f4a4f0ffbbc97cd3cf904f51d61aea50747b8acommit hash: 95f4a4f0ffbbc97cd3cf904f51d61aea50747b8a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.08.23.00 -> 2021.08.30.00
2021.08.23.00
24 Aug 2021 17:10:14
commit hash: 4c202b33f5fb61b227f7ac1f71473d8f84238315commit hash: 4c202b33f5fb61b227f7ac1f71473d8f84238315commit hash: 4c202b33f5fb61b227f7ac1f71473d8f84238315commit hash: 4c202b33f5fb61b227f7ac1f71473d8f84238315 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update to 2021.08.23.00
2021.08.02.00
02 Aug 2021 20:49:01
commit hash: dc810d720c6d51a7164a0d74a84a4cba4d9681ffcommit hash: dc810d720c6d51a7164a0d74a84a4cba4d9681ffcommit hash: dc810d720c6d51a7164a0d74a84a4cba4d9681ffcommit hash: dc810d720c6d51a7164a0d74a84a4cba4d9681ff files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update to 2021.08.02.00
2021.07.19.00_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021.07.19.00
21 Jul 2021 02:28:59
commit hash: 9623742a4c7d8d431efd32035960ec90516258e6commit hash: 9623742a4c7d8d431efd32035960ec90516258e6commit hash: 9623742a4c7d8d431efd32035960ec90516258e6commit hash: 9623742a4c7d8d431efd32035960ec90516258e6 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.07.12.00 -> 2021.07.19.00
2021.07.12.00
13 Jul 2021 22:45:17
commit hash: c273037f45b1720de89b59615afcb93ce3fc5708commit hash: c273037f45b1720de89b59615afcb93ce3fc5708commit hash: c273037f45b1720de89b59615afcb93ce3fc5708commit hash: c273037f45b1720de89b59615afcb93ce3fc5708 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.06.28.00 -> 2021.07.12.00
2021.06.28.00
04 Jul 2021 23:41:17
commit hash: 665259107d1c2073b08bb9062fefb370eb0eb739commit hash: 665259107d1c2073b08bb9062fefb370eb0eb739commit hash: 665259107d1c2073b08bb9062fefb370eb0eb739commit hash: 665259107d1c2073b08bb9062fefb370eb0eb739 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update to 2021.06.28.00
2021.06.21.00
27 Jun 2021 08:28:31
commit hash: 4ad74dfbd07a9fa14961cd55e6d212a0455093f7commit hash: 4ad74dfbd07a9fa14961cd55e6d212a0455093f7commit hash: 4ad74dfbd07a9fa14961cd55e6d212a0455093f7commit hash: 4ad74dfbd07a9fa14961cd55e6d212a0455093f7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.06.14.00 -> 2021.06.21.00
2021.06.14.00
15 Jun 2021 18:59:10
commit hash: bbd13fe59044e117b0a7d566673bf7cd11706d21commit hash: bbd13fe59044e117b0a7d566673bf7cd11706d21commit hash: bbd13fe59044e117b0a7d566673bf7cd11706d21commit hash: bbd13fe59044e117b0a7d566673bf7cd11706d21 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.06.07.00 -> 2021.06.14.00
2021.06.07.00
08 Jun 2021 17:53:30
commit hash: e67052a806a2c29faf58d94bff8dbdc9f5352792commit hash: e67052a806a2c29faf58d94bff8dbdc9f5352792commit hash: e67052a806a2c29faf58d94bff8dbdc9f5352792commit hash: e67052a806a2c29faf58d94bff8dbdc9f5352792 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.05.31.00 -> 2021.06.07.00
2021.05.31.00
01 Jun 2021 06:47:37
commit hash: 9b212bb714b37dfd5794c2a974494505f9002f1ccommit hash: 9b212bb714b37dfd5794c2a974494505f9002f1ccommit hash: 9b212bb714b37dfd5794c2a974494505f9002f1ccommit hash: 9b212bb714b37dfd5794c2a974494505f9002f1c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.05.24.00 -> 2021.05.31.00
2021.05.24.00
25 May 2021 19:43:37
commit hash: cb527e81baa00384f41fd027eef6f6cfc88150dbcommit hash: cb527e81baa00384f41fd027eef6f6cfc88150dbcommit hash: cb527e81baa00384f41fd027eef6f6cfc88150dbcommit hash: cb527e81baa00384f41fd027eef6f6cfc88150db files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.05.17.00 -> 2021.05.24.00
2021.05.17.00
20 May 2021 04:56:33
commit hash: 68fd05949992352a5bfd082e7d949c0f1c28281ccommit hash: 68fd05949992352a5bfd082e7d949c0f1c28281ccommit hash: 68fd05949992352a5bfd082e7d949c0f1c28281ccommit hash: 68fd05949992352a5bfd082e7d949c0f1c28281c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.05.10 -> 2021.05.17
10 May 2021 17:13:48
commit hash: c69203e5398b978d16938c47a87c6931ba54f70ecommit hash: c69203e5398b978d16938c47a87c6931ba54f70ecommit hash: c69203e5398b978d16938c47a87c6931ba54f70ecommit hash: c69203e5398b978d16938c47a87c6931ba54f70e files touched by this commit Sanity Test Failure Refresh
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.04.26.00 -> 2021.05.10.00
2021.04.26.00
26 Apr 2021 17:56:33
commit hash: ea91da94e66d89d897c3294ff27754c1c9c9b8b0commit hash: ea91da94e66d89d897c3294ff27754c1c9c9b8b0commit hash: ea91da94e66d89d897c3294ff27754c1c9c9b8b0commit hash: ea91da94e66d89d897c3294ff27754c1c9c9b8b0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.04.19.00 -> 2021.04.26.00
2021.04.19.00
19 Apr 2021 15:49:07
commit hash: 4e02a6a0b4b63d87feb5e01e5c22278efb935c92commit hash: 4e02a6a0b4b63d87feb5e01e5c22278efb935c92commit hash: 4e02a6a0b4b63d87feb5e01e5c22278efb935c92commit hash: 4e02a6a0b4b63d87feb5e01e5c22278efb935c92 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.04.12.00 -> 2021.04.19.00
2021.04.12.00
12 Apr 2021 23:45:05
commit hash: ee76a4d0563077fbb54a01408a6bf9c625dd5241commit hash: ee76a4d0563077fbb54a01408a6bf9c625dd5241commit hash: ee76a4d0563077fbb54a01408a6bf9c625dd5241commit hash: ee76a4d0563077fbb54a01408a6bf9c625dd5241 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.04.05.00 -> 2021.04.12.00
2021.04.05.00
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021.04.05.00
06 Apr 2021 17:22:14
commit hash: ea7015681f42b3e4ad9aab11f5cbfdd5896d68eacommit hash: ea7015681f42b3e4ad9aab11f5cbfdd5896d68eacommit hash: ea7015681f42b3e4ad9aab11f5cbfdd5896d68eacommit hash: ea7015681f42b3e4ad9aab11f5cbfdd5896d68ea files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net/fbzmq: Update 2021.03.29.00 -> 2021.04.05.00
2021.03.29.00
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.
2021.03.29.00
29 Mar 2021 21:35:18
Revision:569516Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.03.22.00 -> 2021.03.29.00
2021.03.22.00
24 Mar 2021 03:06:44
Revision:569079Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.03.08.00 -> 2021.03.22.00
2021.03.08.00
09 Mar 2021 01:24:04
Revision:567887Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.03.01.00 -> 2021.03.08.00
2021.03.01.00
01 Mar 2021 18:37:57
Revision:566881Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.02.22.00 -> 2021.03.01.00
2021.02.22.00
22 Feb 2021 20:27:10
Revision:566330Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.02.15.00 -> 2021.02.22.00
2021.02.15.00
15 Feb 2021 23:54:04
Revision:565361Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.02.08.00 -> 2021.02.15.00
2021.02.08.00
09 Feb 2021 20:12:08
Revision:564811Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.02.01.00 -> 2021.02.08.00
2021.02.01.00
02 Feb 2021 17:06:34
Revision:563825Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.01.25.00 -> 2021.02.01.00
2021.01.25.00
26 Jan 2021 02:39:43
Revision:562634Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.01.18.00 -> 2021.01.25.00
2021.01.18.00
19 Jan 2021 17:53:21
Revision:562063Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.01.11.00 -> 2021.01.18.00
2021.01.11.00
11 Jan 2021 21:03:14
Revision:561268Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2021.01.04.00 -> 2021.01.11.00
2021.01.04.00
04 Jan 2021 18:59:32
Revision:560327Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.12.28.00 -> 2021.01.04.00
2020.12.28.00
28 Dec 2020 20:35:53
Revision:559521Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.12.21.00 -> 2020.12.28.00
2020.12.21.00
22 Dec 2020 18:29:51
Revision:558938Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.12.14.00 -> 2020.12.21.00
2020.12.14.00
15 Dec 2020 04:37:30
Revision:558131Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.12.07.00 -> 2020.12.14.00
2020.12.07.00
08 Dec 2020 23:29:47
Revision:557311Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.11.30.00 -> 2020.12.07.00
2020.11.30.00
01 Dec 2020 03:38:47
Revision:556701Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.11.23.00 -> 2020.11.30.00
2020.11.23.00
24 Nov 2020 23:42:41
Revision:556233Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.11.16.00 -> 2020.11.23.00
2020.11.16.00
20 Nov 2020 07:20:58
Revision:555744Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.11.02.00 -> 2020.11.16.00
2020.11.02.00
03 Nov 2020 18:09:33
Revision:554008Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.10.26.00 -> 2020.11.02.00

Reported by:	portscout
2020.10.26.00
27 Oct 2020 19:50:44
Revision:553481Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.10.12.00 -> 2020.10.26.00

Reported by:	portscout
2020.10.12.00
15 Oct 2020 05:43:39
Revision:552380Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.09.14.00 -> 2020.10.12.00

Reported by:	portscout
2020.09.14.00
15 Sep 2020 08:32:18
Revision:548718Original commit files touched by this commit
yuri search for other commits by this committer
net/fbzmq: Update 2020.09.07.00 -> 2020.09.14.00

Reported by:	portscout
2020.09.07.00
10 Sep 2020 01:35:13
Revision:548178Original commit files touched by this commit
yuri search for other commits by this committer
New port: net/fbzmq: Framework for writing services in C++ while leveraging
libzmq

Number of commits found: 81