Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-05-19 | Ports: Update nyancat's patches to use git patches | Ali Mohammad Pur | |
2021-07-20 | Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..." | Linus Groh | |
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-23 | Ports: Add launchers for some of the ports | Gunnar Beutner | |
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Ports: Make sure ports are installed into /usr/local | Gunnar Beutner | |
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-02-06 | Ports: Added checksums / signature files and other fixes | Emanuel Sprung | |
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff | |||
2019-11-03 | Ports: Undo POSIX sh compliance changes for now | Andreas Kling | |
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable. | |||
2019-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George Pickering | |
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd. | |||
2019-09-24 | Ports: Switch to new ports system (#594) | Larkin | |
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. | |||
2019-09-06 | Ports: Add "nyancat" port :^) | Andreas Kling | |
This is a cute little program for testing out your terminal's color support, and it also works pretty well as a general stress test. |