From owner-svn-ports-all@freebsd.org Sat Dec 19 20:05:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A48164CF2E9; Sat, 19 Dec 2020 20:05:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyxYM3Qf1z4bKs; Sat, 19 Dec 2020 20:05:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A4480231CD; Sat, 19 Dec 2020 20:05:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJK5OPI097017; Sat, 19 Dec 2020 20:05:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJK5Nn3097010; Sat, 19 Dec 2020 20:05:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192005.0BJK5Nn3097010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558489 - in head/devel: . rubygem-typeprof X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-typeprof X-SVN-Commit-Revision: 558489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 20:05:30 -0000 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 +# $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 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