git: 5486ece73365 - main - devel/rubygem-activesupport71: Add rubygem-activesupport71 7.1.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 01 Nov 2023 07:59:13 UTC
The branch main has been updated by sunpoet:

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

commit 5486ece73365dff72bf07463c15d1aa78e4f8c80
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 07:56:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 07:56:04 +0000

    devel/rubygem-activesupport71: Add rubygem-activesupport71 7.1.1
    
    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.
---
 devel/Makefile                          |  1 +
 devel/rubygem-activesupport71/Makefile  | 33 +++++++++++++++++++++++++++++++++
 devel/rubygem-activesupport71/distinfo  |  3 +++
 devel/rubygem-activesupport71/pkg-descr |  4 ++++
 4 files changed, 41 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index c4f6bd8e61d0..80167845f05f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6072,6 +6072,7 @@
     SUBDIR += rubygem-activesupport60
     SUBDIR += rubygem-activesupport61
     SUBDIR += rubygem-activesupport70
+    SUBDIR += rubygem-activesupport71
     SUBDIR += rubygem-airborne
     SUBDIR += rubygem-akismet
     SUBDIR += rubygem-algebrick
diff --git a/devel/rubygem-activesupport71/Makefile b/devel/rubygem-activesupport71/Makefile
new file mode 100644
index 000000000000..c5e643810cc2
--- /dev/null
+++ b/devel/rubygem-activesupport71/Makefile
@@ -0,0 +1,33 @@
+PORTNAME=	activesupport
+PORTVERSION=	7.1.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	71
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Toolkit of support libraries and Ruby core extensions extracted from the Rails framework
+WWW=		https://github.com/rails/rails/tree/main/activesupport \
+		https://rubyonrails.org/
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-base64>=0:converters/rubygem-base64 \
+		rubygem-bigdecimal>=0:math/rubygem-bigdecimal \
+		rubygem-concurrent-ruby>=1.0.2<2:devel/rubygem-concurrent-ruby \
+		rubygem-connection_pool>=2.2.5:net/rubygem-connection_pool \
+		rubygem-drb>=0:devel/rubygem-drb \
+		rubygem-i18n>=1.6,2<2,2:devel/rubygem-i18n \
+		rubygem-minitest>=5.1:devel/rubygem-minitest \
+		rubygem-mutex_m>=0:devel/rubygem-mutex_m \
+		rubygem-tzinfo>=2.0<3:devel/rubygem-tzinfo
+
+USES=		cpe gem
+
+NO_ARCH=	yes
+
+CPE_VENDOR=	activesupport_project
+
+PORTSCOUT=	limit:^7\.1\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-activesupport71/distinfo b/devel/rubygem-activesupport71/distinfo
new file mode 100644
index 000000000000..c55e1a583be5
--- /dev/null
+++ b/devel/rubygem-activesupport71/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697330176
+SHA256 (rubygem/activesupport-7.1.1.gem) = 8770bca4af1cbd6e9ffb944b41056321499ff82e8e7c2ed34e48eff4a5ee58a2
+SIZE (rubygem/activesupport-7.1.1.gem) = 256000
diff --git a/devel/rubygem-activesupport71/pkg-descr b/devel/rubygem-activesupport71/pkg-descr
new file mode 100644
index 000000000000..67a1ee92e655
--- /dev/null
+++ b/devel/rubygem-activesupport71/pkg-descr
@@ -0,0 +1,4 @@
+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.