git: 8178090534fb - main - www/httptunnel: update && take maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 May 2022 17:41:44 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=8178090534fbd59003ca04fad286c41b3c9f6614 commit 8178090534fbd59003ca04fad286c41b3c9f6614 Author: Chris Hutchinson <portmaster@bsdforge.com> AuthorDate: 2022-05-13 07:56:52 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-05-15 17:39:36 +0000 www/httptunnel: update && take maintainership Submitter requests maintainership. Already maintainer of several ports. No functional changes in the port, but getting it in shape. PR: 263943 Reported by: portmaster@bsdforge.com --- www/httptunnel/Makefile | 20 +++++++++++++------- www/httptunnel/distinfo | 6 ++++-- www/httptunnel/pkg-descr | 24 ++++++++---------------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile index a05168a13394..acc73c245a2c 100644 --- a/www/httptunnel/Makefile +++ b/www/httptunnel/Makefile @@ -4,24 +4,30 @@ PORTNAME= httptunnel PORTVERSION= 3.3 PORTREVISION= 3 CATEGORIES= www -MASTER_SITES= http://www.Awfulhak.org/httptunnel/ \ - ftp://ftp.nocrew.org/pub/nocrew/unix/ \ - http://www.nocrew.org/software/httptunnel/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Tunnel a TCP/IP connection through a HTTP/TCP/IP connection -OPTIONS_DEFINE= DEBUG +LICENSE= GPLv2 + +USES= autoreconf + +USE_GITHUB= yes +GH_ACCOUNT= larsbrinkhoff +GH_PROJECT= httptunnel +GH_TAGNAME= ebe2583 +USE_RC_SUBR= hts htc GNU_CONFIGURE= yes CONFIGURE_ARGS= --quiet -DEBUG_CONFIGURE_ENABLE= debug -USE_RC_SUBR= hts htc USERS= httptunnel GROUPS= httptunnel PLIST_FILES= bin/hts bin/htc \ man/man1/hts.1.gz man/man1/htc.1.gz +OPTIONS_DEFINE= DEBUG + +DEBUG_CONFIGURE_ENABLE= debug .include <bsd.port.mk> diff --git a/www/httptunnel/distinfo b/www/httptunnel/distinfo index a1aca8c358e2..0fa2a50ee8c5 100644 --- a/www/httptunnel/distinfo +++ b/www/httptunnel/distinfo @@ -1,2 +1,4 @@ -SHA256 (httptunnel-3.3.tar.gz) = 142f82b204876c2aa90f19193c7ff78d90bb4c2cba99dfd4ef625864aed1c556 -SIZE (httptunnel-3.3.tar.gz) = 262749 +TIMESTAMP = 1652378606 +SHA256 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = f422c857638c7ce3deee4daa662e480a33be4be80f861b76e73c79a422f435f5 +SHA512 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 64df60eb38d53ad4a8c44c6f6f31090e094eb72bb523524af496822707741fade46b4ed10477a14062348d0326b2c38a42c1a0eb4283787f45f364697883a18e +SIZE (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 376230 diff --git a/www/httptunnel/pkg-descr b/www/httptunnel/pkg-descr index f45889704f2a..8aeca858f869 100644 --- a/www/httptunnel/pkg-descr +++ b/www/httptunnel/pkg-descr @@ -1,22 +1,14 @@ -httptunnel creates a bidirectional virtual data path tunnelled in HTTP -requests. The 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 an HTTP proxy, it's possible to use -httptunnel and, say, telnet or PPP to connect to a computer outside -the firewall. +httptunnel creates a bidirectional virtual data path tunnelled +in HTTP requests. The 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 an HTTP proxy, it's +possible to use httptunnel and, say, telnet or PPP to connect to +a computer outside the firewall. If you still don't understand what this is all about, maybe you can find some useful information in the FAQ file. -This program is mostly intended for technically oriented users. +This program is mostly intended for technically-oriented users. They should know what to do. -httptunnel is free software. See COPYING for terms and conditions. -If you like it, I would appreciate if you sent a post card to: - Lars Brinkhoff - Kopmansgatan 2 - 411 13 Goteborg - Sweden - -WWW: http://www.nocrew.org/software/httptunnel/ +WWW: https://github.com/larsbrinkhoff/httptunnel/