internal/rosa/package: create az.mod and remove preprocessor directive

This commit is contained in:
mae
2026-05-23 22:55:21 -05:00
parent 0307f781a2
commit dcfcc9992c
76 changed files with 2 additions and 150 deletions

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package argp-standalone { package argp-standalone {
description = "hierarchical argument parsing library broken out from glibc" description = "hierarchical argument parsing library broken out from glibc"
website = "http://www.lysator.liu.se/~nisse/misc" website = "http://www.lysator.liu.se/~nisse/misc"

View File

@@ -0,0 +1,2 @@
az 0.1.0
schema mbf

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package bison { package bison {
description = "a general-purpose parser generator" description = "a general-purpose parser generator"
website = "https://www.gnu.org/software/bison" website = "https://www.gnu.org/software/bison"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package buildcatrust { package buildcatrust {
description = "transform certificate stores between formats" description = "transform certificate stores between formats"
website = "https://github.com/nix-community/buildcatrust" website = "https://github.com/nix-community/buildcatrust"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package bzip2 { package bzip2 {
description = "a freely available, patent free, high-quality data compressor" description = "a freely available, patent free, high-quality data compressor"
website = "https://sourceware.org/bzip2" website = "https://sourceware.org/bzip2"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package curl { package curl {
description = "command line tool and library for transferring data with URLs" description = "command line tool and library for transferring data with URLs"
website = "https://curl.se" website = "https://curl.se"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package dbus { package dbus {
description = "a message bus system" description = "a message bus system"
website = "https://www.freedesktop.org/wiki/Software/dbus" website = "https://www.freedesktop.org/wiki/Software/dbus"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package dtc { package dtc {
description = "The Device Tree Compiler" description = "The Device Tree Compiler"
website = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git" website = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package elfutils { package elfutils {
description = "utilities and libraries to handle ELF files and DWARF data" description = "utilities and libraries to handle ELF files and DWARF data"
website = "https://sourceware.org/elfutils" website = "https://sourceware.org/elfutils"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package fcft { package fcft {
description = "a simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman" description = "a simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman"
website = "https://codeberg.org/dnkl/fcft" website = "https://codeberg.org/dnkl/fcft"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package firmware { package firmware {
description = "firmware blobs for use with the Linux kernel" description = "firmware blobs for use with the Linux kernel"
website = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" website = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package flex { package flex {
description = "scanner generator for lexing in C and C++" description = "scanner generator for lexing in C and C++"
website = "https://github.com/westes/flex" website = "https://github.com/westes/flex"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package fontconfig { package fontconfig {
description = "font configuration and customization library" description = "font configuration and customization library"
website = "https://www.freedesktop.org/wiki/Software/fontconfig" website = "https://www.freedesktop.org/wiki/Software/fontconfig"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package foot { package foot {
description = "a fast, lightweight and minimalistic Wayland terminal emulator" description = "a fast, lightweight and minimalistic Wayland terminal emulator"
website = "https://codeberg.org/dnkl/foot" website = "https://codeberg.org/dnkl/foot"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package freetype { package freetype {
description = "a freely available software library to render fonts" description = "a freely available software library to render fonts"
website = "http://www.freetype.org" website = "http://www.freetype.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package fuse { package fuse {
description = "the reference implementation of the Linux FUSE interface" description = "the reference implementation of the Linux FUSE interface"
website = "https://github.com/libfuse/libfuse" website = "https://github.com/libfuse/libfuse"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package git { package git {
description = "distributed version control system" description = "distributed version control system"
website = "https://www.git-scm.com" website = "https://www.git-scm.com"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package glslang { package glslang {
description = "reference front end for GLSL/ESSL" description = "reference front end for GLSL/ESSL"
website = "https://github.com/KhronosGroup/glslang" website = "https://github.com/KhronosGroup/glslang"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
// GNU software with trivial packaging. // GNU software with trivial packaging.
package m4 { package m4 {

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package googletest { package googletest {
description = "Google Testing and Mocking Framework" description = "Google Testing and Mocking Framework"
exclude exclude

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package hwdata { package hwdata {
description = "contains various hardware identification and configuration data" description = "contains various hardware identification and configuration data"
website = "https://github.com/vcrhonek/hwdata" website = "https://github.com/vcrhonek/hwdata"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package kmod { package kmod {
description = "a set of tools to handle common tasks with Linux kernel modules" description = "a set of tools to handle common tasks with Linux kernel modules"
website = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git" website = "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libbsd { package libbsd {
description = "provides useful functions commonly found on BSD systems" description = "provides useful functions commonly found on BSD systems"
website = "https://libbsd.freedesktop.org" website = "https://libbsd.freedesktop.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libcap { package libcap {
description = "a library for getting and setting POSIX.1e draft 15 capabilities" description = "a library for getting and setting POSIX.1e draft 15 capabilities"
website = "https://sites.google.com/site/fullycapable" website = "https://sites.google.com/site/fullycapable"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libdisplay-info { package libdisplay-info {
description = "EDID and DisplayID library" description = "EDID and DisplayID library"
website = "https://gitlab.freedesktop.org/emersion/libdisplay-info" website = "https://gitlab.freedesktop.org/emersion/libdisplay-info"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libdrm { package libdrm {
description = "a userspace library for accessing the DRM" description = "a userspace library for accessing the DRM"
website = "https://dri.freedesktop.org" website = "https://dri.freedesktop.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libepoxy { package libepoxy {
description = "a library for handling OpenGL function pointer management" description = "a library for handling OpenGL function pointer management"
website = "https://github.com/anholt/libepoxy" website = "https://github.com/anholt/libepoxy"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libev { package libev {
description = "a full-featured and high-performance event loop" description = "a full-featured and high-performance event loop"
website = "http://libev.schmorp.de" website = "http://libev.schmorp.de"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libexpat { package libexpat {
description = "a stream-oriented XML parser library" description = "a stream-oriented XML parser library"
website = "https://libexpat.github.io" website = "https://libexpat.github.io"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libffi { package libffi {
description = "a portable, high level programming interface to various calling conventions" description = "a portable, high level programming interface to various calling conventions"
website = "https://sourceware.org/libffi" website = "https://sourceware.org/libffi"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libgd { package libgd {
description = "an open source code library for the dynamic creation of images" description = "an open source code library for the dynamic creation of images"
website = "https://libgd.github.io" website = "https://libgd.github.io"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libglvnd { package libglvnd {
description = "The GL Vendor-Neutral Dispatch library" description = "The GL Vendor-Neutral Dispatch library"
website = "https://gitlab.freedesktop.org/glvnd/libglvnd" website = "https://gitlab.freedesktop.org/glvnd/libglvnd"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libmd { package libmd {
description = "Message Digest functions from BSD systems" description = "Message Digest functions from BSD systems"
website = "https://www.hadrons.org/software/libmd" website = "https://www.hadrons.org/software/libmd"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libpng { package libpng {
description = "the official PNG reference library" description = "the official PNG reference library"
website = "https://www.libpng.org/pub/png/libpng.html" website = "https://www.libpng.org/pub/png/libpng.html"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libpsl { package libpsl {
description = "provides functions to work with the Mozilla Public Suffix List" description = "provides functions to work with the Mozilla Public Suffix List"
website = "https://rockdaboot.github.io/libpsl" website = "https://rockdaboot.github.io/libpsl"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libtirpc { package libtirpc {
description = "a port of Suns Transport-Independent RPC library to Linux" description = "a port of Suns Transport-Independent RPC library to Linux"
website = "https://sourceforge.net/projects/libtirpc" website = "https://sourceforge.net/projects/libtirpc"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libucontext { package libucontext {
description = "ucontext implementation featuring glibc-compatible ABI" description = "ucontext implementation featuring glibc-compatible ABI"
website = "https://github.com/kaniini/libucontext" website = "https://github.com/kaniini/libucontext"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libva { package libva {
description = "an implementation for VA-API (Video Acceleration API)" description = "an implementation for VA-API (Video Acceleration API)"
website = "https://01.org/vaapi" website = "https://01.org/vaapi"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libxml2 { package libxml2 {
description = "an XML toolkit implemented in C" description = "an XML toolkit implemented in C"
website = "https://gitlab.gnome.org/GNOME/libxml2" website = "https://gitlab.gnome.org/GNOME/libxml2"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package libxslt { package libxslt {
description = "an XSLT processor based on libxml2" description = "an XSLT processor based on libxml2"
website = "https://gitlab.gnome.org/GNOME/libxslt" website = "https://gitlab.gnome.org/GNOME/libxslt"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package lit { package lit {
description = "a portable tool for executing LLVM and Clang style test suites" description = "a portable tool for executing LLVM and Clang style test suites"
website = "https://llvm.org/docs/CommandGuide/lit.html" website = "https://llvm.org/docs/CommandGuide/lit.html"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package lm_sensors { package lm_sensors {
description = "user-space support for hardware monitoring drivers" description = "user-space support for hardware monitoring drivers"
website = "https://hwmon.wiki.kernel.org/lm_sensors" website = "https://hwmon.wiki.kernel.org/lm_sensors"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package make { package make {
description = "a tool which controls the generation of executables and other non-source files" description = "a tool which controls the generation of executables and other non-source files"
website = "https://www.gnu.org/software/make" website = "https://www.gnu.org/software/make"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package mesa { package mesa {
description = "open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more" description = "open source implementations of OpenGL, OpenGL ES, Vulkan, OpenCL, and more"
website = "https://mesa3d.org" website = "https://mesa3d.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package meson { package meson {
description = "an open source build system" description = "an open source build system"
website = "https://mesonbuild.com" website = "https://mesonbuild.com"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package mksh { package mksh {
description = "MirBSD Korn Shell" description = "MirBSD Korn Shell"
website = "https://www.mirbsd.org/mksh" website = "https://www.mirbsd.org/mksh"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package musl-fts { package musl-fts {
description = "implementation of fts(3) functions which are missing in musl libc" description = "implementation of fts(3) functions which are missing in musl libc"
website = "https://github.com/void-linux/musl-fts" website = "https://github.com/void-linux/musl-fts"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package musl-obstack { package musl-obstack {
description = "obstack functions and macros separated from glibc" description = "obstack functions and macros separated from glibc"
website = "https://github.com/void-linux/musl-obstack" website = "https://github.com/void-linux/musl-obstack"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package ncurses { package ncurses {
description = "a free software emulation of curses in System V Release 4.0 (SVr4)" description = "a free software emulation of curses in System V Release 4.0 (SVr4)"
website = "https://invisible-island.net/ncurses" website = "https://invisible-island.net/ncurses"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package nettle { package nettle {
description = "a low-level cryptographic library" description = "a low-level cryptographic library"
website = "https://www.lysator.liu.se/~nisse/nettle" website = "https://www.lysator.liu.se/~nisse/nettle"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package ninja { package ninja {
description = "a small build system with a focus on speed" description = "a small build system with a focus on speed"
website = "https://ninja-build.org" website = "https://ninja-build.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package nspr { package nspr {
description = "nspr source tree" description = "nspr source tree"
anitya = 7953 anitya = 7953

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package openssl { package openssl {
description = "TLS/SSL and crypto library" description = "TLS/SSL and crypto library"
website = "https://www.openssl.org" website = "https://www.openssl.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package p11-kit { package p11-kit {
description = "provides a way to load and enumerate PKCS#11 modules" description = "provides a way to load and enumerate PKCS#11 modules"
website = "https://p11-glue.freedesktop.org/p11-kit.html" website = "https://p11-glue.freedesktop.org/p11-kit.html"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package pcre2 { package pcre2 {
description = "a set of C functions that implement regular expression pattern matching" description = "a set of C functions that implement regular expression pattern matching"
website = "https://pcre2project.github.io/pcre2" website = "https://pcre2project.github.io/pcre2"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package perl { package perl {
description = "The Perl Programming language" description = "The Perl Programming language"
website = "https://www.perl.org" website = "https://www.perl.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package pixman { package pixman {
description = "a low-level software library for pixel manipulation" description = "a low-level software library for pixel manipulation"
website = "https://pixman.org" website = "https://pixman.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package pkg-config { package pkg-config {
description = "a helper tool used when compiling applications and libraries" description = "a helper tool used when compiling applications and libraries"
website = "https://pkgconfig.freedesktop.org" website = "https://pkgconfig.freedesktop.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package procps { package procps {
description = "command line and full screen utilities for browsing procfs" description = "command line and full screen utilities for browsing procfs"
website = "https://gitlab.com/procps-ng/procps" website = "https://gitlab.com/procps-ng/procps"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package rdfind { package rdfind {
description = "a program that finds duplicate files" description = "a program that finds duplicate files"
website = "https://rdfind.pauldreik.se" website = "https://rdfind.pauldreik.se"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package rsync { package rsync {
description = "an open source utility that provides fast incremental file transfer" description = "an open source utility that provides fast incremental file transfer"
website = "https://rsync.samba.org" website = "https://rsync.samba.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package squashfs-tools { package squashfs-tools {
description = "tools to create and extract Squashfs filesystems" description = "tools to create and extract Squashfs filesystems"
website = "https://github.com/plougher/squashfs-tools" website = "https://github.com/plougher/squashfs-tools"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package rosa-stage0 { package rosa-stage0 {
description = "Rosa OS stage0 bootstrap seed" description = "Rosa OS stage0 bootstrap seed"
version = unversioned version = unversioned

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package strace { package strace {
description = "a diagnostic, debugging and instructional userspace utility" description = "a diagnostic, debugging and instructional userspace utility"
website = "https://strace.io" website = "https://strace.io"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package tamago { package tamago {
description = "a Go toolchain extended with support for bare metal execution" description = "a Go toolchain extended with support for bare metal execution"
website = "https://github.com/usbarmory/tamago-go" website = "https://github.com/usbarmory/tamago-go"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package tllist { package tllist {
description = "a C header file only implementation of a typed linked list" description = "a C header file only implementation of a typed linked list"
website = "https://codeberg.org/dnkl/tllist" website = "https://codeberg.org/dnkl/tllist"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package toybox-source { package toybox-source {
description = "toybox source tree" description = "toybox source tree"
exclude exclude

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package unzip { package unzip {
description = "portable compression/archiver utilities" description = "portable compression/archiver utilities"
website = "https://infozip.sourceforge.net" website = "https://infozip.sourceforge.net"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package utf8proc { package utf8proc {
description = "a clean C library for processing UTF-8 Unicode data" description = "a clean C library for processing UTF-8 Unicode data"
website = "https://juliastrings.github.io/utf8proc" website = "https://juliastrings.github.io/utf8proc"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package util-linux { package util-linux {
description = "a random collection of Linux utilities" description = "a random collection of Linux utilities"
website = "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" website = "https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package vim { package vim {
description = "a greatly improved version of the good old UNIX editor Vi" description = "a greatly improved version of the good old UNIX editor Vi"
website = "https://www.vim.org" website = "https://www.vim.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package util-macros { package util-macros {
description = "X.Org Autotools macros" description = "X.Org Autotools macros"
website = "https://xorg.freedesktop.org" website = "https://xorg.freedesktop.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package xkbcommon { package xkbcommon {
description = "a library implementing the XKB specification for handling keyboard descriptions" description = "a library implementing the XKB specification for handling keyboard descriptions"
website = "https://xkbcommon.org" website = "https://xkbcommon.org"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package xz { package xz {
description = "XZ Utils" description = "XZ Utils"
website = "https://tukaani.org/xz" website = "https://tukaani.org/xz"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package zlib { package zlib {
description = "lossless data-compression library" description = "lossless data-compression library"
website = "https://zlib.net" website = "https://zlib.net"

View File

@@ -1,5 +1,3 @@
//az:schema mbf
package zstd { package zstd {
description = "a fast compression algorithm" description = "a fast compression algorithm"
website = "https://facebook.github.io/zstd" website = "https://facebook.github.io/zstd"