Re: Help with porting Python libraries

2019-12-29 Thread Kubilay Kocak
On 30/12/2019 4:54 am, Andrea Venturoli wrote: Hi Andrea, nice first job on a Python port :) # $FreeBSD$ PORTNAME=    IMAPClient Lowercase this PORTNAME PORTVERSION=    2.1.0 CATEGORIES=    mail python PKGNAMEPREFIX=    ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m...@netfence.it COMMENT=   

Re: exFAT is no longer encumbered

2019-12-29 Thread Adam Weinberger
On Sun, Dec 29, 2019 at 6:38 PM Kevin P. Neal wrote: > > On Sat, Dec 28, 2019 at 01:01:52AM -0600, Greg Rivers wrote: > > As of last August, Microsoft have relaxed the patent restrictions on > > exFAT[1]. > > > > Can the Makefile LICENSE_PERMS_MSPAT restrictions be removed from > >

Re: Help with porting Python libraries

2019-12-29 Thread Charlie Li via freebsd-ports
Andrea Venturoli wrote: > I've got a system where I had to install a few Python libraries with > pip, but I don't like this, since pkg info will not list them. > > Thus I'm trying to port them, but I never ported Python libraries > before; so, before I submit my work, I thought I'd ask if someone

Re: Help with porting Python libraries

2019-12-29 Thread Kurt Jaeger
Hi! > I've got a system where I had to install a few Python libraries with pip, > but I don't like this, since pkg info will not list them. > > Thus I'm trying to port them, but I never ported Python libraries before; > so, before I submit my work, I thought I'd ask if someone more > experienced

Help with porting Python libraries

2019-12-29 Thread Andrea Venturoli
Hello. I've got a system where I had to install a few Python libraries with pip, but I don't like this, since pkg info will not list them. Thus I'm trying to port them, but I never ported Python libraries before; so, before I submit my work, I thought I'd ask if someone more experienced

Re: cad/gerbv can be helped

2019-12-29 Thread Li-Wen Hsu
On Sat, Dec 28, 2019 at 6:13 AM Tim Rice wrote: > How about checking the git log and doing a git diff. > git clone git://git.geda-project.org/gerbv.git > > Looks like README-cvs.txt was pulled and README-git.txt added. That should also work. Ash, Could you also check these? Thanks, Li-Wen