Date: Wed, 30 Oct 2024 12:13:46 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 123e79116453 - main - devel/rubygem-cucumber-messages26: Add rubygem-cucumber-messages26 26.0.1 (copied from rubygem-cucumber-messages) Message-ID: <202410301213.49UCDkll063951@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=123e791164532b1404a43e2190ea7b515834f581 commit 123e791164532b1404a43e2190ea7b515834f581 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-30 12:10:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-30 12:10:48 +0000 devel/rubygem-cucumber-messages26: Add rubygem-cucumber-messages26 26.0.1 (copied from rubygem-cucumber-messages) - Add PORTSCOUT --- devel/Makefile | 1 + devel/rubygem-cucumber-messages26/Makefile | 20 ++++++++++++++++++++ devel/rubygem-cucumber-messages26/distinfo | 3 +++ devel/rubygem-cucumber-messages26/pkg-descr | 4 ++++ 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 657087f88d5e..d00fbc4689d1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7083,6 +7083,7 @@ SUBDIR += rubygem-cucumber-messages23 SUBDIR += rubygem-cucumber-messages24 SUBDIR += rubygem-cucumber-messages25 + SUBDIR += rubygem-cucumber-messages26 SUBDIR += rubygem-cucumber-rails SUBDIR += rubygem-cucumber-tag-expressions SUBDIR += rubygem-cucumber-wire diff --git a/devel/rubygem-cucumber-messages26/Makefile b/devel/rubygem-cucumber-messages26/Makefile new file mode 100644 index 000000000000..ab7423d8ce06 --- /dev/null +++ b/devel/rubygem-cucumber-messages26/Makefile @@ -0,0 +1,20 @@ +PORTNAME= cucumber-messages +PORTVERSION= 26.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 26 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Protocol Buffer messages for Cucumber +WWW= https://github.com/cucumber/messages + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^26\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-cucumber-messages26/distinfo b/devel/rubygem-cucumber-messages26/distinfo new file mode 100644 index 000000000000..7a7c4b417975 --- /dev/null +++ b/devel/rubygem-cucumber-messages26/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1727315394 +SHA256 (rubygem/cucumber-messages-26.0.1.gem) = a2478d1e901ac9420967bccdcce616771008ff63c6a510e2d5b5c70b57bc0f00 +SIZE (rubygem/cucumber-messages-26.0.1.gem) = 20992 diff --git a/devel/rubygem-cucumber-messages26/pkg-descr b/devel/rubygem-cucumber-messages26/pkg-descr new file mode 100644 index 000000000000..b5ae25cd6682 --- /dev/null +++ b/devel/rubygem-cucumber-messages26/pkg-descr @@ -0,0 +1,4 @@ +Cucumber Messages is a message protocol based on Protocol Buffers. It allows one +process to construct message objects and send them to another process. Protobuf +takes care of serialising those messages to a binary format, and deserialise +them on the other end.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410301213.49UCDkll063951>