1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Add rubygem-asset_sync 2.3.0

Asset Sync is built to run with the new Rails Asset Pipeline feature introduced
in Rails 3.1. After you run bundle exec rake assets:precompile your assets will
be synchronised to your S3 bucket, optionally deleting unused files and only
uploading the files it needs to.

This was initially built and is intended to work on Heroku but can work on any
platform.

WWW: https://github.com/AssetSync/asset_sync
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-17 15:53:53 +00:00
parent d24f55d15c
commit eea7cdcdad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456542
4 changed files with 36 additions and 0 deletions

View File

@ -1151,6 +1151,7 @@
SUBDIR += rubygem-amq-protocol
SUBDIR += rubygem-amqp
SUBDIR += rubygem-amqp-utils
SUBDIR += rubygem-asset_sync
SUBDIR += rubygem-aws-s3
SUBDIR += rubygem-aws-ses
SUBDIR += rubygem-azure

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= asset_sync
PORTVERSION= 2.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Synchronizes Assets between Rails and S3
LICENSE= MIT
RUN_DEPENDS= rubygem-activemodel4>=4.1.0:databases/rubygem-activemodel4 \
rubygem-fog-core>=0:devel/rubygem-fog-core \
rubygem-mime-types>=2.99:misc/rubygem-mime-types \
rubygem-unf>=0:textproc/rubygem-unf
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1513512123
SHA256 (rubygem/asset_sync-2.3.0.gem) = 83dac5412bd66e7f8f4599a1f87ede356ad13763b82323bec4b82843a3a1b690
SIZE (rubygem/asset_sync-2.3.0.gem) = 35328

View File

@ -0,0 +1,9 @@
Asset Sync is built to run with the new Rails Asset Pipeline feature introduced
in Rails 3.1. After you run bundle exec rake assets:precompile your assets will
be synchronised to your S3 bucket, optionally deleting unused files and only
uploading the files it needs to.
This was initially built and is intended to work on Heroku but can work on any
platform.
WWW: https://github.com/AssetSync/asset_sync