Re: cumbersome mtree (OT!) - Process to have RADXIDE (MIT) among ports

2023-12-10 Thread Nowarez Market
Just forwarded to ports@. Please keep me posted.. -- Nowarez Market Dec 10, 2023 11:31:43 Jan Stary : > wrong list, > wrong subject

Re: cumbersome mtree (OT!) - Process to have RADXIDE (MIT) among ports

2023-12-10 Thread Jan Stary
wrong list, wrong subject On Dec 09 21:47:21, my2...@has.im wrote: > > Hello, > > I just reached version 1.2.5 of RADXIDE (MIT license), turned around > many bugs, templetized its colors, contacted previous snippets code > authors figuring in About. > > Now, I'm wondering what is eventually the

Re: cumbersome mtree (OT!) - Process to have RADXIDE (MIT) among ports

2023-12-09 Thread Nowarez Market
Hello, I just reached version 1.2.5 of RADXIDE (MIT license), turned around many bugs, templetized its colors, contacted previous snippets code authors figuring in About. Now, I'm wondering what is eventually the process to have RADXIDE as a small package inside OpenBSD. Nevertheless this wou

Re: cumbersome mtree (OT!)

2023-12-05 Thread Nowarez Market
For who is wondering (and not) I come from publishing RADXIDE ver 1.0.5 (tcl-tk, MIT license) I could appreciate anyone involvement or feedback. https://radxide.com https://github.com/par7133/RADXIDE Thnx! == Nowarez Market Nowarez Market : >I come from a couple of long white nights and i

Re: cumbersome mtree

2023-11-28 Thread Nowarez Market
Michael Hekeler wrote: > > mtree -c -f /etc/mtree/4.4BSD.dist -K uid,guid,mode -p /usr/games > > -e > > what is your intention when using these flags? What do you want to do? I wanted to use mtree to script a tool flexible enough for everyone consumption but I think I will wait better times

Re: cumbersome mtree

2023-11-28 Thread Marc Espie
We used to use mtree for packages at well. At some point, it was simpler to just give up and roll our own format for the same thing. There are many many limitations to mtree

Re: cumbersome mtree

2023-11-27 Thread Nowarez Market
Hello Michael, thnx for the answer. I come from a couple of long white nights and indeed this night was the longest one (for who is interested I'm playing on a barely simple ide that at a certain point in time hopefully should enforce RAD amenities, good practices, etc. I'm working in tcltk). Le

Re: cumbersome mtree

2023-11-27 Thread Michael Hekeler
> Hello, > > I was enthusiastic to write down a tool that permitted everyone > to check and print the default file permissions of a given path > but when I knocked my eyes against mtree behavior I remained > frightened. > > Given for example: > > mtree -c -f /etc/mtree/4.4BSD.dist -K uid,guid,m

cumbersome mtree

2023-11-24 Thread Nowarez Market
Hello, I was enthusiastic to write down a tool that permitted everyone to check and print the default file permissions of a given path but when I knocked my eyes against mtree behavior I remained frightened. Given for example: mtree -c -f /etc/mtree/4.4BSD.dist -K uid,guid,mode -p /usr/games -e