svn commit: r448214 - in head/devel: . rubygem-peek-host

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Aug 18 09:23:46 UTC 2017


Author: tz
Date: Fri Aug 18 09:23:45 2017
New Revision: 448214
URL: https://svnweb.freebsd.org/changeset/ports/448214

Log:
  New port: devel/rubygem-peek-host
  
  Take a peek into the host which serves your reuest.
  
  Things this peek view provides:
  - Hostname of the instance which served your request.
  
  Its an addition to the Peek profiling tool.
  
  WWW: https://github.com/jacobbednarz/peek-host

Added:
  head/devel/rubygem-peek-host/
  head/devel/rubygem-peek-host/Makefile   (contents, props changed)
  head/devel/rubygem-peek-host/distinfo   (contents, props changed)
  head/devel/rubygem-peek-host/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Aug 18 09:12:51 2017	(r448213)
+++ head/devel/Makefile	Fri Aug 18 09:23:45 2017	(r448214)
@@ -5591,6 +5591,7 @@
     SUBDIR += rubygem-pathutil
     SUBDIR += rubygem-peek
     SUBDIR += rubygem-peek-gc
+    SUBDIR += rubygem-peek-host
     SUBDIR += rubygem-piston
     SUBDIR += rubygem-pkg-config
     SUBDIR += rubygem-platform

Added: head/devel/rubygem-peek-host/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-peek-host/Makefile	Fri Aug 18 09:23:45 2017	(r448214)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	peek-host
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	tz at FreeBSD.org
+COMMENT=	Take a peek into the host which served your Rails request
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-peek>=0:devel/rubygem-peek
+
+NO_ARCH=	yes
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-peek-host/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-peek-host/distinfo	Fri Aug 18 09:23:45 2017	(r448214)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503047977
+SHA256 (rubygem/peek-host-1.0.0.gem) = 0b411e26aeeaf883ea9b366530cfe7d2081fa98eec4755d9b8dcb7d93e042a87
+SIZE (rubygem/peek-host-1.0.0.gem) = 6656

Added: head/devel/rubygem-peek-host/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-peek-host/pkg-descr	Fri Aug 18 09:23:45 2017	(r448214)
@@ -0,0 +1,8 @@
+Take a peek into the host which serves your reuest.
+
+Things this peek view provides:
+- Hostname of the instance which served your request.
+
+Its an addition to the Peek profiling tool.
+
+WWW: https://github.com/jacobbednarz/peek-host


More information about the svn-ports-all mailing list