./net/nanomsgxx, Nanomsg binding for C++11

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2, Package name: nanomsgxx-0.2, Maintainer: pkgsrc-users

nanomsgxx is a binding of the nanomsg library for C++11.


Required to run:
[net/nanomsg]

Required to build:
[devel/waf] [pkgtools/cwrappers]

Master sites:

Filesize: 120.879 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-12-28 12:56:52 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
nanomsgxx: fix building
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2016-10-01 00:44:38 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build with waf-1.9.x.
   2016-09-30 17:01:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
Progress further in build with python-3.x.
Already merged upstream.
   2016-06-18 13:27:33 by Kamil Rytarowski | Files touched by this commit (5)
Log message:
Import nanomsgxx-0.2 as net/nanomsgxx

nanomsgxx is a binding of the nanomsg library for C++11.

Originally packaged in pkgsrc-wip by:
- Remy Chibois,
- Tobias Nygren
and
- myself.