Add rubygem-activestorage52 5.2.3

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 supported transformation.

WWW: https://rubyonrails.org/
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2019-08-25 18:18:30 +00:00
parent e204607504
commit 7fee26a2ae
4 changed files with 44 additions and 0 deletions

View File

@@ -1199,6 +1199,7 @@
SUBDIR += rtpbreak
SUBDIR += rtpproxy
SUBDIR += rtptools
SUBDIR += rubygem-activestorage52
SUBDIR += rubygem-amazon-ec2
SUBDIR += rubygem-amq-protocol
SUBDIR += rubygem-amqp

View File

@@ -0,0 +1,27 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= activestorage
PORTVERSION= 5.2.3
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Attach cloud and local files in Rails applications
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \
rubygem-activerecord52>=${PORTVERSION}:databases/rubygem-activerecord52 \
rubygem-marcel>=0.3.1:devel/rubygem-marcel
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^5\.2\.
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1566756751
SHA256 (rubygem/activestorage-5.2.3.gem) = 53eafa1e02a3c99367ffdf81e6f0f337a7d456e1a85e14cf182e702c6f343a12
SIZE (rubygem/activestorage-5.2.3.gem) = 44032

View File

@@ -0,0 +1,13 @@
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 supported transformation.
WWW: https://rubyonrails.org/