Port details |
- nymphrpc Compact, C++-based Remote Procedure Call (RPC) library
- v0.1_2 multimedia =2 v0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2022-02-14 22:21:05
- Last Update: 2024-10-21 23:40:45
- Commit Hash: afabf7e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://github.com/MayaPosch/NymphRPC
- Description:
- NymphRPC is a compact, C++-based Remote Procedure Call (RPC) library.
Look at the example server and client implementations in the test folder
to get an idea of how NymphRPC is integrated into an application.
The basic procedure is to define the RPC methods and client-side callbacks
in the server, which the client will synchronise with when it connects to
the server. There is no Domain-Specific Language (DSL) or auto-generated code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- NymphRPC>0:multimedia/nymphrpc
- To install the port:
- cd /usr/ports/multimedia/nymphrpc/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/nymphrpc
- pkg install NymphRPC
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: NymphRPC
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650830472
SHA256 (MayaPosch-NymphRPC-v0.1_GH0.tar.gz) = 16fef32efa8f697384a30eae3d9e405e3705edd2ff723919f441b52465a86e7a
SIZE (MayaPosch-NymphRPC-v0.1_GH0.tar.gz) = 14123866
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:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libPocoNet.so : devel/poco
- This port is required by:
- for Libraries
-
- multimedia/nymphcast
- multimedia/nymphcastlib
Configuration Options:
- No options to configure
- Options name:
- multimedia_nymphrpc
- USES:
- compiler:c++17-lang gmake
- 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 |
v0.1_2 21 Oct 2024 23:40:45 |
Vladimir Druzenko (vvd) |
*/*: Bump after update devel/poco
Bump PORTREVISION for all consumers of the devel/poco.
In multimedia/nymphrpc add patch from upstream to support newer poco:
https://github.com/MayaPosch/NymphRPC/commit/d56411046e06ec33ec8e81f05aa568c28380a679
https://github.com/MayaPosch/NymphRPC/issues/9
security/clamfs: while here replace PORTVERSION with DISTVERSION and
remove GNU_CONFIGURE_MANPREFIX.
PR: 282219
Approved by: adridg |
v0.1_1 16 Jul 2023 15:01:48 |
Felix Palmen (zirias) |
devel/poco: Bump consumers after update
Shlib major version changed, so bump PORTREVISION of consumers.
Don't bump graphics/osgearth, it currently won't build for other
reasons. |
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) |
v0.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 ) |
v0.1 24 Apr 2022 21:50:12 |
Adriaan de Groot (adridg) |
multimedia/nymphcast: update to v0.1
The age of RC's for NymphCast (and supporting libraries) is
over. Release notes are at
https://github.com/MayaPosch/NymphCast/releases/tag/v0.1 |
v0.1.r0 15 Mar 2022 23:56:53 |
Adriaan de Groot (adridg) |
multimedia/nymph*: update to latest RC
There are now RC's for all the parts of nymphcast, update
to those versions. Release notes (although they mostly
point at new binary-builds of the tools) are at
https://github.com/MayaPosch/NymphRPC/releases/tag/v0.1-rc0
https://github.com/MayaPosch/libnymphcast/releases/tag/v0.1-rc0
https://github.com/MayaPosch/NymphCast/releases/tag/v0.1-rc1 |
v0.1.a1_1 21 Feb 2022 23:12:29 |
Adriaan de Groot (adridg) |
multimedia/nymphcast: tidy & fix build
- nymphrpc didn't build for me in poudriere, needs a poke
to ensure that the directory for storing the object files
is created first (this is erratically a problem with -j)
- nymphcast can USE=sdl, suggestion from makc@ |
v0.1.a1 14 Feb 2022 22:18:18 |
Adriaan de Groot (adridg) |
multimedia/nymphcast: 'broadcast' to your TV or speakers from the desktop
This is three ports:
- nymphrpc (RPC library)
- nymphcastlib (supporting library for the server and clients)
- nymphcast (the server)
There is no client for FreeBSD (yet). Use the client on Android,
Windows, or Linux. |