0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Supress more false negatives (pylint: E0611) More... about 13 years ago
Add missing docstring (pylint: C0111). More... about 13 years ago
Remove unused variables (pylint: W0612). More... about 13 years ago
Add pylintrc file (as a standard). More... about 13 years ago
Fix return value from Port.pkginstall(). More... about 13 years ago
Initial class to handle resolving dependencies. More... about 13 years ago
Add the pkginstall_builder. More... about 13 years ago
Teach PortJob how to build the PKGINSTALL stage. More... about 13 years ago
Teach Top monitor about the PKGINSTALL stage. More... about 13 years ago
Add ability to install port from package. More... about 13 years ago
Add PKGFILE to the list of port attributes. More... about 13 years ago
Use list2cmdline and improve performance of Popen. More... about 13 years ago
Reverse the logic for --debug. More... about 13 years ago
Cache variables that ports/Mk requires. More... about 13 years ago
Remove the use of explicit callback functions. More... about 13 years ago
Add the stage property to the custom builders. More... about 13 years ago
Extend support for the DEPEND stage. More... about 13 years ago
Correctly finalise the DEPEND stage. More... about 13 years ago
Update with achievements of this branch. More... about 13 years ago
Use SystemExit() to kill program. More... about 13 years ago
Make config queue only one interactive job. More... about 13 years ago
Skip the config stage if the port does not need to be configured. More... about 13 years ago
Correct cleaning of port. More... about 13 years ago
Create and integrate a Depend (stage) Builder. More... about 13 years ago
Make dependancy loading a separate stage. More... about 13 years ago
Send SIGTERM and SIGKILL to child processes. More... about 13 years ago
Remove the need for callbacks from attr and make jobs aware if PID. More... about 13 years ago
Popen objects now needs to emit its object for the exit signal. More... about 13 years ago
Revert "Pass the object back to the caller for kqueue events." More... about 13 years ago
Remove the need for explicit callback argument from make_target(). More... about 13 years ago