From 240711da2ed494bc0b432daea76da8d92bdb96d5 Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Thu, 14 Dec 2023 19:15:54 +0100 Subject: [PATCH] AWS 24.0.0 --- index/aw/aws/aws-24.0.0.toml | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 index/aw/aws/aws-24.0.0.toml diff --git a/index/aw/aws/aws-24.0.0.toml b/index/aw/aws/aws-24.0.0.toml new file mode 100644 index 000000000..87071d3c5 --- /dev/null +++ b/index/aw/aws/aws-24.0.0.toml @@ -0,0 +1,53 @@ +description = "Ada Web Server" +website = "https://github.com/adacore/aws" +name = "aws" +version = "24.0.0" +authors = ["AdaCore"] +licenses = "GPL-3.0-only WITH GCC-exception-3.1" +maintainers = ["chouteau@adacore.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["aws.gpr"] +tags = ["aws", "web", "server", "http", "https", "soap", "wsdl", "ssl"] + +# Since the AWS project doesn't build alone with just gprbuild we build and +# install with the Makefile from post-fetch action. +[[actions]] +type = "post-fetch" +command = ["make", "setup", "ZLIB=false", "DEMOS=false", + "LAL=false", "XMLADA=false", "SOCKET=openssl", "prefix=install_dir", + "PRJ_BUILD=Release"] + +[[depends-on]] +xmlada = "~24.0.0" +gnatcoll = "~24.0.0" +make = "*" +gnat = ">=12" +openssl = "*" + +[gpr-externals] +LIBRARY_TYPE = ["static", "relocatable"] +PRJ_BUILD = ["Debug", "Release"] +PRJ_SOCKLIB = ["gnat", "ipv6", "ipv4"] +PRJ_TARGET = ["Windows_NT", "UNIX", "Darwin", "vxworks", "freebsd"] + +[gpr-set-externals] +PRJ_LDAP="Disabled" +PRJ_LAL="Disabled" + +[gpr-set-externals."case(os)".linux] +PRJ_TARGET = "UNIX" +TARGET = "x86_64-pc-linux-gnu" + +[gpr-set-externals."case(os)".macos] +PRJ_TARGET = "Darwin" +TARGET = "x86_64-apple-darwin19.6.0" + +[gpr-set-externals."case(os)".windows] +PRJ_TARGET = "Windows_NT" +TARGET = "x86_64-w64-mingw32" + +[origin] +# The archive is built with git archive to include templates-parser sub-module: +# $ git-archive-all --prefix=aws-24.0.0 aws-24.0.0-with-templates-parser.zip +url="https://github.com/AdaCore/aws/releases/download/v24.0.0/aws-24.0.0-with-templates-parser.zip" +hashes=['sha512:2b75fe6dc1bf676b6bd949354e352a94c918c109f8065179634ccba6e17329ba48163deb4bceb506eaf1e2a1446378bbe3439ea007a7dc5dd77286e56b497c4c']