Mac OS X pkgsrc binary packages now following a rolling release model
twitter.com3 pointsby jperkin0 comments
$ /bin/sh -c "fail() { local f; }; fail"
/bin/sh[1]: local: not found [No such file or directory]
$ /bin/sh --version
version sh (AT&T Research) 93t+ 2010-03-05
$ uname -rsv
SunOS 5.11 joyent_20160721T174127Z
It wouldn't work on Solaris 9 and older either as the original /bin/sh also doesn't support "local", but as those releases are EOL it's fine to discount them. $ pkgin se python3
python35-3.5.1nb2 Interpreted, interactive, object-oriented programming language
python34-3.4.4 Interpreted, interactive, object-oriented programming language
python33-3.3.6nb3 Interpreted, interactive, object-oriented programming language
along with a bunch of pre-packaged modules: $ pkgin avail | grep ^py3 | wc -l
1412
Let me know if anything you need is missing and I'll add it. $ pkgin se nodejs
nodejs-0.12.2 V8 JavaScript for clients and servers
nodejs-0.10.38 V8 JavaScript for clients and servers
I'll update the 32-bit repository tomorrow.