Subject: CVS commit: pkgsrc/net/nng
From: Pierre Pronchery
Date: 2021-03-12 03:28:08
Message id: 20210312022808.7EBB3FA95@cvs.NetBSD.org

Log Message:
net/nng: import version 1.4.0

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.

Files:
RevisionActionfile
1.1addpkgsrc/net/nng/DESCR
1.1addpkgsrc/net/nng/Makefile
1.1addpkgsrc/net/nng/PLIST
1.1addpkgsrc/net/nng/distinfo
1.1addpkgsrc/net/nng/options.mk
1.1addpkgsrc/net/nng/patches/patch-src_platform_posix_posix__thread.c