Tim Schumacher
2732545b4c
Ports: Ensure that the download filename matches the URL basename
...
This is a preparation step for removing support for explicitly setting a
download filename entirely.
2023-08-08 19:57:43 +02:00
Tim Schumacher
284fee9e77
Ports: Make files
a proper array
2023-08-08 19:57:43 +02:00
Tim Schumacher
89b0a61067
Ports: Remove support for auth_type
s other than sha256
2023-07-10 13:08:27 +02:00
Tim Schumacher
d426c5a4b2
Ports: Format patches without numbering, commit hash or version number
2022-06-08 17:58:36 +01:00
Tim Schumacher
ee66ed6248
Ports: Fully delete Co-Authored-By lines from the ReadMe
...
Otherwise, this results in a number of empty lines where
Co-Authored-By would have been.
2022-05-22 00:11:16 +01:00
Ali Mohammad Pur
1b5389ea81
Ports: Update emu2's patches to use git patches
2022-05-19 20:17:10 +04:30
Tim Schumacher
d059bafd8a
Ports: Include missing signal.h in emu2
...
This file apparently relies on the fact that `sys/wait.h` _may_ include
symbols from `signal.h`, but as we don't have that (and it isn't a
requirement), let's just add the include for `signal.h`.
2022-01-08 00:46:30 +01:00
Daniel Bertalan
f35b6ee3fc
Ports/emu2: Remove obsolete scandir patch
2021-12-24 17:02:40 +03:30
Daniel Bertalan
55a42906a7
Ports: Remove obsolete /dev/tty patches
2021-12-24 17:02:40 +03:30
Tim Schumacher
c07f91474d
Ports: Make array-like settings actual arrays
...
We may need entries with spaces in makeopts, installopts, and
configopts, and at that point we should also convert depends and
auth_opts to avoid confusion.
2021-10-05 02:13:08 +02:00
Brendan Coles
5f10c0628a
Ports: emu2: Bump version to 2021.01
2021-04-21 15:14:10 +02:00
Panagiotis Vasilopoulos
492f7132d2
Ports: Improve consistency and quality of ports
...
- Replaced /Root with
- Improved documentation.
- Removed a few typos.
- Replaced with
- Added brackets in some cases.
Most of the changes were reviewed and applied manually.
2021-04-20 18:20:00 +02:00
Panagiotis Vasilopoulos
e45e0eeb47
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
2021-04-20 15:27:52 +02:00
Brendan Coles
a206ab2211
Ports: Add auth_type verification to all package.sh files
2021-04-16 21:14:00 +02:00
Gunnar Beutner
c9d5358685
Ports: Make sure ports are installed into /usr/local
2021-04-16 19:04:24 +02:00
Brendan Coles
d65e74bffa
Ports: Add emu2 DOS emulator
2021-04-14 21:48:55 +02:00