sortix-mirror/tix
Jonas 'Sortie' Termansen 9588b0d3db Add ports to the Sortix repository.
This change imports the ports collection from the former porttix and srctix
repositories and converts them to port(5) files with metadata pointing to
the upstream release tarballs with patches checked into this repository.
Ports are now developed and versioned along with the operating system and
are automatically built per the PACKAGES environment variable. The patches
are licensed under the same license as the relevant ports.

Tix has gained support for the new port(5) format. tix-port(8) is the new
high level ports build even point that handles downloading pstream releases
into the new mirror cache directory, applying the patches, building the port
with the lower-level tix-build(8), and finally installing the binary
package. The new tix-vars(8) program parses port(5) files and the new
tix-rmdiff(8) program produces input for tix-rmpatch(8).

The old doc/ directory is discontinued in favor of manual pages documenting
the new ports system.

The obsolete porttix-create(8) and srctix-create(8) programs are removed.
2022-06-13 22:29:53 +02:00
..
.gitignore Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
Makefile Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-build.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-build.c Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-collection.c Port build utilities to musl. 2016-09-29 00:01:40 +02:00
tix-eradicate-libtool-la Use find(1) -delete feature in tix-eradicate-libtool-la(1). 2022-04-17 19:30:25 +01:00
tix-eradicate-libtool-la.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-execdiff.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-execdiff.c Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-execpatch.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-execpatch.c Port build utilities to musl. 2016-09-29 00:01:40 +02:00
tix-install.c Flush stdout after tix-install verbose message. 2022-03-03 00:15:48 +01:00
tix-iso-add Add support for modifying release iso images. 2018-03-31 00:55:33 +02:00
tix-iso-add.8 Add support for modifying release iso images. 2018-03-31 00:55:33 +02:00
tix-iso-bootconfig Fix missing function in tix-iso-bootconfig(8). 2022-03-03 00:15:48 +01:00
tix-iso-bootconfig.8 Add bootloader setting for not loading the src initrd. 2022-01-12 21:34:26 +01:00
tix-iso-liveconfig Fix tix-iso-liveconfig(8) not creating /etc in some cases. 2022-06-11 21:33:59 +02:00
tix-iso-liveconfig.8 Add support for modifying release iso images. 2018-03-31 00:55:33 +02:00
tix-port Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-port.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-rmdiff.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-rmdiff.c Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-rmpatch.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-rmpatch.c Port build utilities to musl. 2016-09-29 00:01:40 +02:00
tix-vars.8 Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix-vars.c Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00
tix.c Add split packages and cross-bootstrapping support to tix-build(8). 2016-12-27 23:14:00 +01:00
util.h Add ports to the Sortix repository. 2022-06-13 22:29:53 +02:00