Compiled and packaged `uname'

Started by verdraith, October 19, 2015, 08:57:14 PM

Previous topic - Next topic

verdraith

A few years ago, I posted the source code for a port of `uname' for NeXT.  As I was toying with building packages, I thought I would build a package with a quad-fat binary and make it available along with the source code.

The package can be downloaded at:
http://lisp.gotgeeks.com/Software/Packages/uname-1.0.NIHS.bs.tar.gz

I have tested it with NS3.3 m68k (thanks, Previous), NS3.3 Intel, and OS 4.2 Intel.

Thanks to Previous, I found I could back-port it to NS2.x too -- if anyone is interested, I can provide binaries :)

p.s. there's a few other 'missing' BSD utilities in that directory -- cut, and printf -- as well as a port of the md5sum utility.
Lisp Hacker

verdraith

Lisp Hacker

nekonoko

Thanks for making these! Once I get my Pyro installed I'll give them a try on my Cube.


eagle

I would love to have NS2.x binaries. :)
My NeXTs:
NeXT Computer prototype (68030-25 x2, 68040-25)
Two NeXTstations (68040-25)
All mono

verdraith

Lisp Hacker

Nitro

Internet Archive to the rescue.

New URLs are:
https://web.archive.org/web/20210328222202/http://lisp.hopto.org/Software/Packages/cut-1.0.NIHS.bs.tar.gz
https://web.archive.org/web/20210328222212/http://lisp.hopto.org/Software/Packages/env-1.0.NIHS.bs.tar.gz
https://web.archive.org/web/20210328222157/http://lisp.hopto.org/Software/Packages/md5sum-1.0.NIHS.bs.tar.gz
https://web.archive.org/web/20210328222207/http://lisp.hopto.org/Software/Packages/printf-1.0.NIHS.bs.tar.gz
https://web.archive.org/web/20210328222152/http://lisp.hopto.org/Software/Packages/uname-1.0.NIHS.bs.tar.gz

Hacked up source and stripped binary for NS2.x
https://web.archive.org/web/20210328222212/http://lisp.hopto.org/Software/Packages/uname-1.0.NS2x.bs.tar.Z
Nitro

crimsonRE

Thank you for looking for'em!

Perhaps put them into the NeXTfiles archive? Maybe a new directory under Software/NEXTSTEP/ called UNIX?

Cheers!

verdraith

I had a disk failure earlier in the year, and not yet had chance to rebuild the ESXi system yet, will be happening eventually.

Source code for these were put on GitHub a while back, I just forgot to update this thread :(

https://github.com/Asmodai/NeXT-UnixKit
Lisp Hacker

verdraith

#9
I found a typo in the uname source code.  It's been dealt with.  Don't ask about the corpse.

New release at https://github.com/Asmodai/NeXT-UnixKit/releases

--edit--
I'm thinking about unifying cut, dirname, env, md5sum, printf, and uname into one single package to save effort.
Lisp Hacker