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 on branch 2022Q3
nng Lightweight, broker-less messaging
1.7.3 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 1.7.3Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-07-19 19:45:21
Last Update: 2024-03-02 13:53:11
Commit Hash: b0c7da7
License: MIT
WWW:
https://nanomsg.github.io/nng/
Description:
NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. NNG is implemented in C, requiring only C99 and CMake to build. It can be built as a shared or a static library, and is readily embeddable. It is also designed to be easy to port to new platforms if your platform is not already supported.
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 (50 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/nng-1.7.3/catalog.mk
  3. /usr/local/share/licenses/nng-1.7.3/LICENSE
  4. /usr/local/share/licenses/nng-1.7.3/MIT
  5. bin/nngcat
  6. include/nng/compat/nanomsg/bus.h
  7. include/nng/compat/nanomsg/inproc.h
  8. include/nng/compat/nanomsg/ipc.h
  9. include/nng/compat/nanomsg/nn.h
  10. include/nng/compat/nanomsg/pair.h
  11. include/nng/compat/nanomsg/pipeline.h
  12. include/nng/compat/nanomsg/pubsub.h
  13. include/nng/compat/nanomsg/reqrep.h
  14. include/nng/compat/nanomsg/survey.h
  15. include/nng/compat/nanomsg/tcp.h
  16. include/nng/compat/nanomsg/ws.h
  17. include/nng/nng.h
  18. include/nng/protocol/bus0/bus.h
  19. include/nng/protocol/pair0/pair.h
  20. include/nng/protocol/pair1/pair.h
  21. include/nng/protocol/pipeline0/pull.h
  22. include/nng/protocol/pipeline0/push.h
  23. include/nng/protocol/pubsub0/pub.h
  24. include/nng/protocol/pubsub0/sub.h
  25. include/nng/protocol/reqrep0/rep.h
  26. include/nng/protocol/reqrep0/req.h
  27. include/nng/protocol/survey0/respond.h
  28. include/nng/protocol/survey0/survey.h
  29. include/nng/supplemental/http/http.h
  30. include/nng/supplemental/tls/engine.h
  31. include/nng/supplemental/tls/tls.h
  32. include/nng/supplemental/util/idhash.h
  33. include/nng/supplemental/util/options.h
  34. include/nng/supplemental/util/platform.h
  35. include/nng/transport/inproc/inproc.h
  36. include/nng/transport/ipc/ipc.h
  37. include/nng/transport/tcp/tcp.h
  38. include/nng/transport/tls/tls.h
  39. include/nng/transport/ws/websocket.h
  40. include/nng/transport/zerotier/zerotier.h
  41. lib/cmake/nng/nng-config.cmake
  42. lib/cmake/nng/nng-config-version.cmake
  43. lib/cmake/nng/nng-targets.cmake
  44. lib/cmake/nng/nng-targets-release.cmake
  45. lib/libnng.so
  46. lib/libnng.so.1
  47. lib/libnng.so.1.7.3
  48. @owner
  49. @group
  50. @mode
Collapse this list.
Dependency lines:
  • nng>0:net/nng
To install the port:
cd /usr/ports/net/nng/ && make install clean
To add the package, run one of these commands:
  • pkg install net/nng
  • pkg install nng
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nng
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1709378177 SHA256 (nanomsg-nng-v1.7.3_GH0.tar.gz) = 035f2c3cad4e45fc0d978c54a338c197d1937527ae6feb82180d428a96b83474 SIZE (nanomsg-nng-v1.7.3_GH0.tar.gz) = 744905

Packages (timestamps in pop-ups are UTC):
nng
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.31.7.31.3.21.7.31.7.3-1.3.2-
FreeBSD:13:quarterly1.7.01.7.01.5.21.7.01.7.31.7.01.7.01.7.0
FreeBSD:14:latest1.7.31.7.31.5.21.7.31.7.31.5.2-1.5.2
FreeBSD:14:quarterly1.7.01.7.3-1.7.01.7.31.7.01.7.01.7.0
FreeBSD:15:latest1.7.31.7.3n/a1.7.2n/a1.7.11.7.11.7.2
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
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_nng
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nanomsg/nng/tar.gz/v1.7.3?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port