From cf3b853c143498ebbf03ddd83ef7970c70a8c621 Mon Sep 17 00:00:00 2001 From: manu Date: Fri, 26 Jan 2001 18:03:56 +0000 Subject: Imported new httptunnel package --- net/httptunnel/Makefile | 14 ++++++++++++++ net/httptunnel/files/md5 | 3 +++ net/httptunnel/pkg/COMMENT | 1 + net/httptunnel/pkg/DESCR | 9 +++++++++ net/httptunnel/pkg/PLIST | 5 +++++ 5 files changed, 32 insertions(+) create mode 100644 net/httptunnel/Makefile create mode 100644 net/httptunnel/files/md5 create mode 100644 net/httptunnel/pkg/COMMENT create mode 100644 net/httptunnel/pkg/DESCR create mode 100644 net/httptunnel/pkg/PLIST (limited to 'net') 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 -- cgit v1.2.3