forked from Lainports/freebsd-ports
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:
parent
d24f55d15c
commit
eea7cdcdad
4 changed files with 36 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
23
net/rubygem-asset_sync/Makefile
Normal file
23
net/rubygem-asset_sync/Makefile
Normal 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>
|
||||
3
net/rubygem-asset_sync/distinfo
Normal file
3
net/rubygem-asset_sync/distinfo
Normal 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
|
||||
9
net/rubygem-asset_sync/pkg-descr
Normal file
9
net/rubygem-asset_sync/pkg-descr
Normal 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
|
||||
Loading…
Add table
Reference in a new issue