Age | Commit message (Collapse) | Author |
|
Much redundancy is removed from package scripts with this system.
It also supports simple dependency management, uninstalling (through
BSD ports style plist files), cleaning up after itself (with clean,
clean_dist, clean_all commands), etc.
|
|
|
|
This way, we don't (in the ports themselves) depend on perl as a public
interface, which means if we ever have to, we can port to something else easier.
|
|
This doesn't seem to go wrong anymore.
|
|
Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
|