aboutsummaryrefslogtreecommitdiff
path: root/net/gateway6
Commit message (Collapse)AuthorAgeFilesLines
* Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILESDoug Barton2012-08-211-1/+1
| | | | | | | I caught most of these, but missed this one, apologies Notes: svn path=/head/; revision=302895
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Add conflict with freenet6 port.Sylvio Cesar Teixeira2012-06-071-0/+2
| | | | | | | | PR: ports/168734 Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) Notes: svn path=/head/; revision=298650
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* gateway6 rc script should REQUIRE NETWORKING instead of netif;Kevin Lo2011-06-282-1/+2
| | | | | | | | | | | | netif doesn't guarantee network is working, thus, it makes connection fail. PR: ports/157876 Submitted by: Kuan-Chung Chiu <buganini at gmail dot com> Reviewed by: Michael Scholz (maintainer) approved by: Notes: svn path=/head/; revision=276550
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 6.0Martin Wilke2009-11-2011-117/+77
| | | | | | | | | | - Update WWW/Description PR: 140685 Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) Notes: svn path=/head/; revision=244560
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Update mastersite.Jean Milanez Melo2009-07-091-1/+2
| | | | | | | | PR: ports/134985 Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) Notes: svn path=/head/; revision=237555
* - Change PREFIX to MANXPREFIX where appropriate.Felippe de Meirelles Motta2008-08-231-4/+4
| | | | | | | | | | | | - Fix typo on Makefile. - Bump PORTREVISION. PR: ports/126644 Submitted by: Dima Panov <fluffy@fluffy.khv.ru> Approved by: Michael Scholz <mike@fth-devel.net> (maintainer) Notes: svn path=/head/; revision=219043
* - Update MASTER_SITES to make it fetchable. [2]Stefan Walter2007-10-062-5/+3
| | | | | | | | | | | - Remove BEFORE tag from startup script. [1] - Bump PORTREVISION. PR: 116958 [1], 116961 [2] Submitted by: maintainer [1,2] Notes: svn path=/head/; revision=200990
* Mark broken: fails to fetch.Mark Linimon2007-10-011-5/+2
| | | | | | | | | While here, remove lines that apply to non-supported versions. Hat: portmgr Notes: svn path=/head/; revision=200517
* New port: net/gateway6 free IPv6 tunnelEdwin Groothuis2007-09-0710-0/+229
From README: TSP is a control protocol used to establish and maintain static tunnels. The Gateway6 Client is used on the host computer to connect to a tunnel broker using the TSP protocol and to get the information for its tunnel. When it receives the information for the tunnel, the Gateway6 client creates the static tunnel on its operating system. The Gateway6 Client code is mostly identical for all client platforms. However, creating the static tunnel is operating system dependent and is done by a script called by the Gateway6 Client. These scripts are located under the template directory in the Gateway6 Client installation directory. The script executed by the Gateway6 Client to configure the tunnel interface is customized for each type of supported operating system and takes care of all specifics for the target operating system. On Unix systems, it is a shell script. This separation of the binary and script enables fast and easy additions of new operating systems, as has been shown by the community contributions for many operating systems. WWW: http://www.go6.net/ PR: ports/114544 Submitted by: Michael Scholz <mike@fth-devel.net> Notes: svn path=/head/; revision=199062