Port details on branch 2023Q1 |
- nanomsg Socket library that provides several common communication patterns
- 1.1.5_2 net =3 1.1.5_2Version of this port present on the latest quarterly branch.
- Maintainer: crest@bultmann.eu
- Port Added: 2015-04-10 13:33:30
- Last Update: 2024-02-25 09:17:57
- Commit Hash: 0ebd591
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: MIT
- WWW:
- https://nanomsg.org/
- Description:
- nanomsg is a socket library that provides several common communication
patterns. It aims to make the networking layer fast, scalable, and easy
to use. Implemented in C, it works on a wide range of operating systems
with no further dependencies.
The communication patterns, also called "scalability protocols", are basic
blocks for building distributed systems. By combining them you can create
a vast array of distributed applications. The following scalability
protocols are currently available:
* PAIR -- simple one-to-one communication
* BUS -- simple many-to-many communication
* REQREP -- allows to build clusters of stateless services to process
user requests
* PUBSUB -- distributes messages to large sets of interested subscribers
* PIPELINE -- aggregates messages from multiple sources and load balances
them among many destinations
* SURVEY -- allows to query state of multiple applications in single go
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/nanomsg/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nanomsg
- pkg install nanomsg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nanomsg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1539678604
SHA256 (nanomsg-nanomsg-1.1.5_GH0.tar.gz) = 218b31ae1534ab897cb5c419973603de9ca1a5f54df2e724ab4a188eb416df5a
SIZE (nanomsg-nanomsg-1.1.5_GH0.tar.gz) = 310739
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- asciidoctor : textproc/rubygem-asciidoctor
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- devel/criterion
- net/py-nnpy
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for nanomsg-1.1.5_2:
DOCS=on: Build and/or install HTML and manpages
===> Use 'make config' to modify these settings
- Options name:
- net_nanomsg
- USES:
- cmake pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|