Port details |
- reproc C/C++ library to simplify running external programs
- 14.2.5 devel =2 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: 2024-03-27 07:32:05
- Commit Hash: 4467183
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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 - 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 = 1711513138
SHA256 (DaanDeMeyer-reproc-v14.2.5_GH0.tar.gz) = 69467be0cfc80734b821c54ada263c8f1439f964314063f76b7cf256c3dc7ee8
SIZE (DaanDeMeyer-reproc-v14.2.5_GH0.tar.gz) = 65290
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
- This port is required by:
- for Libraries
-
- audio/zrythm
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14.2.5 27 Mar 2024 07:32:05 |
Yuri Victorovich (yuri) |
devel/reproc: update 14.2.4-7 → 14.2.5
Reported by: portscout |
14.2.4.7 18 Mar 2023 19:23:04 |
Yuri Victorovich (yuri) |
devel/reproc: Update 14.2.4 → 14.2.4-7 |
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) |
14.2.4 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 ) |
14.2.4 06 Nov 2021 23:56:33 |
Yuri Victorovich (yuri) |
devel/reproc: Update 14.2.3 -> 14.2.4
Reported by: portscout |
14.2.3 09 Aug 2021 01:57:37 |
Yuri Victorovich (yuri) |
devel/reproc: Update 14.2.2 -> 14.2.3 |
14.2.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
14.2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
14.2.2 26 Jan 2021 02:47:30 |
yuri |
devel/reproc: Update 14.2.1 -> 14.2.2
Reported by: portscout |
14.2.1 10 Nov 2020 07:42:58 |
yuri |
devel/reproc: Update 14.2.0 -> 14.2.1
Reported by: portscout |
14.2.0 29 Sep 2020 20:53:11 |
yuri |
devel/reproc: Update 14.1.0 -> 14.2.0; Add the 'test' target. |
14.1.0 31 Aug 2020 17:53:59 |
yuri |
New port: devel/reproc: C/C++ library to simplify running external programs |