| Port details on branch 2022Q2 |
- reproc C/C++ library to simplify running external programs
- 14.2.7 devel
=0 14.2.5Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-08-31 17:54:40
- Last Update: 2026-04-16 06:57:21
- Commit Hash: ec095e0
- License: MIT
- WWW:
- https://github.com/DaanDeMeyer/reproc
- Description:
- reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
starting, stopping and communicating with external programs. The main use case
is executing command line applications directly from C or C++ code and
retrieving their output.
reproc consists out of two libraries: reproc and reproc++. reproc is a C99
library that contains the actual code for working with external programs.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/reproc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/reproc
- pkg install reproc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: reproc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1776319619
SHA256 (DaanDeMeyer-reproc-v14.2.7_GH0.tar.gz) = 77914ba566356d86986db240ecdb1762dfdd55bb1e8e127d016d9c5c4c9300e8
SIZE (DaanDeMeyer-reproc-v14.2.7_GH0.tar.gz) = 65440
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_reproc
- USES:
- cmake compiler:c++11-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|