freebsd-ports/devel/arpc/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

8 lines
453 B
Text

ARPC is a GRPC-like library that supports file descriptor passing.
ARPC ships with a script, aprotoc, that works similar to Protobuf/GRPC's
protoc. It generates message and service bindings, taking a .proto file
as an input. Where ARPC differs from GRPC is that messages may contain
file descriptors. These file descriptors are passed on to the remote
side transparently. This makes ARPC useful for implementing privilege
separation between processes.