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:
parent
fabe8e9d1a
commit
100fccc18b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558488
@ -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
|
||||
|
24
devel/rubygem-rbs/Makefile
Normal file
24
devel/rubygem-rbs/Makefile
Normal 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>
|
3
devel/rubygem-rbs/distinfo
Normal file
3
devel/rubygem-rbs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1608366098
|
||||
SHA256 (rubygem/rbs-0.20.1.gem) = bc6503fb561140955d69631d1d5f8e7a5beef4791067e721a3b87eed7761ca83
|
||||
SIZE (rubygem/rbs-0.20.1.gem) = 397824
|
6
devel/rubygem-rbs/pkg-descr
Normal file
6
devel/rubygem-rbs/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user