Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:45:29 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: 871fefb668db - main - devel/rubygem-cucumber-messages15: Add rubygem-cucumber-messages15 15.0.0 (copied from rubygem-cucumber-messages)
Message-ID:  <202106302045.15UKjTES053345@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=871fefb668dbe1faef77f896e5ade2445ea43cd5

commit 871fefb668dbe1faef77f896e5ade2445ea43cd5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-30 20:27:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-30 20:43:30 +0000

    devel/rubygem-cucumber-messages15: Add rubygem-cucumber-messages15 15.0.0 (copied from rubygem-cucumber-messages)
    
    - Add PORTSCOUT
    - Update WWW
---
 devel/Makefile                              |  1 +
 devel/rubygem-cucumber-messages15/Makefile  | 24 ++++++++++++++++++++++++
 devel/rubygem-cucumber-messages15/distinfo  |  3 +++
 devel/rubygem-cucumber-messages15/pkg-descr |  6 ++++++
 4 files changed, 34 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 8cab625b6f67..46727943accd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6053,6 +6053,7 @@
     SUBDIR += rubygem-cucumber-formatter-dots
     SUBDIR += rubygem-cucumber-messages
     SUBDIR += rubygem-cucumber-messages13
+    SUBDIR += rubygem-cucumber-messages15
     SUBDIR += rubygem-cucumber-messages4
     SUBDIR += rubygem-cucumber-rails
     SUBDIR += rubygem-cucumber-tag-expressions
diff --git a/devel/rubygem-cucumber-messages15/Makefile b/devel/rubygem-cucumber-messages15/Makefile
new file mode 100644
index 000000000000..e3309e1f1392
--- /dev/null
+++ b/devel/rubygem-cucumber-messages15/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	cucumber-messages
+PORTVERSION=	15.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	15
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Protocol Buffer messages for Cucumber
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-protobuf-cucumber>=3.10.8<4:devel/rubygem-protobuf-cucumber
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^15\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-messages15/distinfo b/devel/rubygem-cucumber-messages15/distinfo
new file mode 100644
index 000000000000..146d0f97e8ba
--- /dev/null
+++ b/devel/rubygem-cucumber-messages15/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618320882
+SHA256 (rubygem/cucumber-messages-15.0.0.gem) = 4fa91b62581141d9fc01b3760b5be6ee03af2ec8095a8ed631c8ecfa8a8c7bc7
+SIZE (rubygem/cucumber-messages-15.0.0.gem) = 11264
diff --git a/devel/rubygem-cucumber-messages15/pkg-descr b/devel/rubygem-cucumber-messages15/pkg-descr
new file mode 100644
index 000000000000..714a8d201600
--- /dev/null
+++ b/devel/rubygem-cucumber-messages15/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: https://github.com/cucumber/common/tree/main/messages/ruby



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302045.15UKjTES053345>