From afecc3ffb5462932fca719edec281dc8792a013f Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Wed, 31 Aug 2022 11:10:49 +0200 Subject: [PATCH] ppag 1.6.0, 2.1.0 (#627) * Add Alire support for the tutorial PPAG with Gnoga versions 1.6 and 2.1. * Fix ppag folder oversight. --- index/pp/ppag/ppag-1.1.1.toml | 26 ++++++++++++++++++++++++++ index/pp/ppag/ppag-2.1.1.toml | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 index/pp/ppag/ppag-1.1.1.toml create mode 100644 index/pp/ppag/ppag-2.1.1.toml diff --git a/index/pp/ppag/ppag-1.1.1.toml b/index/pp/ppag/ppag-1.1.1.toml new file mode 100644 index 00000000..1432607f --- /dev/null +++ b/index/pp/ppag/ppag-1.1.1.toml @@ -0,0 +1,26 @@ +name = "ppag" +description = "First steps with Gnoga" +version = "1.1.1" +tags = ["gnoga", "tutorial"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/Exemples-PPAG" + +licenses = "CECILL-2.1" + +executables = ["hello", "hello2", "hello3", "hello3evt", "hello3get", "hello3post", "hello3post_file", + "hello4", "hello5_av", "hello5_iframe", "hello5_list", "hello6", "hello7_local", + "hello7_session"] + +[gpr-set-externals.'case(os)'] +macos = { PPAG_LINKER_FLAGS = "-Wl,-no_pie" } # needed for symbolic exception traceback + +[[depends-on]] +gnoga = "^1.6" + +[origin] +commit = "65de51ad9e86f755316d8cf18edc4d6c5ea841cb" +url = "git+https://github.com/Blady-Com/Exemples-PPAG.git" + diff --git a/index/pp/ppag/ppag-2.1.1.toml b/index/pp/ppag/ppag-2.1.1.toml new file mode 100644 index 00000000..2f09abbc --- /dev/null +++ b/index/pp/ppag/ppag-2.1.1.toml @@ -0,0 +1,26 @@ +name = "ppag" +description = "First steps with Gnoga" +version = "2.1.1" +tags = ["gnoga", "tutorial"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/Exemples-PPAG" + +licenses = "CECILL-2.1" + +executables = ["hello", "hello2", "hello3", "hello3evt", "hello3get", "hello3post", "hello3post_file", + "hello4", "hello5_av", "hello5_iframe", "hello5_list", "hello6", "hello7_local", + "hello7_session"] + +[gpr-set-externals.'case(os)'] +macos = { PPAG_LINKER_FLAGS = "-Wl,-no_pie" } # needed for symbolic exception traceback + +[[depends-on]] +gnoga = "^2.1" + +[origin] +commit = "d023331f7d4a3efe51555a4571ed2f33ea91488f" +url = "git+https://github.com/Blady-Com/Exemples-PPAG.git" +