Earlier quoted context omitted.
> No copy-left license? Are you planning to make proprietary changes to `cat` you are unwilling to share? > Compatibility ... GNU coreutils work fine on all the mentioned plattforms > To annoy Richard Stallman? Not really sure if pettiness would be sufficient motivation for me, but then again, I'm writing this response...
> Are you planning to make proprietary changes to `cat` you are unwilling to share? Presenting to you Panthera(TM) - the Enterprise Ready cat that you were waiting for! * LDAP support * Office 365 integration * SAP integration * GDPR compliant outputs * 24/7 SLA
Bsdutils: Alternative to GNU coreutils using software from FreeBSD
61–70 of 85 posts
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#62Earlier quoted context omitted.
https://github.com/uutils/coreutils MIT license
> MIT license How is letting me know that apple can use it without contributing back going to affect my decision on which coreutil to use?
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#63Earlier quoted context omitted.
I don't know about you, but I can't eat code. That said, some people don't care about outside contributions or reuse, so I guess I find the pro-GPL partisanship more than a little misguided. Some people just have different goals, and that doesn't make them better or worse, just different.
And a project can't survive without the code. And even then companies are famous for leeching on open source projects, with gpl you at least have some hope of companies leaving you alone or giving back something.
Especially when you make clear the option to dual license and let them use it under a MIT/BSD style license, or something custom, if they pay you an appropriate amount.
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#64Earlier quoted context omitted.
> No copy-left license? Are you planning to make proprietary changes to `cat` you are unwilling to share? > Compatibility ... GNU coreutils work fine on all the mentioned plattforms > To annoy Richard Stallman? Not really sure if pettiness would be sufficient motivation for me, but then again, I'm writing this response...
> Are you planning to make proprietary changes to `cat` you are unwilling to share? Presenting to you Panthera(TM) - the Enterprise Ready cat that you were waiting for! * LDAP support * Office 365 integration * SAP integration * GDPR compliant outputs * 24/7 SLA
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#65Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#66The incompatibility between the two versions of sed (I have both installed on my macOS) is super annoying.
Isn't BSD Sed a subset of GNU Sed? I can't think of any outright incompatibilities that would make a BSD Sed script invalid for GNU Sed.
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#67whoever doing this has some serious time wasting issue. Check the previous project https://news.ycombinator.com/item?id=26303996
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#68[1] https://github.com/sagemathinc/cowasm/tree/main/core/coreuti... [2] https://cowasm.sh/
Re: Bsdutils: Alternative to GNU coreutils using software from FreeBSD
#69Earlier quoted context omitted.
Isn't BSD Sed a subset of GNU Sed? I can't think of any outright incompatibilities that would make a BSD Sed script invalid for GNU Sed.
Their handling of the in-place flag is different enough to cause irritation if you forget which one you're invoking.