Port details |
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.5_2 25 Feb 2024 09:17:57 |
Muhammad Moinur Rahman (bofh) |
net/nanomsg: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.1.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.1.5_1 31 Aug 2021 03:47:15 |
Alexey Dokuchaev (danfe) |
net/nanomsg: reduce horizontal whitespace, drop redundant GH_ACCOUNT. |
1.1.5_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.5_1 16 Dec 2018 21:23:57 |
yuri |
net/nanomsg: Unbreak by fixing plist
Other changes:
* Replace docs in plist with PORTDOCS=*
* Replace WWW with its https equivalent
* Fix the manpage location
This port installs both docs and manpages based on one cmake option.
Approved by: portmgr (unbreak) |
1.1.5 10 Nov 2018 21:14:11 |
arved |
Update to 1.1.5
PR: 232312
Submitted by: maintainer |
1.1.0 28 Oct 2017 20:14:29 |
pi |
net/nanomsg: update 1.0.0 -> 1.1.0
- bug fix release, a number of stability improvements,
particularly for the inproc transport
PR: 223207
Submitted by: Jan Bramkamp <crest@bultmann.eu> (maintainer) |
1.0.0 25 Dec 2016 14:23:38 |
amdmi3 |
CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by: portmgr blanket |
1.0.0 10 Aug 2016 10:21:09 |
manu |
Use DOCS_CMAKE_* variable as it should have been in r419993
Approved by: koobs |
1.0.0 10 Aug 2016 08:21:19 |
manu |
Update Nanomsg to version 1.0.0 the first stable release of Nanomsg.
Also bump PORTREVISION for mail/libmapi as it depend on it.
PR: 210669
Approved by: koobs, Jan Bramkamp <crest@bultmann.eu> (maintainer) |
0.8.b 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
0.8.b 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.8.b 05 Dec 2015 19:14:38 |
riggs |
Update to upstream version 0.8b, fix DOCS
- Update from 0.5 to 0.8-beta
- Fix DOCS option
- Fetch distfile from github
PR: 204911
Submitted by: crest@bultmann.eu (maintainer)
Reviewed by: koobs, riggs |
0.5 08 Jun 2015 05:59:14 |
antoine |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
0.5 10 Apr 2015 13:33:20 |
danfe |
Add a new port of net/nanomsg, a ZeroMQ-like socket library in pure C.
Currently the port does not install manual pages, as they have to be
generated. Probably prerequisites for manpages are not as massive as
for HTML docs, but they are not decoupled correctly in the configure
and Makefile.in files.
While here, remove trailing whitespace in `net/Makefile'.
PR: 199043 |