From d493e5cdddfdb984ed910bdd35a689eb37f5072c Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 2 Sep 2024 19:24:15 +0200 Subject: [PATCH] servletada* 1.7.1 (Core, AWS, EWS, Unit tests support) (#1220) --- index/se/servletada/servletada-1.7.1.toml | 41 +++++++++++++++++++ .../servletada_aws/servletada_aws-1.7.1.toml | 39 ++++++++++++++++++ .../servletada_ews/servletada_ews-1.7.1.toml | 39 ++++++++++++++++++ .../servletada_unit-1.7.1.toml | 38 +++++++++++++++++ 4 files changed, 157 insertions(+) create mode 100644 index/se/servletada/servletada-1.7.1.toml create mode 100644 index/se/servletada_aws/servletada_aws-1.7.1.toml create mode 100644 index/se/servletada_ews/servletada_ews-1.7.1.toml create mode 100644 index/se/servletada_unit/servletada_unit-1.7.1.toml diff --git a/index/se/servletada/servletada-1.7.1.toml b/index/se/servletada/servletada-1.7.1.toml new file mode 100644 index 00000000..43deed01 --- /dev/null +++ b/index/se/servletada/servletada-1.7.1.toml @@ -0,0 +1,41 @@ +description = "Web Servlet Library following JSR 154, JSR 315 (Core)" +tags = ["web", "servlet", "http", "json", "rest"] +name = "servletada" +version = "1.7.1" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["servletada.gpr"] +website = "https://gitlab.com/stcarrez/ada-servlet" +long-description = """ + +[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) +[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/xunits) +[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) + +Ada Servlet allows to create web applications using the same pattern +as the Java Servlet (See JSR 154, JSR 315). + +The Ada Servlet library is used by the [Ada Server Faces](https://gitlab.com/stcarrez/ada-asf) +framework and [Ada Web Application](https://gitlab.com/stcarrez/ada-awa) +to provide server web requests. + +""" + +[[depends-on]] +security = "^1.5.0" +utilada = "^2.6.0" +elada = "^1.8.5" + +[gpr-externals] +SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "0108fe88a48dabab0fef0e80e3343af2996fd03c" +url = "git+https://gitlab.com/stcarrez/ada-servlet.git" + diff --git a/index/se/servletada_aws/servletada_aws-1.7.1.toml b/index/se/servletada_aws/servletada_aws-1.7.1.toml new file mode 100644 index 00000000..67c9051b --- /dev/null +++ b/index/se/servletada_aws/servletada_aws-1.7.1.toml @@ -0,0 +1,39 @@ +description = "Web Servlet Library following JSR 154, JSR 315 (AWS)" +tags = ["web", "servlet", "http", "json"] +name = "servletada_aws" +version = "1.7.1" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["servletada_aws.gpr"] +website = "https://gitlab.com/stcarrez/ada-servlet" +long-description = """ + +[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) +[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/xunits) +[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) + +Ada Servlet allows to create web applications using the same pattern +as the Java Servlet (See JSR 154, JSR 315). + +This library integrates the Ada Servlet in the Ada Web Server. + +""" + +[[depends-on]] +servletada = "^1.7.0" +utilada_aws = "^2.6.0" + +[gpr-externals] +SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "0108fe88a48dabab0fef0e80e3343af2996fd03c" +subdir = "./aws/" +url = "git+https://gitlab.com/stcarrez/ada-servlet.git" + diff --git a/index/se/servletada_ews/servletada_ews-1.7.1.toml b/index/se/servletada_ews/servletada_ews-1.7.1.toml new file mode 100644 index 00000000..7dba57e3 --- /dev/null +++ b/index/se/servletada_ews/servletada_ews-1.7.1.toml @@ -0,0 +1,39 @@ +description = "Web Servlet Library following JSR 154, JSR 315 (EWS)" +tags = ["web", "servlet", "http", "json"] +name = "servletada_ews" +version = "1.7.1" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["servletada_ews.gpr"] +website = "https://gitlab.com/stcarrez/ada-servlet" +long-description = """ + +[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) +[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/xunits) +[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) + +Ada Servlet allows to create web applications using the same pattern +as the Java Servlet (See JSR 154, JSR 315). + +This library integrates the Ada Servlet in the Embedded Web Server. + +""" + +[[depends-on]] +servletada = "^1.7.0" +ews = "any" + +[gpr-externals] +SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "0108fe88a48dabab0fef0e80e3343af2996fd03c" +subdir = "./ews/" +url = "git+https://gitlab.com/stcarrez/ada-servlet.git" + diff --git a/index/se/servletada_unit/servletada_unit-1.7.1.toml b/index/se/servletada_unit/servletada_unit-1.7.1.toml new file mode 100644 index 00000000..841d91b2 --- /dev/null +++ b/index/se/servletada_unit/servletada_unit-1.7.1.toml @@ -0,0 +1,38 @@ +description = "Web Servlet Library following JSR 154, JSR 315 (Testing framework)" +tags = ["web", "servlet", "http", "json", "rest", "testing"] +name = "servletada_unit" +version = "1.7.1" +licenses = "Apache-2.0" +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["servletada_unit.gpr"] +website = "https://gitlab.com/stcarrez/ada-servlet" +long-description = """ + +[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) +[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/xunits) +[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-servlet/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-servlet/summary) + +This library provides helper operations for unit testing a servlet implemented on top of +Ada Servlet. + +""" + +[[depends-on]] +servletada = "^1.7.0" +utilada = "^2.6.0" +utilada_unit = "^2.6.0" + +[gpr-externals] +SERVLET_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +SERVLET_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "0108fe88a48dabab0fef0e80e3343af2996fd03c" +subdir = "./unit/" +url = "git+https://gitlab.com/stcarrez/ada-servlet.git" +