View | Details | Raw Unified | Return to bug 263943
Collapse All | Expand All

(-)b/www/httptunnel/Makefile (-4 / +9 lines)
Lines 4-22 PORTNAME= httptunnel Link Here
4
PORTVERSION=	3.3
4
PORTVERSION=	3.3
5
PORTREVISION=	3
5
PORTREVISION=	3
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.Awfulhak.org/httptunnel/ \
8
		ftp://ftp.nocrew.org/pub/nocrew/unix/ \
9
		http://www.nocrew.org/software/httptunnel/
10
7
11
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	portmaster@BSDforge.com
12
COMMENT=	Tunnel a TCP/IP connection through a HTTP/TCP/IP connection
9
COMMENT=	Tunnel a TCP/IP connection through a HTTP/TCP/IP connection
13
10
11
LICENSE=	GPLv2
12
14
OPTIONS_DEFINE=	DEBUG
13
OPTIONS_DEFINE=	DEBUG
15
14
15
USES=		autoreconf
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--quiet
17
CONFIGURE_ARGS=	--quiet
18
DEBUG_CONFIGURE_ENABLE=	debug
18
DEBUG_CONFIGURE_ENABLE=	debug
19
19
20
USE_GITHUB=	yes
21
GH_ACCOUNT=	larsbrinkhoff
22
GH_PROJECT=	httptunnel
23
GH_TAGNAME=	ebe2583
24
20
USE_RC_SUBR=	hts htc
25
USE_RC_SUBR=	hts htc
21
USERS=		httptunnel
26
USERS=		httptunnel
22
GROUPS=		httptunnel
27
GROUPS=		httptunnel
(-)b/www/httptunnel/distinfo (-2 / +4 lines)
Lines 1-2 Link Here
1
SHA256 (httptunnel-3.3.tar.gz) = 142f82b204876c2aa90f19193c7ff78d90bb4c2cba99dfd4ef625864aed1c556
1
TIMESTAMP = 1652378606
2
SIZE (httptunnel-3.3.tar.gz) = 262749
2
SHA256 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = f422c857638c7ce3deee4daa662e480a33be4be80f861b76e73c79a422f435f5
3
SHA512 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 64df60eb38d53ad4a8c44c6f6f31090e094eb72bb523524af496822707741fade46b4ed10477a14062348d0326b2c38a42c1a0eb4283787f45f364697883a18e
4
SIZE (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 376230
(-)b/www/httptunnel/pkg-descr (-16 / +8 lines)
Lines 1-22 Link Here
1
httptunnel creates a bidirectional virtual data path tunnelled in HTTP
1
httptunnel creates a bidirectional virtual data path tunnelled
2
requests.  The requests can be sent via an HTTP proxy if so desired.
2
in HTTP requests. The requests can be sent via an HTTP proxy if
3
3
so desired. This can be useful for users behind restrictive
4
This can be useful for users behind restrictive firewalls.  If WWW
4
firewalls. If WWW access is allowed through an HTTP proxy, it's
5
access is allowed through an HTTP proxy, it's possible to use
5
possible to use httptunnel and, say, telnet or PPP to connect to
6
httptunnel and, say, telnet or PPP to connect to a computer outside
6
a computer outside the firewall.
7
the firewall.
8
7
9
If you still don't understand what this is all about, maybe you
8
If you still don't understand what this is all about, maybe you
10
can find some useful information in the FAQ file.
9
can find some useful information in the FAQ file.
11
10
12
This program is mostly intended for technically oriented users.
11
This program is mostly intended for technically-oriented users.
13
They should know what to do.
12
They should know what to do.
14
13
15
httptunnel is free software.  See COPYING for terms and conditions.
14
WWW: https://github.com/larsbrinkhoff/httptunnel/
16
If you like it, I would appreciate if you sent a post card to:
17
        Lars Brinkhoff
18
        Kopmansgatan 2
19
        411 13  Goteborg
20
        Sweden
21
22
WWW: http://www.nocrew.org/software/httptunnel/

Return to bug 263943