Commit graph

12 commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen
ea7b8de6de Fix tix-port(8) --distclean and archive sha256sum invalidation. 2025-01-14 16:42:38 +01:00
Jonas 'Sortie' Termansen
36f6cbc387 Add tix-port(8) --distclean option and fine tune cleaning support. 2024-12-29 23:36:05 +01:00
Jonas 'Sortie' Termansen
8cffe07eea Add tix-port(8) --release-directory and --repository options. 2024-12-29 23:36:05 +01:00
Jonas 'Sortie' Termansen
6ce6fe5da6 Fix tix-build(8) relative sysroot and destination paths.
Create the destination directory as needed.
2024-12-29 23:36:05 +01:00
Jonas 'Sortie' Termansen
ad06a75ac3 Fix tix-port(8) options not being sorted. 2024-12-12 23:58:22 +01:00
Jonas 'Sortie' Termansen
33c1e98f0e Fix tar race condition when tix-port(8) strips programs. 2023-07-16 12:58:45 +02:00
Jonas 'Sortie' Termansen
d189183900 Third generation Tix.
The .tix.tar.xz binary package format now stores the contents in the root
rather than the data/ subdirectory and the tix metadata now has the same
layout as the loose files in /tix, such that a .tix.tar.xz package can
simply be directly extracted into the filesystem. The /tix/manifest/ is now
included in the binary package rather than being generated on installation.

The /tix/collection.conf and /tix/tixinfo metadata files are now in the
tix-vars(1) format in the style of port(5).

The /tix/installed.list file has been removed since it isn't loose file
compatible and one can list the /tix/tixinfo directory instead.

The /tix/repository.list file has been removed since the feature is unused
and doesn't match the future direction of tix.

The kernel support for tix binary packages has been removed since it will
simply install by extracting the tar archive into the root filesystem.

Add the post-install sha256sum to the port version stamp.
2023-07-15 16:43:27 +02:00
Juhani Krekelä
4657132716 Fix tix-port(8) diffs on non-English locales.
tix-port(8) parses the diff(1) output, to remove the "Only in …"
informational messages. As they are meant to be human-readable, not
machine-readable, they are translated to different languages, which
causes tix-port(8) to miss them. This patch sets LC_ALL=C for the diff
invocation, so that the messages are always in English.
2023-04-12 14:01:11 +03:00
Jonas 'Sortie' Termansen
edc4d5ed18 Fix tix-port patch generation in different working directory. 2023-02-17 23:26:05 +01:00
Jonas 'Sortie' Termansen
00681172dc Fix tix-port(8) default mirror directory. 2022-07-09 20:40:18 +02:00
Jonas 'Sortie' Termansen
921e5e0d88 Fix tix.port(8) --destination=. .version file. 2022-06-16 00:03:26 +02:00
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