svn commit: r558489 - in head/devel: . rubygem-typeprof

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:05:30 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:05:23 2020
New Revision: 558489
URL: https://svnweb.freebsd.org/changeset/ports/558489

Log:
  Add rubygem-typeprof 0.9.2
  
  TypeProf is a type analysis tool for Ruby code based on abstract interpretation.
  
  WWW: https://github.com/ruby/typeprof

Added:
  head/devel/rubygem-typeprof/
  head/devel/rubygem-typeprof/Makefile   (contents, props changed)
  head/devel/rubygem-typeprof/distinfo   (contents, props changed)
  head/devel/rubygem-typeprof/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Dec 19 20:05:18 2020	(r558488)
+++ head/devel/Makefile	Sat Dec 19 20:05:23 2020	(r558489)
@@ -6600,6 +6600,7 @@
     SUBDIR += rubygem-tty-which
     SUBDIR += rubygem-turn
     SUBDIR += rubygem-typed-array
+    SUBDIR += rubygem-typeprof
     SUBDIR += rubygem-tzinfo
     SUBDIR += rubygem-tzinfo-data
     SUBDIR += rubygem-tzinfo1

Added: head/devel/rubygem-typeprof/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-typeprof/Makefile	Sat Dec 19 20:05:23 2020	(r558489)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	typeprof
+PORTVERSION=	0.9.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Type analysis tool for Ruby code
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-rbs>=0.20.1:devel/rubygem-rbs
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PLIST_FILES=	bin/typeprof
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-typeprof/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-typeprof/distinfo	Sat Dec 19 20:05:23 2020	(r558489)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608366100
+SHA256 (rubygem/typeprof-0.9.2.gem) = 8b39df39bc4e85be79a08c6ba53dea417e3f4fadc38d4fdfaa51facb5e6bedb7
+SIZE (rubygem/typeprof-0.9.2.gem) = 491520

Added: head/devel/rubygem-typeprof/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-typeprof/pkg-descr	Sat Dec 19 20:05:23 2020	(r558489)
@@ -0,0 +1,3 @@
+TypeProf is a type analysis tool for Ruby code based on abstract interpretation.
+
+WWW: https://github.com/ruby/typeprof


More information about the svn-ports-all mailing list