Import reproc 14.2.1

This commit is contained in:
Charlotte Koch 2020-12-22 18:38:22 -08:00
parent 4a3b27fcf2
commit 3f50046878
6 changed files with 50 additions and 0 deletions

View File

@ -4543,6 +4543,7 @@ SUBDIR+= refkeen
SUBDIR+= regexxer
SUBDIR+= relaydb
SUBDIR+= remctl
SUBDIR+= reproc
SUBDIR+= resid-builder
SUBDIR+= residualvm
SUBDIR+= residualvm-git

4
reproc/DESCR Normal file
View File

@ -0,0 +1,4 @@
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.

15
reproc/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $NetBSD$
DISTNAME= reproc-14.2.1
MASTER_SITES= ${MASTER_SITE_GITHUB:=DaanDeMeyer/}
CATEGORIES= devel
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= dressupgeekout@gmail.com
HOMEPAGE= https://github.com/DaanDeMeyer/reproc
COMMENT= Cross-platform process library
LICENSE= mit
USE_CMAKE= yes
.include "../../mk/bsd.pkg.mk"

11
reproc/PLIST Normal file
View File

@ -0,0 +1,11 @@
@comment $NetBSD$
include/reproc/drain.h
include/reproc/export.h
include/reproc/reproc.h
include/reproc/run.h
lib/cmake/reproc/reproc-config-version.cmake
lib/cmake/reproc/reproc-config.cmake
lib/cmake/reproc/reproc-targets-noconfig.cmake
lib/cmake/reproc/reproc-targets.cmake
lib/libreproc.a
lib/pkgconfig/reproc.pc

13
reproc/buildlink3.mk Normal file
View File

@ -0,0 +1,13 @@
# $NetBSD$
BUILDLINK_TREE+= reproc
.if !defined(REPROC_BUILDLINK3_MK)
REPROC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.reproc+= reproc>=14.2.1
BUILDLINK_ABI_DEPENDS.reproc+= reproc>=14.2.1
BUILDLINK_PKGSRCDIR.reproc?= ../../wip/reproc
.endif # REPROC_BUILDLINK3_MK
BUILDLINK_TREE+= -reproc

6
reproc/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (reproc-14.2.1.tar.gz) = 9782a7148391e37c04eb844295e9bc66601eae1e
RMD160 (reproc-14.2.1.tar.gz) = a4cd1ba5f8925385bc66015c5acf21da923a4d3e
SHA512 (reproc-14.2.1.tar.gz) = 772db573093f062b011a64f1bbd7e0465e2629dc8cdb645ab5cfcae95aae59e58af2fc80854617979bb2e3d0b585619f6c6a8916062a6756012a5eb434586d66
Size (reproc-14.2.1.tar.gz) = 64706 bytes