Re: [ITP] cygfuse -- cygport issues solved

2022-03-27 Thread Mark Geisert
Mark Geisert wrote: Hi Jon, Thanks for the helpful review comments. cygport is a wondrous tool. My issues were solved by making a simple tar.xz of my local source tree, renaming it to have the version number expected by the cygport script, placing that file and the cygport script in a test d

Re: [ITP] cygfuse

2022-03-25 Thread Mark Geisert
Hi Jon, Thanks for the helpful review comments. More below. Jon Turney wrote: On 10/03/2022 06:16, Mark Geisert wrote: [...]> A few small comments on the cygport file HOMEPAGE="https://github.com/mgeisert/cygfuse"; #SRC_URI="http://maxrnd.com/~mark/cygwin/x86_64/release/cygfuse/cygfuse-${PV}

Re: [ITP] cygfuse

2022-03-12 Thread Jon Turney
On 12/03/2022 14:43, Jon Turney wrote: On 10/03/2022 06:16, Mark Geisert wrote: This is a Cygwin version of libfuse{,3} that can be found in various Linux distributions.  It is a couple of link libraries and additions to /usr/include to allow porting of FUSE apps.  FUSE: File System In User Sp

Re: [ITP] cygfuse

2022-03-12 Thread Jon Turney
On 10/03/2022 06:16, Mark Geisert wrote: This is a Cygwin version of libfuse{,3} that can be found in various Linux distributions.  It is a couple of link libraries and additions to /usr/include to allow porting of FUSE apps.  FUSE: File System In User Space.  I will shortly be providing an ssh

Re: [ITP] cygfuse

2022-03-10 Thread Marco Atzeri
On 10.03.2022 07:16, Mark Geisert wrote: This is a Cygwin version of libfuse{,3} that can be found in various Linux distributions.  It is a couple of link libraries and additions to /usr/include to allow porting of FUSE apps.  FUSE: File System In User Space.  I will shortly be providing an ssh

[ITP] cygfuse

2022-03-09 Thread Mark Geisert
This is a Cygwin version of libfuse{,3} that can be found in various Linux distributions. It is a couple of link libraries and additions to /usr/include to allow porting of FUSE apps. FUSE: File System In User Space. I will shortly be providing an sshfs FUSE app, to be covered by a separate