Verified Commit b62efa16 authored by sunpoet's avatar sunpoet
Browse files

devel/rubygem-cucumber-messages15: Remove obsoleted port

Use devel/rubygem-cucumber-messages instead.
parent e079b45b
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
# 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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1618320882
SHA256 (rubygem/cucumber-messages-15.0.0.gem) = 4fa91b62581141d9fc01b3760b5be6ee03af2ec8095a8ed631c8ecfa8a8c7bc7
SIZE (rubygem/cucumber-messages-15.0.0.gem) = 11264
+0 −6
Original line number Diff line number Diff line
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