From f1b5901e1893626b5b0a45b4d4afdbba52e94bda Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Tue, 24 Sep 2024 11:20:19 +0300 Subject: [PATCH] Add spawn-24.0.1, spawn_glib-24.0.1 with fixed OS collision --- index/sp/spawn/spawn-24.0.1.toml | 27 +++++++++++++++++++ index/sp/spawn_glib/spawn_glib-24.0.1.toml | 30 ++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 index/sp/spawn/spawn-24.0.1.toml create mode 100644 index/sp/spawn_glib/spawn_glib-24.0.1.toml diff --git a/index/sp/spawn/spawn-24.0.1.toml b/index/sp/spawn/spawn-24.0.1.toml new file mode 100644 index 000000000..ce42ac830 --- /dev/null +++ b/index/sp/spawn/spawn-24.0.1.toml @@ -0,0 +1,27 @@ +name = "spawn" +description = "A simple library to spawn processes and communicate with them." +long-description = "This is Glib indepentent implementation of a spawn processes interface." +version = "24.0.1" +website = "https://github.com/AdaCore/spawn" +authors = ["AdaCore"] +licenses = "Apache-2.0 WITH LLVM-exception" +maintainers = ["Vadim Godunko ", "Max Reznik "] +maintainers-logins = ["godunko", "reznikmm"] +project-files = ["gnat/spawn.gpr"] +tags = ["process", "launch", "pipe"] + +[configuration] +generate_ada = false +generate_c = false + +[gpr-externals] +SPAWN_OS = ["unix", "osx", "Windows_NT"] + +[gpr-set-externals.'case(os)'] +linux = { SPAWN_OS = "unix" } # Compact table syntax is convenient in this case +windows = { SPAWN_OS = "Windows_NT" } # to see all enumeration values, one per row. +macos = { SPAWN_OS = "osx" } + +[origin] +url="https://github.com/adacore/spawn/archive/v24.0.1/spawn-24.0.1.zip" +hashes=['sha512:27de6171c1c7e90c5ca76311d9d72136947ba3ca21e26cb7f0783f1233c3bfd0476257a014f9b5f05b1d08363c88fac4bdbb28d913ab36bcf172039a7ebb484a'] diff --git a/index/sp/spawn_glib/spawn_glib-24.0.1.toml b/index/sp/spawn_glib/spawn_glib-24.0.1.toml new file mode 100644 index 000000000..369e25a5c --- /dev/null +++ b/index/sp/spawn_glib/spawn_glib-24.0.1.toml @@ -0,0 +1,30 @@ +name = "spawn_glib" +description = "A simple library to spawn processes and communicate with them." +long-description = "This is Glib integrated implementation of a spawn processes interface." +version = "24.0.1" +website = "https://github.com/AdaCore/spawn" +authors = ["AdaCore"] +licenses = "Apache-2.0 WITH LLVM-exception" +maintainers = ["Vadim Godunko ", "Max Reznik "] +maintainers-logins = ["godunko", "reznikmm"] +project-files = ["gnat/spawn_glib.gpr"] +tags = ["process", "launch", "pipe", "glib"] + +[configuration] +generate_ada = false +generate_c = false + +[[depends-on]] +gtkada = ">=23" + +[gpr-externals] +SPAWN_OS = ["unix", "osx", "Windows_NT"] + +[gpr-set-externals.'case(os)'] +linux = { SPAWN_OS = "unix" } # Compact table syntax is convenient in this case +windows = { SPAWN_OS = "Windows_NT" } # to see all enumeration values, one per row. +macos = { SPAWN_OS = "osx" } + +[origin] +url="https://github.com/adacore/spawn/archive/v24.0.1/spawn-24.0.1.zip" +hashes=['sha512:27de6171c1c7e90c5ca76311d9d72136947ba3ca21e26cb7f0783f1233c3bfd0476257a014f9b5f05b1d08363c88fac4bdbb28d913ab36bcf172039a7ebb484a']