IRIX Network Forums
irixports: Simple ports system for IRIX - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Development/Porting (//forums.irixnet.org/forum-9.html)
+--- Thread: irixports: Simple ports system for IRIX (/thread-1311.html)



irixports: Simple ports system for IRIX - LarBob - 06-17-2019

Hey everybody, for the past couple of days I've been working on a simple ports system for IRIX. It's designed to run on a fresh IRIX install. You should be able to grab a tarball from GitHub, FTP it over, extract it, run the bootstrap script, and then you should be good to go!

I've designed it to be very simple to write port scripts for, but I haven't written documentation on writing scripts yet as things are still changing. It should be pretty easy to figure out how to write a port script by looking at the scripts that I have created already though.

Features: And more! Smile

Here's a link: https://github.com/larb0b/irixports

It could definitely use a lot of improvements. Here are some things I'd like to implement: I'd appreciate PRs for more ports and features!


RE: irixports: Simple ports system for IRIX - mgtremaine - 06-17-2019

Nice work!

-Mike


RE: irixports: Simple ports system for IRIX - eudatux23 - 06-17-2019

Really nice, thanks!