aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-08-24 00:54:08 +0800
committertz <tz@FreeBSD.org>2017-08-24 00:54:08 +0800
commit5808e413d9a2a66a8c028b283c6caa0bcb80ed6a (patch)
treeb0488aa5cd74ab280a8d56381cbfe13e00b27edd
parent14e7042b6a8a12831b0d46c9e680b74c3b3ddbc3 (diff)
downloadfreebsd-ports-gnome-5808e413d9a2a66a8c028b283c6caa0bcb80ed6a.tar.gz
freebsd-ports-gnome-5808e413d9a2a66a8c028b283c6caa0bcb80ed6a.tar.zst
freebsd-ports-gnome-5808e413d9a2a66a8c028b283c6caa0bcb80ed6a.zip
New port: devel/rubygem-peek-performance_bar
Take a peek into the window.performance timing behind your app. Things this peek view provides: - Frontend - Latency / Receiving - Backend - TCP / SSL - Redirect - DNS Lookup WWW: https://github.com/peek/peek-performance_bar
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-peek-performance_bar/Makefile20
-rw-r--r--devel/rubygem-peek-performance_bar/distinfo3
-rw-r--r--devel/rubygem-peek-performance_bar/pkg-descr11
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index abdc8f516aeb..9c400e511717 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5593,6 +5593,7 @@
SUBDIR += rubygem-peek
SUBDIR += rubygem-peek-gc
SUBDIR += rubygem-peek-host
+ SUBDIR += rubygem-peek-performance_bar
SUBDIR += rubygem-piston
SUBDIR += rubygem-pkg-config
SUBDIR += rubygem-platform
diff --git a/devel/rubygem-peek-performance_bar/Makefile b/devel/rubygem-peek-performance_bar/Makefile
new file mode 100644
index 000000000000..4f4c2aa6f176
--- /dev/null
+++ b/devel/rubygem-peek-performance_bar/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= peek-performance_bar
+PORTVERSION= 1.3.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= tz@FreeBSD.org
+COMMENT= Take a peek into the window.performance timing behind your app
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-peek>=0.1.0:devel/rubygem-peek
+
+NO_ARCH= yes
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-peek-performance_bar/distinfo b/devel/rubygem-peek-performance_bar/distinfo
new file mode 100644
index 000000000000..9a91d500d46c
--- /dev/null
+++ b/devel/rubygem-peek-performance_bar/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503506987
+SHA256 (rubygem/peek-performance_bar-1.3.0.gem) = e64b0d5a2b4e38fc472cf90240b381704b502f6b7d2a5b97f64bc354ec7e2222
+SIZE (rubygem/peek-performance_bar-1.3.0.gem) = 11264
diff --git a/devel/rubygem-peek-performance_bar/pkg-descr b/devel/rubygem-peek-performance_bar/pkg-descr
new file mode 100644
index 000000000000..05f5b25ac92f
--- /dev/null
+++ b/devel/rubygem-peek-performance_bar/pkg-descr
@@ -0,0 +1,11 @@
+Take a peek into the window.performance timing behind your app.
+
+Things this peek view provides:
+- Frontend
+- Latency / Receiving
+- Backend
+- TCP / SSL
+- Redirect
+- DNS Lookup
+
+WWW: https://github.com/peek/peek-performance_bar