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:
@@ -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
|
||||
|
||||
21
www/rubygem-rack-proxy/Makefile
Normal file
21
www/rubygem-rack-proxy/Makefile
Normal 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>
|
||||
3
www/rubygem-rack-proxy/distinfo
Normal file
3
www/rubygem-rack-proxy/distinfo
Normal 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
|
||||
4
www/rubygem-rack-proxy/pkg-descr
Normal file
4
www/rubygem-rack-proxy/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user