serenity/Ports
Kenneth Myhra 3e0d0847b6 Ports: Compile ncurses as a shared library
This sets the --with-shared switch for the configure script so that
ncurses is compiled as a shared library in addition the default which is
a static library.
Without the --with-shared switch ncurses will only be compiled as a
static library.

To properly set the environment variables LOCAL_LDFLAGS and
LOCAL_LDFLAGS2,  a case in the configure script had to be updated to
include '*serenity*'.
2021-08-09 20:08:36 +02:00
..
Another-World
bash Ports: Update bash to 5.1.8 2021-07-29 19:35:03 +01:00
bass
bc
binutils Ports: Use SHA256 to verify file integrity for binutils 2021-07-28 21:28:31 +02:00
bison
brogue
byacc
bzip2
c-ray
carl
chester
cmake
cmatrix Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..." 2021-07-20 00:58:26 +01:00
composer
curl Ports: Update curl to 7.78.0 2021-07-30 10:23:33 +02:00
dash
dialog
diffutils Ports: Add missing fnmatch patch for diffutils 2021-08-09 17:56:29 +01:00
dmidecode
doom
dosbox-staging Ports/dosbox-staging: Change 'serenity*' build target to '*serenity*' 2021-07-19 16:59:56 +02:00
drascula Ports: Add ScummVM game Dráscula: The Vampire Strikes Back 2021-07-22 22:30:55 +02:00
dreamweb Ports: Add ScummVM game DreamWeb 2021-07-22 22:30:55 +02:00
dropbear
dungeonrush
ed
emu2
epsilon
ffmpeg
figlet
flatbuffers
flex
fotaq Ports: Add ScummVM game Flight of the Amazon Queen 2021-07-22 22:30:55 +02:00
freeciv
freetype
frotz
gcc Toolchain+Ports: Let -nostdlib make us not link against libgcc_s 2021-08-08 16:41:51 +02:00
genemu
gettext
git
gmp
gnucobol
gnupg
gnuplot
grep
griffon Ports: Add ScummVM game The Griffon Legend 2021-07-22 22:30:55 +02:00
harfbuzz
hatari
imgcat
indent
jot
jq
klong
less
libarchive
libassuan
libexpat
libffi
libgcrypt
libgpg-error
libiconv Ports: Use sha256 sig check for libiconv 2021-07-29 15:58:38 +02:00
libicu
libjpeg
libksba
libogg
libopenal
libphysfs
libpng
libpuffy
libsodium
libtheora
libtiff
libtool
libuv
libvorbis
libxml2 Ports: Make libxml2 work when Python is installed 2021-07-28 19:02:41 +02:00
libzip
links
llvm
lua
lure Ports: Add ScummVM game Lure of the Temptress 2021-07-22 22:30:55 +02:00
m4
make
mandoc
mawk
mbedtls
milkytracker
mpc Ports: Add MPC 2021-07-28 21:55:00 +02:00
mpfr Ports: Add MPFR 2021-07-28 21:55:00 +02:00
mrsh
mysthous Ports: Add ScummVM game Hi-Res Adventure #1: Mystery House 2021-07-22 22:30:55 +02:00
nano
nasm
ncurses Ports: Compile ncurses as a shared library 2021-08-09 20:08:36 +02:00
neofetch
nesalizer
nethack
ninja
nippon Ports: Add ScummVM game Nippon Safes Inc 2021-07-22 22:30:55 +02:00
npth
ntbtls
nyancat Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..." 2021-07-20 00:58:26 +01:00
oksh
openssh
openssl Ports: Update OpenSSL to 1.1.1k 2021-07-30 20:49:56 +02:00
openttd
openttd-opengfx
openttd-opensfx
opentyrian
opentyrian-data
p7zip
patch
pcre
pcre2
php Ports: Add PHP entry to taskbar menu 2021-08-04 13:54:08 +01:00
pkgconf Ports: Bump pkgconf from version 1.7.3 to 1.8.0 2021-08-02 00:35:35 +02:00
printf
pt2-clone
python3 Ports: Fix Python's expected SHA256 sum 2021-08-07 15:10:50 +01:00
quake
quake2
r0
radare2
readline Ports: Use sha256 sig check for readline 2021-07-29 15:58:38 +02:00
rsync
sam
scummvm
SDL2
SDL2-GNUBoy
SDL2_gfx
SDL2_image
SDL2_mixer
SDL2_net
SDL2_ttf
SDLPoP
sed
sfinx Ports: Add ScummVM game Sfinx 2021-07-22 22:30:55 +02:00
sl
soltys Ports: Add ScummVM game Soltys 2021-07-22 22:30:55 +02:00
sqlite
stpuzzles
stress-ng
Super-Mario
tcl
termcap
tinycc
tinyscheme
tr
vim
vitetris Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..." 2021-07-20 00:58:26 +01:00
vlang
vttest
wget
xz
yasm
zlib Ports: Force cross compiling for zlib 2021-07-29 15:58:38 +02:00
zsh
zstd
.gitignore
.hosted_defs.sh
.port_include.sh Ports: Support icons for launchers with arguments 2021-08-04 13:54:08 +01:00
AvailablePorts.md Ports: Update Python to 3.10.0rc1 2021-08-03 21:01:07 +01:00
build_all.sh
build_installed.sh
README.md Ports: Add overridable pre_fetch method in .port_include.sh 2021-07-22 22:30:55 +02:00

