Date: Tue, 7 Oct 2014 03:23:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370267 - in head/devel: . rubygem-rack-mini-profiler Message-ID: <201410070323.s973NYDm094709@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Oct 7 03:23:33 2014 New Revision: 370267 URL: https://svnweb.freebsd.org/changeset/ports/370267 QAT: https://qat.redports.org/buildarchive/r370267/ Log: devel/rubygem-rack-mini-profiler: create port Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling. WWW: http://miniprofiler.com Added: head/devel/rubygem-rack-mini-profiler/ head/devel/rubygem-rack-mini-profiler/Makefile (contents, props changed) head/devel/rubygem-rack-mini-profiler/distinfo (contents, props changed) head/devel/rubygem-rack-mini-profiler/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 7 03:14:24 2014 (r370266) +++ head/devel/Makefile Tue Oct 7 03:23:33 2014 (r370267) @@ -4468,6 +4468,7 @@ SUBDIR += rubygem-pygments.rb SUBDIR += rubygem-r18n-core SUBDIR += rubygem-racc + SUBDIR += rubygem-rack-mini-profiler SUBDIR += rubygem-rack-raw-upload SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow Added: head/devel/rubygem-rack-mini-profiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rack-mini-profiler/Makefile Tue Oct 7 03:23:33 2014 (r370267) @@ -0,0 +1,18 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rack-mini-profiler +PORTVERSION= 0.9.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Profiles loading speed for rack applications + +RUN_DEPENDS= rubygem-rack>=1.1.3:${PORTSDIR}/www/rubygem-rack + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> Added: head/devel/rubygem-rack-mini-profiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rack-mini-profiler/distinfo Tue Oct 7 03:23:33 2014 (r370267) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rack-mini-profiler-0.9.2.gem) = c91e9422934146874a480d2ae3a8bb5491dc3d769871d9fb00b760d79849bdf8 +SIZE (rubygem/rack-mini-profiler-0.9.2.gem) = 92160 Added: head/devel/rubygem-rack-mini-profiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-rack-mini-profiler/pkg-descr Tue Oct 7 03:23:33 2014 (r370267) @@ -0,0 +1,4 @@ +Profiling toolkit for Rack applications with Rails integration. Client Side +profiling, DB profiling and Server profiling. + +WWW: http://miniprofiler.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410070323.s973NYDm094709>