diff options
author | jlam <jlam> | 2006-05-16 15:44:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-05-16 15:44:15 +0000 |
commit | ec27eeabc53a708ac44509794a0ab724d9acf697 (patch) | |
tree | 302777c17af39015edfe95517c533e62a843ba00 /sysutils | |
parent | 1b390ded24075aac2d1cf5533ccd7dd36ffb0dd2 (diff) | |
download | pkgsrc-ec27eeabc53a708ac44509794a0ab724d9acf697.tar.gz |
Initial import of wbm-tunnel-1.270 as sysutils/wbm-tunnel.
This is the standard "tunnel" Webmin module to connect to another HTTP
server via a tunnel through the Webmin server.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wbm-tunnel/DESCR | 2 | ||||
-rw-r--r-- | sysutils/wbm-tunnel/Makefile | 14 | ||||
-rw-r--r-- | sysutils/wbm-tunnel/PLIST | 24 | ||||
-rw-r--r-- | sysutils/wbm-tunnel/distinfo | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/wbm-tunnel/DESCR b/sysutils/wbm-tunnel/DESCR new file mode 100644 index 00000000000..e45f6deebd3 --- /dev/null +++ b/sysutils/wbm-tunnel/DESCR @@ -0,0 +1,2 @@ +This is the standard "tunnel" Webmin module to connect to another HTTP +server via a tunnel through the Webmin server. diff --git a/sysutils/wbm-tunnel/Makefile b/sysutils/wbm-tunnel/Makefile new file mode 100644 index 00000000000..21b0a02fe1b --- /dev/null +++ b/sysutils/wbm-tunnel/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:44:15 jlam Exp $ + +DISTNAME= tunnel +PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} +DIST_SUBDIR= webmin-modules-${WBM_VERSION} + +# The version is from the module.info file from the extracted distfile. +WBM_VERSION= 1.270 + +HOMEPAGE= http://www.webmin.com/standard.html +COMMENT= Webmin module to tunnel to another HTTP server + +.include "../../sysutils/webmin/wbm.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-tunnel/PLIST b/sysutils/wbm-tunnel/PLIST new file mode 100644 index 00000000000..af8bff183ef --- /dev/null +++ b/sysutils/wbm-tunnel/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:44:15 jlam Exp $ +share/examples/webmin/tunnel/config +share/webmin/tunnel/CHANGELOG +share/webmin/tunnel/config +share/webmin/tunnel/config.info +share/webmin/tunnel/config.info.ca +share/webmin/tunnel/config.info.es +share/webmin/tunnel/images/icon.gif +share/webmin/tunnel/images/smallicon.gif +share/webmin/tunnel/index.cgi +share/webmin/tunnel/lang/ca +share/webmin/tunnel/lang/de +share/webmin/tunnel/lang/en +share/webmin/tunnel/lang/es +share/webmin/tunnel/lang/tr +share/webmin/tunnel/link.cgi +share/webmin/tunnel/login.cgi +share/webmin/tunnel/module.info +share/webmin/tunnel/seturl.cgi +share/webmin/tunnel/tunnel-lib.pl +@dirrm share/webmin/tunnel/lang +@dirrm share/webmin/tunnel/images +@dirrm share/webmin/tunnel +@dirrm share/examples/webmin/tunnel diff --git a/sysutils/wbm-tunnel/distinfo b/sysutils/wbm-tunnel/distinfo new file mode 100644 index 00000000000..1096770e3e9 --- /dev/null +++ b/sysutils/wbm-tunnel/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:44:15 jlam Exp $ + +SHA1 (webmin-modules-1.270/tunnel.wbm.gz) = a37f0b85ea768a322c96fa6bec71e24d0c79a289 +RMD160 (webmin-modules-1.270/tunnel.wbm.gz) = a63b6af777bec1ad67d86a4476958d5dae970e05 +Size (webmin-modules-1.270/tunnel.wbm.gz) = 7594 bytes |