aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:25:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:45:57 +0000
commit96fd6359b202debcd3ed9240fe5d788842183d5b (patch)
tree15471bd28dbbc26be18f918d74f3d3ca2fef1b0f
parentc7475068ef5b0c9f7f4d9176289a1a6b4cd16d16 (diff)
www/rubygem-rack-proxy06: Add rubygem-rack-proxy06 0.6.5 (copied from rubygem-rack-proxy)
- Add PORTSCOUT
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-rack-proxy06/Makefile24
-rw-r--r--www/rubygem-rack-proxy06/distinfo3
-rw-r--r--www/rubygem-rack-proxy06/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index d9fca5f0ef26..2aaee5870f45 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/rubygem-rack-proxy06/Makefile b/www/rubygem-rack-proxy06/Makefile
new file mode 100644
index 000000000000..fdca0f019178
--- /dev/null
+++ b/www/rubygem-rack-proxy06/Makefile
@@ -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>
diff --git a/www/rubygem-rack-proxy06/distinfo b/www/rubygem-rack-proxy06/distinfo
new file mode 100644
index 000000000000..8a67927d8daa
--- /dev/null
+++ b/www/rubygem-rack-proxy06/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1622213926
+SHA256 (rubygem/rack-proxy-0.6.5.gem) = da247017cd1f12ea92eea8ec0cbf50ef0689907d0334eb1d6e0b7ed847eb80ec
+SIZE (rubygem/rack-proxy-0.6.5.gem) = 13312
diff --git a/www/rubygem-rack-proxy06/pkg-descr b/www/rubygem-rack-proxy06/pkg-descr
new file mode 100644
index 000000000000..db00aac01864
--- /dev/null
+++ b/www/rubygem-rack-proxy06/pkg-descr
@@ -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