mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
devel/rubygem-cucumber-messages25: Add rubygem-cucumber-messages25 25.0.1 (copied from rubygem-cucumber-messages)
- Add PORTSCOUT
This commit is contained in:
parent
cdf78e0676
commit
eaad86c641
@ -6992,6 +6992,7 @@
|
||||
SUBDIR += rubygem-cucumber-messages22
|
||||
SUBDIR += rubygem-cucumber-messages23
|
||||
SUBDIR += rubygem-cucumber-messages24
|
||||
SUBDIR += rubygem-cucumber-messages25
|
||||
SUBDIR += rubygem-cucumber-rails
|
||||
SUBDIR += rubygem-cucumber-tag-expressions
|
||||
SUBDIR += rubygem-cucumber-wire
|
||||
|
19
devel/rubygem-cucumber-messages25/Makefile
Normal file
19
devel/rubygem-cucumber-messages25/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
PORTNAME= cucumber-messages
|
||||
PORTVERSION= 25.0.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 25
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Protocol Buffer messages for Cucumber
|
||||
WWW= https://github.com/cucumber/messages
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^15\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-cucumber-messages25/distinfo
Normal file
3
devel/rubygem-cucumber-messages25/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1718580234
|
||||
SHA256 (rubygem/cucumber-messages-25.0.1.gem) = 03f233af92282a9ebc2ab7cc72771398940db9f17818f8740d8eff5d7a3744df
|
||||
SIZE (rubygem/cucumber-messages-25.0.1.gem) = 20480
|
4
devel/rubygem-cucumber-messages25/pkg-descr
Normal file
4
devel/rubygem-cucumber-messages25/pkg-descr
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user