Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 18:18:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509820 - in head/net: . rubygem-activestorage52
Message-ID:  <201908251818.x7PIIUSW082342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 25 18:18:30 2019
New Revision: 509820
URL: https://svnweb.freebsd.org/changeset/ports/509820

Log:
  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/

Added:
  head/net/rubygem-activestorage52/
  head/net/rubygem-activestorage52/Makefile   (contents, props changed)
  head/net/rubygem-activestorage52/distinfo   (contents, props changed)
  head/net/rubygem-activestorage52/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Aug 25 18:17:56 2019	(r509819)
+++ head/net/Makefile	Sun Aug 25 18:18:30 2019	(r509820)
@@ -1199,6 +1199,7 @@
     SUBDIR += rtpbreak
     SUBDIR += rtpproxy
     SUBDIR += rtptools
+    SUBDIR += rubygem-activestorage52
     SUBDIR += rubygem-amazon-ec2
     SUBDIR += rubygem-amq-protocol
     SUBDIR += rubygem-amqp

Added: head/net/rubygem-activestorage52/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-activestorage52/Makefile	Sun Aug 25 18:18:30 2019	(r509820)
@@ -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>

Added: head/net/rubygem-activestorage52/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-activestorage52/distinfo	Sun Aug 25 18:18:30 2019	(r509820)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566756751
+SHA256 (rubygem/activestorage-5.2.3.gem) = 53eafa1e02a3c99367ffdf81e6f0f337a7d456e1a85e14cf182e702c6f343a12
+SIZE (rubygem/activestorage-5.2.3.gem) = 44032

Added: head/net/rubygem-activestorage52/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-activestorage52/pkg-descr	Sun Aug 25 18:18:30 2019	(r509820)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908251818.x7PIIUSW082342>