1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

A respond_to style Rails block for baked-in web service support in Sinatra.

WWW: http://github.com/cehoffman/sinatra-respond_to

PR:		ports/149313
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
Martin Wilke 2010-08-09 05:36:37 +00:00
parent f81fe777cb
commit 9a18c4c11f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258986
4 changed files with 29 additions and 0 deletions

View File

@ -1563,6 +1563,7 @@
SUBDIR += rubygem-scrubyt
SUBDIR += rubygem-simple-rss
SUBDIR += rubygem-sinatra
SUBDIR += rubygem-sinatra-respond_to
SUBDIR += rubygem-staticmatic
SUBDIR += rubygem-taggable
SUBDIR += rubygem-thin

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: rubygem-sinatra-respond_to
# Date created: 5 Aug 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= sinatra-respond_to
PORTVERSION= 0.4.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A respond_to style Rails block for Sinatra
RUN_DEPENDS= rubygem-sinatra>=0.9.4:${PORTSDIR}/www/rubygem-sinatra
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/sinatra-respond_to-0.4.0.gem) = db83250be716ff98c2ae754f9802ff1b
SHA256 (rubygem/sinatra-respond_to-0.4.0.gem) = cf5420e7300540debc59d89e45cd57258b63dc6f8ef6b7ff26eb8bc3a085ecff
SIZE (rubygem/sinatra-respond_to-0.4.0.gem) = 12800

View File

@ -0,0 +1,3 @@
A respond_to style Rails block for baked-in web service support in Sinatra.
WWW: http://github.com/cehoffman/sinatra-respond_to