summaryrefslogtreecommitdiff
path: root/net/httptunnel
diff options
context:
space:
mode:
authormanu <manu>2001-01-26 18:03:56 +0000
committermanu <manu>2001-01-26 18:03:56 +0000
commiteb6a9af96466a9513a063994f5f40fafdeda5397 (patch)
tree7082ecf305834689b478e9fc5dc620943f468a27 /net/httptunnel
parent3a1cd47bb6008f39f7fd95d390299e1ae9f91a05 (diff)
downloadpkgsrc-eb6a9af96466a9513a063994f5f40fafdeda5397.tar.gz
Imported new httptunnel package
Diffstat (limited to 'net/httptunnel')
-rw-r--r--net/httptunnel/Makefile14
-rw-r--r--net/httptunnel/files/md53
-rw-r--r--net/httptunnel/pkg/COMMENT1
-rw-r--r--net/httptunnel/pkg/DESCR9
-rw-r--r--net/httptunnel/pkg/PLIST5
5 files changed, 32 insertions, 0 deletions
diff --git a/net/httptunnel/Makefile b/net/httptunnel/Makefile
new file mode 100644
index 00000000000..9d918e1ded9
--- /dev/null
+++ b/net/httptunnel/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 18:03:56 manu Exp $
+#
+
+DISTNAME= httptunnel-3.0.5
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.nocrew.org/pub/nocrew/unix/
+
+MAINTAINER= p99dreyf@criens.u-psud.fr
+HOMEPAGE= http://www.nocrew.org/software/httptunnel.html
+
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/httptunnel/files/md5 b/net/httptunnel/files/md5
new file mode 100644
index 00000000000..d6bd5ece0ae
--- /dev/null
+++ b/net/httptunnel/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/01/26 18:03:56 manu Exp $
+
+MD5 (httptunnel-3.0.5.tar.gz) = 2a710f377c82ab4eb201458f7b9f99c5
diff --git a/net/httptunnel/pkg/COMMENT b/net/httptunnel/pkg/COMMENT
new file mode 100644
index 00000000000..3ba6a7d01e4
--- /dev/null
+++ b/net/httptunnel/pkg/COMMENT
@@ -0,0 +1 @@
+Encapsulate TCP/IP connexions in HTTP requests
diff --git a/net/httptunnel/pkg/DESCR b/net/httptunnel/pkg/DESCR
new file mode 100644
index 00000000000..0b3ecd3e9a3
--- /dev/null
+++ b/net/httptunnel/pkg/DESCR
@@ -0,0 +1,9 @@
+httptunnel creates a bidirectional virtual data connection tunnelled in
+HTTP requests. The HTTP requests can be sent via an HTTP proxy if so desired.
+
+This can be useful for users behind restrictive firewalls. If WWW access
+is allowed through a HTTP proxy, it's possible to use httptunnel and, say,
+telnet or PPP to connect to a computer outside the firewall.
+
+httptunnel is written and maintained by Lars Brinkhoff. See the file AUTHORS
+in the tarball for more information about contributors to this package.
diff --git a/net/httptunnel/pkg/PLIST b/net/httptunnel/pkg/PLIST
new file mode 100644
index 00000000000..83ce339a9dc
--- /dev/null
+++ b/net/httptunnel/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/26 18:03:56 manu Exp $
+bin/htc
+bin/hts
+man/man1/hts.1
+man/man1/htc.1