Summary: | new port www/rubygem-carrierwave | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | loic.blot | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
loic.blot
2013-10-05 00:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ruby ruby@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: ruby->swills I'll take it. Author: swills Date: Sun Oct 20 01:17:20 2013 New Revision: 330955 URL: http://svnweb.freebsd.org/changeset/ports/330955 Log: 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> Added: head/www/rubygem-carrierwave/ head/www/rubygem-carrierwave/Makefile (contents, props changed) head/www/rubygem-carrierwave/distinfo (contents, props changed) head/www/rubygem-carrierwave/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Oct 20 01:05:33 2013 (r330954) +++ head/www/Makefile Sun Oct 20 01:17:20 2013 (r330955) @@ -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 Added: head/www/rubygem-carrierwave/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-carrierwave/Makefile Sun Oct 20 01:17:20 2013 (r330955) @@ -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> Added: head/www/rubygem-carrierwave/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-carrierwave/distinfo Sun Oct 20 01:17:20 2013 (r330955) @@ -0,0 +1,2 @@ +SHA256 (rubygem/carrierwave-0.9.0.gem) = 859069a445ffe03551cce9e239da424dabcc3b9a855e5f615ec62f6655d82aac +SIZE (rubygem/carrierwave-0.9.0.gem) = 39936 Added: head/www/rubygem-carrierwave/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-carrierwave/pkg-descr Sun Oct 20 01:17:20 2013 (r330955) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |