From 54bfc0961e26b79e521951a9e1052cde4ff1a4c3 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Wed, 13 May 2026 10:33:23 +0200 Subject: [PATCH] ZanyBlue tools release 1.5.0. (#1910) --- index/zb/zbinfo/zbinfo-1.5.0.toml | 23 +++++++++++++++++++++++ index/zb/zbmcompile/zbmcompile-1.5.0.toml | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 index/zb/zbinfo/zbinfo-1.5.0.toml create mode 100644 index/zb/zbmcompile/zbmcompile-1.5.0.toml diff --git a/index/zb/zbinfo/zbinfo-1.5.0.toml b/index/zb/zbinfo/zbinfo-1.5.0.toml new file mode 100644 index 00000000..fd77e3c0 --- /dev/null +++ b/index/zb/zbinfo/zbinfo-1.5.0.toml @@ -0,0 +1,23 @@ +name = "zbinfo" +description = "Display localization information for ZanyBlue Ada Localization" +version = "1.5.0" + +authors = ["Michael Rohan"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +licenses = "custom-zanyblue" +website = "https://sourceforge.net/projects/zanyblue" +tags = ["localization", "l10n", "international", "i18n"] + +project-files = ["zbinfo.gpr"] +executables = ["zbinfo"] + +[[depends-on]] +zblib = "1.5.0" + + +[origin] +commit = "12b866dd373d38d7528aed858b022c75cd4bef5f" +subdir = "./src/zbinfo/" +url = "git+https://github.com/Blady-Com/zanyblue.git" + diff --git a/index/zb/zbmcompile/zbmcompile-1.5.0.toml b/index/zb/zbmcompile/zbmcompile-1.5.0.toml new file mode 100644 index 00000000..5cfe3e0e --- /dev/null +++ b/index/zb/zbmcompile/zbmcompile-1.5.0.toml @@ -0,0 +1,23 @@ +name = "zbmcompile" +description = "Message compiler for ZanyBlue Ada Localization" +version = "1.5.0" + +authors = ["Michael Rohan"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +licenses = "custom-zanyblue" +website = "https://sourceforge.net/projects/zanyblue" +tags = ["localization", "l10n", "international", "i18n"] + +project-files = ["zbmcompile.gpr"] +executables = ["zbmcompile"] + +[[depends-on]] +zblib = "1.5.0" + + +[origin] +commit = "12b866dd373d38d7528aed858b022c75cd4bef5f" +subdir = "./src/zbmcompile/" +url = "git+https://github.com/Blady-Com/zanyblue.git" +