Name Last modified Size Description Parent Directory - nekodeps.pl.txt 2023-03-07 17:30 17K nekodeps.pl 2023-03-07 17:30 17K
Nekodeps.pl Script to automatically generate download & install scripts for Nekoware packages of your choosing. The script ensures that you download both the packages you asked for and all their dependencies, and then runs inst on them. NOTE 1: Nekodeps.pl includes the `descript.ion-fix` which is also available standalone on: http://techpubs.spinlocksolutions.com/irix/descript.ion-fix/ There is no need to use descript.ion-fix separately if your goal is just to install nekoware packages. NOTE 2: If your goal is to host a Nekoware mirror, then see http://techpubs.spinlocksolutions.com/irix/md5.scr/ NOTE 3: Nekoware mirrors are hard to find these days; the script by default uses http://pixelbart.net/SGI/Nekoware/ Now, on to nekodeps.pl: To start using it, simply download nekodeps.pl and run it; it will display usage instructions and you'll be on your way in 30 seconds. But the process is as follows: 1. To initialize directories and default config in the current directory, run: nekodeps.pl --config 2. To install Nekoware wget which is required by the script, (if you're on Irix and don't have it already), run: nekodeps.pl --bootstrap 3. To download new or updated descript.ion file (which contains the list of available packages), run: nekodeps.pl --ion 4. And you're good to go! Run nekodeps.pl -l to see list of available packages, or nekodeps.pl PACKAGE(s) to generate the downloader/installer scripts for your packages. The generated install scripts will be named "install.sh" by default. When you run them, they will download the packages you requested and their dependencies, and then run 'inst' on them. (The specific behavior of everything can be controlled with command line switches (run nekodeps.pl -h) or by editing the config file in conf/nekodeps.conf.) The script also runs on Linux, for package browsing and downloading. You just won't be able to run 'inst' of course, and the use of 'inst' is automatically switched off if the platform is not IRIX. Enjoy! C 2005, 2008, 2014-2016, 2023 SPINLOCK Solutions Davor Ocelic, docelic@spinlocksolutions.com SPINLOCK Solutions, http://www.spinlocksolutions.com/ SPINLOCK Techpubs (code, patches, documentation) -- http://techpubs.spinlocksolutions.com/ Nekoware installer, nekodeps.pl -- http://techpubs.spinlocksolutions.com/irix/nekoware-installer/ License: MIT