git: 72a397dc0110 - main - devel/rubygem-sorbet-runtime: Add rubygem-sorbet-runtime 0.5.10969
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 17:13:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=72a397dc01108bdad6c0e824a094b9353c2951c8 commit 72a397dc01108bdad6c0e824a094b9353c2951c8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-21 16:52:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-21 17:01:59 +0000 devel/rubygem-sorbet-runtime: Add rubygem-sorbet-runtime 0.5.10969 Sorbet is a fast and powerful type checker designed for Ruby. It aims to be easy to add to existing codebases with gradual types, and fast to respond with errors and suggestions. --- devel/Makefile | 1 + devel/rubygem-sorbet-runtime/Makefile | 17 +++++++++++++++++ devel/rubygem-sorbet-runtime/distinfo | 3 +++ devel/rubygem-sorbet-runtime/pkg-descr | 3 +++ 4 files changed, 24 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 30eff0fa80a5..115b190a14f8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7351,6 +7351,7 @@ SUBDIR += rubygem-snowplow-tracker SUBDIR += rubygem-soap4r SUBDIR += rubygem-solve + SUBDIR += rubygem-sorbet-runtime SUBDIR += rubygem-sorted_set SUBDIR += rubygem-spring SUBDIR += rubygem-spring-watcher-listen diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile new file mode 100644 index 000000000000..85027a0a4b86 --- /dev/null +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -0,0 +1,17 @@ +PORTNAME= sorbet-runtime +PORTVERSION= 0.5.10969 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sorbet's runtime type checking component +WWW= https://sorbet.org/ \ + https://github.com/sorbet/sorbet + +LICENSE= APACHE20 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo new file mode 100644 index 000000000000..360900e49003 --- /dev/null +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1692211627 +SHA256 (rubygem/sorbet-runtime-0.5.10969.gem) = 07c7aeab964be17719353469679d85f02cfcfd849aeba7a46157866553366afc +SIZE (rubygem/sorbet-runtime-0.5.10969.gem) = 88064 diff --git a/devel/rubygem-sorbet-runtime/pkg-descr b/devel/rubygem-sorbet-runtime/pkg-descr new file mode 100644 index 000000000000..09a4093c6aa7 --- /dev/null +++ b/devel/rubygem-sorbet-runtime/pkg-descr @@ -0,0 +1,3 @@ +Sorbet is a fast and powerful type checker designed for Ruby. It aims to be easy +to add to existing codebases with gradual types, and fast to respond with errors +and suggestions.