git: fe321e595d41 - main - devel/rubygem-activesupport70: Add rubygem-activesupport70 7.0.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 11 Jan 2022 18:52:45 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fe321e595d41c05b67814528120cdcaa15ba9133

commit fe321e595d41c05b67814528120cdcaa15ba9133
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:56:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:51 +0000

    devel/rubygem-activesupport70: Add rubygem-activesupport70 7.0.0
    
    Active Support is a collection of utility classes and standard library
    extensions that were found useful for the Rails framework. These additions
    reside in this package so they can be loaded as needed in Ruby projects outside
    of Rails.
    
    WWW: https://rubyonrails.org/
    WWW: https://github.com/rails/rails/tree/main/activesupport
---
 devel/Makefile                          |  1 +
 devel/rubygem-activesupport70/Makefile  | 27 +++++++++++++++++++++++++++
 devel/rubygem-activesupport70/distinfo  |  3 +++
 devel/rubygem-activesupport70/pkg-descr |  7 +++++++
 4 files changed, 38 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index d68e42d44306..dfb8bbfb6e6b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5661,6 +5661,7 @@
     SUBDIR += rubygem-activesupport52
     SUBDIR += rubygem-activesupport60
     SUBDIR += rubygem-activesupport61
+    SUBDIR += rubygem-activesupport70
     SUBDIR += rubygem-airborne
     SUBDIR += rubygem-akismet
     SUBDIR += rubygem-algebrick
diff --git a/devel/rubygem-activesupport70/Makefile b/devel/rubygem-activesupport70/Makefile
new file mode 100644
index 000000000000..7853dea55120
--- /dev/null
+++ b/devel/rubygem-activesupport70/Makefile
@@ -0,0 +1,27 @@
+PORTNAME=	activesupport
+PORTVERSION=	7.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	70
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Toolkit of support libraries and Ruby core extensions extracted from the Rails framework
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
+		rubygem-i18n>=1.6,2<2,2:devel/rubygem-i18n \
+		rubygem-minitest>=5.1:devel/rubygem-minitest \
+		rubygem-tzinfo>=2.0<3:devel/rubygem-tzinfo
+
+USES=		cpe gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+CPE_VENDOR=	activesupport_project
+
+PORTSCOUT=	limit:^7\.0\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-activesupport70/distinfo b/devel/rubygem-activesupport70/distinfo
new file mode 100644
index 000000000000..b925a16a1d56
--- /dev/null
+++ b/devel/rubygem-activesupport70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641045762
+SHA256 (rubygem/activesupport-7.0.0.gem) = d37f65f04ab400d1845f6ecbcc0fe9d111d267067abca76ef1687120c8c87a11
+SIZE (rubygem/activesupport-7.0.0.gem) = 221696
diff --git a/devel/rubygem-activesupport70/pkg-descr b/devel/rubygem-activesupport70/pkg-descr
new file mode 100644
index 000000000000..73f7c77ae92c
--- /dev/null
+++ b/devel/rubygem-activesupport70/pkg-descr
@@ -0,0 +1,7 @@
+Active Support is a collection of utility classes and standard library
+extensions that were found useful for the Rails framework. These additions
+reside in this package so they can be loaded as needed in Ruby projects outside
+of Rails.
+
+WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/main/activesupport