NEW: www/go-websocket

2015-03-18 Thread Kent R. Spillner
Attached is a new port for Go's websocket package (http://golang.org/x/net/websocket). This is a dependency of websocketd which I will post next. Ok? $ cat pkg/DESCR: Package websocket implements a client and server for the WebSocket protocol as specified in RFC 6455. www_go-websocket.tar.gz D

Re: NEW: www/go-websocket

2015-03-23 Thread Kent R. Spillner
Ping. On Wed, Mar 18, 2015 at 12:24:40PM -0500, Kent R. Spillner wrote: > Attached is a new port for Go's websocket package > (http://golang.org/x/net/websocket). This is a dependency of websocketd > which I will post next. > > Ok? > > $ cat pkg/DESCR: > Package websocket implements a client an

Re: NEW: www/go-websocket

2015-03-24 Thread Kent R. Spillner
Attached is an updated version based on feedback from czarkoff@: - Enable tests - Prefer ${...} over $(...) Ok? On Mon, Mar 23, 2015 at 11:57:20AM -0500, Kent R. Spillner wrote: > Ping. > > On Wed, Mar 18, 2015 at 12:24:40PM -0500, Kent R. Spillner wrote: > > Attached is a new port for Go's web

Re: NEW: www/go-websocket

2015-03-24 Thread Kent R. Spillner
On Tue, Mar 24, 2015 at 02:34:30PM -0500, Kent R. Spillner wrote: > Attached is an updated version based on feedback from czarkoff@: > > - Enable tests > - Prefer ${...} over $(...) > > Ok? Once more, this time with a slightly improved do-test target. Tests pass and works fine on amd64 with the

Re: NEW: www/go-websocket

2015-03-24 Thread Stuart Henderson
On 2015/03/24 15:13, Kent R. Spillner wrote: > On Tue, Mar 24, 2015 at 02:34:30PM -0500, Kent R. Spillner wrote: > > Attached is an updated version based on feedback from czarkoff@: > > > > - Enable tests > > - Prefer ${...} over $(...) > > > > Ok? > > Once more, this time with a slightly improv

Re: NEW: www/go-websocket

2015-03-24 Thread Kent R. Spillner
On Tue, Mar 24, 2015 at 08:39:39PM +, Stuart Henderson wrote: > Your do-install is amd64 only, and your PLIST uses MACHINE_ARCH. Oops, sorry! Updated version attached. www_go-websocket.tar.gz Description: application/tar-gz

Re: NEW: www/go-websocket

2015-03-24 Thread Stuart Henderson
On 2015/03/24 16:19, Kent R. Spillner wrote: > On Tue, Mar 24, 2015 at 08:39:39PM +, Stuart Henderson wrote: > > Your do-install is amd64 only, and your PLIST uses MACHINE_ARCH. > > Oops, sorry! Updated version attached. I think this is OK to import. We may want to tweak things a bit as we g

Re: NEW: www/go-websocket

2015-03-26 Thread Kent R. Spillner
On Tue, Mar 24, 2015 at 10:36:03PM +, Stuart Henderson wrote: > I think this is OK to import. We may want to tweak things a bit as we > get more experience with go ports, but we can cross that bridge later :) Attached a new version which switches CATEGORIES to net www. Ok? net_go-websocket.

Re: NEW: www/go-websocket

2015-03-30 Thread Kent R. Spillner
On Thu, Mar 26, 2015 at 02:04:22PM -0500, Kent R. Spillner wrote: > On Tue, Mar 24, 2015 at 10:36:03PM +, Stuart Henderson wrote: > > I think this is OK to import. We may want to tweak things a bit as we > > get more experience with go ports, but we can cross that bridge later :) > > Attached