www/rubygem-rack-proxy06: Add rubygem-rack-proxy06 0.6.5 (copied from rubygem-rack-proxy)
- Add PORTSCOUT
This commit is contained in:
parent
c7475068ef
commit
96fd6359b2
4 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
24
www/rubygem-rack-proxy06/Makefile
Normal file
24
www/rubygem-rack-proxy06/Makefile
Normal 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>
|
3
www/rubygem-rack-proxy06/distinfo
Normal file
3
www/rubygem-rack-proxy06/distinfo
Normal 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
|
4
www/rubygem-rack-proxy06/pkg-descr
Normal file
4
www/rubygem-rack-proxy06/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
|
Loading…
Reference in a new issue