Index: head/devel/rubygem-peek-rails4/Makefile =================================================================== --- head/devel/rubygem-peek-rails4/Makefile (revision 513161) +++ head/devel/rubygem-peek-rails4/Makefile (revision 513162) @@ -1,13 +1,22 @@ # $FreeBSD$ -CATEGORIES= devel +PORTNAME= peek +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails4 -MASTERDIR= ${.CURDIR}/../rubygem-peek +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Take a peek into your Rails application -PKGNAMESUFFIX= -rails4 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-concurrent-ruby>=0.9.0:devel/rubygem-concurrent-ruby \ - rubygem-concurrent-ruby-ext>=0.9.0:devel/rubygem-concurrent-ruby-ext \ - rubygem-railties4>=4.0.0:www/rubygem-railties4 +RUN_DEPENDS= rubygem-railties4>=4.0.0:www/rubygem-railties4 -.include "${MASTERDIR}/Makefile" +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include Index: head/devel/rubygem-peek-rails4/distinfo =================================================================== --- head/devel/rubygem-peek-rails4/distinfo (nonexistent) +++ head/devel/rubygem-peek-rails4/distinfo (revision 513162) @@ -0,0 +1,3 @@ +TIMESTAMP = 1569680495 +SHA256 (rubygem/peek-1.1.0.gem) = d6501ead8cde46d8d8ed0d59eb6f0ba713d0a41c11a2c4a81447b2dce37b3ecc +SIZE (rubygem/peek-1.1.0.gem) = 25600 Property changes on: head/devel/rubygem-peek-rails4/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/rubygem-peek-rails4/pkg-descr =================================================================== --- head/devel/rubygem-peek-rails4/pkg-descr (nonexistent) +++ head/devel/rubygem-peek-rails4/pkg-descr (revision 513162) @@ -0,0 +1,16 @@ +This is a profiling tool originally built at GitHub to help us get an insight +into our application. Now, we have extracted this into Peek, so that other Rails +application can experience the same benefit. + +Peek puts a little bar on top of your application to show you all sorts of +helpful information about your application. From the screenshot above, you can +see that Peek provides information about database queries, cache, Resque workers +and more. However, this is only part of Peek's beauty. + +The true beauty of Peek lies in the fact that it is an extensible platform. If +there are some performance metrics that you need but are not available on Peek, +you can find it from the list of available Peek Views and integrate it into +Peek. Even if you do not find what you want on Peek Views, you can always create +your own. + +WWW: https://github.com/peek/peek Property changes on: head/devel/rubygem-peek-rails4/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property