mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
devel/rubygem-omnibus: Add rubygem-omnibus 8.2.2
Omnibus is a framework for building self-installing, full-stack software builds. Omnibus provides both a DSL for defining Omnibus projects for your software, as well as a command-line tool for generating installer artifacts from that definition. WWW: https://github.com/chef/omnibus
This commit is contained in:
parent
e8c7cd8825
commit
5b8e4e9801
@ -6550,6 +6550,7 @@
|
||||
SUBDIR += rubygem-oj
|
||||
SUBDIR += rubygem-oj310
|
||||
SUBDIR += rubygem-omniauth_crowd
|
||||
SUBDIR += rubygem-omnibus
|
||||
SUBDIR += rubygem-open3
|
||||
SUBDIR += rubygem-open3_backport
|
||||
SUBDIR += rubygem-open4
|
||||
|
34
devel/rubygem-omnibus/Makefile
Normal file
34
devel/rubygem-omnibus/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= omnibus
|
||||
PORTVERSION= 8.2.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Framework for building self-installing, full-stack software builds
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-aws-sdk-s3>=1<2:devel/rubygem-aws-sdk-s3 \
|
||||
rubygem-chef-cleanroom>=1.0<2:sysutils/rubygem-chef-cleanroom \
|
||||
rubygem-chef-utils>=15.4:sysutils/rubygem-chef-utils \
|
||||
rubygem-contracts016>=0.16.0<0.17.0:devel/rubygem-contracts016 \
|
||||
rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl \
|
||||
rubygem-license_scout>=1.0:sysutils/rubygem-license_scout \
|
||||
rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \
|
||||
rubygem-mixlib-versioning>=0:devel/rubygem-mixlib-versioning \
|
||||
rubygem-ohai>=15<17:sysutils/rubygem-ohai \
|
||||
rubygem-pedump>=0:devel/rubygem-pedump \
|
||||
rubygem-ruby-progressbar>=1.7<2:devel/rubygem-ruby-progressbar \
|
||||
rubygem-thor>=0.18<2.0:devel/rubygem-thor
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/omnibus
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-omnibus/distinfo
Normal file
3
devel/rubygem-omnibus/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1634391092
|
||||
SHA256 (rubygem/omnibus-8.2.2.gem) = 3c0a8b62f9fc1b7d18424114ccab8434597f2e8d8d87882091f14990d240a4ef
|
||||
SIZE (rubygem/omnibus-8.2.2.gem) = 1257472
|
11
devel/rubygem-omnibus/files/patch-gemspec
Normal file
11
devel/rubygem-omnibus/files/patch-gemspec
Normal file
@ -0,0 +1,11 @@
|
||||
--- omnibus.gemspec.orig 2021-10-22 11:41:46 UTC
|
||||
+++ omnibus.gemspec
|
||||
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
||||
s.add_runtime_dependency(%q<ohai>.freeze, [">= 15", "< 17"])
|
||||
s.add_runtime_dependency(%q<ruby-progressbar>.freeze, ["~> 1.7"])
|
||||
s.add_runtime_dependency(%q<thor>.freeze, [">= 0.18", "< 2.0"])
|
||||
- s.add_runtime_dependency(%q<license_scout>.freeze, ["~> 1.0"])
|
||||
+ s.add_runtime_dependency(%q<license_scout>.freeze, [">= 1.0"])
|
||||
s.add_runtime_dependency(%q<contracts>.freeze, [">= 0.16.0", "< 0.17.0"])
|
||||
s.add_runtime_dependency(%q<mixlib-versioning>.freeze, [">= 0"])
|
||||
s.add_runtime_dependency(%q<pedump>.freeze, [">= 0"])
|
6
devel/rubygem-omnibus/pkg-descr
Normal file
6
devel/rubygem-omnibus/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Omnibus is a framework for building self-installing, full-stack software builds.
|
||||
Omnibus provides both a DSL for defining Omnibus projects for your software, as
|
||||
well as a command-line tool for generating installer artifacts from that
|
||||
definition.
|
||||
|
||||
WWW: https://github.com/chef/omnibus
|
Loading…
Reference in New Issue
Block a user