Re: NEW: devel/esptool-ck 0.4.13

2020-02-11 Thread Tracey Emery
On Thu, Jan 30, 2020 at 08:15:21AM +0100, Martin Reindl wrote:
> On Tue, Jan 28, 2020 at 09:19:05AM -0700, Tracey Emery wrote:
> > On Tue, Jan 28, 2020 at 07:33:41AM -0700, Tracey Emery wrote:
> > > On Tue, Jan 28, 2020 at 07:42:04AM +0100, Martin Reindl wrote:
> > > > On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> > > > > Hello ports,
> > > > > 
> > > > > Attached is a new port to work with firmware for ESP8266 chips. It's 
> > > > > an
> > > > > updated and slightly revised version of a previous submission.
> > > > > 
> > > > > devel/esptool-ck: Esptool is a tool to create firmware files for the 
> > > > > ESP8266
> > > > > chip and flash the firmware to the chip over serial port.
> > > > > 
> > > > > Anyone willing to Ok and commit?
> > > > 
> > > > Hello Tracey,
> > > > 
> > > > No hardware here to test, but did you notice in the Makefile it trys to 
> > > > run
> > > > 'git' twice? IMHO this should be added to BUILD_DEPENDS or patched out.
> > 
> > I think the attached fixes the version problem and adds a slight tweak
> > to the Makefile.
> 
> Indeed. Port-wise with no hardware to test on (yet) OK martin@.

Ping. Anyone willing to import?
Thanks.
-- 

Tracey Emery


esptool-ck-0.4.13.tgz
Description: Binary data


Re: NEW: devel/esptool-ck 0.4.13

2020-01-29 Thread Martin Reindl
On Tue, Jan 28, 2020 at 09:19:05AM -0700, Tracey Emery wrote:
> On Tue, Jan 28, 2020 at 07:33:41AM -0700, Tracey Emery wrote:
> > On Tue, Jan 28, 2020 at 07:42:04AM +0100, Martin Reindl wrote:
> > > On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> > > > Hello ports,
> > > > 
> > > > Attached is a new port to work with firmware for ESP8266 chips. It's an
> > > > updated and slightly revised version of a previous submission.
> > > > 
> > > > devel/esptool-ck: Esptool is a tool to create firmware files for the 
> > > > ESP8266
> > > > chip and flash the firmware to the chip over serial port.
> > > > 
> > > > Anyone willing to Ok and commit?
> > > 
> > > Hello Tracey,
> > > 
> > > No hardware here to test, but did you notice in the Makefile it trys to 
> > > run
> > > 'git' twice? IMHO this should be added to BUILD_DEPENDS or patched out.
> 
> I think the attached fixes the version problem and adds a slight tweak
> to the Makefile.

Indeed. Port-wise with no hardware to test on (yet) OK martin@.



Re: NEW: devel/esptool-ck 0.4.13

2020-01-28 Thread Tracey Emery
On Tue, Jan 28, 2020 at 07:33:41AM -0700, Tracey Emery wrote:
> On Tue, Jan 28, 2020 at 07:42:04AM +0100, Martin Reindl wrote:
> > On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> > > Hello ports,
> > > 
> > > Attached is a new port to work with firmware for ESP8266 chips. It's an
> > > updated and slightly revised version of a previous submission.
> > > 
> > > devel/esptool-ck: Esptool is a tool to create firmware files for the 
> > > ESP8266
> > > chip and flash the firmware to the chip over serial port.
> > > 
> > > Anyone willing to Ok and commit?
> > 
> > Hello Tracey,
> > 
> > No hardware here to test, but did you notice in the Makefile it trys to run
> > 'git' twice? IMHO this should be added to BUILD_DEPENDS or patched out.

I think the attached fixes the version problem and adds a slight tweak
to the Makefile.

Thanks.

> > 
> > It's just for version information so maybe the latter works best.
> > 
> 
> I did not notice that. I'll dig in to it. Thanks.
> 
> > Cheers,
> > Martin
> 
> -- 
> 
> Tracey Emery

-- 

Tracey Emery


esptool-ck-0.4.13.tgz
Description: Binary data


Re: NEW: devel/esptool-ck 0.4.13

2020-01-28 Thread Tracey Emery
This isn't a py-port. I did submit a py-esptool port, which is separate
from this. Paco has edited it for py3, which I will check out in a bit.
Thanks.

