Re: cgrep for basesystem?

2020-06-10 Thread Reinoud Zandijk
On Fri, Jun 05, 2020 at 09:44:51AM +1000, Simon Burge wrote: > Why base and not pkgsrc? FWIW, there's already a (I assume different) > cgrep in pkgsrc in the textproc/hs-cgrep pkg src. Euh, the prefix suggests its in haskell with all the problems of getting haskell to run first, if at all. A sep

rcorder waiting

2020-06-10 Thread Reinoud Zandijk
Hi :) The rcorder thread reminded me of an idea i had before. Can't we parallelize rc scripts? It now f.e. waits on network config hdcp stuff while other things can be done in the mean time and all dependencies have to be honoured of course. Not that it saves much time but when starting up a VM a

Re: cgrep for basesystem?

2020-06-10 Thread Reinoud Zandijk
On Wed, Jun 10, 2020 at 10:57:09AM +0200, Reinoud Zandijk wrote: > A separate package would be appreciated I think :) I presume its written in > 'c'? It's ancient, from 1977 even! Wow... could use an ansi conversion and a slight cleanup yes. I guess its not actively maintained anymore? :) Would b

Re: cgrep for basesystem?

2020-06-10 Thread Kamil Rytarowski
On 05.06.2020 01:44, Simon Burge wrote: > Kamil Rytarowski wrote: > >> I find this program useful, however it should be refreshed or rewritten >> for modern times. Its switches and usage is not compatible with modern >> grep(1) and the implementation is pretty simplistic. >> >> If someone would be

Re: cgrep for basesystem?

2020-06-10 Thread Kamil Rytarowski
On 10.06.2020 12:34, Kamil Rytarowski wrote: > On 05.06.2020 01:44, Simon Burge wrote: >> Kamil Rytarowski wrote: >> >>> I find this program useful, however it should be refreshed or rewritten >>> for modern times. Its switches and usage is not compatible with modern >>> grep(1) and the implementat

Re: cgrep for basesystem?

2020-06-10 Thread Valery Ushakov
Simon Burge wrote: >> I find this program useful, however it should be refreshed or rewritten >> for modern times. Its switches and usage is not compatible with modern >> grep(1) and the implementation is pretty simplistic. >> >> If someone would be interested to pick this project it would be gre