head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.8 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.6 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.4 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.2 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.2.0.2 pkgsrc-2025Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2025.05.27.16.13.44; author taca; state Exp; branches; next 1.2; commitid mV2t5t7k0EjAXyWF; 1.2 date 2025.01.23.08.02.12; author wiz; state Exp; branches; next 1.1; commitid QrYzCdTa1vn3eAGF; 1.1 date 2025.01.02.07.15.19; author taca; state Exp; branches; next ; commitid l9jhP3EIR8bXDSDF; desc @@ 1.3 log @Remove RUBY_VERSIONS_INCOMPATIBLE line which contains 31 only. @ text @# $NetBSD: Makefile,v 1.2 2025/01/23 08:02:12 wiz Exp $ DISTNAME= activestorage-${RAILS_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-activestorage${RUBY_RAILS}-${RAILS_VERSION} CATEGORIES= devel MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://www.rubyonrails.org/ COMMENT= Local and cloud file storage framework (part of Rails 8.0) LICENSE= mit DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} DEPENDS+= ${RUBY_ACTIVEJOB_DEPENDS} DEPENDS+= ${RUBY_ACTIVERECORD_DEPENDS} DEPENDS+= ${RUBY_PKGPREFIX}-marcel>=1.0<2:../../devel/ruby-marcel USE_LANGUAGES= # none RUBY_RAILS_ACCEPTED= 80 RUBY_RAILS_STRICT_DEP= yes .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" @ 1.2 log @*: Rails 8.0 is not available for Ruby 3.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/01/02 07:15:19 taca Exp $ a21 2 RUBY_VERSIONS_INCOMPATIBLE= 31 @ 1.1 log @devel/ruby-activestorage80: add package version 8.0.1 Active Storage Active Storage makes it simple to upload and reference files in cloud services like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure Storage](https://azure.microsoft.com/en-us/services/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](https://github.com/minimagick/minimagick) or [Vips](https://www.rubydoc.info/gems/ruby-vips/Vips/Image) supported transformation. This is for Ruby on Rails 8.0. @ text @d1 1 a1 1 # $NetBSD$ d22 2 @