Re: NEW: textproc/py-xlrd

2018-06-18 Thread Elias M. Mariani
:D Cheers. Elias. 2018-06-19 2:39 GMT-03:00 Remi Pointel : > On 06/12/18 15:45, Elias M. Mariani wrote: >> >> Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 >> onwards) on any platform. Pure Python (2.7, 3.4+). Strong support for >> Excel dates. Unicode-aware. >> http://www.py

Re: NEW: textproc/py-xlrd

2018-06-18 Thread Remi Pointel
On 06/12/18 15:45, Elias M. Mariani wrote: Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.7, 3.4+). Strong support for Excel dates. Unicode-aware. http://www.python-excel.org/ No dependencies. python3 flavor included. Its a dependency

Re: NEW: graphics/sk1

2018-06-18 Thread Elias M. Mariani
> I don't think you should be telling people where they should be storing > their WIP ports. I'd prefer to have fewer rather than more half-abandoned > ports in the openbsd-wip repo... I think I should if they are***real*** WIP ports... But I get what you mean, the 6 years ago ports in openbsd-wip

Re: NEW: graphics/sk1

2018-06-18 Thread Stuart Henderson
On 2018/06/18 15:26, Elias M. Mariani wrote: > Well, I dont know what to tell you... > The version that I commited is fully functional as I understand and is > already updated. > You should move your stuff to this repository: > https://github.com/jasperla/openbsd-wip > There is where we look before

Re: NEW: graphics/sk1

2018-06-18 Thread Elias M. Mariani
Well, I dont know what to tell you... The version that I commited is fully functional as I understand and is already updated. You should move your stuff to this repository: https://github.com/jasperla/openbsd-wip There is where we look before start porting something new, but leave sk1 as presented

Re: update-patches: replace useless prompt with user setting

2018-06-18 Thread Klemens Nanni
On Mon, Jun 18, 2018 at 01:40:38PM +0200, Jeremie Courreges-Anglas wrote: > > +EDIT_PATCHES ?= > > Should be > > EDIT_PATCHES ?= Yes Agreed, thanks. > > + if [ -n "$$toedit" -a "${EDIT_PATCHES:L}" != no ]; then \ > > I dislike using -a and -o in classic test/[ commands. Even if we don't > ca

Re: tweak bsd.port.mk(5) description of USE_LIBTOOL

2018-06-18 Thread Jeremie Courreges-Anglas
On Mon, Jun 18 2018, Marc Espie wrote: > On Mon, Jun 18, 2018 at 10:10:34AM +0200, Antoine Jacoutot wrote: >> On Mon, Jun 18, 2018 at 09:07:16AM +0100, Stuart Henderson wrote: >> > ok? >> >> OK. That's a classic so it should be documented indeed :-) >> >> >> > Index: bsd.port.mk.5 >> >

Re: update-patches: replace useless prompt with user setting

2018-06-18 Thread Jeremie Courreges-Anglas
On Sun, Jun 10 2018, Klemens Nanni wrote: > On Sun, Jun 10, 2018 at 01:14:58PM +0200, Marc Espie wrote: >> Style: you want to add >> EDIT_PATCHES ?= Yes >> >> as well. (Set it around PATCH_CHECK_ONLY) >> >> New variables should always be defined, for consistency. > Done, cheers. > >> > +Unless >

Re: update-patches: replace useless prompt with user setting

2018-06-18 Thread Klemens Nanni
More feedback or OKs for that diff?

Re: tweak bsd.port.mk(5) description of USE_LIBTOOL

2018-06-18 Thread Marc Espie
On Mon, Jun 18, 2018 at 10:10:34AM +0200, Antoine Jacoutot wrote: > On Mon, Jun 18, 2018 at 09:07:16AM +0100, Stuart Henderson wrote: > > ok? > > OK. That's a classic so it should be documented indeed :-) > > > > Index: bsd.port.mk.5 > > ==

Re: [maintainer update] dunst-1.3.2

2018-06-18 Thread Klemens Nanni
On Mon, Jun 18, 2018 at 09:15:14AM +0300, Timo Myyrä wrote: > Here's an simple bug fix update to dunst. > "fixes a crash when trying to load an invalid or corrupt icon file." Works on amd64, tests pass. OK kn

Re: tweak bsd.port.mk(5) description of USE_LIBTOOL

2018-06-18 Thread Antoine Jacoutot
On Mon, Jun 18, 2018 at 09:07:16AM +0100, Stuart Henderson wrote: > ok? OK. That's a classic so it should be documented indeed :-) > Index: bsd.port.mk.5 > === > RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v > retrieving revisio

tweak bsd.port.mk(5) description of USE_LIBTOOL

2018-06-18 Thread Stuart Henderson
ok? Index: bsd.port.mk.5 === RCS file: /cvs/src/share/man/man5/bsd.port.mk.5,v retrieving revision 1.481 diff -u -p -r1.481 bsd.port.mk.5 --- bsd.port.mk.5 29 May 2018 11:45:25 - 1.481 +++ bsd.port.mk.5 18 Jun 201