Tim Schumacher
813a1f2865
Ports: Add a ca-certificates "port"
2022-03-08 18:21:06 -08:00
Ali Mohammad Pur
ce9f355b12
Ports: Add a bdwgc (aka libgc) port
...
For all your ports' garbage collection needs :^)
2022-03-08 22:29:53 +01:00
Daniel Bertalan
6879465725
Ports: Update vttest to version 20220215
...
We now download a versioned tarball instead of the latest release to
avoid breaking the port build due to a signature mismatch when a new
version is released.
2022-03-02 21:37:26 +01:00
Peter Ross
451fee8fd7
Ports: Upgrade to FFmpeg 5.0 release; enable SDL and networking
2022-03-02 11:40:37 +01:00
Peter Ross
ceb9f43ed5
Ports: Add Bochs x86 PC emulator
2022-02-23 09:59:08 +00:00
Jelle Raaijmakers
6a3017625b
Ports: Add libmpeg2
2022-02-22 23:48:59 +00:00
Jelle Raaijmakers
5b593783f3
Ports: Add libmad
2022-02-22 23:48:59 +00:00
Daniel Bertalan
92449e2f1c
Ports: Update libjpeg to 9e
2022-02-20 12:42:13 +00:00
Joe Petrus
06e33788ea
Ports: Add ImageMagick
2022-02-14 11:40:06 +01:00
Ali Mohammad Pur
44cf3ac60f
Ports: Add a citron port
...
This disables the GC, so the REPL doesn't run, but basic programs do
work.
2022-02-12 12:16:59 +01:00
Ali Mohammad Pur
b0efca5742
Ports: Add a sparsehash port
2022-02-12 12:16:59 +01:00
Daniel Bertalan
7ab6816b49
Ports: Update binutils to version 2.38
2022-02-11 18:07:53 +01:00
BodgeMaster
e74e6087b0
Ports: Update nano to version 6.0
...
This is just a bump of the version number in a couple places.
Tested to work.
2022-02-06 07:16:59 +00:00
BodgeMaster
d49a516366
Ports: Update wget to version 1.21.2
...
This is another one where I just changed the version number and it
worked.
2022-02-06 03:20:25 +00:00
Linus Groh
ab976667c4
Ports: Update Python to 3.10.2
...
Released on 2022-01-14.
https://www.python.org/downloads/release/python-3102/
2022-01-30 17:40:39 +00:00
Jesse Buhagiar
43ddefec9c
Ports: Add Half-Life: Opposing Force port :^)
2022-01-24 17:04:55 +01:00
Andrew Kaster
1306fab711
Ports: Update mold port to v1.0.2
...
Patches regenerated with the new ./package.sh dev mode. It seems to
work as advertised, after a bit of experimentation :^).
2022-01-24 02:53:04 +00:00
Brian Gianforcaro
bcfc87fcc2
Ports: Add a port of tig 2.5.5
2022-01-18 08:50:40 +01:00
Brian Gianforcaro
7a26f6523a
Ports/git: Update git to the latest 2.34.1 release
2022-01-17 11:17:15 +01:00
Kenneth Myhra
2255e8859c
Ports/mc: Add Midnight Commander port
2022-01-13 18:46:22 +01:00
Kenneth Myhra
0a3c2d5a8f
Ports/vim: Bump version number to 8.2.4066
2022-01-13 18:46:22 +01:00
Jelle Raaijmakers
c7e021c1f1
Ports: Add GLTron
...
The patches mainly convert this SDL1 game to SDL2. It has some
graphical artifacts, but it's playable!
2022-01-11 23:47:42 +01:00
Jesse Buhagiar
5e20c45174
Ports: Add Half-Life Port :^)
...
Add a port of Half-Life, the classic game by VALVe Software
2022-01-11 15:03:55 +01:00
Andrew Kaster
4ebcae9f4f
Ports: Add mold port
...
The port exposes some dynamic loader and toolchain shortcomings,
namely RTLD_NEXT, RTLD_NOLOAD, and std::filesystem. Hopefully we can
discover a ton of multi-threading bugs in Serenity with this port :^)
2022-01-11 11:47:48 +01:00
Daniel Bertalan
78fa430ca1
Ports: Update bash port to version 5.1.16
...
The `remove-conflicting-declaration-in-glob` patch seems to not be
needed anymore.
2022-01-10 23:03:24 +01:00
Linus Groh
d099527dbb
Ports: Add wireguard-tools
...
What will it take to port WireGuard to SerenityOS? No idea. But this is
a start :^)
2022-01-10 21:22:41 +01:00
Andrew Kaster
d8110e3bac
Ports: Add ccache port to make compiling on Serenity more fun :^)
2022-01-09 23:32:03 +01:00
Jelle Raaijmakers
6e64ad829a
Ports: Update ScummVM to version 2.5.1
2022-01-09 23:23:01 +01:00
Luke Wilde
87d19dfa28
Ports: Update curl port to version 7.81.0
2022-01-08 14:04:08 +03:30
Luke Wilde
e65052a208
Ports: Update zstd port to version 1.5.1
2022-01-08 14:04:08 +03:30
Luke Wilde
7110c0ecb0
Ports: Update OpenSSL port to version 1.1.1m
2022-01-08 14:04:08 +03:30
Luke Wilde
e9d26fb47d
Ports: Update libtiff port to version 4.3.0 and use sha256
...
This uses sha256 instead of signatures like what has been done for the
other ports.
This version of libtiff uses the version of config.sub which has
Serenity in it, so this port no longer needs any patches! :^)
2022-01-08 13:50:48 +03:30
Jelle Raaijmakers
40737341a8
Ports: Update php
port to version 8.1.1
2022-01-08 00:45:49 +01:00
Martin Bříza
ddeacce905
Ports/qt6: Add qt6-serenity
...
And this is the platform plugin we need to run Qt6 apps properly
2022-01-07 18:38:32 +01:00
Martin Bříza
ac762c5520
Ports/qt6: Add a very basic Qt6 Base package
...
It's necessary to have a working serenity platform plugin for it to work
with GUI applications
2022-01-07 18:38:32 +01:00
Brian Gianforcaro
c21622ff4d
Ports/stress-ng: Update to the latest version - v0.13.10
2022-01-06 18:52:26 -08:00
Noah Rosamilia
f3b5f03b2a
Ports: Add npiet
...
Add interpreter for piet programming language
https://www.bertnase.de/npiet/
https://www.dangermouse.net/esoteric/piet.html
2022-01-07 02:12:51 +01:00
Noah Rosamilia
e570f9abc5
Ports: Add libgd
...
Required for npiet port
2022-01-07 02:12:51 +01:00
Rafał Babiarz
ea90a1ebac
Ports: Add liboggz port
2022-01-06 23:19:20 +01:00
Rafał Babiarz
fee43e3544
Ports: Updated libogg to version 1.3.5
2022-01-05 16:35:49 -08:00
Liav A
4abc2f669a
Ports: Add pfetch utility
...
This is a nice and small utility that prints system info based on POSIX
interfaces only.
2022-01-01 17:35:17 +00:00
Brian Gianforcaro
bd3bbd0329
Ports: Add initial GDB 11.1 port
...
This builds and runs, but crashes when you attempt to try to debug
something at the moment.
2021-12-29 03:17:41 -08:00
Brian Gianforcaro
ec21edb602
Ports: Update stress-ng port to 0.13.09
...
This change updates the port to the latest version, as part of that work
I basically reported the application, as we have added a lot of LibC
functionality which we were missing before. I've also updated the port
to mark stressor's we don't support as nops, instead of trying to avoid
compiling them at all. This will make the port much easier to maintain
in the future.
2021-12-28 11:00:51 +01:00
Jelle Raaijmakers
b3672236bd
Ports: Add Tux Racer
...
The patches take care of a port from SDL1 to SDL2 and replace the
keyboard mapping logic, which will otherwise take a whopping 16 GiB of
memory to run.
2021-12-27 11:58:43 +01:00
Jelle Raaijmakers
02647fd485
Ports: Add Mesa GLU
...
This is a dependency for Tux Racer, and is compiled against Serenity's
LibGL.
2021-12-27 11:58:43 +01:00
Ali Mohammad Pur
39b5bb4162
Ports: Upgrade CMake to 3.22.1
...
That's the latest release, and includes one of the patches we had - so
we can drop that patch :^)
2021-12-24 17:01:10 +03:30
Brian Gianforcaro
4490668af2
Ports: Add fio
port
...
fio allows you to test various different IO subsystems and patterns.
It can help us test and benchmark the I/O subsystems of Serenity.
This port gets the fio bootstrapped and working, using the included
.fio file, I have been able to test the file I/O performance already.
2021-12-22 13:28:13 -08:00
Rafał Babiarz
196bd11743
Ports: Add libssh2 port
2021-12-20 10:43:47 -08:00
Rafał Babiarz
ef1d4aab73
Ports: Updated lua port to version 5.3.6
2021-12-17 03:25:52 -08:00
Rafał Babiarz
39e3c68e94
Ports: Updated links port to version 2.25
2021-12-16 22:45:05 +01:00