git: 3587ff31f6f5 - main - devel/rubygem-activesupport80: Add rubygem-activesupport80 8.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 16:30:17 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3587ff31f6f5a1889f50e42950b83a8272f2508a
commit 3587ff31f6f5a1889f50e42950b83a8272f2508a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:28:03 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:28:03 +0000
devel/rubygem-activesupport80: Add rubygem-activesupport80 8.0.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-activesupport80/Makefile | 36 +++++++++++++++++++++++++++++++++
devel/rubygem-activesupport80/distinfo | 3 +++
devel/rubygem-activesupport80/pkg-descr | 4 ++++
4 files changed, 44 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 23fd42b62365..5211c9f0978c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6425,6 +6425,7 @@
SUBDIR += rubygem-activesupport70
SUBDIR += rubygem-activesupport71
SUBDIR += rubygem-activesupport72
+ SUBDIR += rubygem-activesupport80
SUBDIR += rubygem-airborne
SUBDIR += rubygem-akismet
SUBDIR += rubygem-algebrick
diff --git a/devel/rubygem-activesupport80/Makefile b/devel/rubygem-activesupport80/Makefile
new file mode 100644
index 000000000000..72e7c1f8a2e2
--- /dev/null
+++ b/devel/rubygem-activesupport80/Makefile
@@ -0,0 +1,36 @@
+PORTNAME= activesupport
+PORTVERSION= 8.0.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 80
+
+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-benchmark>=0.3:benchmarks/rubygem-benchmark \
+ 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-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\.0\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-activesupport80/distinfo b/devel/rubygem-activesupport80/distinfo
new file mode 100644
index 000000000000..2163b94f7982
--- /dev/null
+++ b/devel/rubygem-activesupport80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1735802476
+SHA256 (rubygem/activesupport-8.0.1.gem) = fd5bc74641c24ac3541055c2879789198ff42adee3e39c2933289ba008912e37
+SIZE (rubygem/activesupport-8.0.1.gem) = 250368
diff --git a/devel/rubygem-activesupport80/pkg-descr b/devel/rubygem-activesupport80/pkg-descr
new file mode 100644
index 000000000000..67a1ee92e655
--- /dev/null
+++ b/devel/rubygem-activesupport80/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.