Port details |
- httptunnel Tunnel a TCP/IP connection through a HTTP/TCP/IP connection
- 3.3_4 www =12 3.3_4Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: unknown
- Last Update: 2024-03-01 18:11:59
- Commit Hash: 138eb13
- People watching this port, also watch:: nmap, w3m, libxml2, unzip, gdbm
- License: GPLv2
- WWW:
- https://github.com/larsbrinkhoff/httptunnel/
- Description:
- 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.
They should know what to do.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- httptunnel>0:www/httptunnel
- To install the port:
- cd /usr/ports/www/httptunnel/ && make install clean
- To add the package, run one of these commands:
- pkg install www/httptunnel
- pkg install httptunnel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: httptunnel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709065205
SHA256 (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = f422c857638c7ce3deee4daa662e480a33be4be80f861b76e73c79a422f435f5
SIZE (larsbrinkhoff-httptunnel-3.3-ebe2583_GH0.tar.gz) = 376230
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for httptunnel-3.3_4:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- www_httptunnel
- USES:
- autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3_4 01 Mar 2024 18:11:59 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
*: Move manpages to share/man
PR: 277322 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3_3 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.3_3 15 May 2022 17:39:36 |
Fernando Apesteguía (fernape) Author: Chris Hutchinson |
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 |
3.3_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3_3 20 Dec 2019 06:12:42 |
tobik |
www/httptunnel: Use USERS/GROUPS instead of custom scripts
This also make sure that the user info actually matches what's in
UIDs. |
3.3_2 06 Jul 2014 15:01:08 |
bapt |
Support stage |
3.3_2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.3_2 24 Jul 2012 21:09:45 |
cs |
Fix typos in COMMENT |
3.3_2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
3.3_2 15 May 2011 02:49:17 |
dougb |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
3.3_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.3_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.3_2 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
3.3_2 30 Jan 2009 10:24:07 |
rafan |
Rework on rc script for www/httptunnel.
- Use fixed uid and gid
- Rewrite the rc script to use the new rc.d style and split into two scripts:
hts (for server) and htc (for client)
- Bump PORTREVISION for this
PR: ports/125714 (based on)
Submitted by: G.V. Tjong A Hung <gvtjongahung at users.sourceforge.net> (based
on) |
3.3_1 12 Jan 2006 11:51:46 |
edwin |
add www |
3.3_1 25 Nov 2005 19:02:21 |
pav |
- Add SHA256 |
3.3_1 04 Apr 2005 13:36:15 |
flz |
- Bump PORTREVISION.
Noticed by: pav
Pointyhat to: flz |
3.3 04 Apr 2005 12:54:40 |
flz |
- Fix startup script to use a non-root user account to run.
PR: ports/28887
Submitted by: The Anarcat <anarcat@tao.ca> |
3.3 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
3.3 03 Nov 2003 00:54:32 |
kris |
Reset maintainer of ports owned by inactive committers who were just retired. |
3.3 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
13 Mar 2002 11:31:08 |
brian |
brian@Awfulhak.org => brian@FreeBSD.org |
21 May 2001 11:00:50 |
brian |
Upgrade to version 3.3 |
05 Feb 2001 15:33:58 |
olgeni |
Some spaces -> tabs for ports/www. |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
31 Aug 2000 22:28:28 |
brian |
Fix some more diagnostics |
31 Aug 2000 22:15:07 |
brian |
Typo police |
31 Aug 2000 21:30:55 |
brian |
Upgrade to 3.2 (no functional changes) Set $HTS and $HTC in
etc/rc.d/httptunnel.sh Allow HTCPROXYAUTH to specify a file name |
08 Aug 2000 01:12:19 |
brian |
3.0.1 -> 3.1: Defeat stupid proxies that don't recognise no-cache Update
configure.in (again) Fix some typos and other cosmetic stuff Integrate
all port patches back into the main source archive |
07 Aug 2000 22:21:18 |
brian |
3.0 -> 3.0.1 (improve configure.in, doesn't effect FreeBSD) |
19 Jul 2000 11:48:03 |
brian |
Update to reflect what I've submitted to the httptunnel writers No functional
changes |
14 Jul 2000 12:16:23 |
brian |
Don't dereference NULL |
14 Jul 2000 11:06:10 |
brian |
Initialise tunnel->bytes |
05 Jul 2000 13:37:07 |
tg |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |
02 Jun 2000 04:24:03 |
will |
Remove inappropriate categories. See Porter's Handbook. |