Ports for SerenityOS

What's this?

Serenity has software patched to run on it. These shell scripts will allow you to build that sort of software, easily. Note that you must have already built Serenity, and be in a Serenity build environment.

Available ports

A list of all available ports can be found here.

Using ports scripts

Each port has a script called package.sh which defines a name and version, its dependencies, the required files that will be downloaded as well as configuration/compilation options, and some other things (see Writing ports scripts for details).

  • To install a certain port, cd into its directory and run ./package.sh
  • To install all available ports, run the build_all.sh script in this directory. Pass clean as first argument to remove old build files beforehand.
  • To reinstall all currently installed ports, run the build_installed.sh script in this directory. This is sometimes required when LibC changes, for example. Pass clean as first argument to remove old build files beforehand.

Installed ports are being tracked in Build/i686/Root/usr/Ports/packages.db (a simple text file). You can delete this file at any time, in fact it must be edited or removed when clearing the build directory as port dependencies may not be installed again otherwise.

Not giving an option is equivalent to installdepends, fetch, patch, configure, build and install, in that order. This is recommended for a regular install.

Options

The following options are available:

fetch

By default, download, verify, and extract the port's files.

patch

Apply the port's patches (patches/*.patch). A file .foo_applied is created in workdir upon success to ensure a certain patch is only applied once.

configure

By default, run the port's configscript (usually configure) with configopts.

build

By default, run make with the port's makeopts.

install

By default, run make install with the port's installopts.

shell

Open a shell in the $workdir with the build environment set.

installdepends

Install all ports from the port's depends list.

clean

By default, remove all .out files from the port's workdir.

clean_dist

By default, remove everything that's been downloaded from the port's files list.

clean_all

By default, clean and clean_dist combined.

uninstall

Remove the port's files from the Serenity build directory, if it has a plist file.

--auto

Same as no option, but mark the port as having been installed automatically. This is used for dependencies.

Writing ports scripts

The package.sh file is a simple Bash script that's required for each port. Patches and other files are optional. The most basic version of such a port script simply defines some well-known variables and looks like this:

#!/usr/bin/env -S bash ../.port_include.sh

port="foo"
version="1.2.3"
useconfigure="true"
files="https://example.com/foo-${version}.tar.gz foo-${version}.tar.gz"
depends="bar baz"

The script in the shebang, .port_include.sh, is where all the magic happens.

