git: 20f60edbb4c0 - main - devel/rubygem-activesupport72: Add rubygem-activesupport72 7.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:18:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=20f60edbb4c0e84f639cef8ea907a6d6c89e209f commit 20f60edbb4c0e84f639cef8ea907a6d6c89e209f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:51:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:01 +0000 devel/rubygem-activesupport72: Add rubygem-activesupport72 7.2.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-activesupport72/Makefile | 34 +++++++++++++++++++++++++++++++++ devel/rubygem-activesupport72/distinfo | 3 +++ devel/rubygem-activesupport72/pkg-descr | 4 ++++ 4 files changed, 42 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 8108c0b7d1a6..5ea8f0fc77ee 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6328,6 +6328,7 @@ SUBDIR += rubygem-activesupport61 SUBDIR += rubygem-activesupport70 SUBDIR += rubygem-activesupport71 + SUBDIR += rubygem-activesupport72 SUBDIR += rubygem-airborne SUBDIR += rubygem-akismet SUBDIR += rubygem-algebrick diff --git a/devel/rubygem-activesupport72/Makefile b/devel/rubygem-activesupport72/Makefile new file mode 100644 index 000000000000..b530ed1c76f5 --- /dev/null +++ b/devel/rubygem-activesupport72/Makefile @@ -0,0 +1,34 @@ +PORTNAME= activesupport +PORTVERSION= 7.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 72 + +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-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 + +USES= cpe gem + +NO_ARCH= yes + +CPE_VENDOR= activesupport_project + +PORTSCOUT= limit:^7\.2\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-activesupport72/distinfo b/devel/rubygem-activesupport72/distinfo new file mode 100644 index 000000000000..c591b6df90f2 --- /dev/null +++ b/devel/rubygem-activesupport72/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1726487288 +SHA256 (rubygem/activesupport-7.2.1.gem) = 7557fa077a592a4f36f7ddacf4d9d71c34aff69ed20236b8a61c22d567da8c24 +SIZE (rubygem/activesupport-7.2.1.gem) = 248832 diff --git a/devel/rubygem-activesupport72/pkg-descr b/devel/rubygem-activesupport72/pkg-descr new file mode 100644 index 000000000000..67a1ee92e655 --- /dev/null +++ b/devel/rubygem-activesupport72/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.