From 7457f9982b376b9c2abca27395226a64b16b9f9d Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 15 Apr 2024 13:05:15 +0200 Subject: [PATCH] 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"