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
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.6.0Version 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.01.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.0-1.7.01.7.01.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.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.3
02 Mar 2024 13:53:11
commit hash: b0c7da77a6aab6bc6dcf9475027bdf9fd00ba7dccommit hash: b0c7da77a6aab6bc6dcf9475027bdf9fd00ba7dccommit hash: b0c7da77a6aab6bc6dcf9475027bdf9fd00ba7dccommit hash: b0c7da77a6aab6bc6dcf9475027bdf9fd00ba7dc files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/nng: Update version 1.7.2=>1.7.3

Changelog: https://github.com/nanomsg/nng/releases/tag/v1.7.3
1.7.2
04 Feb 2024 22:55:12
commit hash: 1b4b300bed7aea15b405b13c671e7ab70f05e9ebcommit hash: 1b4b300bed7aea15b405b13c671e7ab70f05e9ebcommit hash: 1b4b300bed7aea15b405b13c671e7ab70f05e9ebcommit hash: 1b4b300bed7aea15b405b13c671e7ab70f05e9eb files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/nng: Update version 1.7.1=>1.7.2

Changelog: https://github.com/nanomsg/nng/releases/tag/v1.7.2
1.7.1
10 Jan 2024 10:22:44
commit hash: bce89ed20c1cc99041e518892ae5dbf4bfa366f2commit hash: bce89ed20c1cc99041e518892ae5dbf4bfa366f2commit hash: bce89ed20c1cc99041e518892ae5dbf4bfa366f2commit hash: bce89ed20c1cc99041e518892ae5dbf4bfa366f2 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/nng: Update version 1.7.0=>1.7.1

Changelog: https://github.com/nanomsg/nng/releases/tag/v1.7.1
1.7.0
03 Jan 2024 05:27:52
commit hash: 7c9b89a76cbda05186cf13d3eed045c9e7c8c88bcommit hash: 7c9b89a76cbda05186cf13d3eed045c9e7c8c88bcommit hash: 7c9b89a76cbda05186cf13d3eed045c9e7c8c88bcommit hash: 7c9b89a76cbda05186cf13d3eed045c9e7c8c88b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/nng: Update version 1.6.0=>1.7.0

Changelog: https://github.com/nanomsg/nng/releases/tag/v1.7.0
1.6.0
04 Dec 2023 11:56:03
commit hash: 568296029713830f1fbd44de220c18d0008c863acommit hash: 568296029713830f1fbd44de220c18d0008c863acommit hash: 568296029713830f1fbd44de220c18d0008c863acommit hash: 568296029713830f1fbd44de220c18d0008c863a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/nng: Update version 1.5.2=>1.6.0

Changelog: https://github.com/nanomsg/nng/releases/tag/v1.6.0
1.5.2
11 Apr 2023 20:46:12
commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35commit hash: 2c2dd8535554ef831d72fdb17c6679fbacbcdb35 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Adopt ports from swills@
1.5.2
11 Apr 2023 20:34:04
commit hash: 4f538db960da5a685c2ddfa6428089654b0ad72dcommit hash: 4f538db960da5a685c2ddfa6428089654b0ad72dcommit hash: 4f538db960da5a685c2ddfa6428089654b0ad72dcommit hash: 4f538db960da5a685c2ddfa6428089654b0ad72d files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return swills' ports to the pools after safeeping his ports bit.

With hat:	portmgr-secretary
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)
1.5.2
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)
1.5.2
02 Sep 2021 03:15:55
commit hash: 2d366aec038d81b84797d497350c12229409c1b2commit hash: 2d366aec038d81b84797d497350c12229409c1b2commit hash: 2d366aec038d81b84797d497350c12229409c1b2commit hash: 2d366aec038d81b84797d497350c12229409c1b2 files touched by this commit
Steve Wills (swills) search for other commits by this committer
net/nng: update to 1.5.2
1.4.0
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
1.4.0
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.
1.4.0
13 Feb 2021 20:00:37
Revision:565176Original commit files touched by this commit
swills search for other commits by this committer
net/nng: update to 1.4.0
1.3.2
09 Aug 2020 02:37:32
Revision:544539Original commit files touched by this commit
swills search for other commits by this committer
net/nng: update to 1.3.2
1.3.1
02 Aug 2020 19:42:48
Revision:543995Original commit files touched by this commit
swills search for other commits by this committer
net/nng: update to 1.3.1
1.3.0
21 Jul 2020 01:28:15
Revision:542689Original commit files touched by this commit
swills search for other commits by this committer
net/nng: update to 1.3.0
1.1.1_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.1.1
04 May 2019 15:21:19
Revision:500813Original commit files touched by this commit
pkubaj search for other commits by this committer
net/nng: fix build with GCC-based architectures

Add USES=compiler:c11 to fix:
/wrkdirs/usr/ports/net/nng/work/nng-1.1.1/src/platform/posix/posix_impl.h:87:
error: expected specifier-qualifier-list before '_Atomic'

Approved by:	mentors (implicit approval)
1.1.1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
1.1.1
27 Nov 2018 03:17:12
Revision:485981Original commit files touched by this commit
swills search for other commits by this committer
net/nng: update to 1.1.1
1.0.1
19 Jul 2018 19:45:05
Revision:474973Original commit files touched by this commit
swills search for other commits by this committer
net/nng: create port

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.

WWW: https://nanomsg.github.io/nng/

Number of commits found: 21