Add rubygem-peek-pg-rails52 (copied from rubygem-peek-pg-rails5).

This commit is contained in:
Matthias Fechner
2019-08-26 07:52:31 +00:00
parent 408843388e
commit a723aa4bc0
4 changed files with 37 additions and 0 deletions

View File

@@ -970,6 +970,7 @@
SUBDIR += rubygem-paranoia
SUBDIR += rubygem-peek-mysql2-rails5
SUBDIR += rubygem-peek-pg-rails5
SUBDIR += rubygem-peek-pg-rails52
SUBDIR += rubygem-pg
SUBDIR += rubygem-pg0
SUBDIR += rubygem-pg018

View File

@@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= peek-pg
PORTVERSION= 1.3.0
PORTREVISION= 3
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Take a peek into the MySQL queries made
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-concurrent-ruby>=0:devel/rubygem-concurrent-ruby \
rubygem-concurrent-ruby-ext>=0:devel/rubygem-concurrent-ruby-ext \
rubygem-pg0>=0:databases/rubygem-pg0 \
rubygem-peek-rails52>=0.1.0:devel/rubygem-peek-rails52
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1503565492
SHA256 (rubygem/peek-pg-1.3.0.gem) = ec2c477f54a761df6a0825936441482e359cea447ac46d1e3f05fa037347d39f
SIZE (rubygem/peek-pg-1.3.0.gem) = 7168

View File

@@ -0,0 +1,7 @@
Take a peek into the Postgres queries made during your application's requests.
Things this peek view provides:
- Total number of Postgres queries called during the request
- The duration of the queries made during the request
WWW: https://github.com/peek/peek-pg