openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
Haikuporter
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 19, 2024 — Jul 19, 2025
Showing page 48 of 48
Search / Filter on:
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.
Chris Roberts
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.
Chris Roberts
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.
Chris Roberts
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.
Chris Roberts
More...
over 15 years ago
Fix package filename generation so that the date is properly formatted. For real this time!
Chris Roberts
More...
over 15 years ago
Fix package filename generation so that the date is properly formatted.
Chris Roberts
More...
over 15 years ago
Add a default parameter for the Content-Length header. Fixes downloads of files where the size is unknown.
Chris Roberts
More...
over 15 years ago
Increment haikuporter version.
Chris Roberts
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)
Chris Roberts
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.
Chris Roberts
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.
Chris Roberts
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.
Chris Roberts
More...
over 15 years ago
Forgot to add -l to the bash completion filter list.
Chris Roberts
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.
Chris Roberts
More...
over 15 years ago
Updated haikuporter's bash_completion to include the -f option
Scott McCreary
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.
Scott McCreary
More...
over 15 years ago
This patch to haikuporter, allows you to skip stages (unpacking, patching, building)
Scott McCreary
More...
over 15 years ago
Adding a basic bash completion script for use by lazy people such as myself.
Chris Roberts
More...
over 15 years ago
Patch to add CHECKSUM_MD5 support to haikuporter, patch from Alexander Deynichenko.
Scott McCreary
More...
over 15 years ago
Update to haikuporter from Alexander Deynichenko.
Scott McCreary
More...
over 15 years ago
Use wget to download instead, as this seems to be more reliable.
Scott McCreary
More...
over 15 years ago
Fixed missing newline
Scott McCreary
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.
Scott McCreary
More...
over 15 years ago
Fixed a couple of typos, which caused the licenses code to not work right.
Scott McCreary
More...
over 15 years ago
Added capability to haikuporter to include the license file(s) when building the zip package.
Scott McCreary
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.
Scott McCreary
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.
Scott McCreary
More...
over 15 years ago
Applied patch by HaikuBot to enable bz2 archives to used in .bep files.
Scott McCreary
More...
over 15 years ago
Added installhaikuporter.sh script, modified install.sh to use finddir to generate the haikuports.conf file.
Scott McCreary
More...
over 15 years ago
←
1
2
…
40
41
42
43
44
45
46
47
48
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree