From owner-svn-ports-all@freebsd.org Thu Aug 24 09:35:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E18BDDAF38; Thu, 24 Aug 2017 09:35:01 +0000 (UTC) (envelope-from tz@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 mx1.freebsd.org (Postfix) with ESMTPS id D0A297171F; Thu, 24 Aug 2017 09:35:00 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7O9Z0L1099729; Thu, 24 Aug 2017 09:35:00 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7O9YxqH099718; Thu, 24 Aug 2017 09:34:59 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201708240934.v7O9YxqH099718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 24 Aug 2017 09:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448660 - in head/devel: . rubygem-rblineprof X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head/devel: . rubygem-rblineprof X-SVN-Commit-Revision: 448660 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.23 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: Thu, 24 Aug 2017 09:35:01 -0000 Author: tz Date: Thu Aug 24 09:34:59 2017 New Revision: 448660 URL: https://svnweb.freebsd.org/changeset/ports/448660 Log: New port: devel/rubygem-rblineprof rblineprof shows you lines of code that are slow. WWW: https://github.com/tmm1/rblineprof Added: head/devel/rubygem-rblineprof/ head/devel/rubygem-rblineprof/Makefile (contents, props changed) head/devel/rubygem-rblineprof/distinfo (contents, props changed) head/devel/rubygem-rblineprof/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 24 09:25:06 2017 (r448659) +++ head/devel/Makefile Thu Aug 24 09:34:59 2017 (r448660) @@ -5644,6 +5644,7 @@ SUBDIR += rubygem-rb-fsevent SUBDIR += rubygem-rb-inotify SUBDIR += rubygem-rb-kqueue + SUBDIR += rubygem-rblineprof SUBDIR += rubygem-rbtrace SUBDIR += rubygem-rdoc SUBDIR += rubygem-re2 Added: head/devel/rubygem-rblineprof/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rblineprof/Makefile Thu Aug 24 09:34:59 2017 (r448660) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rblineprof +PORTVERSION= 0.3.7 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +COMMENT= Shows you lines of code that are slow + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libunwind.so:devel/libunwind \ + libgmp.so:math/gmp +RUN_DEPENDS= rubygem-debugger-ruby_core_source>=1.3:devel/rubygem-debugger-ruby_core_source + +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-rblineprof/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rblineprof/distinfo Thu Aug 24 09:34:59 2017 (r448660) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503566846 +SHA256 (rubygem/rblineprof-0.3.7.gem) = 5308af8262d324285e4006330fb73844aef559a8a6a7144e294d872683b4aba6 +SIZE (rubygem/rblineprof-0.3.7.gem) = 13312 Added: head/devel/rubygem-rblineprof/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rblineprof/pkg-descr Thu Aug 24 09:34:59 2017 (r448660) @@ -0,0 +1,3 @@ +rblineprof shows you lines of code that are slow. + +WWW: https://github.com/tmm1/rblineprof