From 6f47f0cf1b8f31466aefbab8b56e1494f2683f45 Mon Sep 17 00:00:00 2001 From: nytpu Date: Mon, 6 Jun 2022 12:56:47 -0600 Subject: [PATCH] getopt 1.2.2, libtls external, linenoise_ada 1.1.1, tlsada 2.4.1, uri_mime 1.3.1 (#524) * Publish TLSAda v2.3.1 release * Publish Linenoise_Ada v1.0.1 release * Publish URI_MIME v1.3.0 release * Publish Getopt v1.2.1 release * linenoise 1.0.1 -> 1.0.2 * getopt 1.2.1 -> 1.2.2 * linenoise 1.0.2 -> 1.1.0 * tlsada 2.3.1 -> 2.4.0 * Linenoise 1.1.0 -> 1.1.1 * tlsada 2.4.0 -> 2.4.1 * URI_MIME 1.3.0 -> 1.3.1 * Add libtls external definition * libtls: shorten overly-long description * libtls: Remove listing specifying conflicting system packages. --- index/ge/getopt/getopt-1.2.2.toml | 27 ++++++++++++++ index/li/libtls/libtls-external.toml | 15 ++++++++ .../li/linenoise_ada/linenoise_ada-1.1.1.toml | 35 +++++++++++++++++++ index/tl/tlsada/tlsada-2.4.1.toml | 30 ++++++++++++++++ index/ur/uri_mime/uri_mime-1.3.1.toml | 27 ++++++++++++++ 5 files changed, 134 insertions(+) create mode 100644 index/ge/getopt/getopt-1.2.2.toml create mode 100644 index/li/libtls/libtls-external.toml create mode 100644 index/li/linenoise_ada/linenoise_ada-1.1.1.toml create mode 100644 index/tl/tlsada/tlsada-2.4.1.toml create mode 100644 index/ur/uri_mime/uri_mime-1.3.1.toml diff --git a/index/ge/getopt/getopt-1.2.2.toml b/index/ge/getopt/getopt-1.2.2.toml new file mode 100644 index 00000000..9451e330 --- /dev/null +++ b/index/ge/getopt/getopt-1.2.2.toml @@ -0,0 +1,27 @@ +name = "getopt" +description = "POSIX getopt(3) for Ada" +version = "1.2.2" +licenses = "MPL-2.0" + +website = "https://git.sr.ht/~nytpu/getopt-ada" +tags = ["arguments", "options", "flags", "getopt"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[gpr-externals] +LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +COMPILE_CHECKS = ["enabled", "disabled"] +RUNTIME_CHECKS = ["enabled", "disabled"] +STYLE_CHECKS = ["enabled", "disabled"] +CONTRACTS = ["enabled", "disabled"] +BUILD_MODE = ["debug", "optimize"] + +[origin] +hashes = [ +"sha256:b5ade9bcda49c1dc74554137fe961e4d4c072d29fcf99a7219ccb4c2827ae84e", +"sha512:4556349572048135747631aa1c89d657282e745ccde9f7126dfb29e4648d301b778c583f83703ad72e73ca74741e2484b1dcd341d3f4c1ed589a59b71a5ccfdd", +] +url = "https://git.sr.ht/~nytpu/getopt-ada/archive/v1.2.2.tar.gz" + diff --git a/index/li/libtls/libtls-external.toml b/index/li/libtls/libtls-external.toml new file mode 100644 index 00000000..8ae4a6c0 --- /dev/null +++ b/index/li/libtls/libtls-external.toml @@ -0,0 +1,15 @@ +name = "libtls" +description = "A new TLS library" +website = "https://man.openbsd.org/tls_init.3" +tags = ["tls", "ssl"] +licenses = "ISC" + +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[[external]] +kind = "system" +[external.origin."case(distribution)"] +"debian|ubuntu" = ["libtls-dev"] +"arch|centos|fedora" = ["libretls"] +msys2 = ["mingw-w64-libressl"] diff --git a/index/li/linenoise_ada/linenoise_ada-1.1.1.toml b/index/li/linenoise_ada/linenoise_ada-1.1.1.toml new file mode 100644 index 00000000..5d146546 --- /dev/null +++ b/index/li/linenoise_ada/linenoise_ada-1.1.1.toml @@ -0,0 +1,35 @@ +name = "linenoise_ada" +description = "Bindings to the Linenoise line editing library" +version = "1.1.1" +licenses = "BSD-2-Clause" + +project-files = ["linenoise.gpr"] + +website = "https://git.sr.ht/~nytpu/linenoise-ada" +tags = ["linenoise", "readline", "line-editing"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[available.'case(os)'] +linux = true +macos = true +windows = false +'...' = false + +[gpr-externals] +LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +COMPILE_CHECKS = ["enabled", "disabled"] +RUNTIME_CHECKS = ["enabled", "disabled"] +STYLE_CHECKS = ["enabled", "disabled"] +CONTRACTS = ["enabled", "disabled"] +BUILD_MODE = ["debug", "optimize"] + +[origin] +hashes = [ +"sha256:09aa2452b34c2714858e06cceeae52f366a79f452fec667d5a78d3252a31b40f", +"sha512:c098d1281992702d8fd889e73d19feeaa10770f00bdb40ad0cb1627cd6cb48bf8272e8cfe8fc5fb4a0fa64125f9b4d4a04e43012a06ba9dda1ff21695b11cf04", +] +url = "https://git.sr.ht/~nytpu/linenoise-ada/archive/v1.1.1.tar.gz" + diff --git a/index/tl/tlsada/tlsada-2.4.1.toml b/index/tl/tlsada/tlsada-2.4.1.toml new file mode 100644 index 00000000..22185065 --- /dev/null +++ b/index/tl/tlsada/tlsada-2.4.1.toml @@ -0,0 +1,30 @@ +name = "tlsada" +description = "Bindings for libtls" +version = "2.4.1" +licenses = "MPL-2.0" + +website = "https://git.sr.ht/~nytpu/tlsada" +tags = ["tls", "ssl"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[[depends-on]] +libtls = "^3.5" + +[gpr-externals] +LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +COMPILE_CHECKS = ["enabled", "disabled"] +RUNTIME_CHECKS = ["enabled", "disabled"] +STYLE_CHECKS = ["enabled", "disabled"] +CONTRACTS = ["enabled", "disabled"] +BUILD_MODE = ["debug", "optimize"] + +[origin] +hashes = [ +"sha256:fff6f7613b46d8c2c5d030b2b1f34b3d3245cacf8c36d640057b4e168d85f2bc", +"sha512:db65fa3e63053548dd8ebf50e06634ac6bfc9e1b9fef79d968954b6039566366615fe42a21aa6cd2272027208cff910181a0eabae84bcc938d704c7f5fe34967", +] +url = "https://git.sr.ht/~nytpu/tlsada/archive/v2.4.1.tar.gz" + diff --git a/index/ur/uri_mime/uri_mime-1.3.1.toml b/index/ur/uri_mime/uri_mime-1.3.1.toml new file mode 100644 index 00000000..027055b7 --- /dev/null +++ b/index/ur/uri_mime/uri_mime-1.3.1.toml @@ -0,0 +1,27 @@ +name = "uri_mime" +description = "URI & MIME Type Parsing and Manupulation" +version = "1.3.1" +licenses = "MPL-2.0" + +website = "https://git.sr.ht/~nytpu/uri-mime-ada" +tags = ["uri", "url", "mime", "media-type"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[gpr-externals] +LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +COMPILE_CHECKS = ["enabled", "disabled"] +RUNTIME_CHECKS = ["enabled", "disabled"] +STYLE_CHECKS = ["enabled", "disabled"] +CONTRACTS = ["enabled", "disabled"] +BUILD_MODE = ["debug", "optimize"] + +[origin] +hashes = [ +"sha256:166cc99fc5f5a137dfda5a407d31d7f4df1f3a049739fea9da7335941e208071", +"sha512:cd600f0f7725bea9c8927f981c593ef879ca3a84008f1f1b50d2a79fc41d17f77cc0d50d93632a64a615a4ccedcdc13b863e0c877c3cbfb14ed1f5d122f27539", +] +url = "https://git.sr.ht/~nytpu/uri-mime-ada/archive/v1.3.1.tar.gz" +