git: c2bc87f072bb - main - devel/rubygem-childprocess40: Add rubygem-childprocess40 4.0.0 (copied from rubygem-childprocess)

Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 14 17:46:14 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2bc87f072bbcc8490b29ff2aa7b1ddc1df7888a

commit c2bc87f072bbcc8490b29ff2aa7b1ddc1df7888a
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-14 17:32:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-14 17:32:46 +0000

    devel/rubygem-childprocess40: Add rubygem-childprocess40 4.0.0 (copied from rubygem-childprocess)
    
    - Add PORTSCOUT
---
 devel/Makefile                         |  2 ++
 devel/rubygem-childprocess40/Makefile  | 22 ++++++++++++++++++++++
 devel/rubygem-childprocess40/distinfo  |  3 +++
 devel/rubygem-childprocess40/pkg-descr |  8 ++++++++
 4 files changed, 35 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index cf06f64ae573..76930d2e728f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5742,6 +5742,7 @@
     SUBDIR += rubygem-aws-sdk-polly
     SUBDIR += rubygem-aws-sdk-pricing
     SUBDIR += rubygem-aws-sdk-prometheusservice
+    SUBDIR += rubygem-aws-sdk-proton
     SUBDIR += rubygem-aws-sdk-qldb
     SUBDIR += rubygem-aws-sdk-qldbsession
     SUBDIR += rubygem-aws-sdk-quicksight
@@ -6003,6 +6004,7 @@
     SUBDIR += rubygem-cheffish
     SUBDIR += rubygem-childprocess
     SUBDIR += rubygem-childprocess3
+    SUBDIR += rubygem-childprocess40
     SUBDIR += rubygem-chronic
     SUBDIR += rubygem-chronic_duration
     SUBDIR += rubygem-clamp
diff --git a/devel/rubygem-childprocess40/Makefile b/devel/rubygem-childprocess40/Makefile
new file mode 100644
index 000000000000..655686fce22d
--- /dev/null
+++ b/devel/rubygem-childprocess40/Makefile
@@ -0,0 +1,22 @@
+# Created by: Greg Larkin <glarkin at FreeBSD.org>
+
+PORTNAME=	childprocess
+PORTVERSION=	4.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	40
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	External background process controller
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^4\.0\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-childprocess40/distinfo b/devel/rubygem-childprocess40/distinfo
new file mode 100644
index 000000000000..e69a207c8778
--- /dev/null
+++ b/devel/rubygem-childprocess40/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592835291
+SHA256 (rubygem/childprocess-4.0.0.gem) = 72bc4c3e63b88d29e5faebb981e809562ba643c1939b46b465294447451b0d22
+SIZE (rubygem/childprocess-4.0.0.gem) = 34304
diff --git a/devel/rubygem-childprocess40/pkg-descr b/devel/rubygem-childprocess40/pkg-descr
new file mode 100644
index 000000000000..222575131a7d
--- /dev/null
+++ b/devel/rubygem-childprocess40/pkg-descr
@@ -0,0 +1,8 @@
+This gem aims at being a simple and reliable solution for controlling
+external programs running in the background on any Ruby / OS
+combination.
+
+The code originated in the selenium-webdriver gem, but should prove
+useful as a standalone library.
+
+WWW: https://github.com/enkessler/childprocess


More information about the dev-commits-ports-main mailing list