diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-childprocess-gitlab/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-childprocess-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-childprocess-gitlab/pkg-descr | 6 | ||||
-rw-r--r-- | devel/rubygem-excon1-gitlab/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-excon1-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-excon1-gitlab/pkg-descr | 1 |
7 files changed, 57 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 540047b80ac4..379a91f8168d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7127,6 +7127,7 @@ SUBDIR += rubygem-cf-uaa-lib SUBDIR += rubygem-cheffish SUBDIR += rubygem-childprocess + SUBDIR += rubygem-childprocess-gitlab SUBDIR += rubygem-chronic SUBDIR += rubygem-chronic_duration SUBDIR += rubygem-claide @@ -7278,6 +7279,7 @@ SUBDIR += rubygem-excon SUBDIR += rubygem-excon-gitlab SUBDIR += rubygem-excon0 + SUBDIR += rubygem-excon1-gitlab SUBDIR += rubygem-execjs SUBDIR += rubygem-extlib SUBDIR += rubygem-extpp diff --git a/devel/rubygem-childprocess-gitlab/Makefile b/devel/rubygem-childprocess-gitlab/Makefile new file mode 100644 index 000000000000..bc2e1a85f97b --- /dev/null +++ b/devel/rubygem-childprocess-gitlab/Makefile @@ -0,0 +1,20 @@ +PORTNAME= childprocess +PORTVERSION= 5.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= External background process controller +WWW= https://github.com/enkessler/childprocess + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-logger-gitlab>=1.5<2:devel/rubygem-logger-gitlab + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-childprocess-gitlab/distinfo b/devel/rubygem-childprocess-gitlab/distinfo new file mode 100644 index 000000000000..dbdfe472808d --- /dev/null +++ b/devel/rubygem-childprocess-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1723201125 +SHA256 (rubygem/childprocess-5.1.0.gem) = 9a8d484be2fd4096a0e90a0cd3e449a05bc3aa33f8ac9e4d6dcef6ac1455b6ec +SIZE (rubygem/childprocess-5.1.0.gem) = 21504 diff --git a/devel/rubygem-childprocess-gitlab/pkg-descr b/devel/rubygem-childprocess-gitlab/pkg-descr new file mode 100644 index 000000000000..53c83cbd11a6 --- /dev/null +++ b/devel/rubygem-childprocess-gitlab/pkg-descr @@ -0,0 +1,6 @@ +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. diff --git a/devel/rubygem-excon1-gitlab/Makefile b/devel/rubygem-excon1-gitlab/Makefile new file mode 100644 index 000000000000..62e9b31a7b22 --- /dev/null +++ b/devel/rubygem-excon1-gitlab/Makefile @@ -0,0 +1,22 @@ +PORTNAME= excon +PORTVERSION= 1.2.7 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 1-gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Extended http(s) Connections Library +WWW= https://github.com/excon/excon + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= excon_project + +.include <bsd.port.mk> diff --git a/devel/rubygem-excon1-gitlab/distinfo b/devel/rubygem-excon1-gitlab/distinfo new file mode 100644 index 000000000000..e7e385890580 --- /dev/null +++ b/devel/rubygem-excon1-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748495937 +SHA256 (rubygem/excon-1.2.7.gem) = 3b3917dbdf0c65b8d872039fe2b37bf423da2f245ef05b0af07423027c4cfde5 +SIZE (rubygem/excon-1.2.7.gem) = 171008 diff --git a/devel/rubygem-excon1-gitlab/pkg-descr b/devel/rubygem-excon1-gitlab/pkg-descr new file mode 100644 index 000000000000..0431de530c06 --- /dev/null +++ b/devel/rubygem-excon1-gitlab/pkg-descr @@ -0,0 +1 @@ +EXtended http(s) CONnections Library |