From 4d3fb6cd772b5e1a0d5bb594c796bd4d6b3ef8b7 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 21 Mar 2024 14:47:26 +0100 Subject: [PATCH 01/22] Use alr 2.0.1 in checks (#1017) --- .github/workflows/build-distros.yml | 8 ++++---- .github/workflows/build-native.yml | 2 +- .github/workflows/check-index.yml | 6 +++--- .github/workflows/diff-release.yml | 6 +++--- index/li/libhello/libhello-1.0.1.toml | 3 +++ 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index c9f1c9440..3f20342c1 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -7,7 +7,7 @@ name: Build Crate (Distro toolchain) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 on: pull_request: @@ -50,14 +50,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: toolchain: --disable-assistant # We want to use the external ones in this workflow version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: toolchain: --disable-assistant # We want to use the external ones in this workflow branch: master @@ -67,4 +67,4 @@ jobs: with: image: ghcr.io/alire-project/docker/gnat:${{matrix.tag}} command: ${{env.CHECKS_REPO}}/scripts/gh-build-crate.sh - params: -v ${{ github.workspace }}/alire_install/bin/alr:/usr/bin/alr \ No newline at end of file + params: -v ${{ github.workspace }}/alire_install/bin/alr:/usr/bin/alr diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 621df6261..57fdade0c 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -6,7 +6,7 @@ name: Build Crate (Alire toolchain) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 PACMAN: C:\Users\runneradmin\AppData\Local\alire\cache\msys64\usr\bin\pacman on: diff --git a/.github/workflows/check-index.yml b/.github/workflows/check-index.yml index ffa419fd1..d4e91b3ef 100644 --- a/.github/workflows/check-index.yml +++ b/.github/workflows/check-index.yml @@ -1,7 +1,7 @@ name: Check Index env: - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 on: pull_request @@ -13,13 +13,13 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: branch: master diff --git a/.github/workflows/diff-release.yml b/.github/workflows/diff-release.yml index 7bc9ee455..b0d6a7a91 100644 --- a/.github/workflows/diff-release.yml +++ b/.github/workflows/diff-release.yml @@ -8,7 +8,7 @@ name: Diff release env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks - ALR_VERSION: 2.0.0 + ALR_VERSION: 2.0.1 on: pull_request: @@ -39,14 +39,14 @@ jobs: - name: Set up stable `alr` if: contains(github.base_ref, 'stable-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: toolchain: --disable-assistant # We don't need the compiler version: ${{env.ALR_VERSION}} - name: Set up devel `alr` if: contains(github.base_ref, 'devel-') - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: toolchain: --disable-assistant # We don't need the compiler branch: master diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index dcc9d0d14..0d588c501 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -13,3 +13,6 @@ maintainers-logins = ["mosteo"] commit = "3c15bc7f3df22298077c9e96f178adc2829feb42" url = "git+https://github.com/alire-project/libhello.git" +# We use this crate as a trigger to conveniently test minor changes to +# metaprocesses of the CI of the repository itself. +# Last touch: 2024-03-21 14:29:00 CET \ No newline at end of file From 61a86fbd1b3aed584e3479aa06935179c71ba0fa Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 25 Mar 2024 13:13:07 +0100 Subject: [PATCH 02/22] hac 0.30.0 (#1018) --- index/ha/hac/hac-0.30.0.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 index/ha/hac/hac-0.30.0.toml diff --git a/index/ha/hac/hac-0.30.0.toml b/index/ha/hac/hac-0.30.0.toml new file mode 100644 index 000000000..dc434aa0c --- /dev/null +++ b/index/ha/hac/hac-0.30.0.toml @@ -0,0 +1,34 @@ +description = "HAC Ada Compiler: a small, quick Ada compiler covering a subset of Ada" +name = "hac" +version = "0.30.0" +authors = ["Gautier de Montmollin"] +website = "https://hacadacompiler.sourceforge.io/" +licenses = "MIT" +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] +project-files = ["hac.gpr"] +executables = ["hac"] +tags = ["hac", "compiler"] +long-description = """ + hac logo + +HAC (HAC Ada Compiler) is a small, quickly compiled, open-source Ada compiler, covering a subset of the Ada language. +HAC is perhaps the first open-source (albeit partial) Ada compiler fully programmed in Ada itself. + +Features: + +* **Quick**: short programming-compilation-run-test cycles. +* Perfect for scripting jobs. +* Compiles Ada sources from any stream - file, internet, editor data, Zip archive, ... +* Compilation leaves zero compilation temp file - all is done in memory! +* Portable, fully programmed in Ada. +* Can be embedded into another software - see the [**LEA**](https://l-e-a.sourceforge.io/) editor - and even exchange data with it - see the src/apps/exchange_native_side.adb demo. +* **Free**, open-source. +""" + +[gpr-externals] +HAC_Build_Mode = ["Debug", "Fast", "Small"] + +[origin] +url = "https://sourceforge.net/projects/hacadacompiler/files/hac-2024-03-21-v.0.30.zip" +hashes = ["sha512:ba4b43415fd548730d4c987029565abc3c89b0de5d9afc095709089016e7e88be82906773d13d576f8ef0d0a01830e4d86a3b2d914e969669519d57d4765025a"] From ec49e924a8ebfa3392602a6d7fdac16138dab884 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 25 Mar 2024 13:39:22 +0100 Subject: [PATCH 03/22] alr2appimage 0.9.3 (#1020) --- index/al/alr2appimage/alr2appimage-0.9.3.toml | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 index/al/alr2appimage/alr2appimage-0.9.3.toml diff --git a/index/al/alr2appimage/alr2appimage-0.9.3.toml b/index/al/alr2appimage/alr2appimage-0.9.3.toml new file mode 100644 index 000000000..1d961212d --- /dev/null +++ b/index/al/alr2appimage/alr2appimage-0.9.3.toml @@ -0,0 +1,55 @@ +name = "alr2appimage" +description = "Tool to create an AppImage executable from an Alire crate" +version = "0.9.3" +website = "https://github.com/mgrojo/alr2appimage" +long-description = """ +There are two prerequisites for your project to work with this tool: +- It has to be a crate with an `executables` field. Its first value + has to be the main application program. +- It must be installable using Alire, including all the needed resources. + +`alr2appimage` will use the following command for installing it (this requires Alire 2.0): +```shell +alr install +``` +Or it will run `gprinstall` inside `alr exec`, if the former fails (Alire 1.x). + +If you simply run the tool inside an Alire crate, it will read the +metadata from your `alire.toml` file and create a default AppImage +from it. + +NOTE: `alr2appimage` is an independent project; it is not +affiliated to, nor supported by, the Alire or AppImage projects. + +""" +licenses = "GPL-3.0-only" + +tags = ["utility", "appimage", "alire", "linux", "packaging"] + +authors = ["Manuel Gomez"] +maintainers = ["Manuel Gomez "] +maintainers-logins = ["mgrojo"] + +executables = ["alr2appimage"] +[[depends-on]] +ada_toml = "^0.3.0" + +[[depends-on]] +spoon = "^1.0.1" + +[[depends-on]] +parse_args = "~0.9.0" + +[[depends-on]] +resources = "~0.1.0" + +[available.'case(os)'] +'linux' = true +'...' = false + +[build-switches] +"*".style_checks = ["-gnaty3abBCrfklM99nptx"] +[origin] +commit = "fba60fa7465d49f08ca30eac5e9b121d1ae5e6a4" +url = "git+https://github.com/mgrojo/alr2appimage.git" + From ce263b6d277bac258bd4f077ce50dd176b8134f0 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Tue, 26 Mar 2024 13:52:36 +0100 Subject: [PATCH 04/22] wikibook 1.0.0 (#1019) * wikibook 1.0.0 (via `alr publish --submit`) * Set gnat version. --------- Co-authored-by: Martin Krischik --- index/wi/wikibook/wikibook-1.0.0.toml | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 index/wi/wikibook/wikibook-1.0.0.toml diff --git a/index/wi/wikibook/wikibook-1.0.0.toml b/index/wi/wikibook/wikibook-1.0.0.toml new file mode 100644 index 000000000..d67a25131 --- /dev/null +++ b/index/wi/wikibook/wikibook-1.0.0.toml @@ -0,0 +1,41 @@ +name = "wikibook" +description = "WikiBook Ada Programing" +long-description = """WikiBook Ada Programing + +Follwing crates are incuded: + +hello_world +: classic hello world samples + +""" +version = "1.0.0" +authors = ["Martin Krischik"] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +licenses = "GPL-3.0-or-later" +website = "https://wikibook-ada.sourceforge.net/" +tags = ["tutorial", "wikibook"] + +[build-switches] +development.runtime_checks = "Overflow" +release.runtime_checks = "Default" +validation.runtime_checks = "Everything" +development.contracts = "Yes" +release.contracts = "No" +validation.contracts = "Yes" + +[[depends-on]] +gnat = ">=13" + +[[actions]] +type = "post-build" +command = ["alr", "build"] +directory = "hello_world" + +[origin] +hashes = [ +"sha256:6932817154d8dc64d99bfbd22bce8ba2eb7f72f36b81a7df1a37d526a5c20d95", +"sha512:2324b7e1f1385ddbe9bd5a5644b2462b13aa3ede14a0c797fcd0be5dc64d7f1be1af8b2c39767db9f8dfe57239d8fcc1998ef3d4d7c05dddb7b839691e81e688", +] +url = "https://sourceforge.net/projects/wikibook-ada/files/Alire/wikibook-1.0.0.tgz" + From b9c5cd2f98b9d82442ae0039306715b1dadc46fd Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Mon, 1 Apr 2024 12:46:26 +0200 Subject: [PATCH 05/22] raylib 0.1.0 (#1021) * Raylib 0.1.0 * Update raylib-0.1.0.toml --- index/ra/raylib/raylib-0.1.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/ra/raylib/raylib-0.1.0.toml diff --git a/index/ra/raylib/raylib-0.1.0.toml b/index/ra/raylib/raylib-0.1.0.toml new file mode 100644 index 000000000..881e669f3 --- /dev/null +++ b/index/ra/raylib/raylib-0.1.0.toml @@ -0,0 +1,18 @@ +name = "raylib" +description = "Ada bindings for Raylib" +version = "0.1.0" + +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "" +tags = ["raylib", "gamedev", "binding"] + +[[depends-on]] +gnat = ">=12 & <2000" + +[origin] +commit = "d5a6702eec1774ee3753672e62fbb99d88ef893a" +url = "git+https://github.com/Fabien-Chouteau/raylib-ada.git" + From 96128c307696c9dd5556cd8340347bec99d6303e Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Mon, 1 Apr 2024 12:49:50 +0200 Subject: [PATCH 06/22] wikibook 1.0.1 (#1022) --- index/wi/wikibook/wikibook-1.0.1.toml | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 index/wi/wikibook/wikibook-1.0.1.toml diff --git a/index/wi/wikibook/wikibook-1.0.1.toml b/index/wi/wikibook/wikibook-1.0.1.toml new file mode 100644 index 000000000..d1b638113 --- /dev/null +++ b/index/wi/wikibook/wikibook-1.0.1.toml @@ -0,0 +1,46 @@ +name = "wikibook" +description = "WikiBook Ada Programing" +long-description = """WikiBook Ada Programing + +Follwing crates are incuded: + +basic: Chapter Basic Ada +pragmas_restrictions: Chapter Pragmas Restrictions + +""" +version = "1.0.1" +authors = ["Martin Krischik"] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +licenses = "GPL-3.0-or-later" +website = "https://wikibook-ada.sourceforge.net/" +tags = ["tutorial", "wikibook"] + +[build-switches] +development.runtime_checks = "Overflow" +release.runtime_checks = "Default" +validation.runtime_checks = "Everything" +development.contracts = "Yes" +release.contracts = "No" +validation.contracts = "Yes" + +[[depends-on]] +gnat = ">=13" + +[[actions]] +type = "post-build" +command = ["alr", "build"] +directory = "basic" + +[[actions]] +type = "post-build" +command = ["alr", "build"] +directory = "pragmas_restrictions" + +[origin] +hashes = [ +"sha256:780ee70ff379fbe281e03795898e85b3aa5c6b0e776b81539b1c6d678ce2eeeb", +"sha512:4f3be2aa3c88850ed0315e8a4ae2fdd66bf9eb68ffeeff40221eeb0fd8a5b81ab3fb1e7ed803338c5695b78a93c0961087b040bb9888f50a869f6707300c47b6", +] +url = "https://sourceforge.net/projects/wikibook-ada/files/Alire/wikibook-1.0.1.tgz" + From ad964cb01482b804788e121983aef7ae6fc222a4 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Fri, 5 Apr 2024 20:07:33 +0300 Subject: [PATCH 07/22] gnat_native 13.2.2 for macOS X aarch64 (#1013) Co-authored-by: Alejandro R. Mosteo --- index/gn/gnat_native/gnat_native-13.2.2.toml | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 index/gn/gnat_native/gnat_native-13.2.2.toml diff --git a/index/gn/gnat_native/gnat_native-13.2.2.toml b/index/gn/gnat_native/gnat_native-13.2.2.toml new file mode 100644 index 000000000..632d36773 --- /dev/null +++ b/index/gn/gnat_native/gnat_native-13.2.2.toml @@ -0,0 +1,36 @@ + +name = "gnat_native" +version = "13.2.2" +provides = ["gnat=13.2.2"] +description = "The GNAT Ada compiler - Native" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1" + +auto-gpr-with = false + +[configuration] +disabled = true + +[environment] +PATH.prepend = "${CRATE_ROOT}/bin" + +[origin."case(os)".linux."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.2.0-2/gnat-x86_64-linux-13.2.0-2.tar.gz" +hashes = ["sha256:a27fd7945ac9ead50abdd8e4564d133d00f635536bf9dfdf1e00af5e08a0c494"] +binary = true + +[origin."case(os)".windows."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.2.0-2/gnat-x86_64-windows64-13.2.0-2.tar.gz" +hashes = ["sha256:88799c95aedc8a50627c9705ff8c60f78941312c86459352bc88f47786466d23"] +binary = true + +[origin."case(os)".macos."case(host-arch)".x86-64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.2.0-2/gnat-x86_64-darwin-13.2.0-2.tar.gz" +hashes = ["sha256:9be96041c0c280d5c78cf3e66ced84203354773f68240cc0f03b087ee109d2b0"] +binary = true + +[origin."case(os)".macos."case(host-arch)".aarch64] +url = "https://github.com/alire-project/GNAT-FSF-builds/releases/download/gnat-13.2.0-2/gnat-aarch64-darwin-13.2.0-2.tar.gz" +hashes = ["sha256:b2c113d5ac9301e1abc37a45e1f825fe4cb1cb16fbba606fdfe339012ad7a000"] +binary = true From a2c99729df3aa42079e832cefda38b442dea7ed3 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Wed, 10 Apr 2024 10:04:51 +0200 Subject: [PATCH 08/22] hal 0.4.0 (#1025) --- index/ha/hal/hal-0.4.0.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/ha/hal/hal-0.4.0.toml diff --git a/index/ha/hal/hal-0.4.0.toml b/index/ha/hal/hal-0.4.0.toml new file mode 100644 index 000000000..84ff65361 --- /dev/null +++ b/index/ha/hal/hal-0.4.0.toml @@ -0,0 +1,27 @@ +description = "Hardware Abstraction Layer (HAL)" + +long-description = '''# hal + +Hardware Abstraction Layer: interfaces definitions to abstract access to common +hardware devices and protocols + +This crate is a snapshot of the `hal` in [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/hal/src). + +Any bug report, issue, contribution must be adressed to the [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo. + +''' + +name = "hal" +version = "0.4.0" +licenses = "BSD-3-Clause" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["hal.gpr"] +tags = ["embedded", "hal", "nostd"] + +[origin] +commit = "730aa937d954f030cd54cbb2b1457884a75f5e73" +url = "git+https://github.com/Fabien-Chouteau/hal.git" + From 2b1da5850e44d83fd99c32adad3445a0b15e4e34 Mon Sep 17 00:00:00 2001 From: Jeremy Grosser Date: Thu, 11 Apr 2024 01:32:14 -0700 Subject: [PATCH 09/22] tiny_text 1.3.0 (#1027) --- index/ti/tiny_text/tiny_text-1.3.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/ti/tiny_text/tiny_text-1.3.0.toml diff --git a/index/ti/tiny_text/tiny_text-1.3.0.toml b/index/ti/tiny_text/tiny_text-1.3.0.toml new file mode 100644 index 000000000..9ec031a3a --- /dev/null +++ b/index/ti/tiny_text/tiny_text-1.3.0.toml @@ -0,0 +1,18 @@ +name = "tiny_text" +description = "Low resolution bitmap font with a small memory footprint" +version = "1.3.0" + +authors = ["Jeremy Grosser"] +maintainers = ["Jeremy Grosser "] +maintainers-logins = ["JeremyGrosser"] +licenses = "MIT" +website = ["https://github.com/JeremyGrosser/tiny_text"] +tags = ["font", "hal", "bitmap", "text"] + +[[depends-on]] +hal = "~0.3.0" + +[origin] +commit = "a249a2d12f50c459f288595b734029beb9ef6251" +url = "git+https://github.com/JeremyGrosser/tiny_text.git" + From da9632712617d5527adb8e40b9036944ea0f11b7 Mon Sep 17 00:00:00 2001 From: Lionel Draghi Date: Mon, 15 Apr 2024 11:27:07 +0200 Subject: [PATCH 10/22] list_image 1.0.0 (via `alr publish --submit`) (#1026) --- index/li/list_image/list_image-1.0.0.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/li/list_image/list_image-1.0.0.toml diff --git a/index/li/list_image/list_image-1.0.0.toml b/index/li/list_image/list_image-1.0.0.toml new file mode 100644 index 000000000..acf7346f4 --- /dev/null +++ b/index/li/list_image/list_image-1.0.0.toml @@ -0,0 +1,21 @@ +name = "list_image" +description = "helper to dump iterable containers with customizable style" +version = "1.0.0" + +authors = ["Lionel Draghi"] +maintainers = ["Lionel Draghi "] +maintainers-logins = ["LionelDraghi"] +licenses = "Apache-2.0" +website = "https://github.com/LionelDraghi/List_Image" +tags = ["list", "iterator", "container", "markdown", "html"] + +executables = ["test_list_image"] + +[configuration] +disabled = true + + +[origin] +commit = "329dd78b6d2097e22c5917a0d8ad56d9399b18b8" +url = "git+https://github.com/LionelDraghi/List_Image.git" + From 447945a29ac33c6c92c69150bc1f89f530490e99 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 15 Apr 2024 13:05:15 +0200 Subject: [PATCH 11/22] gwindows 1.4.2 (#1029) * Create gwindows-1.4.2.toml * Update gwindows-1.4.2.toml GMGPL license not recognized; put back string from previous release. * Update gwindows-1.4.2.toml Zip ball uses the Zip 2.0 compression format (Deflate). * Update gwindows-1.4.2.toml Using a single root dir within Zip ball. * Update gwindows-1.4.2.toml Using Git (as in previous releases) instead of a Zip ball. NB: the Alire test failure was something else (GNAT not found), but who knows... * Update gwindows-1.4.2.toml Removed extra GNATCOM tools path. --- index/gw/gwindows/gwindows-1.4.2.toml | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 index/gw/gwindows/gwindows-1.4.2.toml diff --git a/index/gw/gwindows/gwindows-1.4.2.toml b/index/gw/gwindows/gwindows-1.4.2.toml new file mode 100644 index 000000000..f2f9a2685 --- /dev/null +++ b/index/gw/gwindows/gwindows-1.4.2.toml @@ -0,0 +1,67 @@ +name = "gwindows" +version = "1.4.2" +description = "GWindows - Ada Framework for Windows Development" +authors = [ + "David Botton", + "Gautier de Montmollin" +] +maintainers = [ + "Felix Patschkowski ", + "gdemont@hotmail.com" +] +maintainers-logins = [ + "patschkowski", + "zertovitch" +] + +long-description = """ +**GWindows** is a full Microsoft Windows Rapid Application Development +framework for programming GUIs (Graphical User Interfaces) with Ada. + +Key features of GWindows: + + * Complete Windows framework + * Pure Ada code, standalone + * Object-Oriented + * Code generator (GWenerator) + * **Free**, Open-Source + * License: GMGPL + * Builds to 32 bit and to 64 bit native Windows applications + * Works on both ANSI and Unicode character modes + * Includes GNATCOM, an ActiveX/COM framework + * Tests, demos, samples and tutorials included +""" + +licenses = "LGPL-2.0-or-later" + +project-files = [ + "gnatcom/gnatcom.gpr", + "gnatcom/gnatcom_tools.gpr", + "gwindows/gwindows.gpr", + "gwindows/gwindows_contrib.gpr", + "gwindows/gwindows_samples.gpr" +] +executables = [ + "game_of_life_interactive", + "mdi_example", + "sci_example", + "demo_exlv1", + "demo_exlv2", + "demo_exlv3", + "bindcom", + "comscope", + "createcom", + "makeguid" +] +tags = [ + "gui", "rad", "windows" +] +website = "https://sourceforge.net/projects/gnavi/" + +[available.'case(os)'] +windows = true +'...' = false + +[origin] +commit = "407adc2e77bd3f3fc43522c5c73256495c29406d" +url = "git+https://github.com/zertovitch/gwindows.git" From 310ba0cd79146a516e1afc89b103efb312d92a11 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 22 Apr 2024 18:54:52 +0200 Subject: [PATCH 12/22] Create gwindows-1.4.3.toml (#1036) --- index/gw/gwindows/gwindows-1.4.3.toml | 74 +++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 index/gw/gwindows/gwindows-1.4.3.toml diff --git a/index/gw/gwindows/gwindows-1.4.3.toml b/index/gw/gwindows/gwindows-1.4.3.toml new file mode 100644 index 000000000..3f88f294e --- /dev/null +++ b/index/gw/gwindows/gwindows-1.4.3.toml @@ -0,0 +1,74 @@ +name = "gwindows" +version = "1.4.3" +description = "GWindows - Ada Framework for Windows Development" +authors = [ + "David Botton", + "Gautier de Montmollin" +] +maintainers = [ + "Felix Patschkowski ", + "gdemont@hotmail.com" +] +maintainers-logins = [ + "patschkowski", + "zertovitch" +] + +long-description = """ +  GWindows screenshot 1 +   GWindows screenshot 2 +   GWindows screenshot 3 + +**GWindows** is a full Microsoft Windows Rapid Application Development +framework for programming GUIs (Graphical User Interfaces) with Ada. + +Key features of GWindows: + + * Complete Windows framework + * Pure Ada code, standalone + * Object-Oriented + * Code generator (GWenerator) + * License: GMGPL + * Builds to 32 bit and to 64 bit native Windows applications + * Works on both ANSI and Unicode character modes + * Includes GNATCOM, an ActiveX/COM framework + * Tests, demos, samples and tutorials included + * **Free**, Open-Source +""" + +licenses = "LGPL-2.0-or-later" + +project-files = [ + "gnatcom/gnatcom.gpr", + "gnatcom/gnatcom_tools.gpr", + "gwindows/gwindows.gpr", + "gwindows/gwindows_contrib.gpr", + "gwindows/gwindows_samples.gpr" +] +executables = [ + "game_of_life_interactive", + "mdi_example", + "sci_example", + "demo_exlv1", + "demo_exlv2", + "demo_exlv3", + "bindcom", + "comscope", + "createcom", + "makeguid" +] +tags = [ + "gui", "rad", "windows" +] +website = "https://sourceforge.net/projects/gnavi/" + +[available.'case(os)'] +windows = true +'...' = false + +[environment.PATH] +prepend = "${CRATE_ROOT}/alire/build/gnatcom/tools" + +[origin] +url = "https://sourceforge.net/projects/gnavi/files/GWindows%20Archive%2013-Apr-2024%20%28Root%20Dir%20and%20Zip%202.0%29.zip" +hashes = ["sha512:a13ac6e34ad5c278b5f8c341298edc748aa2ea0554fa38c3831765f2f58932fad373d583f76288a0e9acb9e1afa9463f85992a8d86ea7035e375125f77b035f3"] From 757405771cd0569e75820a793b99ddb7d3065a45 Mon Sep 17 00:00:00 2001 From: pmunts Date: Mon, 22 Apr 2024 09:57:25 -0700 Subject: [PATCH 13/22] libsimpleio release 2.22299.1 (#1040) Rebuilt for alr 2.0, which broke previous post-fetch scripts. Also moved the source archive repository from http://repo.munts.com/alire to https://raw.githubusercontent.com/pmunts/alire-crates --- .../li/libsimpleio/libsimpleio-2.22299.1.toml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 index/li/libsimpleio/libsimpleio-2.22299.1.toml diff --git a/index/li/libsimpleio/libsimpleio-2.22299.1.toml b/index/li/libsimpleio/libsimpleio-2.22299.1.toml new file mode 100644 index 000000000..5b21a1060 --- /dev/null +++ b/index/li/libsimpleio/libsimpleio-2.22299.1.toml @@ -0,0 +1,32 @@ +name = "libsimpleio" +description = "Linux Simple I/O Library" +version = "2.22299.1" +licenses = "BSD-1-Clause" +website = "https://github.com/pmunts/libsimpleio" + +authors = ["Philip Munts"] +maintainers = ["Philip Munts "] +maintainers-logins = ["pmunts"] + +project-files = ["libsimpleio.gpr"] + +tags = ["embedded", "linux", "libsimpleio", "remoteio", "beaglebone", +"pocketbeagle", "raspberrypi", "raspberry", "pi", "adc", "dac", "gpio", +"hid", "i2c", "motor", "pwm", "sensor", "serial", "servo", "spi", "stepper", +"watchdog"] + +[available."case(os)"] +'linux' = true +"..." = false + +[[actions."case(os)".linux]] +type = "post-fetch" +command = ["sh", "-c", "./src/scripts/postfetch.linux"] + +[origin] +hashes = [ +"sha256:e27435ce15f77bfcf7078b6b292948771a6086853a6fbe947d90bb24e5ad227f", +"sha512:ef31e6279b70c08f86f1a54e3de054217612eac88ecab0d6f0f50d88b4dff9b016059a54a3d0f3c87451a9b02e1671760f3981bb73e6616ca5f7aa61c7c26ef5", +] +url = "https://raw.githubusercontent.com/pmunts/alire-crates/001af5fec3ac58584467b2aef49a9a8efc0ec9d4/libsimpleio/libsimpleio-2.22299.1.tbz2" + From 734101706ff1363e6892652272870d595cbd9dc2 Mon Sep 17 00:00:00 2001 From: JK Date: Tue, 23 Apr 2024 10:25:02 +0200 Subject: [PATCH 14/22] Add st7789 display driver (#1043) --- index/st/st7789/st7789-0.1.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/st/st7789/st7789-0.1.0.toml diff --git a/index/st/st7789/st7789-0.1.0.toml b/index/st/st7789/st7789-0.1.0.toml new file mode 100644 index 000000000..5cf2027a1 --- /dev/null +++ b/index/st/st7789/st7789-0.1.0.toml @@ -0,0 +1,15 @@ +description = "SPI based driver for the ST7789 TFT display" +name = "st7789" +version = "0.1.0" +licenses = "MIT" +maintainers = ["jk@jkliemann.de"] +maintainers-logins = ["jklmnn"] +tags = ["embedded", "nostd", "framebuffer", "bitmap", "display", "driver", "drivers", "spi"] + +[[depends-on]] +hal = "~0.3.0" +adl_middleware = "~0.2.0" + +[origin] +url = "https://github.com/jklmnn/st7789-ada/archive/refs/tags/0.1.0.tar.gz" +hashes = ["sha512:59369e69a04701d4efafd34d233a7794322799a6e26320e68d8d6f26cbcdcd92655f11a675a0f5bf51e1552eb922b7a14a503917c507311e5727ceace6472fc6"] From 2a4c06d2daf0136f0230f4044e3f67c799c057bc Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 23 Apr 2024 10:25:48 +0200 Subject: [PATCH 15/22] Create lea-0.90.0.toml (#1044) --- index/le/lea/lea-0.90.0.toml | 70 ++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 index/le/lea/lea-0.90.0.toml diff --git a/index/le/lea/lea-0.90.0.toml b/index/le/lea/lea-0.90.0.toml new file mode 100644 index 000000000..17af34884 --- /dev/null +++ b/index/le/lea/lea-0.90.0.toml @@ -0,0 +1,70 @@ +description = "LEA is a Lightweight Editor for Ada " +name = "lea" +version = "0.90.0" + +authors = ["Gautier de Montmollin"] +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] +website = "https://l-e-a.sourceforge.io/" +licenses = "MIT" +tags = ["lea", "editor"] +long-description = """ +  lea screenshot 1lea screenshot 2lea screenshot 3lea screenshot 4 + +**LEA**, a **Lightweight Editor for Ada**, aims to provide an easy, script-world-like, "look & feel" for developing Ada projects of any size and level, while enabling access to full-scale development tools like GNAT. + +Features: + +* Quick start and reactivity +* Uses the Scintilla editor widget (like Notepad++) +* Multi-document +* Multiple undo's & redo's +* Multi-line, multi-point editing; rectangular selections +* Duplication of lines and selections +* Color themes +* Syntax highlighting, parenthesis matching +* Bookmarks +* Smart editor features (auto-completion, navigation, mouse-hover infos) +* Includes HAC, the HAC Ada Compiler +* Includes numerous examples of Ada programs, ready to be run +* Single executable, runs without installation +* Programmed in Ada +* **Free**, Open-Source +""" + +project-files = ["lea_project_tree.gpr"] +executables = ["lea"] + +[available.'case(os)'] +windows = true +'...' = false + +[gpr-externals] +LEA_Build_Mode = ["Debug", "Fast", "Small"] + +[gpr-set-externals] +HAC_Build_Mode = "Small" +LEA_Build_Mode = "Small" +Zip_Build_Mode = "Small" + +[[depends-on]] +ini_files = "^10.0.0" +[[depends-on]] +gwindows = "^1.4.3" +[[depends-on]] +zipada = "^58.0.0" +[[depends-on]] +gnat = "/=10.3.2" +[[depends-on]] +hac = "~0.30.0" + +[[actions.'case(os)'.windows]] +type = "post-build" +command = ["cmd", "/c copy /B lea_without_data.exe + _lea_data.zip lea.exe"] + +[origin] +url = "https://sourceforge.net/projects/l-e-a/files/lea-2024-04-14-v.0.90.zip" +hashes = ["sha512:397e4d89eb944c261007c548cdb3024eb30fc6e08099ea6dc3ee3de7329263acf7efc2b883142ebee8b1c2644d1d0b1d181b631ea428a166132dfb9b89f24f28"] From 2a9c11c27b564538da76f59b74f0e7bf08e8539b Mon Sep 17 00:00:00 2001 From: pmunts Date: Wed, 24 Apr 2024 01:19:49 -0700 Subject: [PATCH 16/22] Added support for CentOS/Fedora/RHEL (#1045) Co-authored-by: pmunts --- index/li/libhidapi/libhidapi-external.toml | 1 + index/li/libusb/libusb-external.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/index/li/libhidapi/libhidapi-external.toml b/index/li/libhidapi/libhidapi-external.toml index cc7b99933..6c2c6af3a 100644 --- a/index/li/libhidapi/libhidapi-external.toml +++ b/index/li/libhidapi/libhidapi-external.toml @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" [external.origin."case(distribution)"] +"centos|fedora|rhel" = ["hidapi-devel"] "debian|ubuntu" = ["libhidapi-dev"] arch = ["hidapi"] homebrew = ["hidapi"] diff --git a/index/li/libusb/libusb-external.toml b/index/li/libusb/libusb-external.toml index 17455b802..b63069514 100644 --- a/index/li/libusb/libusb-external.toml +++ b/index/li/libusb/libusb-external.toml @@ -8,6 +8,7 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" [external.origin."case(distribution)"] +"centos|fedora|rhel" = ["libusb1-devel"] "debian|ubuntu" = ["libusb-1.0-0-dev"] arch = ["libusb"] homebrew = ["libusb"] From 2f27cde9ded2b9efaf295f5a978ce65144da3088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Germond?= Date: Thu, 25 Apr 2024 16:12:23 +0100 Subject: [PATCH 17/22] journada 1.0.0 (#1046) --- index/jo/journada/journada-1.0.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/jo/journada/journada-1.0.0.toml diff --git a/index/jo/journada/journada-1.0.0.toml b/index/jo/journada/journada-1.0.0.toml new file mode 100644 index 000000000..bf328a422 --- /dev/null +++ b/index/jo/journada/journada-1.0.0.toml @@ -0,0 +1,15 @@ +name = "journada" +description = "Simple and nice configurable logging" +version = "1.0.0" + +authors = ["Léo Germond"] +maintainers = ["Léo Germond "] +maintainers-logins = ["leogermond"] +licenses = "Apache-2.0" +website = "https://gitlab.com/leogermond/journada" +tags = ["log", "logging", "vt100"] + +[origin] +commit = "e0bf321572520077b597bc70a8fe54e733e3f3ae" +url = "git+https://gitlab.com/leogermond/journada.git" + From 134218e47656a0bbddc4e65ca747ab3832d36a38 Mon Sep 17 00:00:00 2001 From: pmunts Date: Fri, 26 Apr 2024 02:17:40 -0700 Subject: [PATCH 18/22] CentOS and RHEL need libusbx-devel (#1047) which is named libusb1-devel on Fedora, for some unknowable reason. Co-authored-by: pmunts --- index/li/libusb/libusb-external.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index/li/libusb/libusb-external.toml b/index/li/libusb/libusb-external.toml index b63069514..d37d27b97 100644 --- a/index/li/libusb/libusb-external.toml +++ b/index/li/libusb/libusb-external.toml @@ -8,8 +8,8 @@ maintainers-logins = ["pmunts"] [[external]] kind = "system" [external.origin."case(distribution)"] -"centos|fedora|rhel" = ["libusb1-devel"] +"arch" = ["libusb"] +"centos|rhel" = ["libusbx-devel"] "debian|ubuntu" = ["libusb-1.0-0-dev"] -arch = ["libusb"] -homebrew = ["libusb"] -macports = ["libusb"] +"fedora" = ["libusb1-devel"] +"homebrew|macports" = ["libusb"] From 93a5a02a9a59385866e81aab5fb565e07774da20 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Fri, 3 May 2024 18:30:17 +0300 Subject: [PATCH 19/22] Allow zeromq on Mac OS X and Arch Linux (#1050) --- index/li/libzmq/libzmq-external.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index/li/libzmq/libzmq-external.toml b/index/li/libzmq/libzmq-external.toml index b00f4326f..6ad1bd5a6 100644 --- a/index/li/libzmq/libzmq-external.toml +++ b/index/li/libzmq/libzmq-external.toml @@ -9,3 +9,6 @@ kind = "system" [external.origin."case(distribution)"] "debian|ubuntu" = ["libzmq3-dev"] msys2 = ["mingw-w64-x86_64-zeromq"] +arch = ["zeromq"] +homebrew = ["zeromq"] +macports = ["zmq"] From 84d8923eefb144d6761b9f2b1cf836487d3515b5 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Fri, 10 May 2024 13:06:26 +0200 Subject: [PATCH 20/22] hal 0.3.1 (#1035) --- index/ha/hal/hal-0.3.1.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 index/ha/hal/hal-0.3.1.toml diff --git a/index/ha/hal/hal-0.3.1.toml b/index/ha/hal/hal-0.3.1.toml new file mode 100644 index 000000000..f56681ea8 --- /dev/null +++ b/index/ha/hal/hal-0.3.1.toml @@ -0,0 +1,27 @@ +description = "Hardware Abstraction Layer (HAL)" + +long-description = '''# hal + +Hardware Abstraction Layer: interfaces definitions to abstract access to common +hardware devices and protocols + +This crate is a snapshot of the `hal` in [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/tree/master/hal/src). + +Any bug report, issue, contribution must be adressed to the [Ada Drivers +Library](https://github.com/AdaCore/Ada_Drivers_Library/) repo. + +''' + +name = "hal" +version = "0.3.1" +licenses = "BSD-3-Clause" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["hal.gpr"] +tags = ["embedded", "hal", "nostd"] + +[origin] +commit = "58bb6bd72fc276ba1128451e3b4784b6029be0a8" +url = "git+https://github.com/Fabien-Chouteau/hal.git" + From 97c7abe586ad2a807b9d1f1276fe28c7bee0512f Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 16 May 2024 14:20:52 +0200 Subject: [PATCH 21/22] Fixes for CI troubles (#1061) * Use Intel arch machines for macOS tests * Downgrade macOS runners to v12 * Update workflows * Touch test crate --- .github/workflows/authorship.yml | 7 ++----- .github/workflows/build-native-master.yml | 4 ++-- .github/workflows/build-native.yml | 2 +- .github/workflows/build-ports.yml | 9 +++++---- index/li/libhello/libhello-1.0.1.toml | 2 +- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/authorship.yml b/.github/workflows/authorship.yml index 84bbe91f9..dbd1feca0 100644 --- a/.github/workflows/authorship.yml +++ b/.github/workflows/authorship.yml @@ -27,11 +27,8 @@ jobs: ref: ${{github.base_ref}} path: ${{env.CHECKS_REPO}} - - name: Set up nightly `alr` - uses: alire-project/setup-alire@v2 - with: - version: nightly - toolchain: --disable-assistant + - name: Set up stable `alr` + uses: alire-project/setup-alire@v3 - name: Test authorship run: ${{env.CHECKS_REPO}}/scripts/check-author.sh "${{ github.event.pull_request.user.login }}" diff --git a/.github/workflows/build-native-master.yml b/.github/workflows/build-native-master.yml index 26a487160..4ccf85332 100644 --- a/.github/workflows/build-native-master.yml +++ b/.github/workflows/build-native-master.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false matrix: os: - - macos-latest + - macos-12 - ubuntu-latest - windows-latest @@ -50,7 +50,7 @@ jobs: path: ${{env.CHECKS_REPO}} - name: Set up devel `alr` - uses: alire-project/setup-alire@v2 + uses: alire-project/setup-alire@v3 with: branch: 'master' diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 57fdade0c..ee6bc625d 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: os: - - macos-latest + - macos-12 - ubuntu-latest - windows-latest diff --git a/.github/workflows/build-ports.yml b/.github/workflows/build-ports.yml index bdcddb0a9..d7ab656c9 100644 --- a/.github/workflows/build-ports.yml +++ b/.github/workflows/build-ports.yml @@ -9,6 +9,7 @@ name: Build Crate (MacPorts) env: CHECKS_ORG: alire-project CHECKS_REPO: alire-index-checks + ALR_VERSION: 2.0.1 on: pull_request: @@ -26,7 +27,7 @@ jobs: fail-fast: false matrix: os: - - macos-latest + - macos-12 steps: - name: Check out alire-index @@ -45,10 +46,10 @@ jobs: ref: ${{github.base_ref}} path: ${{env.CHECKS_REPO}} - - name: Set up devel `alr` - uses: alire-project/setup-alire@v2 + - name: Set up stable `alr` + uses: alire-project/setup-alire@v3 with: - branch: 'master' + version: ${{env.ALR_VERSION}} - name: Disable Homebrew run: rm -f $(which brew) diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 0d588c501..7cb44bf88 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2024-03-21 14:29:00 CET \ No newline at end of file +# Last touch: 2024-05-16 13:40 CET \ No newline at end of file From 473cc1de0c636cf1f4c1ec97babb1248f2bbf435 Mon Sep 17 00:00:00 2001 From: Kevin Chadwick Date: Thu, 16 May 2024 14:04:34 +0100 Subject: [PATCH 22/22] elogs 1.2.0 (#1059) Co-authored-by: Kevin Chadwick Co-authored-by: Alejandro R. Mosteo --- index/el/elogs/elogs-1.2.0.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/el/elogs/elogs-1.2.0.toml diff --git a/index/el/elogs/elogs-1.2.0.toml b/index/el/elogs/elogs-1.2.0.toml new file mode 100644 index 000000000..d6773d241 --- /dev/null +++ b/index/el/elogs/elogs-1.2.0.toml @@ -0,0 +1,29 @@ +name = "elogs" +description = "Embedded logging, proven absent of runtime errors" +version = "1.2.0" + +authors = ["Kevin Chadwick"] +maintainers = ["Kevin Chadwick "] +maintainers-logins = ["kevlar700"] +licenses = "ISC OR BSD-2-Clause" +website = "https://github.com/kevlar700/elogs" +tags = ["spark", "embedded", "zfp", "logging", "log"] + +[[depends-on]] +gnat = "(>=13 & <2000) | ^11 | >=2020" +# Ada 2022 was not supported until Gnat 11 +# Version 12 chokes on Source_Code_Information visibility in Source_Code + +[configuration.variables] +Max_Log_Count = {type = "Integer", default = 50} +Max_Message_Length = {type = "Integer", default = 200} +Device_ID_Length = {type = "Integer", default = 12} +Version_Length = {type = "Integer", default = 8} + +[build-switches] +"*".ada_version = "Ada2022" + +[origin] +commit = "42da537ea13971a33940a47590b39d37fc022d5c" +url = "git+https://github.com/kevlar700/elogs.git" +