Bug 149682 - New port:net/gogonet_c gogoCLIENT offers IPv6 connectivity as well as IPv4 over IPv6 tunneling
Summary: New port:net/gogonet_c gogoCLIENT offers IPv6 connectivity as well as IPv4 ov...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-15 23:40 UTC by Andrey
Modified: 2010-11-19 19:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.13 KB, text/plain)
2010-08-15 23:40 UTC, Andrey
no flags Details
smime.p7s (2.62 KB, application/x-pkcs7-signature)
2010-08-16 15:00 UTC, Andrey
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2010-08-15 23:40:00 UTC
The basic version of the gogoCLIENT offers IPv6 connectivity as well
as IPv4 over IPv6 tunneling (DSTM and DS-lite).If you want to get a
static IPv6 address or get a /56 network you need an account on the Freenet6
server. Register here (http://gogonet.gogo6.com/page/freenet6-registration).
Please note that the Freenet6 account is separate from your gogoNET login.

Fix: Patch attached with submission follows:
Comment 1 Andrey 2010-08-16 15:00:46 UTC
This is a multi-part message in MIME format.
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2010-11-02 20:54:03 UTC
Note that this PR is similar to
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147944

So who wants to be the maintainer?

Rene
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2010-11-02 20:54:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rene

Track, similar to ports/147944
Comment 4 Tomaž Muraus 2010-11-03 12:38:33 UTC
First thank you for fixing the whitespace and localbase issues.

If the other person doesn't mind I can be maintainer of this port.

Toma=C5=BE

On Tue, Nov 2, 2010 at 9:54 PM, Rene Ladan <rene@freebsd.org> wrote:
> Note that this PR is similar to
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/147944
>
> So who wants to be the maintainer?
>
> Rene
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-11-19 19:44:55 UTC
rene        2010-11-19 19:44:49 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/gogoc            Makefile distinfo pkg-descr pkg-plist 
    net/gogoc/files      gogoc.in patch-env 
  Log:
  gogoc is gogoCLIENT, which is needed to connect to Freenet6 tunnel.
  
  Freenet6 Tunnel is an IPv6 access service which enables thousands of people
  from all over the world to experience the best solution for a smooth and
  incremental deployment of IPv6. Freenet6 Tunnel users can get IPv6 connectivity
  from anywhere, including from behind any NAT device or from outside of their
  home network.
  
  WWW: http://gogonet.gogo6.com/page/freenet6-services
  
  Two similar PRs were sent for the port, take the first one with some
  modifications from the second one. Tomaz will be the maintainer.
  
  patch-env by rene@
  
  PR:             ports/147944, ports/149682
  Submitted by:   Tomaz Muraus [kami 5-storitve.net] , Andrey [drurus gmail.com]
  
  Revision  Changes    Path
  1.2285    +1 -0      ports/net/Makefile
  1.1       +49 -0     ports/net/gogoc/Makefile (new)
  1.1       +2 -0      ports/net/gogoc/distinfo (new)
  1.1       +31 -0     ports/net/gogoc/files/gogoc.in (new)
  1.1       +190 -0    ports/net/gogoc/files/patch-env (new)
  1.1       +9 -0      ports/net/gogoc/pkg-descr (new)
  1.1       +7 -0      ports/net/gogoc/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Rene Ladan freebsd_committer freebsd_triage 2010-11-19 19:45:23 UTC
State Changed
From-To: open->closed

Committed ports/147944 with some ideas from you.