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:
parent
c476e0d8b2
commit
74610f361c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330955
@ -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
|
||||
|
23
www/rubygem-carrierwave/Makefile
Normal file
23
www/rubygem-carrierwave/Makefile
Normal 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>
|
2
www/rubygem-carrierwave/distinfo
Normal file
2
www/rubygem-carrierwave/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/carrierwave-0.9.0.gem) = 859069a445ffe03551cce9e239da424dabcc3b9a855e5f615ec62f6655d82aac
|
||||
SIZE (rubygem/carrierwave-0.9.0.gem) = 39936
|
4
www/rubygem-carrierwave/pkg-descr
Normal file
4
www/rubygem-carrierwave/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user