mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
20
www/rubygem-url_escape/Makefile
Normal file
20
www/rubygem-url_escape/Makefile
Normal 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>
|
2
www/rubygem-url_escape/distinfo
Normal file
2
www/rubygem-url_escape/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/url_escape-2009.06.24.gem) = c8c5e873bba0a854e41f3f1258ec6a8e2ece17e6c68b81d78c5fa177b9aab51e
|
||||
SIZE (rubygem/url_escape-2009.06.24.gem) = 17408
|
3
www/rubygem-url_escape/pkg-descr
Normal file
3
www/rubygem-url_escape/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fast replacement for CGI.escape and Rack::Utils.escape
|
||||
|
||||
WWW: http://rubygems.org/gems/url_escape
|
Loading…
Add table
Reference in a new issue