2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for multi line commands when building packages. Should have been part of r612. More... over 15 years ago
Changed the location that the licenses folder is copied to when building a package. Fixes automatic packaging of software like subversion which contain custom licenses. More... over 15 years ago
Add ability for .bep files to contain line continuations in the build/install instructions if the last character is a backslash. More... over 15 years ago
Replaced the semi-deprecated os.system calls with the recommended alternative of subprocess.check_call. Even though haikuporter doesn't trap the exceptions, it should raise an error and stop execution when something goes bad. More... over 15 years ago
Fix package filename generation so that the date is properly formatted. For real this time! More... over 15 years ago
Fix package filename generation so that the date is properly formatted. More... over 15 years ago
Add a default parameter for the Content-Length header. Fixes downloads of files where the size is unknown. More... over 15 years ago
Increment haikuporter version. More... over 15 years ago
First stab at archiving patched source folders for ticket #284 Need to decide on the command line args(currently -z/--archive) as well as the name of the source archive(currently <port>_haiku.tar.xz) More... over 15 years ago
Resolved some TODOs concerning checking for valid INSTALL/DISTRO fields in bep files. It might be wise to move these checks earlier in the sequence so it errors out earlier. More... over 15 years ago
Replaced most of the os.system calls with built in python functions. Still needs more error checking but it should at least raise an error now. More... over 15 years ago
Removed the --update command from haikuporter and merged it with --get. Made the --get command use the ports path from the config file. More... over 15 years ago
Forgot to add -l to the bash completion filter list. More... over 15 years ago
Added search to the list of bash completions and some basic filtering. The filtering could be made a lot smarter but I'll defer to the KISS principle for now. More... over 15 years ago
Updated haikuporter's bash_completion to include the -f option More... over 15 years ago
Initial generic.OptionalPackageDescription and generic-1.2.3.bep files, that can be used as templates for making new ones. More... over 15 years ago
This patch to haikuporter, allows you to skip stages (unpacking, patching, building) More... over 15 years ago
Adding a basic bash completion script for use by lazy people such as myself. More... over 15 years ago
Patch to add CHECKSUM_MD5 support to haikuporter, patch from Alexander Deynichenko. More... over 15 years ago
Update to haikuporter from Alexander Deynichenko. More... over 15 years ago
Use wget to download instead, as this seems to be more reliable. More... over 15 years ago
Fixed missing newline More... over 15 years ago
Patch from Alexander Deynichenko to autobuild a port is there is only a single version found. Also I added in a Status type of 'broken' to allow for marking .bep files broken if they are know to not be in a working state. More... over 15 years ago
Fixed a couple of typos, which caused the licenses code to not work right. More... over 15 years ago
Added capability to haikuporter to include the license file(s) when building the zip package. More... over 15 years ago
Updating haikuporter to 0.40 based on HaikuBot's patch and some minor tweaking. This version adds DISTRO creation, that is automatically building the package and then zipping up the resulting binary. New command lines options are added in this version so be sure to run haikuporter -h to see what's changed. More... over 15 years ago
Applied patch by HaikuBot to enable haikuporter to still work when network connection is lost but you have the source tarball in the download folder. More... over 15 years ago
Applied patch by HaikuBot to enable bz2 archives to used in .bep files. More... over 15 years ago
Added installhaikuporter.sh script, modified install.sh to use finddir to generate the haikuports.conf file. More... over 15 years ago