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"] 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"] 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/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" + 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"] 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"]