Re: [NEW] devel/go-goptlib

2017-08-25 Thread Stuart Henderson
I'm not exactly a master of golang ports, but seems fine to me. OK sthen@
if someone would like to import.


On 2017/08/22 14:36, attila wrote:
> attila  wrote:
> > 
> > attila  writes:
> > 
> > > Hi ports@,
> > >
> > > This is the first of four new ports that are part of Pluggable
> > > Transports, which are used in the Tor Browser Bundle but which can
> > > also be used without it.  The main port is net/obfs4proxy, which needs
> > > three others to support it: devel/go-goptlib, security/go-ed25519,
> > > security/go-siphash.
> > >
> > > This is devel/go-goptlib:
> > >
> > > $ cat pkg/DESCR
> > > goptlib is a library for writing Tor pluggable transports in Go.
> > >
> > > https://spec.torproject.org/pt-spec
> > > https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt
> > > https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
> > > https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt
> > >
> > > There is browseable documentation here:
> > > https://godoc.org/git.torproject.org/pluggable-transports/goptlib.git
> > >
> > > Report bugs to the tor-...@lists.torproject.org mailing list or to the
> > > bug tracker at https://trac.torproject.org/projects/tor.
> > >
> > > To the extent possible under law, the authors have dedicated all
> > > copyright and related and neighboring rights to this software to the
> > > public domain worldwide. This software is distributed without any
> > > warranty. See COPYING.
> > >
> > >
> > > Port attached.  Feedback most welcome.
> > 
> > Original port was lacking BUILD_DEPENDS.  Attached is a version that
> > fixes it.
> 
> Ping.  Port attached.
> 
> Pax, -A
> -- 
> https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net}
> pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D  09C1 4068 D5D5 62A7 29CF
> 




Re: [NEW] devel/go-goptlib

2017-08-22 Thread attila
attila  wrote:
> 
> attila  writes:
> 
> > Hi ports@,
> >
> > This is the first of four new ports that are part of Pluggable
> > Transports, which are used in the Tor Browser Bundle but which can
> > also be used without it.  The main port is net/obfs4proxy, which needs
> > three others to support it: devel/go-goptlib, security/go-ed25519,
> > security/go-siphash.
> >
> > This is devel/go-goptlib:
> >
> > $ cat pkg/DESCR
> > goptlib is a library for writing Tor pluggable transports in Go.
> >
> > https://spec.torproject.org/pt-spec
> > https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt
> > https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
> > https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt
> >
> > There is browseable documentation here:
> > https://godoc.org/git.torproject.org/pluggable-transports/goptlib.git
> >
> > Report bugs to the tor-...@lists.torproject.org mailing list or to the
> > bug tracker at https://trac.torproject.org/projects/tor.
> >
> > To the extent possible under law, the authors have dedicated all
> > copyright and related and neighboring rights to this software to the
> > public domain worldwide. This software is distributed without any
> > warranty. See COPYING.
> >
> >
> > Port attached.  Feedback most welcome.
> 
> Original port was lacking BUILD_DEPENDS.  Attached is a version that
> fixes it.

Ping.  Port attached.

Pax, -A
-- 
https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net}
pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D  09C1 4068 D5D5 62A7 29CF



go-goptlib.tgz
Description: Binary data


Re: [NEW] devel/go-goptlib

2017-08-14 Thread attila

attila  writes:

> Hi ports@,
>
> This is the first of four new ports that are part of Pluggable
> Transports, which are used in the Tor Browser Bundle but which can
> also be used without it.  The main port is net/obfs4proxy, which needs
> three others to support it: devel/go-goptlib, security/go-ed25519,
> security/go-siphash.
>
> This is devel/go-goptlib:
>
> $ cat pkg/DESCR
> goptlib is a library for writing Tor pluggable transports in Go.
>
> https://spec.torproject.org/pt-spec
> https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt
> https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
> https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt
>
> There is browseable documentation here:
> https://godoc.org/git.torproject.org/pluggable-transports/goptlib.git
>
> Report bugs to the tor-...@lists.torproject.org mailing list or to the
> bug tracker at https://trac.torproject.org/projects/tor.
>
> To the extent possible under law, the authors have dedicated all
> copyright and related and neighboring rights to this software to the
> public domain worldwide. This software is distributed without any
> warranty. See COPYING.
>
>
> Port attached.  Feedback most welcome.

Original port was lacking BUILD_DEPENDS.  Attached is a version that
fixes it.

Pax, -A
--
https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net}
pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D  09C1 4068 D5D5 62A7 29CF



go-goptlib.tgz
Description: port of torproject's goptlib


[NEW] devel/go-goptlib

2017-08-10 Thread attila
Hi ports@,

This is the first of four new ports that are part of Pluggable
Transports, which are used in the Tor Browser Bundle but which can
also be used without it.  The main port is net/obfs4proxy, which needs
three others to support it: devel/go-goptlib, security/go-ed25519,
security/go-siphash.

This is devel/go-goptlib:

$ cat pkg/DESCR
goptlib is a library for writing Tor pluggable transports in Go.

https://spec.torproject.org/pt-spec
https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt
https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-transports-through-proxy.txt

There is browseable documentation here:
https://godoc.org/git.torproject.org/pluggable-transports/goptlib.git

Report bugs to the tor-...@lists.torproject.org mailing list or to the
bug tracker at https://trac.torproject.org/projects/tor.

To the extent possible under law, the authors have dedicated all
copyright and related and neighboring rights to this software to the
public domain worldwide. This software is distributed without any
warranty. See COPYING.


Port attached.  Feedback most welcome.

Pax, -A
--
https://haqistan.net/~attila | attila@{stalphonsos.com,haqistan.net}
pgp: 0x62A729CF | C2CE 2487 03AC 4C2F 101D  09C1 4068 D5D5 62A7 29CF


go-goptlib.tgz
Description: new port: devel/go-goptlib