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
This commit is contained in:
parent
80e0314cb6
commit
6411b94c7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370267
4 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
18
devel/rubygem-rack-mini-profiler/Makefile
Normal file
18
devel/rubygem-rack-mini-profiler/Makefile
Normal file
|
@ -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>
|
2
devel/rubygem-rack-mini-profiler/distinfo
Normal file
2
devel/rubygem-rack-mini-profiler/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rack-mini-profiler-0.9.2.gem) = c91e9422934146874a480d2ae3a8bb5491dc3d769871d9fb00b760d79849bdf8
|
||||
SIZE (rubygem/rack-mini-profiler-0.9.2.gem) = 92160
|
4
devel/rubygem-rack-mini-profiler/pkg-descr
Normal file
4
devel/rubygem-rack-mini-profiler/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Profiling toolkit for Rack applications with Rails integration. Client Side
|
||||
profiling, DB profiling and Server profiling.
|
||||
|
||||
WWW: http://miniprofiler.com
|
Loading…
Reference in a new issue