1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

New ports required for gitlab-ce upgrade to 11.6.

Approved by:	mentors (implicit)
This commit is contained in:
Matthias Fechner 2018-12-23 12:39:43 +00:00
parent 19fb947640
commit 6fdf7e9a23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488207
11 changed files with 114 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,23 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= nakayoshi_fork
PORTVERSION= 0.0.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1545474807
SHA256 (rubygem/nakayoshi_fork-0.0.4.gem) = 4f1a7592723a8b057f38dae10ebbb4fb7acc28395fe2b40976b5f77ce26745d6
SIZE (rubygem/nakayoshi_fork-0.0.4.gem) = 8192

View File

@ -0,0 +1,3 @@
Solves CoW friendly problem on MRI 2.2 and later.
WWW: https://github.com/ko1/nakayoshi_fork

View File

@ -0,0 +1,36 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= peek
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails50
MAINTAINER= mfechner@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1498222031
SHA256 (rubygem/peek-1.0.1.gem) = 9641ed21323644646f13f65c116707e6462cf20b02259bb16925884835db28a5
SIZE (rubygem/peek-1.0.1.gem) = 25600

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,21 @@
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
# $FreeBSD$
PORTNAME= discordrb-webhooks-blackst0ne
PORTVERSION= 3.3.0
CATEGORIES= net-im rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Discord API for Ruby.
WWW: https://github.com/blackst0ne/discordrb