Fast replacement for CGI.escape and Rack::Utils.escape

WWW: http://rubygems.org/gems/url_escape

PR:		ports/163345
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
This commit is contained in:
Philip M. Gollucci 2011-12-16 22:14:57 +00:00
parent d916d50328
commit ad50449e8e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287494
4 changed files with 26 additions and 0 deletions

View file

@ -1680,6 +1680,7 @@
SUBDIR += rubygem-typhoeus
SUBDIR += rubygem-uglifier
SUBDIR += rubygem-unicorn
SUBDIR += rubygem-url_escape
SUBDIR += rubygem-webmock
SUBDIR += rubygem-webrobots
SUBDIR += rubygem-yapra

View file

@ -0,0 +1,20 @@
# Ports collection makefile for: rubygem-url_escape
# Date created: 13 Dec 2011
# Whom: Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#
PORTNAME= url_escape
PORTVERSION= 2009.06.24
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast replacement for CGI.escape and Rack::Utils.escape
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/url_escape-2009.06.24.gem) = c8c5e873bba0a854e41f3f1258ec6a8e2ece17e6c68b81d78c5fa177b9aab51e
SIZE (rubygem/url_escape-2009.06.24.gem) = 17408

View file

@ -0,0 +1,3 @@
Fast replacement for CGI.escape and Rack::Utils.escape
WWW: http://rubygems.org/gems/url_escape