mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
net/rubygem-activestorage80: Add rubygem-activestorage80 8.0.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.
This commit is contained in:
parent
33a23cabfe
commit
c54546f691
4 changed files with 42 additions and 0 deletions
|
@ -1263,6 +1263,7 @@
|
|||
SUBDIR += rubygem-activestorage70
|
||||
SUBDIR += rubygem-activestorage71
|
||||
SUBDIR += rubygem-activestorage72
|
||||
SUBDIR += rubygem-activestorage80
|
||||
SUBDIR += rubygem-amazon-ec2
|
||||
SUBDIR += rubygem-amq-protocol
|
||||
SUBDIR += rubygem-amqp
|
||||
|
|
27
net/rubygem-activestorage80/Makefile
Normal file
27
net/rubygem-activestorage80/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
PORTNAME= activestorage
|
||||
PORTVERSION= 8.0.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 80
|
||||
|
||||
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-actionpack80>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack80 \
|
||||
rubygem-activejob80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob80 \
|
||||
rubygem-activerecord80>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord80 \
|
||||
rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \
|
||||
rubygem-marcel>=1.0<2:devel/rubygem-marcel
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^8\.0\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-activestorage80/distinfo
Normal file
3
net/rubygem-activestorage80/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1735802482
|
||||
SHA256 (rubygem/activestorage-8.0.1.gem) = 91a8f156638568fac971ff25962a617d9c58fdc0e44eb6bd0edff36aff7df205
|
||||
SIZE (rubygem/activestorage-8.0.1.gem) = 65024
|
11
net/rubygem-activestorage80/pkg-descr
Normal file
11
net/rubygem-activestorage80/pkg-descr
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue