Date: Thu, 24 Aug 2017 09:34:59 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448660 - in head/devel: . rubygem-rblineprof Message-ID: <201708240934.v7O9YxqH099718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708240934.v7O9YxqH099718>