svn commit: r488207 - in head: devel devel/rubygem-nakayoshi_fork devel/rubygem-peek-rails50 net-im net-im/rubygem-discordrb-webhooks-blackst0ne

Matthias Fechner mfechner at FreeBSD.org
Sun Dec 23 12:39:47 UTC 2018


Author: mfechner
Date: Sun Dec 23 12:39:43 2018
New Revision: 488207
URL: https://svnweb.freebsd.org/changeset/ports/488207

Log:
  New ports required for gitlab-ce upgrade to 11.6.
  
  Approved by:	mentors (implicit)

Added:
  head/devel/rubygem-nakayoshi_fork/
  head/devel/rubygem-nakayoshi_fork/Makefile   (contents, props changed)
  head/devel/rubygem-nakayoshi_fork/distinfo   (contents, props changed)
  head/devel/rubygem-nakayoshi_fork/pkg-descr   (contents, props changed)
  head/devel/rubygem-peek-rails50/
  head/devel/rubygem-peek-rails50/Makefile   (contents, props changed)
  head/devel/rubygem-peek-rails50/distinfo   (contents, props changed)
  head/devel/rubygem-peek-rails50/pkg-descr   (contents, props changed)
  head/net-im/rubygem-discordrb-webhooks-blackst0ne/
  head/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile   (contents, props changed)
  head/net-im/rubygem-discordrb-webhooks-blackst0ne/distinfo   (contents, props changed)
  head/net-im/rubygem-discordrb-webhooks-blackst0ne/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile
  head/net-im/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Dec 23 12:33:04 2018	(r488206)
+++ head/devel/Makefile	Sun Dec 23 12:39:43 2018	(r488207)
@@ -5860,6 +5860,7 @@
     SUBDIR += rubygem-mustermann
     SUBDIR += rubygem-mustermann-grape
     SUBDIR += rubygem-mutter
+    SUBDIR += rubygem-nakayoshi_fork
     SUBDIR += rubygem-native-package-installer
     SUBDIR += rubygem-naught
     SUBDIR += rubygem-necromancer
@@ -5898,6 +5899,7 @@
     SUBDIR += rubygem-patch_finder
     SUBDIR += rubygem-pathutil
     SUBDIR += rubygem-peek
+    SUBDIR += rubygem-peek-rails50
     SUBDIR += rubygem-peek-gc-rails50
     SUBDIR += rubygem-peek-host
     SUBDIR += rubygem-peek-performance_bar

Added: head/devel/rubygem-nakayoshi_fork/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-nakayoshi_fork/Makefile	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,23 @@
+# Created by: Matthias Fechner <mfechner at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	nakayoshi_fork
+PORTVERSION=	0.0.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner at FreeBSD.org
+COMMENT=	Solves CoW friendly problem on MRI 2.2 and later
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+post-patch:
+	@${CHMOD} -R o-w ${WRKSRC}/*
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-nakayoshi_fork/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-nakayoshi_fork/distinfo	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1545474807
+SHA256 (rubygem/nakayoshi_fork-0.0.4.gem) = 4f1a7592723a8b057f38dae10ebbb4fb7acc28395fe2b40976b5f77ce26745d6
+SIZE (rubygem/nakayoshi_fork-0.0.4.gem) = 8192

Added: head/devel/rubygem-nakayoshi_fork/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-nakayoshi_fork/pkg-descr	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,3 @@
+Solves CoW friendly problem on MRI 2.2 and later.
+
+WWW: https://github.com/ko1/nakayoshi_fork

Added: head/devel/rubygem-peek-rails50/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-peek-rails50/Makefile	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,36 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	peek
+PORTVERSION=	1.0.1
+PORTREVISION=	1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails50
+
+MAINTAINER=	mfechner at FreeBSD.org
+COMMENT=	Take a peek into your Rails application
+
+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
+
+OPTIONS_RADIO=	RAILS
+OPTIONS_RADIO_RAILS=	RAILS4 RAILS5
+OPTIONS_DEFAULT=RAILS50
+RAILS4_DESC=	Use Rails 4
+RAILS5_DESC=	Use Rails 5
+RAILS50_DESC=	Use Rails 5.0
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+RAILS4_RUN_DEPENDS=	rubygem-railties4>=4.0.0:www/rubygem-railties4
+RAILS5_RUN_DEPENDS=	rubygem-railties5>=4.0.0:www/rubygem-railties5
+RAILS50_RUN_DEPENDS=	rubygem-railties50>=4.0.0:www/rubygem-railties50
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-peek-rails50/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-peek-rails50/distinfo	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498222031
+SHA256 (rubygem/peek-1.0.1.gem) = 9641ed21323644646f13f65c116707e6462cf20b02259bb16925884835db28a5
+SIZE (rubygem/peek-1.0.1.gem) = 25600

Added: head/devel/rubygem-peek-rails50/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-peek-rails50/pkg-descr	Sun Dec 23 12:39:43 2018	(r488207)
@@ -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

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Sun Dec 23 12:33:04 2018	(r488206)
+++ head/net-im/Makefile	Sun Dec 23 12:39:43 2018	(r488207)
@@ -165,6 +165,7 @@
     SUBDIR += qxmpp-qt5
     SUBDIR += ramblercontacts
     SUBDIR += ricochet
+    SUBDIR += rubygem-discordrb-webhooks-blackst0ne
     SUBDIR += rubygem-hipchat
     SUBDIR += rubygem-hipchat15
     SUBDIR += rubygem-lita

Added: head/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-discordrb-webhooks-blackst0ne/Makefile	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,21 @@
+# Created by: Matthias Fechner <mfechner at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	discordrb-webhooks-blackst0ne
+PORTVERSION=	3.3.0
+CATEGORIES=	net-im rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	mfechner at FreeBSD.org
+COMMENT=	Discord API for Ruby
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-rest-client>=2.0:www/rubygem-rest-client
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net-im/rubygem-discordrb-webhooks-blackst0ne/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-discordrb-webhooks-blackst0ne/distinfo	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1545478488
+SHA256 (rubygem/discordrb-webhooks-blackst0ne-3.3.0.gem) = 69f0f7e7548cac9bc11971510749d351fa7f97c25370bc77ee79b11299e10db8
+SIZE (rubygem/discordrb-webhooks-blackst0ne-3.3.0.gem) = 8192

Added: head/net-im/rubygem-discordrb-webhooks-blackst0ne/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/rubygem-discordrb-webhooks-blackst0ne/pkg-descr	Sun Dec 23 12:39:43 2018	(r488207)
@@ -0,0 +1,3 @@
+Discord API for Ruby.
+
+WWW: https://github.com/blackst0ne/discordrb


More information about the svn-ports-all mailing list