Port details |
- gateway6 Gateway6 Tunnel Setup Protocol Client - Free IPv6 tunnel
- 6.0_1 net
=2 6.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Unsupported upstream, consider using net/gogoc
This port expired on: 2013-12-31
- Maintainer: mike@fth-devel.net
- Port Added: 2007-09-07 23:30:17
- Last Update: 2013-12-31 10:07:44
- SVN Revision: 338266
- People watching this port, also watch:: rc, ices, oss
- Also Listed In: ipv6
- License: not specified in port
- WWW:
- http://gogonet.gogo6.com/page/freenet6-services
- Description:
- 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://gogonet.gogo6.com/page/freenet6-services
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: gateway6
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- perl5.14.4 : lang/perl5.14
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
6.0_1 31 Dec 2013 10:07:44 |
rene |
Remove expired ports:
2013-12-30 security/dazuko: Currently, the project has not an active development
and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc |
6.0_1 20 Sep 2013 23:55:59 |
jgh |
- unsupported upstream, consider using net/gogoc
In working through this pr, I had discovered the disfile was no longer
available, and it was recommended by maintainer to move ahead with
a deprecation path.
PR: 182230
Submitted by: mike@fth-devel.net ( maintainer ) |
6.0_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
6.0_1 16 Sep 2013 06:30:31 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
6.0_1 21 Aug 2012 20:05:53 |
dougb |
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES
I caught most of these, but missed this one, apologies |
6.0_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
6.0_1 07 Jun 2012 00:50:30 |
sylvio |
- Add conflict with freenet6 port.
PR: ports/168734
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
6.0_1 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. |
6.0_1 28 Jun 2011 04:52:12 |
kevlo |
gateway6 rc script should REQUIRE NETWORKING instead of netif;
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: |
6.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
6.0 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
6.0 20 Nov 2009 21:14:24 |
miwi |
- Update to 6.0
- Update WWW/Description
PR: 140685
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
5.0_2 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
5.0_2 09 Jul 2009 20:26:31 |
jmelo |
- Update mastersite.
PR: ports/134985
Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) |
5.0_2 23 Aug 2008 16:21:13 |
lippe |
- Change PREFIX to MANXPREFIX where appropriate.
- 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) |
5.0_1 06 Oct 2007 11:34:27 |
stefan |
- Update MASTER_SITES to make it fetchable. [2]
- Remove BEFORE tag from startup script. [1]
- Bump PORTREVISION.
PR: 116958 [1], 116961 [2]
Submitted by: maintainer [1,2] |
5.0 01 Oct 2007 08:25:58 |
linimon |
Mark broken: fails to fetch.
While here, remove lines that apply to non-supported versions.
Hat: portmgr |
5.0 07 Sep 2007 23:29:56 |
edwin |
New port: net/gateway6 free IPv6 tunnel
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 (Only the first 15 lines of the commit message are shown above ) |