From ac5111d1366d1f0be6f4d1dadb8557f5c902aa0f Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Mon, 11 May 2026 13:29:29 +0200 Subject: [PATCH] zblib 1.5.0 (#1826) * ZanyBlue release 1.5.0. * Add .gitattributes with eol=lf for Ada files on Windows. Avoid (style) incorrect line terminator [-gnatyd]. * Add .gitattributes with eol=lf for ads files on Windows. Avoid (style) incorrect line terminator [-gnatyd]. * Add .gitattributes with "text=auto eol=lf" for ads, adb and ada files on Windows. Avoid (style) incorrect line terminator [-gnatyd]. * Synchronize zbinfo and zbmcompile crates. * Remove zbinfo and zbmcompile crates. Only one at a time. * Change .gitattributes back without auto. * Avoid (style) incorrect line terminator [-gnatyd] with BUILD = "Production". --- index/zb/zblib/zblib-1.5.0.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 index/zb/zblib/zblib-1.5.0.toml diff --git a/index/zb/zblib/zblib-1.5.0.toml b/index/zb/zblib/zblib-1.5.0.toml new file mode 100644 index 00000000..03ace5bc --- /dev/null +++ b/index/zb/zblib/zblib-1.5.0.toml @@ -0,0 +1,20 @@ +name = "zblib" +description = "Library 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 = ["src/zanyblue.gpr"] + +[gpr-set-externals] +BUILD = "Production" + +[origin] +commit = "12b866dd373d38d7528aed858b022c75cd4bef5f" +url = "git+https://github.com/Blady-Com/zanyblue.git" +