Re: NEW: www/websocketd

2015-03-30 Thread Kent R. Spillner
On Thu, Mar 26, 2015 at 02:06:24PM -0500, Kent R. Spillner wrote: > On Wed, Mar 25, 2015 at 09:44:29AM -0500, Kent R. Spillner wrote: > > Anyone else care to weigh in? Or anyone want to give me an ok import into > > net? > > I assume silence means everyone either agrees or doesn't care enough. :

Re: NEW: www/websocketd

2015-03-26 Thread Kent R. Spillner
On Wed, Mar 25, 2015 at 09:44:29AM -0500, Kent R. Spillner wrote: > Anyone else care to weigh in? Or anyone want to give me an ok import into > net? I assume silence means everyone either agrees or doesn't care enough. :) Attached is a new version with CATEGORIES switched to net www, and I tweak

Re: NEW: www/websocketd

2015-03-25 Thread Kent R. Spillner
On Tue, Mar 24, 2015 at 10:40:22PM +, Stuart Henderson wrote: > common style is to split BUILD_DEPENDS onto multiple lines, e.g. > > -BUILD_DEPENDS = lang/go www/go-websocket > +BUILD_DEPENDS =lang/go \ > + www/go-websocket Done. > I'm wondering about CATEGOR

Re: NEW: www/websocketd

2015-03-24 Thread Stuart Henderson
On 2015/03/24 14:39, Kent R. Spillner wrote: > With attachment this time. > > On Tue, Mar 24, 2015 at 02:35:53PM -0500, Kent R. Spillner wrote: > > Attached is an updated version based on feedback from czarkoff@: > > > > - Reword DESCR > > - Prefer ${...} over $(...) > > > > Ok? > > > > On Mon,

Re: NEW: www/websocketd

2015-03-24 Thread Kent R. Spillner
With attachment this time. On Tue, Mar 24, 2015 at 02:35:53PM -0500, Kent R. Spillner wrote: > Attached is an updated version based on feedback from czarkoff@: > > - Reword DESCR > - Prefer ${...} over $(...) > > Ok? > > On Mon, Mar 23, 2015 at 11:57:54AM -0500, Kent R. Spillner wrote: > > Ping

Re: NEW: www/websocketd

2015-03-24 Thread Kent R. Spillner
Attached is an updated version based on feedback from czarkoff@: - Reword DESCR - Prefer ${...} over $(...) Ok? On Mon, Mar 23, 2015 at 11:57:54AM -0500, Kent R. Spillner wrote: > Ping. > > On Wed, Mar 18, 2015 at 12:27:06PM -0500, Kent R. Spillner wrote: > > Attached is a new port for websocke

Re: NEW: www/websocketd

2015-03-23 Thread Kent R. Spillner
Ping. On Wed, Mar 18, 2015 at 12:27:06PM -0500, Kent R. Spillner wrote: > Attached is a new port for websocketd, which lets you access any command > line tool via a websocket. It depends on the go-websocket port sent > previously. > > $ cat pkg/DESCR > websocketd is a small command-line tool tha

NEW: www/websocketd

2015-03-18 Thread Kent R. Spillner
Attached is a new port for websocketd, which lets you access any command line tool via a websocket. It depends on the go-websocket port sent previously. $ cat pkg/DESCR websocketd is a small command-line tool that will wrap an existing command-line interface program, and allow it to be accessed v