pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import reproc 14.2.1



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By:	cfkoch
Date:		Tue Dec 22 18:38:22 2020 -0800
Changeset:	3f50046878647e89d88a95e8e94bc6ca8fbdab98

Modified Files:
	Makefile
Added Files:
	reproc/DESCR
	reproc/Makefile
	reproc/PLIST
	reproc/buildlink3.mk
	reproc/distinfo

Log Message:
Import reproc 14.2.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f50046878647e89d88a95e8e94bc6ca8fbdab98

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 reproc/DESCR         |  4 ++++
 reproc/Makefile      | 15 +++++++++++++++
 reproc/PLIST         | 11 +++++++++++
 reproc/buildlink3.mk | 13 +++++++++++++
 reproc/distinfo      |  6 ++++++
 6 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c2d84b60a0..d2d692a1bc 100644
--- a/Makefile
+++ b/Makefile
@@ -4543,6 +4543,7 @@ SUBDIR+=	refkeen
 SUBDIR+=	regexxer
 SUBDIR+=	relaydb
 SUBDIR+=	remctl
+SUBDIR+=	reproc
 SUBDIR+=	resid-builder
 SUBDIR+=	residualvm
 SUBDIR+=	residualvm-git
diff --git a/reproc/DESCR b/reproc/DESCR
new file mode 100644
index 0000000000..74f1029eb1
--- /dev/null
+++ b/reproc/DESCR
@@ -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.
diff --git a/reproc/Makefile b/reproc/Makefile
new file mode 100644
index 0000000000..1a311bc569
--- /dev/null
+++ b/reproc/Makefile
@@ -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@localhost
+HOMEPAGE=	https://github.com/DaanDeMeyer/reproc
+COMMENT=	Cross-platform process library
+LICENSE=	mit
+
+USE_CMAKE=	yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/reproc/PLIST b/reproc/PLIST
new file mode 100644
index 0000000000..40788945ec
--- /dev/null
+++ b/reproc/PLIST
@@ -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
diff --git a/reproc/buildlink3.mk b/reproc/buildlink3.mk
new file mode 100644
index 0000000000..bce9581c08
--- /dev/null
+++ b/reproc/buildlink3.mk
@@ -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
diff --git a/reproc/distinfo b/reproc/distinfo
new file mode 100644
index 0000000000..774db6d844
--- /dev/null
+++ b/reproc/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index