git: d0f6edb4cdd4 - main - net/rubygem-activestorage81: Add rubygem-activestorage81 8.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Nov 2025 21:07:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d0f6edb4cdd4bb846fa0717d3373909862740731
commit d0f6edb4cdd4bb846fa0717d3373909862740731
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:02:51 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:47 +0000
net/rubygem-activestorage81: Add rubygem-activestorage81 8.1.0
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-activestorage81/Makefile | 27 +++++++++++++++++++++++++++
net/rubygem-activestorage81/distinfo | 3 +++
net/rubygem-activestorage81/pkg-descr | 11 +++++++++++
4 files changed, 42 insertions(+)
diff --git a/net/Makefile b/net/Makefile
index f85269a4d72d..470fb461c226 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1271,6 +1271,7 @@
SUBDIR += rubygem-activestorage71
SUBDIR += rubygem-activestorage72
SUBDIR += rubygem-activestorage80
+ SUBDIR += rubygem-activestorage81
SUBDIR += rubygem-amazon-ec2
SUBDIR += rubygem-amq-protocol
SUBDIR += rubygem-amqp
diff --git a/net/rubygem-activestorage81/Makefile b/net/rubygem-activestorage81/Makefile
new file mode 100644
index 000000000000..91a93202b68f
--- /dev/null
+++ b/net/rubygem-activestorage81/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= activestorage
+PORTVERSION= 8.1.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 81
+
+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-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
+ rubygem-activejob81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob81 \
+ rubygem-activerecord81>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord81 \
+ rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
+ rubygem-marcel>=1.0<2:devel/rubygem-marcel
+
+USES= gem
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^8\.1\.
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-activestorage81/distinfo b/net/rubygem-activestorage81/distinfo
new file mode 100644
index 000000000000..b3cc9625ce0c
--- /dev/null
+++ b/net/rubygem-activestorage81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526262
+SHA256 (rubygem/activestorage-8.1.0.gem) = 15cca5966bb39fed926ebb5bd03ec2cacf8ca3fe2de84fb50faa31ba317ab2ac
+SIZE (rubygem/activestorage-8.1.0.gem) = 68096
diff --git a/net/rubygem-activestorage81/pkg-descr b/net/rubygem-activestorage81/pkg-descr
new file mode 100644
index 000000000000..48422441ebc3
--- /dev/null
+++ b/net/rubygem-activestorage81/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.