On Tue, Jan 28, 2020 at 07:50:14AM +0100, Rafael Sadowski wrote:
> On Mon Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> > Hello ports,
> > 
> > Attached is a new port to work with firmware for ESP8266 chips. It's an
> > updated and slightly revised version of a previous submission.
> > 
> > devel/esptool-ck: Esptool is a tool to create firmware files for the ESP8266
> > chip and flash the firmware to the chip over serial port.
> > 
> > Anyone willing to Ok and commit?
> > 
> > Thanks,
> > 
> > Tracey
> > 
> > -- 
> > 
> > Tracey Emery
> 
> Veto, no py2-* ports, please.
> 
> RS

-- 

Tracey Emery



Re: NEW: devel/esptool-ck 0.4.13

2020-01-28 Thread Tracey Emery
On Tue, Jan 28, 2020 at 07:44:49AM +0100, Martin Reindl wrote:
> On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> > Hello ports,
> > 
> > Attached is a new port to work with firmware for ESP8266 chips. It's an
> > updated and slightly revised version of a previous submission.
> > 
> > devel/esptool-ck: Esptool is a tool to create firmware files for the ESP8266
> > chip and flash the firmware to the chip over serial port.
> > 
> > Anyone willing to Ok and commit?
> 
> Hello Tracey,
> 
> Again, no hardware here to test. The port is python2-only, any reason for 
> that?
> For fresh ports you probably can set MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
> and don't bother with python2 at all anymore.

Think this email is attached to the wrong submitted port. Paco sent a
revised py3 for the py-esptool port. Will check that in a bit.

> 
> -m

-- 

Tracey Emery



Re: NEW: devel/esptool-ck 0.4.13

2020-01-28 Thread Tracey Emery
On Tue, Jan 28, 2020 at 07:42:04AM +0100, Martin Reindl wrote:
> On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> > Hello ports,
> > 
> > Attached is a new port to work with firmware for ESP8266 chips. It's an
> > updated and slightly revised version of a previous submission.
> > 
> > devel/esptool-ck: Esptool is a tool to create firmware files for the ESP8266
> > chip and flash the firmware to the chip over serial port.
> > 
> > Anyone willing to Ok and commit?
> 
> Hello Tracey,
> 
> No hardware here to test, but did you notice in the Makefile it trys to run
> 'git' twice? IMHO this should be added to BUILD_DEPENDS or patched out.
> 
> It's just for version information so maybe the latter works best.
> 

I did not notice that. I'll dig in to it. Thanks.

> Cheers,
> Martin

-- 

Tracey Emery



Re: NEW: devel/esptool-ck 0.4.13

2020-01-27 Thread Rafael Sadowski
On Mon Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> Hello ports,
> 
> Attached is a new port to work with firmware for ESP8266 chips. It's an
> updated and slightly revised version of a previous submission.
> 
> devel/esptool-ck: Esptool is a tool to create firmware files for the ESP8266
> chip and flash the firmware to the chip over serial port.
> 
> Anyone willing to Ok and commit?
> 
> Thanks,
> 
> Tracey
> 
> -- 
> 
> Tracey Emery

Veto, no py2-* ports, please.

RS



Re: NEW: devel/esptool-ck 0.4.13

2020-01-27 Thread Martin Reindl
On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> Hello ports,
> 
> Attached is a new port to work with firmware for ESP8266 chips. It's an
> updated and slightly revised version of a previous submission.
> 
> devel/esptool-ck: Esptool is a tool to create firmware files for the ESP8266
> chip and flash the firmware to the chip over serial port.
> 
> Anyone willing to Ok and commit?

Hello Tracey,

Again, no hardware here to test. The port is python2-only, any reason for that?
For fresh ports you probably can set MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
and don't bother with python2 at all anymore.

-m



Re: NEW: devel/esptool-ck 0.4.13

2020-01-27 Thread Martin Reindl
On Mon, Jan 27, 2020 at 04:06:03PM -0700, Tracey Emery wrote:
> Hello ports,
> 
> Attached is a new port to work with firmware for ESP8266 chips. It's an
> updated and slightly revised version of a previous submission.
> 
> devel/esptool-ck: Esptool is a tool to create firmware files for the ESP8266
> chip and flash the firmware to the chip over serial port.
> 
> Anyone willing to Ok and commit?

Hello Tracey,

No hardware here to test, but did you notice in the Makefile it trys to run
'git' twice? IMHO this should be added to BUILD_DEPENDS or patched out.

It's just for version information so maybe the latter works best.

Cheers,
Martin