From 7ca077c07d49b3def663f8ddf119172d8ded15ef Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Mon, 9 Feb 2026 11:18:21 +0100 Subject: [PATCH] Add ZanyBlue framework 1.4.0. (#1799) * Add ZanyBlue framework 1.4.0. * Fix folder hierarchy. --- index/zb/zbinfo/zbinfo-1.4.0.toml | 23 +++++++++++++++++++++++ index/zb/zblib/zblib-1.4.0.toml | 17 +++++++++++++++++ index/zb/zbmcompile/zbmcompile-1.4.0.toml | 23 +++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 index/zb/zbinfo/zbinfo-1.4.0.toml create mode 100644 index/zb/zblib/zblib-1.4.0.toml create mode 100644 index/zb/zbmcompile/zbmcompile-1.4.0.toml diff --git a/index/zb/zbinfo/zbinfo-1.4.0.toml b/index/zb/zbinfo/zbinfo-1.4.0.toml new file mode 100644 index 00000000..d81848b0 --- /dev/null +++ b/index/zb/zbinfo/zbinfo-1.4.0.toml @@ -0,0 +1,23 @@ +name = "zbinfo" +description = "Display localization information for ZanyBlue Ada Localization" +version = "1.4.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]] +zanyblue = "1.4.0" + + +[origin] +commit = "54c3421bda53d8c60b963448622318e724c55e5b" +subdir = "./src/zbinfo/" +url = "git+https://github.com/Blady-Com/zanyblue.git" + diff --git a/index/zb/zblib/zblib-1.4.0.toml b/index/zb/zblib/zblib-1.4.0.toml new file mode 100644 index 00000000..6521f567 --- /dev/null +++ b/index/zb/zblib/zblib-1.4.0.toml @@ -0,0 +1,17 @@ +name = "zblib" +description = "Library for ZanyBlue Ada Localization" +version = "1.4.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 = ["src/zanyblue.gpr"] + +[origin] +commit = "54c3421bda53d8c60b963448622318e724c55e5b" +url = "git+https://github.com/Blady-Com/zanyblue.git" + diff --git a/index/zb/zbmcompile/zbmcompile-1.4.0.toml b/index/zb/zbmcompile/zbmcompile-1.4.0.toml new file mode 100644 index 00000000..9d760c1b --- /dev/null +++ b/index/zb/zbmcompile/zbmcompile-1.4.0.toml @@ -0,0 +1,23 @@ +name = "zbmcompile" +description = "Message compiler for ZanyBlue Ada Localization" +version = "1.4.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]] +zanyblue = "1.4.0" + + +[origin] +commit = "54c3421bda53d8c60b963448622318e724c55e5b" +subdir = "./src/zbmcompile/" +url = "git+https://github.com/Blady-Com/zanyblue.git" +