Variables

The following variables have special functionality:

auth_import_key

PGP key to import (from keyserver.ubuntu.com) when auth_type is sig.

auth_opts

Options passed to gpg --verify when auth_type is sig.

Usually used like this:

auth_opts="foo-${version}.tar.xz.asc foo-${version}.tar.xz"

auth_type

The type of file validation to use, can be one of:

  • md5: Use MD5 hashes defined in files
  • sha256: Use SHA256 hashes defined in files
  • sha1: Use SHA1 hashes defined in files
  • sig: Use PGP signatures (see auth_opts)

Defaults to md5, most ports use sig though as .asc files are widely available.

configopts

Options passed to the port's configscript in the default configure function.

--host=i686-pc-serenity is always passed, override the configure function if that's undesirable.

configscript

Name of the script that will be run in the default configure function when useconfigure is true.

Defaults to configure.

depends

A space-separated list of other SerenityOS ports the port depends on and which will be installed during the installdepends step.

files

A list of external files required by the port, one per line. The format of each line is as follows:

URL NAME HASH

Where URL is the URL from where the file will be downloaded (using curl), NAME is the output name of the downloaded file, and HASH is an optional MD5, SHA1, or SHA256 hash that will be used for verification when auth_type is set to either of those hash functions.

For example:

files="https://example.com/foo-${version}.tar.xz foo-${version}.tar.xz
https://example.com/foo-${version}.tar.xz.asc foo-${version}.tar.xz.asc"

If a file is a compressed tar archive, a gzip compressed file or a zip compressed file, it will be extracted.

If a file is an .asc file (PGP signature) it will be imported into gpg's keyring and can later be used for verification using auth_opts.

icon_file

The file to use for the port launcher icon. The icon file is assumed to have a 16x16 as well as a 32x32 layer.

installopts

Options passed to make install in the default install function.

DESTDIR="${SERENITY_INSTALL_ROOT}" ("${SERENITY_SOURCE_DIR}/Build/${SERENITY_ARCH}/Root") is always passed, override the install function if that's undesirable.

makeopts

Options passed to make in the default build function.

Defaults to -j$(nproc).

patchlevel

The value for patch's -p / --strip option, see man patch for details.

Defaults to 1.

port

The "package name" of the port, usually the same as the directory this script is placed in.

prefix

The location of the ports directory, only used for the package.db file for now. Don't override this in ports contributed to Serenity.

Defaults to $SERENITY_SOURCE_DIR/Ports.

useconfigure

The configure step will run pre_configure and configure when this is set to true, and simply skip them otherwise.

Defaults to false.

version

The version of the port. Written to package.db, and usually used with variable interpolation in files where the version is part of the filename.

workdir

The working directory used for executing other commands via run as well as cleanup. Usually the directory name of the upacked source archive.

Defaults to $port-$version.

Functions

The various steps of the port installation process are split into individual Bash functions, some of which can be overridden to provide custom behaviour, like this:

build() {
    run mybuildtool --foo --bar
}

The following can be overridden, the names should be self-explanatory as they mostly match the available options:

  • pre_fetch
  • post_fetch
  • pre_configure
  • configure.
  • build
  • install
  • post_install
  • clean
  • clean_dist
  • clean_all

A few (non-overridable) util functions are available as well:

run

Log the command and run it in the port's workdir.

run_nocd

Log the command and run it in the current working directory (i.e. Ports/$port).

run_replace_in_file

Replace something in a file (using a Perl regular expression), like this:

run_replace_in_file "s/define FOO 1/undef FOO/" config.h

How do I contribute?

You can either:

  • Add new ports - just get the software to build and add the necessary patches and package.sh script
  • Update an existing port: bumping its version, getting functionality to work that wasn't available so far etc. Make sure to update the patches accordingly.

Some videos of Andreas adding new ports can be found on YouTube, they might help you understand how this usually works: