mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Dragonfly is an on-the-fly Rack-based image handling framework. It is suitable
for use with Rails, Sinatra and other web frameworks. Although it's mainly used for images, it can handle any content type. WWW: http://rubygems.org/gems/dragonfly PR: ports/153966 Submitted by: Jason Helfman <jhelfman at experts-exchange.com> Feature safe: yes
This commit is contained in:
parent
476c56f9e3
commit
ddd8aa7c53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268443
@ -855,6 +855,7 @@
|
||||
SUBDIR += ruby-svg
|
||||
SUBDIR += ruby-tgif
|
||||
SUBDIR += rubygem-captcha
|
||||
SUBDIR += rubygem-dragonfly
|
||||
SUBDIR += rubygem-exifr
|
||||
SUBDIR += rubygem-gd2
|
||||
SUBDIR += rubygem-geokit
|
||||
|
21
graphics/rubygem-dragonfly/Makefile
Normal file
21
graphics/rubygem-dragonfly/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Ports collection makefile for: rubygem-dragonfly
|
||||
# Date created: 13 January 2011
|
||||
# Whom: Jason Helfman <jhelfman@experts-exchange.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dragonfly
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= graphics rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= jhelfman@experts-exchange.com
|
||||
COMMENT= On-the-fly Rack-based image handling framework
|
||||
|
||||
RUN_DEPENDS+= rubygem-rack>=1.2.1:${PORTSDIR}/www/rubygem-rack
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/rubygem-dragonfly/distinfo
Normal file
2
graphics/rubygem-dragonfly/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/dragonfly-0.8.2.gem) = dbaf7f13af9d1714349daea793acdcf4d1edc756c25da6658f19b733dbca064f
|
||||
SIZE (rubygem/dragonfly-0.8.2.gem) = 387584
|
5
graphics/rubygem-dragonfly/pkg-descr
Normal file
5
graphics/rubygem-dragonfly/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Dragonfly is an on-the-fly Rack-based image handling framework. It is suitable
|
||||
for use with Rails, Sinatra and other web frameworks. Although it's mainly used
|
||||
for images, it can handle any content type.
|
||||
|
||||
WWW: http://rubygems.org/gems/dragonfly
|
Loading…
Reference in New Issue
Block a user