1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add rubygem-rbs 0.20.1

RBS is a language to describe the structure of Ruby programs. You can write down
the definition of a class or module: methods defined in the class, instance
variables and their types, and inheritance/mix-in relations. It also allows
declaring constants and global variables.

WWW: https://github.com/ruby/rbs
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:05:18 +00:00
parent fabe8e9d1a
commit 100fccc18b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558488
4 changed files with 34 additions and 0 deletions

View File

@ -6389,6 +6389,7 @@
SUBDIR += rubygem-rb-inotify
SUBDIR += rubygem-rb-kqueue
SUBDIR += rubygem-rblineprof
SUBDIR += rubygem-rbs
SUBDIR += rubygem-rbtrace
SUBDIR += rubygem-rdoc
SUBDIR += rubygem-re2

View File

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rbs
PORTVERSION= 0.20.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Language for type signatures for Ruby and standard library definitions
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/rbs
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608366098
SHA256 (rubygem/rbs-0.20.1.gem) = bc6503fb561140955d69631d1d5f8e7a5beef4791067e721a3b87eed7761ca83
SIZE (rubygem/rbs-0.20.1.gem) = 397824

View File

@ -0,0 +1,6 @@
RBS is a language to describe the structure of Ruby programs. You can write down
the definition of a class or module: methods defined in the class, instance
variables and their types, and inheritance/mix-in relations. It also allows
declaring constants and global variables.
WWW: https://github.com/ruby/rbs