mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
www/gitlab: new port required for version 17.2
This commit is contained in:
parent
109a1d15e8
commit
aa2456e062
@ -6272,6 +6272,7 @@
|
||||
SUBDIR += rubygem-ast
|
||||
SUBDIR += rubygem-astrolabe
|
||||
SUBDIR += rubygem-async
|
||||
SUBDIR += rubygem-async212
|
||||
SUBDIR += rubygem-async-io
|
||||
SUBDIR += rubygem-atomic
|
||||
SUBDIR += rubygem-attic
|
||||
@ -7151,6 +7152,7 @@
|
||||
SUBDIR += rubygem-google-iam-credentials-v1
|
||||
SUBDIR += rubygem-google-iam-v1
|
||||
SUBDIR += rubygem-google-protobuf
|
||||
SUBDIR += rubygem-google-protobuf4
|
||||
SUBDIR += rubygem-googleapis-common-protos
|
||||
SUBDIR += rubygem-googleapis-common-protos-types
|
||||
SUBDIR += rubygem-graf
|
||||
|
21
devel/rubygem-async212/Makefile
Normal file
21
devel/rubygem-async212/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= async
|
||||
PORTVERSION= 2.12.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Modern asynchronous I/O framework for Ruby
|
||||
WWW= https://socketry.github.io/async/ \
|
||||
https://github.com/socketry/async
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-console>=1.25.2<2:devel/rubygem-console \
|
||||
rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
|
||||
rubygem-io-event>=1.6.5<2:devel/rubygem-io-event
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-async212/distinfo
Normal file
3
devel/rubygem-async212/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1721623990
|
||||
SHA256 (rubygem/async-2.12.1.gem) = 146fb3acf6d05ad40abb9ae659dd3b574067a3420fe7d6d5d6a3cf5413de3ea5
|
||||
SIZE (rubygem/async-2.12.1.gem) = 28672
|
2
devel/rubygem-async212/pkg-descr
Normal file
2
devel/rubygem-async212/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Async is a composable asynchronous I/O framework for Ruby based on nio4r and
|
||||
timers.
|
22
devel/rubygem-google-protobuf4/Makefile
Normal file
22
devel/rubygem-google-protobuf4/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
PORTNAME= google-protobuf
|
||||
PORTVERSION= 4.27.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 4
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby extension to Google Protocol Buffers
|
||||
WWW= https://protobuf.dev/ \
|
||||
https://github.com/protocolbuffers/protobuf \
|
||||
https://github.com/protocolbuffers/protobuf/tree/main/ruby
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
|
||||
rubygem-rake>=0:devel/rubygem-rake
|
||||
|
||||
USES= gem shebangfix
|
||||
|
||||
SHEBANG_GLOB= *.rb
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-google-protobuf4/distinfo
Normal file
3
devel/rubygem-google-protobuf4/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1721636316
|
||||
SHA256 (rubygem/google-protobuf-4.27.2.gem) = 9f69eb20acde6e3cf3cd197c09f38911cd7eed5fdf1bf4d4bce4c55e9dc9966f
|
||||
SIZE (rubygem/google-protobuf-4.27.2.gem) = 270336
|
6
devel/rubygem-google-protobuf4/pkg-descr
Normal file
6
devel/rubygem-google-protobuf4/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
rubygem-google-protobuf is a Ruby extension that implements Protocol Buffers
|
||||
functionality. It makes use of generated Ruby code that defines message and enum
|
||||
types in a Ruby DSL. You may write definitions in this DSL directly, but we
|
||||
recommend using protoc's Ruby generation support with .proto files. The build
|
||||
process in this directory only installs the extension; you need to install
|
||||
protoc as well to have Ruby code generation functionality.
|
@ -1124,6 +1124,7 @@
|
||||
SUBDIR += rubygem-digest
|
||||
SUBDIR += rubygem-digest-crc
|
||||
SUBDIR += rubygem-doorkeeper
|
||||
SUBDIR += rubygem-doorkeeper-device_authorization_grant
|
||||
SUBDIR += rubygem-doorkeeper-openid_connect
|
||||
SUBDIR += rubygem-doorkeeper-rails5
|
||||
SUBDIR += rubygem-doorkeeper-rails50
|
||||
|
@ -0,0 +1,19 @@
|
||||
PORTNAME= doorkeeper-device_authorization_grant
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= OAuth 2.0 Device Authorization Grant extension for Doorkeeper
|
||||
WWW= https://github.com/exop-group/doorkeeper-device_authorization_grant
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-doorkeeper-rails70>=5.5<6:security/rubygem-doorkeeper-rails70
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1721205274
|
||||
SHA256 (rubygem/doorkeeper-device_authorization_grant-1.0.3.gem) = 94c3ac12a0d50942850ecd58ed64298b397a5e903e8880cb68d4085600932679
|
||||
SIZE (rubygem/doorkeeper-device_authorization_grant-1.0.3.gem) = 17408
|
@ -0,0 +1 @@
|
||||
OAuth 2.0 Device Authorization Grant extension for Doorkeeper
|
Loading…
Reference in New Issue
Block a user