aboutsummaryrefslogtreecommitdiff
path: root/www/httptunnel
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301494
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-2/+2
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-152-8/+4
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-272-2/+2
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* Rework on rc script for www/httptunnel.Rong-En Fan2009-01-307-70/+198
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=227156
* add wwwEdwin Groothuis2006-01-121-0/+2
| | | | Notes: svn path=/head/; revision=153345
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149462
* - Bump PORTREVISION.Florent Thoumie2005-04-041-0/+1
| | | | | | | | Noticed by: pav Pointyhat to: flz Notes: svn path=/head/; revision=132468
* - Fix startup script to use a non-root user account to run.Florent Thoumie2005-04-041-11/+11
| | | | | | | | PR: ports/28887 Submitted by: The Anarcat <anarcat@tao.ca> Notes: svn path=/head/; revision=132466
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Reset maintainer of ports owned by inactive committers who were just retired.Kris Kennaway2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92900
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* brian@Awfulhak.org => brian@FreeBSD.orgBrian Somers2002-03-131-2/+2
| | | | Notes: svn path=/head/; revision=55997
* Upgrade to version 3.3Brian Somers2001-05-215-62/+2
| | | | Notes: svn path=/head/; revision=42848
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Fix some more diagnosticsBrian Somers2000-08-312-0/+49
| | | | Notes: svn path=/head/; revision=32162
* Typo policeBrian Somers2000-08-311-0/+11
| | | | Notes: svn path=/head/; revision=32160
* Upgrade to 3.2 (no functional changes)Brian Somers2000-08-313-8/+21
| | | | | | | | Set $HTS and $HTC in etc/rc.d/httptunnel.sh Allow HTCPROXYAUTH to specify a file name Notes: svn path=/head/; revision=32159
* 3.0.1 -> 3.1:Brian Somers2000-08-085-67/+2
| | | | | | | | | | 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 Notes: svn path=/head/; revision=31389
* 3.0 -> 3.0.1 (improve configure.in, doesn't effect FreeBSD)Brian Somers2000-08-072-2/+2
| | | | Notes: svn path=/head/; revision=31387
* Update to reflect what I've submitted to the httptunnel writersBrian Somers2000-07-191-19/+11
| | | | | | | No functional changes Notes: svn path=/head/; revision=30843
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-16/+30
| | | | | | | | | | 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. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Remove inappropriate categories. See Porter's Handbook.Will Andrews2000-06-021-1/+1
| | | | Notes: svn path=/head/; revision=29085
* Allow make -DENABLE_DEBUGBrian Somers2000-04-141-0/+3
| | | | Notes: svn path=/head/; revision=27522
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27430
* An implementation of TCP/IP over HTTP with local modifications to allowBrian Somers2000-03-219-0/+161
binding the server to a single IP number. Notes: svn path=/head/; revision=26889