65c2 FreshPorts -- net/gateway6
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gateway6 6.0_1 net on this many watch lists=3 search for ports that depend on this port
Gateway6 Tunnel Setup Protocol Client - Free IPv6 tunnel
Maintained by: mike@fth-devel.net search for ports maintained by this maintainer
Port Added: 07 Sep 2007 23:30:17
Also Listed In: ipv6
License: not specified in port


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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. lang/perl5.12
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/gateway6/ && make install clean
To add the package: pkg_add -r gateway6


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://go6.net/4105/file.asp?file_id=166&
  3. http://go6.net/4105/file.asp?file_id=166&foo=/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 Aug 2012 20:05:53
Original commit files touched by this commit  6.0_1
dougb search for other commits by this committer
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
05 Aug 2012 23:19:40
Original commit files touched by this commit  6.0_1
dougb search for other commits by this committer
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
07 Jun 2012 00:50:30
Original commit files touched by this commit  6.0_1
sylvio search for other commits by this committer
- Add conflict with freenet6 port.

PR:             ports/168734
Submitted by:   Michael Scholz <mike@fth-devel.net> (maintainer)
14 Jan 2012 08:57:23
Original commit files touched by this commit  6.0_1
dougb search for other commits by this committer
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.
28 Jun 2011 04:52:12
Original commit files touched by this commit  6.0_1
kevlo search for other commits by this committer
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:
20 Mar 2011 12:54:45
Original commit files touched by this commit  6.0
miwi search for other commits by this committer
- Get Rid MD5 support
27 Mar 2010 00:15:24
Original commit files touched by this commit  6.0
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
20 Nov 2009 21:14:24
Original commit files touched by this commit  6.0
miwi search for other commits by this committer
- Update to 6.0
- Update WWW/Description

PR:             140685
Submitted by:   Michael Scholz <mike@fth-devel.net> (maintainer)
15 Jul 2009 16:56:10
Original commit files touched by this commit  5.0_2
dougb search for other commits by this committer
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.
09 Jul 2009 20:26:31
Original commit files touched by this commit  5.0_2
jmelo search for other commits by this committer
- Update mastersite.

PR:             ports/134985
Submitted by:   Michael Scholz <mike@fth-devel.net> (maintainer)
23 Aug 2008 16:21:13
Original commit files touched by this commit  5.0_2
lippe search for other commits by this committer
- 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)
06 Oct 2007 11:34:27
Original commit files touched by this commit  5.0_1
stefan search for other commits by this committer
- 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]
01 Oct 2007 08:25:58
Original commit files touched by this commit  5.0
linimon search for other commits by this committer
Mark broken: fails to fetch.

While here, remove lines that apply to non-supported versions.

Hat:            portmgr
07 Sep 2007 23:29:56
Original commit files touched by this commit  5.0
edwin search for other commits by this committer
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 View all of this commit message)

Number of commits found: 14

282e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0