www/rubygem-rack-proxy06: Add rubygem-rack-proxy06 0.6.5 (copied from rubygem-rack-proxy)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2021-06-10 22:25:43 +08:00
parent c7475068ef
commit 96fd6359b2
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View file

@ -2022,6 +2022,7 @@
SUBDIR += rubygem-rack-protection
SUBDIR += rubygem-rack-protection1
SUBDIR += rubygem-rack-proxy
SUBDIR += rubygem-rack-proxy06
SUBDIR += rubygem-rack-ssl
SUBDIR += rubygem-rack-test
SUBDIR += rubygem-rack-timeout

View file

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= rack-proxy
PORTVERSION= 0.6.5
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 06
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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^0\.6\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1622213926
SHA256 (rubygem/rack-proxy-0.6.5.gem) = da247017cd1f12ea92eea8ec0cbf50ef0689907d0334eb1d6e0b7ed847eb80ec
SIZE (rubygem/rack-proxy-0.6.5.gem) = 13312

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