aboutsummaryrefslogtreecommitdiff
path: root/security/subweb
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-01-01 00:05:56 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-01-01 00:05:56 +0000
commitc485128e02baefb7c1d4a0756ecbe9535fc912d1 (patch)
tree5e204a5c4356d57f79632b1467fbbd677e997aa2 /security/subweb
parent5c2f82ac8d1e16de6dd5a024c8033618284f9c9e (diff)
downloadports-c485128e02baefb7c1d4a0756ecbe9535fc912d1.tar.gz
ports-c485128e02baefb7c1d4a0756ecbe9535fc912d1.zip
Notes
Diffstat (limited to 'security/subweb')
-rw-r--r--security/subweb/Makefile24
-rw-r--r--security/subweb/distinfo1
-rw-r--r--security/subweb/pkg-comment1
-rw-r--r--security/subweb/pkg-descr14
-rw-r--r--security/subweb/pkg-plist3
5 files changed, 43 insertions, 0 deletions
diff --git a/security/subweb/Makefile b/security/subweb/Makefile
new file mode 100644
index 000000000000..0051b92b51cc
--- /dev/null
+++ b/security/subweb/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: subweb
+# Date created: december 30, 2001
+# Whom: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= subweb
+PORTVERSION= 1.0
+CATEGORIES= security www
+MASTER_SITES= http://www.hsc.fr/ressources/outils/subweb/download/
+
+MAINTAINER= Nicolas.Jombart@hsc-labs.com
+
+NO_BUILD= YES
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/subweb ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/subweb
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/subweb
+.endif
+
+.include <bsd.port.mk>
diff --git a/security/subweb/distinfo b/security/subweb/distinfo
new file mode 100644
index 000000000000..48a621327405
--- /dev/null
+++ b/security/subweb/distinfo
@@ -0,0 +1 @@
+MD5 (subweb-1.0.tar.gz) = fbbca913a6fb12ff82f2d8139fc4a97e
diff --git a/security/subweb/pkg-comment b/security/subweb/pkg-comment
new file mode 100644
index 000000000000..bfd4dac387c1
--- /dev/null
+++ b/security/subweb/pkg-comment
@@ -0,0 +1 @@
+SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
diff --git a/security/subweb/pkg-descr b/security/subweb/pkg-descr
new file mode 100644
index 000000000000..dcf7a0b3fb10
--- /dev/null
+++ b/security/subweb/pkg-descr
@@ -0,0 +1,14 @@
+SubWeb is a proxy/reverse proxy for HTTP flows. It is possible
+with SubWeb to handle and visualize HTTP request, headers, body
+on the fly.
+
+It has three operating modes : proxy, reverse proxy, and midproxy
+(a proxy which requires the pages from another proxy). It can
+also act as a virtual web server, i.e. answer certain request
+based on keyword match.
+
+SubWeb can also allow filtering, and is highly customizable.
+
+WWW: http://www.hsc-labs.com/tools/subweb/
+
+-- Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
diff --git a/security/subweb/pkg-plist b/security/subweb/pkg-plist
new file mode 100644
index 000000000000..3a6db53f7093
--- /dev/null
+++ b/security/subweb/pkg-plist
@@ -0,0 +1,3 @@
+bin/subweb
+%%PORTDOCS%%share/doc/subweb/README
+%%PORTDOCS%%@dirrm share/doc/subweb