Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:05:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558489 - in head/devel: . rubygem-typeprof
Message-ID:  <202012192005.0BJK5Nn3097010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	typeprof
+PORTVERSION=	0.9.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192005.0BJK5Nn3097010>