Since my last post I have enrolled in 3 simeltanious programming classes, because of this I have not updated this project much, however I ampleased to say that my personal testing has not found any problems in the program. As well I have recieved no bug postings. I will continue to support this should anyone notify me of a bug.
it has been a while sence last release, hopefull a new release will be ready just after thanks giving. I am cleaning up the code and making other improvements.
This is a very good release, only issues remaining (known) are simply implimenting features, these include .deb, .rpm, and some exp dep check functions. spec is now released, it si a collection of pspec's (Program SPECific scripts) for programs that you don't generally want to compile or won't compile using the standard exmmpkg, these include mplayer, gcc, and glibc (safe install of same majior version glibc (not guarenteed))
Changed the pspec stuff so that it checks for the appropreate script in the main file rather than each script, this way it will not load every single script having each one do it's own checks. This is an important catch, imagine having hundreds of scripts and hundreds of sources, thats 10's of 1000's (tens of thousands) of times loading a subscript to run a loop and 3 if tests.
2 more dep checking methods for exp, one is to checkfor installed packages (defeats the pourpose, but oh well) and run a package specific script.