git: 913101619a42 - main - devel/rubygem-activesupport81: Add rubygem-activesupport81 8.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Nov 2025 21:07:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=913101619a429ffb907ecb7fc66bd35b71b2670a
commit 913101619a429ffb907ecb7fc66bd35b71b2670a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:02:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:46 +0000
devel/rubygem-activesupport81: Add rubygem-activesupport81 8.1.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.
---
devel/Makefile | 1 +
devel/rubygem-activesupport81/Makefile | 36 +++++++++++++++++++++++++++++++++
devel/rubygem-activesupport81/distinfo | 3 +++
devel/rubygem-activesupport81/pkg-descr | 4 ++++
4 files changed, 44 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index d35999c8689c..06e5ed2ba968 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6536,6 +6536,7 @@
SUBDIR += rubygem-activesupport71
SUBDIR += rubygem-activesupport72
SUBDIR += rubygem-activesupport80
+ SUBDIR += rubygem-activesupport81
SUBDIR += rubygem-airborne
SUBDIR += rubygem-akismet
SUBDIR += rubygem-algebrick
diff --git a/devel/rubygem-activesupport81/Makefile b/devel/rubygem-activesupport81/Makefile
new file mode 100644
index 000000000000..0fc6063b9454
--- /dev/null
+++ b/devel/rubygem-activesupport81/Makefile
@@ -0,0 +1,36 @@
+PORTNAME= activesupport
+PORTVERSION= 8.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 81
+
+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.3.1<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-json>=0:devel/rubygem-json \
+ rubygem-logger>=1.4.2:devel/rubygem-logger \
+ rubygem-minitest>=5.1:devel/rubygem-minitest \
+ rubygem-securerandom>=0.3:security/rubygem-securerandom \
+ rubygem-tzinfo>=2.0.5<3:devel/rubygem-tzinfo \
+ rubygem-uri>=0.13.1:net/rubygem-uri
+
+USES= cpe gem
+
+NO_ARCH= yes
+
+CPE_VENDOR= activesupport_project
+
+PORTSCOUT= limit:^8\.1\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-activesupport81/distinfo b/devel/rubygem-activesupport81/distinfo
new file mode 100644
index 000000000000..00e29a1effdf
--- /dev/null
+++ b/devel/rubygem-activesupport81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526256
+SHA256 (rubygem/activesupport-8.1.0.gem) = d4adf40725be7bbc2a16936a6cf41b175a46ba0c5ccdb703ea4ed7c8801e070a
+SIZE (rubygem/activesupport-8.1.0.gem) = 267776
diff --git a/devel/rubygem-activesupport81/pkg-descr b/devel/rubygem-activesupport81/pkg-descr
new file mode 100644
index 000000000000..67a1ee92e655
--- /dev/null
+++ b/devel/rubygem-activesupport81/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.