serenity/Ports
Linus Groh 2bc9726e3c Ports: Rename a few .diff files to .patch
Let's keep things consistent, .diff is the name we use pretty much
everywhere. Also tweak the glob in .port_includes.sh to be
'patches/*.patch' rather than just 'patches/*'.
2021-01-17 08:43:46 +01:00
..
bash
bc
binutils
byacc
c-ray
curl
dash
diffutils
doom
dropbear Ports: Remove dropbear patch that removed calls to seteuid() 2020-06-19 20:34:59 +02:00
ed
editline
figlet
flex
frotz
gcc Ports: Tweak configuration flags of gcc port to support shared binaries 2020-12-24 21:46:35 +01:00
git Ports: Remove some no-longer-needed patches for git :^) 2021-01-12 13:50:39 +01:00
gnuplot
grep LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
indent TextEditor+Meta+Ports+Shell: Remove blank lines at the end of some files 2021-01-03 17:12:50 +01:00
jot
jq Ports: Add jq :^) 2020-07-12 01:19:48 +02:00
klong
less LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libarchive
libexpat LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libffi Ports: Add libffi 2020-09-10 19:57:38 +02:00
libiconv LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
libpuffy
links
lua Ports: Install lua to /usr/local 2020-09-07 13:34:44 +02:00
m4 LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
make Ports: Bump GNU make to version 4.3 2020-12-15 01:06:18 +01:00
mandoc LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
mawk
mbedtls LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
mrsh
nano
nasm
ncurses Ports: Bump ncurses to version 6.2 2020-12-15 00:38:57 +01:00
neofetch Ports: Use "jq" in neofetch for /proc/{cpuinfo,memstat} 2020-07-12 17:45:38 +02:00
nesalizer
ninja LibC+Kernel: Start implementing sysconf 2020-07-15 00:07:20 +02:00
nyancat
openssh Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
openssl
patch
pcre2
pkgconf Ports: Add pkgconf (#3757) 2020-10-13 13:53:17 +02:00
printf
python-3.6
quake
rsync Ports: Rename a few .diff files to .patch 2021-01-17 08:43:46 +01:00
SDL2
sed LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
sl
stress-ng Ports: Rename a few .diff files to .patch 2021-01-17 08:43:46 +01:00
termcap
tinycc
tr
vim
vttest Ports: Bump version of the "vttest" port 2020-09-01 17:48:37 +02:00
zlib
zstd
.gitignore Ports: Add OpenSSH port 2020-09-27 01:02:11 +02:00
.port_include.sh Ports: Rename a few .diff files to .patch 2021-01-17 08:43:46 +01:00
build_all.sh LibGfx+Ports: Add missing newlines at the end of file. 2021-01-03 17:12:50 +01:00
README.md

What's this?

Serenity has software patched to run on it. These shell scripts will allow you to build that sort of software, easily. For example, if you want to install SDL2, simply run its package.sh script. Note that you should have already built Serenity, and be in a Serenity build environment.

Using ports scripts

To do everything, just run the script: ./package.sh To do a single step, you can specify it: ./package.sh build

How do I contribute?

Port software, and add new scripts to build it of course :)