Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports: switch to new ports system #594

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Conversation

larb0b
Copy link
Contributor

@larb0b larb0b commented Sep 24, 2019

Much redundancy is removed from the actual package scripts with this system.
For example, check out the figlet script!
It also supports simple dependency management, uninstalling (through
BSD ports style plist files - I've included none in this PR but they can be added later),
cleaning up after itself (with clean, clean_dist, clean_all commands), etc.

It is also almost completely POSIX compliant shell code except for one thing in the fetch function that could be easily fixed when the time comes, but I've shebanged as bash for now since Serenity has that ported already. Once we get a tar port, I think this should work pretty easily within Serenity once things like #585 are fixed.

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.
@awesomekling
Copy link
Collaborator

Very rad, let's do it :)

@awesomekling awesomekling merged commit 18249b5 into SerenityOS:master Sep 24, 2019
@larb0b larb0b deleted the newports branch September 24, 2019 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants