Add rubygem-rack-proxy 0.6.0

A request/response rewriting HTTP proxy. A Rack app. Subclass Rack::Proxy and
provide your rewrite_env and rewrite_response methods.

WWW: https://github.com/ncr/rack-proxy
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2017-03-18 22:31:03 +00:00
parent ad25ac9867
commit ced36e8b64
4 changed files with 29 additions and 0 deletions

View File

@@ -2048,6 +2048,7 @@
SUBDIR += rubygem-rack-mount
SUBDIR += rubygem-rack-openid
SUBDIR += rubygem-rack-protection
SUBDIR += rubygem-rack-proxy
SUBDIR += rubygem-rack-ssl
SUBDIR += rubygem-rack-test
SUBDIR += rubygem-rack15

View File

@@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rack-proxy
PORTVERSION= 0.6.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Request/response rewriting proxy capabilities with streaming
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rack>=0:www/rubygem-rack
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1489864211
SHA256 (rubygem/rack-proxy-0.6.0.gem) = c41999c2c3be7b95a09a0909aba2f900b2e3334231b777b0509024c8d262ebae
SIZE (rubygem/rack-proxy-0.6.0.gem) = 11264

View File

@@ -0,0 +1,4 @@
A request/response rewriting HTTP proxy. A Rack app. Subclass Rack::Proxy and
provide your rewrite_env and rewrite_response methods.
WWW: https://github.com/ncr/rack-proxy