Date: Wed, 18 Sep 2024 06:18:29 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 10c8131bf575 - main - net/rubygem-activestorage72: Add rubygem-activestorage72 7.2.1 Message-ID: <202409180618.48I6ITUW031391@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=10c8131bf575f137eff0a48b124aed8542ac61fa commit 10c8131bf575f137eff0a48b124aed8542ac61fa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:51:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:02 +0000 net/rubygem-activestorage72: Add rubygem-activestorage72 7.2.1 Active Storage makes it simple to upload and reference files in cloud services like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach those files to Active Records. Supports having one main service and mirrors in other services for redundancy. It also provides a disk service for testing or local deployments, but the focus is on cloud storage. Files can be uploaded from the server to the cloud or directly from the client to the cloud. Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other MiniMagick or Vips supported transformation. --- net/Makefile | 1 + net/rubygem-activestorage72/Makefile | 27 +++++++++++++++++++++++++++ net/rubygem-activestorage72/distinfo | 3 +++ net/rubygem-activestorage72/pkg-descr | 11 +++++++++++ 4 files changed, 42 insertions(+) diff --git a/net/Makefile b/net/Makefile index 4dcd98e4c173..9e19273a9817 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1252,6 +1252,7 @@ SUBDIR += rubygem-activestorage61 SUBDIR += rubygem-activestorage70 SUBDIR += rubygem-activestorage71 + SUBDIR += rubygem-activestorage72 SUBDIR += rubygem-amazon-ec2 SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp diff --git a/net/rubygem-activestorage72/Makefile b/net/rubygem-activestorage72/Makefile new file mode 100644 index 000000000000..5188d481d667 --- /dev/null +++ b/net/rubygem-activestorage72/Makefile @@ -0,0 +1,27 @@ +PORTNAME= activestorage +PORTVERSION= 7.2.1 +CATEGORIES= net rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 72 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Attach cloud and local files in Rails applications +WWW= https://github.com/rails/rails/tree/main/activestorage \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack72>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack72 \ + rubygem-activejob72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob72 \ + rubygem-activerecord72>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord72 \ + rubygem-activesupport72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport72 \ + rubygem-marcel>=1.0<2:devel/rubygem-marcel + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^7\.2\. + +.include <bsd.port.mk> diff --git a/net/rubygem-activestorage72/distinfo b/net/rubygem-activestorage72/distinfo new file mode 100644 index 000000000000..2f580c3404b9 --- /dev/null +++ b/net/rubygem-activestorage72/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1726487294 +SHA256 (rubygem/activestorage-7.2.1.gem) = e5d6746aa9e5d92fff9d214fad782b6a7189bc080d319c0b196e3dfa1595a676 +SIZE (rubygem/activestorage-7.2.1.gem) = 65536 diff --git a/net/rubygem-activestorage72/pkg-descr b/net/rubygem-activestorage72/pkg-descr new file mode 100644 index 000000000000..48422441ebc3 --- /dev/null +++ b/net/rubygem-activestorage72/pkg-descr @@ -0,0 +1,11 @@ +Active Storage makes it simple to upload and reference files in cloud services +like Amazon S3, Google Cloud Storage, or Microsoft Azure Storage, and attach +those files to Active Records. Supports having one main service and mirrors in +other services for redundancy. It also provides a disk service for testing or +local deployments, but the focus is on cloud storage. + +Files can be uploaded from the server to the cloud or directly from the client +to the cloud. + +Image files can furthermore be transformed using on-demand variants for quality, +aspect ratio, size, or any other MiniMagick or Vips supported transformation.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180618.48I6ITUW031391>