pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-activestorage52 devel/ruby-activestorage52:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d1ba38ea5c7
branches:  trunk
changeset: 320257:1d1ba38ea5c7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 03 14:57:04 2019 +0000

description:
devel/ruby-activestorage52: add version 5.2.2 package

Add ruby-activestorage52 version 5.2.2 package.

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

This is for Ruby on Rails 5.2.

diffstat:

 devel/ruby-activestorage52/DESCR    |  19 ++++++++++
 devel/ruby-activestorage52/Makefile |  22 ++++++++++++
 devel/ruby-activestorage52/PLIST    |  65 +++++++++++++++++++++++++++++++++++++
 devel/ruby-activestorage52/distinfo |   6 +++
 4 files changed, 112 insertions(+), 0 deletions(-)

diffs (128 lines):

diff -r 6040b9daf45a -r 1d1ba38ea5c7 devel/ruby-activestorage52/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activestorage52/DESCR  Sun Mar 03 14:57:04 2019 +0000
@@ -0,0 +1,19 @@
+# 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) supported
+transformation.
+
+This is for Ruby on Rails 5.2.
diff -r 6040b9daf45a -r 1d1ba38ea5c7 devel/ruby-activestorage52/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activestorage52/Makefile       Sun Mar 03 14:57:04 2019 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2019/03/03 14:57:04 taca Exp $
+
+DISTNAME=      activestorage-${RAILS_VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-activestorage${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       Local and cloud file storage framework (part of Rails 5.2)
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVERECORD_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-marcel>=0.3.1<0.4:../../devel/ruby-marcel
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   52
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6040b9daf45a -r 1d1ba38ea5c7 devel/ruby-activestorage52/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activestorage52/PLIST  Sun Mar 03 14:57:04 2019 +0000
@@ -0,0 +1,65 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/03 14:57:04 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/app/assets/javascripts/activestorage.js
+${GEM_LIBDIR}/app/controllers/active_storage/base_controller.rb
+${GEM_LIBDIR}/app/controllers/active_storage/blobs_controller.rb
+${GEM_LIBDIR}/app/controllers/active_storage/direct_uploads_controller.rb
+${GEM_LIBDIR}/app/controllers/active_storage/disk_controller.rb
+${GEM_LIBDIR}/app/controllers/active_storage/representations_controller.rb
+${GEM_LIBDIR}/app/controllers/concerns/active_storage/set_blob.rb
+${GEM_LIBDIR}/app/javascript/activestorage/blob_record.js
+${GEM_LIBDIR}/app/javascript/activestorage/blob_upload.js
+${GEM_LIBDIR}/app/javascript/activestorage/direct_upload.js
+${GEM_LIBDIR}/app/javascript/activestorage/direct_upload_controller.js
+${GEM_LIBDIR}/app/javascript/activestorage/direct_uploads_controller.js
+${GEM_LIBDIR}/app/javascript/activestorage/file_checksum.js
+${GEM_LIBDIR}/app/javascript/activestorage/helpers.js
+${GEM_LIBDIR}/app/javascript/activestorage/index.js
+${GEM_LIBDIR}/app/javascript/activestorage/ujs.js
+${GEM_LIBDIR}/app/jobs/active_storage/analyze_job.rb
+${GEM_LIBDIR}/app/jobs/active_storage/base_job.rb
+${GEM_LIBDIR}/app/jobs/active_storage/purge_job.rb
+${GEM_LIBDIR}/app/models/active_storage/attachment.rb
+${GEM_LIBDIR}/app/models/active_storage/blob.rb
+${GEM_LIBDIR}/app/models/active_storage/blob/analyzable.rb
+${GEM_LIBDIR}/app/models/active_storage/blob/identifiable.rb
+${GEM_LIBDIR}/app/models/active_storage/blob/representable.rb
+${GEM_LIBDIR}/app/models/active_storage/current.rb
+${GEM_LIBDIR}/app/models/active_storage/filename.rb
+${GEM_LIBDIR}/app/models/active_storage/filename/parameters.rb
+${GEM_LIBDIR}/app/models/active_storage/preview.rb
+${GEM_LIBDIR}/app/models/active_storage/variant.rb
+${GEM_LIBDIR}/app/models/active_storage/variation.rb
+${GEM_LIBDIR}/config/routes.rb
+${GEM_LIBDIR}/db/migrate/20170806125915_create_active_storage_tables.rb
+${GEM_LIBDIR}/lib/active_storage.rb
+${GEM_LIBDIR}/lib/active_storage/analyzer.rb
+${GEM_LIBDIR}/lib/active_storage/analyzer/image_analyzer.rb
+${GEM_LIBDIR}/lib/active_storage/analyzer/null_analyzer.rb
+${GEM_LIBDIR}/lib/active_storage/analyzer/video_analyzer.rb
+${GEM_LIBDIR}/lib/active_storage/attached.rb
+${GEM_LIBDIR}/lib/active_storage/attached/macros.rb
+${GEM_LIBDIR}/lib/active_storage/attached/many.rb
+${GEM_LIBDIR}/lib/active_storage/attached/one.rb
+${GEM_LIBDIR}/lib/active_storage/downloading.rb
+${GEM_LIBDIR}/lib/active_storage/engine.rb
+${GEM_LIBDIR}/lib/active_storage/errors.rb
+${GEM_LIBDIR}/lib/active_storage/gem_version.rb
+${GEM_LIBDIR}/lib/active_storage/log_subscriber.rb
+${GEM_LIBDIR}/lib/active_storage/previewer.rb
+${GEM_LIBDIR}/lib/active_storage/previewer/mupdf_previewer.rb
+${GEM_LIBDIR}/lib/active_storage/previewer/poppler_pdf_previewer.rb
+${GEM_LIBDIR}/lib/active_storage/previewer/video_previewer.rb
+${GEM_LIBDIR}/lib/active_storage/service.rb
+${GEM_LIBDIR}/lib/active_storage/service/azure_storage_service.rb
+${GEM_LIBDIR}/lib/active_storage/service/configurator.rb
+${GEM_LIBDIR}/lib/active_storage/service/disk_service.rb
+${GEM_LIBDIR}/lib/active_storage/service/gcs_service.rb
+${GEM_LIBDIR}/lib/active_storage/service/mirror_service.rb
+${GEM_LIBDIR}/lib/active_storage/service/s3_service.rb
+${GEM_LIBDIR}/lib/active_storage/version.rb
+${GEM_LIBDIR}/lib/tasks/activestorage.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6040b9daf45a -r 1d1ba38ea5c7 devel/ruby-activestorage52/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-activestorage52/distinfo       Sun Mar 03 14:57:04 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/03 14:57:04 taca Exp $
+
+SHA1 (activestorage-5.2.2.gem) = 242150e6f07a6bca55191225022e94e4a6622053
+RMD160 (activestorage-5.2.2.gem) = 6d64efa49fdcdd8dacafbc8acc07ca269d4f9b86
+SHA512 (activestorage-5.2.2.gem) = 745d09b68343cca1efa575202a005117f84c952e0eabb46670b67004521fc7c157f826bdcc51aad8e83bb5dd9657dbbc4c8fc3ce5ea700940bc60d38f3a78cc4
+Size (activestorage-5.2.2.gem) = 44032 bytes



Home | Main Index | Thread Index | Old Index