mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
*/*: new ports required for gitlab-ce 14.5
This commit is contained in:
parent
5c8d1c24f8
commit
c082f4abe9
19 changed files with 138 additions and 0 deletions
|
@ -6446,6 +6446,7 @@
|
|||
SUBDIR += rubygem-io-wait
|
||||
SUBDIR += rubygem-iobuffer
|
||||
SUBDIR += rubygem-iostruct
|
||||
SUBDIR += rubygem-ipynbdiff
|
||||
SUBDIR += rubygem-irb
|
||||
SUBDIR += rubygem-iso8601
|
||||
SUBDIR += rubygem-jaeger-client
|
||||
|
@ -6753,6 +6754,7 @@
|
|||
SUBDIR += rubygem-scanf
|
||||
SUBDIR += rubygem-schash
|
||||
SUBDIR += rubygem-scientist
|
||||
SUBDIR += rubygem-sd_notify
|
||||
SUBDIR += rubygem-sdoc
|
||||
SUBDIR += rubygem-semantic_puppet
|
||||
SUBDIR += rubygem-semantic_range
|
||||
|
|
21
devel/rubygem-ipynbdiff/Makefile
Normal file
21
devel/rubygem-ipynbdiff/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
|
||||
PORTNAME= ipynbdiff
|
||||
PORTVERSION= 0.3.7
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Human readable Jupyter Notebook diffs
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-diffy330>=3.3.0<3.3.1:textproc/rubygem-diffy330 \
|
||||
rubygem-json>=2.5.1<2.5.2:devel/rubygem-json
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-ipynbdiff/distinfo
Normal file
3
devel/rubygem-ipynbdiff/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1638600039
|
||||
SHA256 (rubygem/ipynbdiff-0.3.7.gem) = 7d6e4d44762eb4adae528f9f007558027ef041517f382e9eb7556bcefe3a63a0
|
||||
SIZE (rubygem/ipynbdiff-0.3.7.gem) = 8192
|
6
devel/rubygem-ipynbdiff/pkg-descr
Normal file
6
devel/rubygem-ipynbdiff/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a simple diff tool that cleans up jupyter notebooks, transforming each
|
||||
notebook into a readable markdown file, keeping the output of cells, and
|
||||
running the diff after. Markdowns are generated using an opinionated Jupyter
|
||||
to Markdown conversion. This means that the entire file is readable on the diff.
|
||||
|
||||
WWW: https://gitlab.com/gitlab-org/incubation-engineering/mlops/rb-ipynbdiff
|
18
devel/rubygem-sd_notify/Makefile
Normal file
18
devel/rubygem-sd_notify/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
|
||||
PORTNAME= sd_notify
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Communicate Ruby state changes to systemd
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-sd_notify/distinfo
Normal file
3
devel/rubygem-sd_notify/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1637598556
|
||||
SHA256 (rubygem/sd_notify-0.1.1.gem) = cbc7ac6caa7cedd26b30a72b5eeb6f36050dc0752df263452ea24fb5a4ad3131
|
||||
SIZE (rubygem/sd_notify-0.1.1.gem) = 7168
|
3
devel/rubygem-sd_notify/pkg-descr
Normal file
3
devel/rubygem-sd_notify/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Notify systemd about various service status changes of Ruby programs
|
||||
|
||||
WWW: https://github.com/agis/ruby-sdnotify
|
|
@ -1002,6 +1002,7 @@
|
|||
SUBDIR += rubygem-ruby-graphviz
|
||||
SUBDIR += rubygem-ruby-vips
|
||||
SUBDIR += rubygem-scruffy
|
||||
SUBDIR += rubygem-tanuki_emoji
|
||||
SUBDIR += rx
|
||||
SUBDIR += s10sh
|
||||
SUBDIR += s2
|
||||
|
|
19
graphics/rubygem-tanuki_emoji/Makefile
Normal file
19
graphics/rubygem-tanuki_emoji/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
|
||||
PORTNAME= tanuki_emoji
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Emoji character information and metadata
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/rubygem-tanuki_emoji/distinfo
Normal file
3
graphics/rubygem-tanuki_emoji/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1637598925
|
||||
SHA256 (rubygem/tanuki_emoji-0.5.0.gem) = 9abf23cf7d38f0b00357bd55b22b944ebbbdcbab5be342f98f0392df87c280e3
|
||||
SIZE (rubygem/tanuki_emoji-0.5.0.gem) = 6562816
|
4
graphics/rubygem-tanuki_emoji/pkg-descr
Normal file
4
graphics/rubygem-tanuki_emoji/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This library helps you implement Emoji support in a ruby application
|
||||
by providing you access to native Emoji character information.
|
||||
|
||||
WWW: https://gitlab.com/gitlab-org/tanuki_emoji
|
|
@ -1126,6 +1126,7 @@
|
|||
SUBDIR += rubygem-omniauth-bitbucket
|
||||
SUBDIR += rubygem-omniauth-cas
|
||||
SUBDIR += rubygem-omniauth-cas3
|
||||
SUBDIR += rubygem-omniauth-dingtalk-oauth2
|
||||
SUBDIR += rubygem-omniauth-gitlab
|
||||
SUBDIR += rubygem-omniauth-jwt
|
||||
SUBDIR += rubygem-omniauth-multipassword
|
||||
|
|
21
security/rubygem-omniauth-dingtalk-oauth2/Makefile
Normal file
21
security/rubygem-omniauth-dingtalk-oauth2/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
||||
|
||||
PORTNAME= omniauth-dingtalk-oauth2
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Wrapper the DingTalk Oauth2 API
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-omniauth-oauth2>=1.7.1<1.8:net/rubygem-omniauth-oauth2
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-omniauth-dingtalk-oauth2/distinfo
Normal file
3
security/rubygem-omniauth-dingtalk-oauth2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1638530255
|
||||
SHA256 (rubygem/omniauth-dingtalk-oauth2-1.0.0.gem) = c89362f55cf66194c7a0966673a7dfba1eed5775ec1daaf2c53cd92d8377d4e9
|
||||
SIZE (rubygem/omniauth-dingtalk-oauth2-1.0.0.gem) = 9216
|
3
security/rubygem-omniauth-dingtalk-oauth2/pkg-descr
Normal file
3
security/rubygem-omniauth-dingtalk-oauth2/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Wrapper the DingTalk Oauth2 API
|
||||
|
||||
WWW: https://gitlab.com/gitlab-jh/jh-team/omniauth-dingtalk
|
|
@ -1621,6 +1621,7 @@
|
|||
SUBDIR += rubygem-diff-lcs
|
||||
SUBDIR += rubygem-diff_match_patch
|
||||
SUBDIR += rubygem-diffy
|
||||
SUBDIR += rubygem-diffy330
|
||||
SUBDIR += rubygem-docdiff
|
||||
SUBDIR += rubygem-elasticsearch
|
||||
SUBDIR += rubygem-elasticsearch-api
|
||||
|
|
20
textproc/rubygem-diffy330/Makefile
Normal file
20
textproc/rubygem-diffy330/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
|
||||
PORTNAME= diffy
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 330
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Convenient diffing in ruby
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-diffy330/distinfo
Normal file
3
textproc/rubygem-diffy330/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1637599843
|
||||
SHA256 (rubygem/diffy-3.3.0.gem) = 909af322005817dfd848afb85ba5a30c65c38299b288349ac8c1744607391d62
|
||||
SIZE (rubygem/diffy-3.3.0.gem) = 17920
|
3
textproc/rubygem-diffy330/pkg-descr
Normal file
3
textproc/rubygem-diffy330/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Convenient diffing in ruby
|
||||
|
||||
WWW: https://github.com/samg/diffy
|
Loading…
Add table
Reference in a new issue