Upload files in your Ruby applications, map them to a range of ORMs, store them

on different backends.

WWW: https://github.com/carrierwaveuploader/carrierwave

PR:		ports/182653
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
Steve Wills 2013-10-20 01:17:20 +00:00
parent c476e0d8b2
commit 74610f361c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330955
4 changed files with 30 additions and 0 deletions

View File

@ -1734,6 +1734,7 @@
SUBDIR += rubygem-anemone
SUBDIR += rubygem-async_sinatra
SUBDIR += rubygem-bluecloth
SUBDIR += rubygem-carrierwave
SUBDIR += rubygem-cgi_multipart_eof_fix
SUBDIR += rubygem-chef-server-api
SUBDIR += rubygem-chef-server-webui

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= carrierwave
PORTVERSION= 0.9.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Upload files, map them to a range of ORMs, store on different backends
RUN_DEPENDS= rubygem-activesupport>=3.2.0:${PORTSDIR}/devel/rubygem-activesupport \
rubygem-activemodel>=3.2.0:${PORTSDIR}/databases/rubygem-activemodel \
rubygem-json>=1.7:${PORTSDIR}/devel/rubygem-json
GEM_ENV= LC_CTYPE=UTF-8
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/carrierwave-0.9.0.gem) = 859069a445ffe03551cce9e239da424dabcc3b9a855e5f615ec62f6655d82aac
SIZE (rubygem/carrierwave-0.9.0.gem) = 39936

View File

@ -0,0 +1,4 @@
Upload files in your Ruby applications, map them to a range of ORMs, store them
on different backends.
WWW: https://github.com/carrierwaveuploader/carrierwave