pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Thu Sep  4 13:02:47 UTC 2025

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/ada-aws-25: DESCR Makefile PLIST PLIST.gnutls PLIST.lal
            PLIST.ldap PLIST.nossl PLIST.openssl PLIST.xml buildlink3.mk
            distinfo options.mk
        pkgsrc/www/ada-aws-25/patches: patch-makefile.conf
            patch-tools_tools.gpr

Log Message:
www/ada-aws-25: add new package 25.1.0

Ada Web Server


To generate a diff of this commit:
cvs rdiff -u -r1.1873 -r1.1874 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ada-aws-25/DESCR \
    pkgsrc/www/ada-aws-25/Makefile pkgsrc/www/ada-aws-25/PLIST \
    pkgsrc/www/ada-aws-25/PLIST.gnutls pkgsrc/www/ada-aws-25/PLIST.lal \
    pkgsrc/www/ada-aws-25/PLIST.ldap pkgsrc/www/ada-aws-25/PLIST.nossl \
    pkgsrc/www/ada-aws-25/PLIST.openssl pkgsrc/www/ada-aws-25/PLIST.xml \
    pkgsrc/www/ada-aws-25/buildlink3.mk pkgsrc/www/ada-aws-25/distinfo \
    pkgsrc/www/ada-aws-25/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ada-aws-25/patches/patch-makefile.conf \
    pkgsrc/www/ada-aws-25/patches/patch-tools_tools.gpr

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1873 pkgsrc/www/Makefile:1.1874
--- pkgsrc/www/Makefile:1.1873  Sun Aug 31 20:22:48 2025
+++ pkgsrc/www/Makefile Thu Sep  4 13:02:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1873 2025/08/31 20:22:48 wiz Exp $
+# $NetBSD: Makefile,v 1.1874 2025/09/04 13:02:46 dkazankov Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -29,6 +29,7 @@ SUBDIR+=      R-webshot
 SUBDIR+=       SOGo
 SUBDIR+=       SOGo5
 SUBDIR+=       SpeedyCGI
+SUBDIR+=       ada-aws-25
 SUBDIR+=       adzap
 SUBDIR+=       akregator
 SUBDIR+=       album

Added files:

Index: pkgsrc/www/ada-aws-25/DESCR
diff -u /dev/null pkgsrc/www/ada-aws-25/DESCR:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/DESCR Thu Sep  4 13:02:46 2025
@@ -0,0 +1,7 @@
+Ada Web Server.
+
+Small yet powerful HTTP component to embed in any applications.
+It means that you can communicate with your application using a
+standard Web browser and this without the need for a WebServer.
+AWS supports SOAP/WSDL, Server Push, HTTPS/SSL, client HTTP,
+hotplug modules.
Index: pkgsrc/www/ada-aws-25/Makefile
diff -u /dev/null pkgsrc/www/ada-aws-25/Makefile:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/Makefile      Thu Sep  4 13:02:46 2025
@@ -0,0 +1,103 @@
+# $NetBSD: Makefile,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+
+DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+PKGNAME=       ${GITHUB_PROJECT}-${GNAT_NAME}-25.1.0
+CATEGORIES=    www devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=AdaCore/}
+GITHUB_PROJECT=        aws
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    dkazankov%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/AdaCore/aws
+COMMENT=       Ada Web Server
+LICENSE=       gnu-gpl-v3
+
+GITHUB_SUBMODULES+=    AdaCore templates-parser        v25.0.0 templates_parser
+
+USE_LANGUAGES= c ada
+
+USE_TOOLS+=    gmake
+
+HAS_CONFIGURE= yes
+
+USE_GCC_RUNTIME=       yes
+
+.include "../../mk/bsd.prefs.mk"
+
+GCC_REQD+=     14
+
+LIBRARY_PATH?=         # empty
+
+.include "options.mk"
+
+SUBST_CLASSES+=                version1
+SUBST_MESSAGE.version1=        Fix version number in ${SUBST_FILES.version1}
+SUBST_STAGE.version1=  post-extract
+SUBST_FILES.version1=  templates_parser/Makefile
+SUBST_SED.version1=    -e "s,22.0,25.1,"
+
+SUBST_CLASSES+=                version2
+SUBST_MESSAGE.version2=        Fix version number in ${SUBST_FILES.version2}
+SUBST_STAGE.version2=  post-extract
+SUBST_FILES.version2=  src/core/aws.ads
+SUBST_SED.version2=    -e "s,20.0,25.1,"
+
+SUBST_CLASSES+=                python
+SUBST_MESSAGE.python=  Replacing python interpreter in ${SUBST_FILES.python}
+SUBST_STAGE.python=    post-extract
+SUBST_FILES.python=    tools/awsascb
+SUBST_SED.python=      -e "s,/usr/bin/env python,${PYTHONBIN},"
+
+SUBST_CLASSES+=                sslcerts
+SUBST_MESSAGE.sslcerts=        Replace SSL certs path in ${SUBST_FILES.sslcerts}
+SUBST_STAGE.sslcerts=  post-extract
+SUBST_FILES.sslcerts=  src/core/aws-default.ads
+SUBST_SED.sslcerts=    -e "s,/etc/ssl/certs,${SSLCERTS},"
+
+CONFIG_SHELL=          ${MAKE_PROGRAM}
+CONFIGURE_ENV+=                INSTALL= LIBRARY_PATH=${PREFIX}/lib:${LIBRARY_PATH:Q}
+CONFIGURE_ARGS+=       prefix=${GNAT_PREFIX}
+CONFIGURE_ARGS+=       DEBUG=false
+CONFIGURE_ARGS+=       GPRBUILD_OPTIONS=${GPRBUILD_OPTIONS:Q}
+CONFIGURE_SCRIPT=      setup
+
+PLIST_VARS+=           shlibs
+
+USE_PKGSRC_GCC_RUNTIME?=                       no
+.if ${USE_PKGSRC_GCC_RUNTIME:tl} == "yes"
+PLIST.shlibs=                                  yes
+CONFIGURE_ARGS+=                               ENABLE_SHARED=true
+BUILDLINK_DEPMETHOD.xmlada-25=                 full
+BUILDLINK_DEPMETHOD.libgpr-25=                 full
+BUILDLINK_DEPMETHOD.gnatcoll-core-25=          full
+BUILDLINK_DEPMETHOD.templates-parser-25=       full
+# LAL dependencies
+BUILDLINK_DEPMETHOD.gnatcoll-bindings-25=      full
+BUILDLINK_DEPMETHOD.adasat-25=                 full
+BUILDLINK_DEPMETHOD.libgpr2-25=                        full
+BUILDLINK_DEPMETHOD.vss-25=                    full
+BUILDLINK_DEPMETHOD.prettier-ada-25=           full
+BUILDLINK_DEPMETHOD.langkit-support-25=                full
+BUILDLINK_DEPMETHOD.libadalang-25=             full
+.else
+CONFIGURE_ARGS+=                               ENABLE_SHARED=false
+.endif
+
+CHECK_PIE_SKIP+=       ${GNAT_PKGBASE}/bin/*
+CHECK_RELRO_SKIP+=     ${GNAT_PKGBASE}/lib/*.so
+
+GENERATE_PLIST+= \
+       cd ${DESTDIR}${PREFIX} && \
+       ${FIND} ${GNAT_PKGBASE} \( -type f -or -type l \) -print | ${SORT};
+
+PRINT_PLIST_AWK+=      /\.relocatable\/|\.static-pic\/|lib\/.*\.${SHLIB_EXT}.*/ { $$0 = "$${PLIST.shlibs}" $$0 }
+
+.include "../../devel/gprbuild/buildlink3.mk"
+
+.include "../../textproc/ada-xmlada-25/buildlink3.mk"
+.include "../../devel/ada-libgpr-25/buildlink3.mk"
+.include "../../devel/ada-gnatcoll-core-25/buildlink3.mk"
+
+.include "../../lang/python/tool.mk"
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ada-aws-25/PLIST
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST Thu Sep  4 13:02:46 2025
@@ -0,0 +1,1525 @@
+@comment $NetBSD: PLIST,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${GNAT_PKGBASE}/bin/aws_password
+${GNAT_PKGBASE}/bin/awsascb
+${GNAT_PKGBASE}/bin/awsres
+${GNAT_PKGBASE}/bin/aws_templates2ada
+${GNAT_PKGBASE}/bin/aws_templatespp
+${GNAT_PKGBASE}/bin/webxref
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/Makefile
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-attachments.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-attachments.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-hotplug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-hotplug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-http_utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-http_utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-communication-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-communication-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-communication-server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-communication-server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-communication.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-communication.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config-ini.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config-ini.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-config.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers-key_value.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers-memory_streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers-string_vectors.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers-tables-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers-tables.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers-tables.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-containers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-cookie.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-cookie.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-default.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-digest.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-digest.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-dispatchers-callback.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-dispatchers-callback.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-dispatchers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-dispatchers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-exceptions.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-headers-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-headers-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-headers-values.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-headers-values.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-headers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-headers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-hotplug-get_status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-hotplug-get_status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-hotplug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-hotplug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-connection.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-connection.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-continuation.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-continuation.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-data.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-data.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-goaway.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-goaway.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-headers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-headers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-list.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-ping.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-ping.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-priority.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-priority.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-push_promise.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-push_promise.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-rst_stream.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-rst_stream.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-settings.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-settings.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-window_update.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame-window_update.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-frame.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-hpack-huffman.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-hpack-huffman.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-hpack-table.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-hpack-table.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-hpack.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-hpack.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-message-list.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-message.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-message.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-stream-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-stream.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2-stream.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-http2.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-log.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-log.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-messages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-messages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-mime.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-mime.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-acceptors.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-acceptors.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-buffered.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-buffered.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-generic_sets.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-generic_sets.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-log-callbacks.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-log-callbacks.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-log.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-log.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-memory.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-memory.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-poll_events-g_poll.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-poll_events-g_poll.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-poll_events-wait__native.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-poll_events.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-poll_events.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-sets.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-common.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-common.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-rsa_dh_generators.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-rsa_dh_generators.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-std.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-std__gnat.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-stream_io.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-stream_io.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-handshake_error.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-handshake_error.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-protocol-draft76.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-protocol-draft76.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-protocol-rfc6455.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-protocol-rfc6455.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-protocol.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-registry-control.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-registry-control.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-registry-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-registry-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-registry.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket-registry.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-websocket.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-os_lib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-parameters-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-parameters-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-parameters.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-parameters.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-pop.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-pop.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-embedded.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-embedded.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-files.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-files.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-disk-once.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-disk-once.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-disk.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-disk.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-memory-zlib.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-memory-zlib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-memory.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-memory.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-pipe.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-pipe.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-zlib.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams-zlib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources-streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-resources.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-response-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-response-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-response.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-response.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-context.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-get_status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-get_status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-hotplug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-hotplug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-http_utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-http_utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-log.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-log.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-protocol_handler.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-protocol_handler_v2.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-push.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-push.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server-status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-callbacks.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-callbacks.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-directory.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-directory.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-linker.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-linker.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-method.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-method.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-timer.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-timer.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-transient_pages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-transient_pages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-uri.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-uri.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-virtual_host.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers-virtual_host.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-dispatchers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-download.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-download.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-page_server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-page_server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-alpha-bounded.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-alpha-bounded.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-alpha.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-alpha.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-shared.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-shared.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-uniform-alpha.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-uniform-alpha.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-uniform-overlapping.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-uniform-overlapping.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-uniform.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages-uniform.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-split_pages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-transient_pages-control.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-transient_pages-control.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-transient_pages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-transient_pages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_block-context.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_block-context.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_block-registry.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_block-registry.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_block.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_mail.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services-web_mail.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-services.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-session-control.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-session-control.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-session.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-session.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-authentication-plain.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-authentication-plain.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-authentication.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-messages-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-messages-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-messages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-messages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp-server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-smtp.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status-translate_set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status-translate_set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status-translate_table.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status-translate_table.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-templates.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-translator-conversion.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-translator.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-translator.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-url-raise_url_error.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-url-raise_url_error.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-url-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-url-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-url.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-url.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-utils-streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-utils-streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/crypto_lib.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/dl_lib.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/include.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/memory_streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/memory_streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/readme.txt
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/src.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/ssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/ssl.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/ssl_lib.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-cached_files.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-configuration__aws.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-data.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-debug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-debug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-definitions.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-expr.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-filter.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-input.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-input__aws.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-macro.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-print_tree.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-query.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-query.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-simplifier.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-version.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser_tasking.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser_tasking__standard_tasking.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/zlib-streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/zlib-streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/zlib-thin.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/zlib-thin.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/zlib.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/zlib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/Makefile
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-attachments.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-attachments.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-hotplug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-hotplug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-http_utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-http_utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-communication-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-communication-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-communication-server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-communication-server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-communication.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-communication.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config-ini.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config-ini.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-config.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers-key_value.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers-memory_streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers-string_vectors.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers-tables-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers-tables.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers-tables.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-containers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-cookie.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-cookie.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-default.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-digest.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-digest.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-dispatchers-callback.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-dispatchers-callback.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-dispatchers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-dispatchers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-exceptions.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-headers-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-headers-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-headers-values.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-headers-values.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-headers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-headers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-hotplug-get_status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-hotplug-get_status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-hotplug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-hotplug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-connection.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-connection.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-continuation.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-continuation.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-data.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-data.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-goaway.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-goaway.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-headers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-headers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-list.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-ping.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-ping.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-priority.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-priority.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-push_promise.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-push_promise.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-rst_stream.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-rst_stream.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-settings.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-settings.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-window_update.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame-window_update.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-frame.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-hpack-huffman.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-hpack-huffman.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-hpack-table.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-hpack-table.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-hpack.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-hpack.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-message-list.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-message.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-message.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-stream-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-stream.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2-stream.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-http2.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-log.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-log.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-messages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-messages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-mime.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-mime.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-acceptors.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-acceptors.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-buffered.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-buffered.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-generic_sets.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-generic_sets.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-log-callbacks.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-log-callbacks.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-log.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-log.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-memory.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-memory.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-poll_events-g_poll.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-poll_events-g_poll.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-poll_events-wait__native.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-poll_events.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-poll_events.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-sets.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-common.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-common.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-rsa_dh_generators.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-rsa_dh_generators.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-std.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-std__gnat.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-stream_io.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-stream_io.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-handshake_error.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-handshake_error.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-protocol-draft76.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-protocol-draft76.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-protocol-rfc6455.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-protocol-rfc6455.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-protocol.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-registry-control.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-registry-control.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-registry-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-registry-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-registry.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket-registry.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-websocket.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-os_lib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-parameters-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-parameters-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-parameters.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-parameters.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-pop.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-pop.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-embedded.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-embedded.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-files.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-files.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-disk-once.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-disk-once.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-disk.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-disk.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-memory-zlib.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-memory-zlib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-memory.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-memory.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-pipe.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-pipe.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-zlib.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams-zlib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources-streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-resources.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-response-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-response-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-response.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-response.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-context.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-get_status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-get_status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-hotplug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-hotplug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-http_utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-http_utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-log.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-log.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-protocol_handler.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-protocol_handler_v2.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-push.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-push.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server-status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-callbacks.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-callbacks.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-directory.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-directory.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-linker.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-linker.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-method.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-method.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-timer.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-timer.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-transient_pages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-transient_pages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-uri.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-uri.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-virtual_host.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers-virtual_host.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-dispatchers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-download.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-download.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-page_server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-page_server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-alpha-bounded.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-alpha-bounded.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-alpha.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-alpha.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-shared.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-shared.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-uniform-alpha.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-uniform-alpha.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-uniform-overlapping.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-uniform-overlapping.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-uniform.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages-uniform.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-split_pages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-transient_pages-control.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-transient_pages-control.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-transient_pages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-transient_pages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_block-context.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_block-context.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_block-registry.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_block-registry.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_block.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_mail.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services-web_mail.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-services.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-session-control.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-session-control.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-session.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-session.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-authentication-plain.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-authentication-plain.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-authentication.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-messages-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-messages-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-messages.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-messages.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-server.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp-server.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-smtp.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status-translate_set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status-translate_set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status-translate_table.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status-translate_table.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-status.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-templates.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-translator-conversion.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-translator.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-translator.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-url-raise_url_error.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-url-raise_url_error.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-url-set.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-url-set.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-url.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-url.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-utils-streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-utils-streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/crypto_lib.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/dl_lib.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/include.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/memory_streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/memory_streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/readme.txt
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/src.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/ssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/ssl.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/ssl_lib.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-cached_files.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-configuration__aws.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-data.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-debug.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-debug.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-definitions.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-expr.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-filter.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-input.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-input__aws.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-macro.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-print_tree.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-query.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-query.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-simplifier.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-version.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser_tasking.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser_tasking__standard_tasking.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/zlib-streams.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/zlib-streams.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/zlib-thin.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/zlib-thin.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/zlib.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/zlib.ads
+${GNAT_PKGBASE}/include/aws.static/Makefile
+${GNAT_PKGBASE}/include/aws.static/aws-attachments.adb
+${GNAT_PKGBASE}/include/aws.static/aws-attachments.ads
+${GNAT_PKGBASE}/include/aws.static/aws-client-hotplug.adb
+${GNAT_PKGBASE}/include/aws.static/aws-client-hotplug.ads
+${GNAT_PKGBASE}/include/aws.static/aws-client-http_utils.adb
+${GNAT_PKGBASE}/include/aws.static/aws-client-http_utils.ads
+${GNAT_PKGBASE}/include/aws.static/aws-client.adb
+${GNAT_PKGBASE}/include/aws.static/aws-client.ads
+${GNAT_PKGBASE}/include/aws.static/aws-communication-client.adb
+${GNAT_PKGBASE}/include/aws.static/aws-communication-client.ads
+${GNAT_PKGBASE}/include/aws.static/aws-communication-server.adb
+${GNAT_PKGBASE}/include/aws.static/aws-communication-server.ads
+${GNAT_PKGBASE}/include/aws.static/aws-communication.adb
+${GNAT_PKGBASE}/include/aws.static/aws-communication.ads
+${GNAT_PKGBASE}/include/aws.static/aws-config-ini.adb
+${GNAT_PKGBASE}/include/aws.static/aws-config-ini.ads
+${GNAT_PKGBASE}/include/aws.static/aws-config-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-config-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-config-utils.adb
+${GNAT_PKGBASE}/include/aws.static/aws-config-utils.ads
+${GNAT_PKGBASE}/include/aws.static/aws-config.adb
+${GNAT_PKGBASE}/include/aws.static/aws-config.ads
+${GNAT_PKGBASE}/include/aws.static/aws-containers-key_value.ads
+${GNAT_PKGBASE}/include/aws.static/aws-containers-memory_streams.ads
+${GNAT_PKGBASE}/include/aws.static/aws-containers-string_vectors.ads
+${GNAT_PKGBASE}/include/aws.static/aws-containers-tables-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-containers-tables.adb
+${GNAT_PKGBASE}/include/aws.static/aws-containers-tables.ads
+${GNAT_PKGBASE}/include/aws.static/aws-containers.ads
+${GNAT_PKGBASE}/include/aws.static/aws-cookie.adb
+${GNAT_PKGBASE}/include/aws.static/aws-cookie.ads
+${GNAT_PKGBASE}/include/aws.static/aws-default.ads
+${GNAT_PKGBASE}/include/aws.static/aws-digest.adb
+${GNAT_PKGBASE}/include/aws.static/aws-digest.ads
+${GNAT_PKGBASE}/include/aws.static/aws-dispatchers-callback.adb
+${GNAT_PKGBASE}/include/aws.static/aws-dispatchers-callback.ads
+${GNAT_PKGBASE}/include/aws.static/aws-dispatchers.adb
+${GNAT_PKGBASE}/include/aws.static/aws-dispatchers.ads
+${GNAT_PKGBASE}/include/aws.static/aws-exceptions.ads
+${GNAT_PKGBASE}/include/aws.static/aws-headers-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-headers-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-headers-values.adb
+${GNAT_PKGBASE}/include/aws.static/aws-headers-values.ads
+${GNAT_PKGBASE}/include/aws.static/aws-headers.adb
+${GNAT_PKGBASE}/include/aws.static/aws-headers.ads
+${GNAT_PKGBASE}/include/aws.static/aws-hotplug-get_status.adb
+${GNAT_PKGBASE}/include/aws.static/aws-hotplug-get_status.ads
+${GNAT_PKGBASE}/include/aws.static/aws-hotplug.adb
+${GNAT_PKGBASE}/include/aws.static/aws-hotplug.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-connection.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-connection.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-continuation.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-continuation.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-data.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-data.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-goaway.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-goaway.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-headers.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-headers.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-list.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-ping.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-ping.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-priority.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-priority.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-push_promise.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-push_promise.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-rst_stream.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-rst_stream.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-settings.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-settings.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-window_update.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame-window_update.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-frame.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-hpack-huffman.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-hpack-huffman.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-hpack-table.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-hpack-table.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-hpack.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-hpack.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-message-list.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-message.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-message.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-stream-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2-stream.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2-stream.ads
+${GNAT_PKGBASE}/include/aws.static/aws-http2.adb
+${GNAT_PKGBASE}/include/aws.static/aws-http2.ads
+${GNAT_PKGBASE}/include/aws.static/aws-log.adb
+${GNAT_PKGBASE}/include/aws.static/aws-log.ads
+${GNAT_PKGBASE}/include/aws.static/aws-messages.adb
+${GNAT_PKGBASE}/include/aws.static/aws-messages.ads
+${GNAT_PKGBASE}/include/aws.static/aws-mime.adb
+${GNAT_PKGBASE}/include/aws.static/aws-mime.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-acceptors.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-acceptors.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-buffered.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-buffered.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-generic_sets.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-generic_sets.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-log-callbacks.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-log-callbacks.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-log.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-log.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-memory.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-memory.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-poll_events-g_poll.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-poll_events-g_poll.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-poll_events-wait__native.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-poll_events.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-poll_events.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-sets.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-common.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-common.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-rsa_dh_generators.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-rsa_dh_generators.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-std.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-std__gnat.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-stream_io.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-stream_io.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-handshake_error.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-handshake_error.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-protocol-draft76.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-protocol-draft76.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-protocol-rfc6455.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-protocol-rfc6455.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-protocol.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-registry-control.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-registry-control.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-registry-utils.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-registry-utils.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-registry.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket-registry.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-websocket.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net.ads
+${GNAT_PKGBASE}/include/aws.static/aws-os_lib.ads
+${GNAT_PKGBASE}/include/aws.static/aws-parameters-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-parameters-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-parameters.adb
+${GNAT_PKGBASE}/include/aws.static/aws-parameters.ads
+${GNAT_PKGBASE}/include/aws.static/aws-pop.adb
+${GNAT_PKGBASE}/include/aws.static/aws-pop.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-embedded.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-embedded.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-files.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-files.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-disk-once.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-disk-once.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-disk.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-disk.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-memory-zlib.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-memory-zlib.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-memory.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-memory.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-pipe.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-pipe.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-zlib.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams-zlib.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources-streams.ads
+${GNAT_PKGBASE}/include/aws.static/aws-resources.adb
+${GNAT_PKGBASE}/include/aws.static/aws-resources.ads
+${GNAT_PKGBASE}/include/aws.static/aws-response-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-response-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-response.adb
+${GNAT_PKGBASE}/include/aws.static/aws-response.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-context.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-get_status.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-get_status.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-hotplug.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-hotplug.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-http_utils.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-http_utils.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-log.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-log.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-protocol_handler.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-protocol_handler_v2.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-push.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-push.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server-status.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server-status.ads
+${GNAT_PKGBASE}/include/aws.static/aws-server.adb
+${GNAT_PKGBASE}/include/aws.static/aws-server.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-callbacks.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-callbacks.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-directory.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-directory.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-linker.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-linker.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-method.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-method.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-timer.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-timer.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-transient_pages.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-transient_pages.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-uri.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-uri.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-virtual_host.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers-virtual_host.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-dispatchers.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-download.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-download.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-page_server.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-page_server.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-alpha-bounded.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-alpha-bounded.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-alpha.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-alpha.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-shared.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-shared.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-uniform-alpha.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-uniform-alpha.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-uniform-overlapping.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-uniform-overlapping.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-uniform.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages-uniform.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-split_pages.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-transient_pages-control.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-transient_pages-control.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-transient_pages.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-transient_pages.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_block-context.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_block-context.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_block-registry.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_block-registry.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_block.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_mail.adb
+${GNAT_PKGBASE}/include/aws.static/aws-services-web_mail.ads
+${GNAT_PKGBASE}/include/aws.static/aws-services.ads
+${GNAT_PKGBASE}/include/aws.static/aws-session-control.adb
+${GNAT_PKGBASE}/include/aws.static/aws-session-control.ads
+${GNAT_PKGBASE}/include/aws.static/aws-session.adb
+${GNAT_PKGBASE}/include/aws.static/aws-session.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-authentication-plain.adb
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-authentication-plain.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-authentication.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-client.adb
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-client.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-messages-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-messages-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-messages.adb
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-messages.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-server.adb
+${GNAT_PKGBASE}/include/aws.static/aws-smtp-server.ads
+${GNAT_PKGBASE}/include/aws.static/aws-smtp.adb
+${GNAT_PKGBASE}/include/aws.static/aws-smtp.ads
+${GNAT_PKGBASE}/include/aws.static/aws-status-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-status-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-status-translate_set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-status-translate_set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-status-translate_table.adb
+${GNAT_PKGBASE}/include/aws.static/aws-status-translate_table.ads
+${GNAT_PKGBASE}/include/aws.static/aws-status.adb
+${GNAT_PKGBASE}/include/aws.static/aws-status.ads
+${GNAT_PKGBASE}/include/aws.static/aws-templates.ads
+${GNAT_PKGBASE}/include/aws.static/aws-translator-conversion.adb
+${GNAT_PKGBASE}/include/aws.static/aws-translator.adb
+${GNAT_PKGBASE}/include/aws.static/aws-translator.ads
+${GNAT_PKGBASE}/include/aws.static/aws-url-raise_url_error.adb
+${GNAT_PKGBASE}/include/aws.static/aws-url-raise_url_error.ads
+${GNAT_PKGBASE}/include/aws.static/aws-url-set.adb
+${GNAT_PKGBASE}/include/aws.static/aws-url-set.ads
+${GNAT_PKGBASE}/include/aws.static/aws-url.adb
+${GNAT_PKGBASE}/include/aws.static/aws-url.ads
+${GNAT_PKGBASE}/include/aws.static/aws-utils-streams.adb
+${GNAT_PKGBASE}/include/aws.static/aws-utils-streams.ads
+${GNAT_PKGBASE}/include/aws.static/aws-utils.adb
+${GNAT_PKGBASE}/include/aws.static/aws-utils.ads
+${GNAT_PKGBASE}/include/aws.static/aws.ads
+${GNAT_PKGBASE}/include/aws.static/crypto_lib.gpr
+${GNAT_PKGBASE}/include/aws.static/dl_lib.gpr
+${GNAT_PKGBASE}/include/aws.static/include.gpr
+${GNAT_PKGBASE}/include/aws.static/memory_streams.adb
+${GNAT_PKGBASE}/include/aws.static/memory_streams.ads
+${GNAT_PKGBASE}/include/aws.static/readme.txt
+${GNAT_PKGBASE}/include/aws.static/src.gpr
+${GNAT_PKGBASE}/include/aws.static/ssl.ads
+${GNAT_PKGBASE}/include/aws.static/ssl.gpr
+${GNAT_PKGBASE}/include/aws.static/ssl_lib.gpr
+${GNAT_PKGBASE}/include/aws.static/templates_parser-cached_files.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-configuration__aws.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser-data.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-debug.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-debug.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser-definitions.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-expr.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-filter.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-input.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser-input__aws.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-macro.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-print_tree.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-query.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-query.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser-simplifier.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-utils.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-utils.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser-version.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser_tasking.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser_tasking__standard_tasking.adb
+${GNAT_PKGBASE}/include/aws.static/zlib-streams.adb
+${GNAT_PKGBASE}/include/aws.static/zlib-streams.ads
+${GNAT_PKGBASE}/include/aws.static/zlib-thin.adb
+${GNAT_PKGBASE}/include/aws.static/zlib-thin.ads
+${GNAT_PKGBASE}/include/aws.static/zlib.adb
+${GNAT_PKGBASE}/include/aws.static/zlib.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-attachments.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-client-hotplug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-client-http_utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-communication-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-communication-server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-communication.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-config-ini.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-config-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-config-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-config.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-containers-key_value.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-containers-memory_streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-containers-string_vectors.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-containers-tables-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-containers-tables.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-containers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-cookie.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-default.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-digest.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-dispatchers-callback.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-dispatchers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-exceptions.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-headers-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-headers-values.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-headers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-hotplug-get_status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-hotplug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-connection.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-continuation.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-data.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-goaway.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-headers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-list.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-ping.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-priority.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-push_promise.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-rst_stream.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-settings.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame-window_update.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-frame.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-hpack-huffman.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-hpack-table.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-hpack.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-message-list.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-message.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-stream-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2-stream.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-http2.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-messages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-mime.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-acceptors.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-buffered.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-generic_sets.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-log-callbacks.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-memory.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-poll_events-g_poll.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-poll_events.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-sets.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl-certificate.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl-common.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl-rsa_dh_generators.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-std__gnat.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-stream_io.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-handshake_error.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-protocol-draft76.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-protocol-rfc6455.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-protocol.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-registry-control.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-registry-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket-registry.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-websocket.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-os_lib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-parameters-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-parameters.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-pop.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-embedded.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-files.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams-disk-once.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams-disk.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams-memory-zlib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams-memory.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams-pipe.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams-zlib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources-streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-resources.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-response-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-response.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-context.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-get_status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-hotplug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-http_utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-push.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server-status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-callbacks.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-directory.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers-linker.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers-method.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers-timer.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers-transient_pages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers-uri.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers-virtual_host.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-dispatchers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-download.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-page_server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages-alpha-bounded.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages-alpha.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages-shared.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages-uniform-alpha.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages-uniform-overlapping.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages-uniform.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-split_pages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-transient_pages-control.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-transient_pages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-web_block-context.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-web_block-registry.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-web_block.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services-web_mail.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-services.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-session-control.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-session.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp-authentication-plain.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp-authentication.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp-messages-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp-messages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp-server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-smtp.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-status-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-status-translate_set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-status-translate_table.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-templates.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-translator.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-url-raise_url_error.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-url-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-url.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-utils-streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/libaws.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/memory_streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/ssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser-configuration__aws.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser-debug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser-input__aws.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser-query.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser_tasking__standard_tasking.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/zlib-streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/zlib-thin.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/zlib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-attachments.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-client-hotplug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-client-http_utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-communication-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-communication-server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-communication.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-config-ini.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-config-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-config-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-config.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-containers-key_value.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-containers-memory_streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-containers-string_vectors.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-containers-tables-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-containers-tables.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-containers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-cookie.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-default.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-digest.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-dispatchers-callback.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-dispatchers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-exceptions.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-headers-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-headers-values.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-headers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-hotplug-get_status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-hotplug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-connection.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-continuation.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-data.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-goaway.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-headers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-list.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-ping.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-priority.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-push_promise.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-rst_stream.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-settings.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame-window_update.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-frame.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-hpack-huffman.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-hpack-table.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-hpack.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-message-list.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-message.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-stream-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2-stream.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-http2.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-messages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-mime.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-acceptors.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-buffered.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-generic_sets.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-log-callbacks.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-memory.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-poll_events-g_poll.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-poll_events.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-sets.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl-certificate.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl-common.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl-rsa_dh_generators.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-std__gnat.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-stream_io.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-handshake_error.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-protocol-draft76.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-protocol-rfc6455.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-protocol.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-registry-control.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-registry-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket-registry.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-websocket.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-os_lib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-parameters-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-parameters.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-pop.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-embedded.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-files.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams-disk-once.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams-disk.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams-memory-zlib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams-memory.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams-pipe.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams-zlib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources-streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-resources.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-response-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-response.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-context.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-get_status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-hotplug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-http_utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-push.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server-status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-callbacks.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-directory.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers-linker.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers-method.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers-timer.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers-transient_pages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers-uri.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers-virtual_host.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-dispatchers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-download.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-page_server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages-alpha-bounded.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages-alpha.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages-shared.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages-uniform-alpha.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages-uniform-overlapping.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages-uniform.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-split_pages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-transient_pages-control.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-transient_pages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-web_block-context.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-web_block-registry.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-web_block.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services-web_mail.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-services.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-session-control.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-session.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp-authentication-plain.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp-authentication.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp-messages-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp-messages.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp-server.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-smtp.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-status-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-status-translate_set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-status-translate_table.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-status.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-templates.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-translator.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-url-raise_url_error.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-url-set.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-url.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-utils-streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/libaws.a
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/memory_streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/ssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser-configuration__aws.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser-debug.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser-input__aws.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser-query.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser_tasking__standard_tasking.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/zlib-streams.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/zlib-thin.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/zlib.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-attachments.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-client-hotplug.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-client-http_utils.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-client.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-communication-client.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-communication-server.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-communication.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-config-ini.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-config-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-config-utils.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-config.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-containers-key_value.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-containers-memory_streams.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-containers-string_vectors.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-containers-tables-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-containers-tables.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-containers.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-cookie.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-default.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-digest.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-dispatchers-callback.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-dispatchers.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-exceptions.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-headers-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-headers-values.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-headers.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-hotplug-get_status.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-hotplug.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-connection.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-continuation.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-data.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-goaway.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-headers.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-list.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-ping.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-priority.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-push_promise.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-rst_stream.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-settings.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame-window_update.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-frame.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-hpack-huffman.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-hpack-table.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-hpack.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-message-list.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-message.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-stream-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2-stream.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-http2.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-log.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-messages.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-mime.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-acceptors.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-buffered.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-generic_sets.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-log-callbacks.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-log.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-memory.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-poll_events-g_poll.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-poll_events.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-sets.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl-certificate.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl-common.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl-rsa_dh_generators.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-std__gnat.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-stream_io.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-handshake_error.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-protocol-draft76.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-protocol-rfc6455.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-protocol.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-registry-control.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-registry-utils.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket-registry.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-websocket.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-os_lib.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-parameters-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-parameters.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-pop.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-embedded.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-files.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams-disk-once.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams-disk.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams-memory-zlib.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams-memory.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams-pipe.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams-zlib.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources-streams.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-resources.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-response-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-response.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-context.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-get_status.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-hotplug.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-http_utils.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-log.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-push.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server-status.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-server.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-callbacks.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-directory.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers-linker.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers-method.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers-timer.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers-transient_pages.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers-uri.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers-virtual_host.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-dispatchers.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-download.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-page_server.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages-alpha-bounded.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages-alpha.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages-shared.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages-uniform-alpha.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages-uniform-overlapping.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages-uniform.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-split_pages.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-transient_pages-control.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-transient_pages.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-web_block-context.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-web_block-registry.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-web_block.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services-web_mail.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-services.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-session-control.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-session.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp-authentication-plain.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp-authentication.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp-client.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp-messages-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp-messages.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp-server.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-smtp.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-status-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-status-translate_set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-status-translate_table.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-status.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-templates.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-translator.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-url-raise_url_error.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-url-set.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-url.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-utils-streams.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-utils.ali
+${GNAT_PKGBASE}/lib/aws.static/aws.ali
+${GNAT_PKGBASE}/lib/aws.static/libaws.a
+${GNAT_PKGBASE}/lib/aws.static/memory_streams.ali
+${GNAT_PKGBASE}/lib/aws.static/ssl.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser-configuration__aws.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser-debug.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser-input__aws.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser-query.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser-utils.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser_tasking__standard_tasking.ali
+${GNAT_PKGBASE}/lib/aws.static/zlib-streams.ali
+${GNAT_PKGBASE}/lib/aws.static/zlib-thin.ali
+${GNAT_PKGBASE}/lib/aws.static/zlib.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libaws.so
+${GNAT_PKGBASE}/share/examples/aws/certificates/aws-server.crt
+${GNAT_PKGBASE}/share/examples/aws/certificates/aws-server.key
+${GNAT_PKGBASE}/share/examples/aws/images/aws_down.png
+${GNAT_PKGBASE}/share/examples/aws/images/aws_logo.png
+${GNAT_PKGBASE}/share/examples/aws/images/aws_up.png
+${GNAT_PKGBASE}/share/examples/aws/templates/templates.tads
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/ada.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/adb.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/ads.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/alert.black.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/alert.red.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/arrow.png
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/back.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/binary.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/binhex.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/bomb.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/break.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/c.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/compressed.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/dirup.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/dvi.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/f.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/file.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/file_red.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/file_sec.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/folder.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/folder.open.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/image1.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/image2.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/image3.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/layout.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/movie.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/p.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/patch.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/pdf.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/ps.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/quill.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/rcorner.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/script.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/sound1.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/sound2.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/tar.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/tex.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/text.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/unknown.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/icons/uu.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/ajax_api.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_action_clear.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_action_js.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_action_replace.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_action_xml.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_func_clear.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_func_replace.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_func_xml.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_kernel.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/aws_sortable.tjs
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/behaviour.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/cookies.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/dragdrop.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/effects.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/prototype.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/javascripts/scriptaculous.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/menu_css/arrow.png
+${GNAT_PKGBASE}/share/examples/aws/web_elements/menu_css/menu.tcss
+${GNAT_PKGBASE}/share/examples/aws/web_elements/mime.types
+${GNAT_PKGBASE}/share/examples/aws/web_elements/notebook/cookies.js
+${GNAT_PKGBASE}/share/examples/aws/web_elements/notebook/notebook.thtml
+${GNAT_PKGBASE}/share/examples/aws/web_elements/readme.txt
+${GNAT_PKGBASE}/share/examples/aws/web_elements/rounded_boxes/rcorner.gif
+${GNAT_PKGBASE}/share/examples/aws/web_elements/rounded_boxes/rounded_boxes.tcss
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-common.macros
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-main.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-name-space-pkg.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-root.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-skel-cb.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-skel-cb.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-skel.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-skel.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-stub-types.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-stub.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-stub.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-array-types.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-array.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-derived-types.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-derived.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-enum-types.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-enum.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-enum.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-record-types.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-record.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-type-record.tads
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-types.tadb
+${GNAT_PKGBASE}/share/examples/aws/wsdl2aws-templates/s-types.tads
+${GNAT_PKGBASE}/share/gpr/aws.gpr
+${GNAT_PKGBASE}/share/gpr/manifests/aws
+${GNAT_PKGBASE}/share/gps/plug-ins/ada2wsdl.xml
+${GNAT_PKGBASE}/share/gps/plug-ins/aws.py
+${GNAT_PKGBASE}/share/gps/plug-ins/aws.xml
+${GNAT_PKGBASE}/share/gps/plug-ins/aws_api.xml
+${GNAT_PKGBASE}/share/gps/plug-ins/wsdl2aws.xml
Index: pkgsrc/www/ada-aws-25/PLIST.gnutls
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST.gnutls:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST.gnutls  Thu Sep  4 13:02:46 2025
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST.gnutls,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate-impl__gnutls.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate-impl__gnutls.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl__gnutls.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/ssl-thin__gnutls.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/wrappers.c
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate-impl__gnutls.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate-impl__gnutls.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl__gnutls.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/ssl-thin__gnutls.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/wrappers.c
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate-impl__gnutls.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate-impl__gnutls.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl__gnutls.adb
+${GNAT_PKGBASE}/include/aws.static/ssl-thin__gnutls.ads
+${GNAT_PKGBASE}/include/aws.static/wrappers.c
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl-certificate-impl__gnutls.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl__gnutls.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/ssl-thin__gnutls.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl-certificate-impl__gnutls.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl__gnutls.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/ssl-thin__gnutls.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl-certificate-impl__gnutls.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl__gnutls.ali
+${GNAT_PKGBASE}/lib/aws.static/ssl-thin__gnutls.ali
Index: pkgsrc/www/ada-aws-25/PLIST.lal
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST.lal:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST.lal     Thu Sep  4 13:02:46 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.lal,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${GNAT_PKGBASE}/bin/ada2wsdl
Index: pkgsrc/www/ada-aws-25/PLIST.ldap
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST.ldap:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST.ldap    Thu Sep  4 13:02:46 2025
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST.ldap,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-ldap-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-ldap-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-ldap-thin.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-ldap-thin.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-ldap.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-ldap-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-ldap-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-ldap-thin.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-ldap-thin.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-ldap.ads
+${GNAT_PKGBASE}/include/aws.static/aws-ldap-client.adb
+${GNAT_PKGBASE}/include/aws.static/aws-ldap-client.ads
+${GNAT_PKGBASE}/include/aws.static/aws-ldap-thin.adb
+${GNAT_PKGBASE}/include/aws.static/aws-ldap-thin.ads
+${GNAT_PKGBASE}/include/aws.static/aws-ldap.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-ldap-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-ldap-thin.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-ldap.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-log.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-ldap-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-ldap-thin.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-ldap.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-ldap-client.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-ldap-thin.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-ldap.ali
Index: pkgsrc/www/ada-aws-25/PLIST.nossl
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST.nossl:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST.nossl   Thu Sep  4 13:02:46 2025
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST.nossl,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate-impl__dummy.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate-impl__dummy.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl__dummy.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/ssl-thin__dummy.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate-impl__dummy.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate-impl__dummy.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl__dummy.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/ssl-thin__dummy.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate-impl__dummy.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate-impl__dummy.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl__dummy.adb
+${GNAT_PKGBASE}/include/aws.static/ssl-thin__dummy.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl-certificate-impl__dummy.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl__dummy.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/ssl-thin__dummy.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl-certificate-impl__dummy.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl__dummy.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/ssl-thin__dummy.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl-certificate-impl__dummy.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl__dummy.ali
+${GNAT_PKGBASE}/lib/aws.static/ssl-thin__dummy.ali
Index: pkgsrc/www/ada-aws-25/PLIST.openssl
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST.openssl:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST.openssl Thu Sep  4 13:02:46 2025
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST.openssl,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate-impl__openssl.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl-certificate-impl__openssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-net-ssl__openssl.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/ssl-thin__openssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/wrappers.c
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate-impl__openssl.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl-certificate-impl__openssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-net-ssl__openssl.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/ssl-thin__openssl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/wrappers.c
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate-impl__openssl.adb
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl-certificate-impl__openssl.ads
+${GNAT_PKGBASE}/include/aws.static/aws-net-ssl__openssl.adb
+${GNAT_PKGBASE}/include/aws.static/ssl-thin__openssl.ads
+${GNAT_PKGBASE}/include/aws.static/wrappers.c
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl-certificate-impl__openssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-net-ssl__openssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/ssl-thin__openssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl-certificate-impl__openssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-net-ssl__openssl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/ssl-thin__openssl.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl-certificate-impl__openssl.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-net-ssl__openssl.ali
+${GNAT_PKGBASE}/lib/aws.static/ssl-thin__openssl.ali
Index: pkgsrc/www/ada-aws-25/PLIST.xml
diff -u /dev/null pkgsrc/www/ada-aws-25/PLIST.xml:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/PLIST.xml     Thu Sep  4 13:02:46 2025
@@ -0,0 +1,224 @@
+@comment $NetBSD: PLIST.xml,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+${GNAT_PKGBASE}/bin/wsdl2aws
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-xml-input_sources.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-xml-input_sources.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-client-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-jabber-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-jabber-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-jabber-digest_md5.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-jabber-digest_md5.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/aws-jabber.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-client-callback.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-dispatchers-callback.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-dispatchers-callback.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-dispatchers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-dispatchers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-payload.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-payload.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-reader.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-reader.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-response-error.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-response-error.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-response.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-response.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-xml.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-message.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-name_space.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-name_space.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-parameters.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-parameters.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-types-untyped.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-types-untyped.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-types.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-types.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-wsdl-name_spaces.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-wsdl-name_spaces.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-wsdl-schema.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-wsdl-schema.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-wsdl.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-wsdl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-xml.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/soap.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-xml.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.relocatable/templates_parser-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-xml-input_sources.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-xml-input_sources.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-client-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-jabber-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-jabber-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-jabber-digest_md5.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-jabber-digest_md5.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/aws-jabber.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-client-callback.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-client.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-client.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-dispatchers-callback.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-dispatchers-callback.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-dispatchers.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-dispatchers.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-payload.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-payload.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-reader.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-reader.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-response-error.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-response-error.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-response.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-response.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-xml.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-message.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-name_space.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-name_space.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-parameters.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-parameters.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-types-untyped.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-types-untyped.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-types.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-types.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-utils.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-utils.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-wsdl-name_spaces.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-wsdl-name_spaces.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-wsdl-schema.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-wsdl-schema.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-wsdl.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-wsdl.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-xml.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/soap.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-xml.adb
+${PLIST.shlibs}${GNAT_PKGBASE}/include/aws.static-pic/templates_parser-xml.ads
+${GNAT_PKGBASE}/include/aws.static/aws-client-xml-input_sources.adb
+${GNAT_PKGBASE}/include/aws.static/aws-client-xml-input_sources.ads
+${GNAT_PKGBASE}/include/aws.static/aws-client-xml.ads
+${GNAT_PKGBASE}/include/aws.static/aws-jabber-client.adb
+${GNAT_PKGBASE}/include/aws.static/aws-jabber-client.ads
+${GNAT_PKGBASE}/include/aws.static/aws-jabber-digest_md5.adb
+${GNAT_PKGBASE}/include/aws.static/aws-jabber-digest_md5.ads
+${GNAT_PKGBASE}/include/aws.static/aws-jabber.ads
+${GNAT_PKGBASE}/include/aws.static/soap-client-callback.ads
+${GNAT_PKGBASE}/include/aws.static/soap-client.adb
+${GNAT_PKGBASE}/include/aws.static/soap-client.ads
+${GNAT_PKGBASE}/include/aws.static/soap-dispatchers-callback.adb
+${GNAT_PKGBASE}/include/aws.static/soap-dispatchers-callback.ads
+${GNAT_PKGBASE}/include/aws.static/soap-dispatchers.adb
+${GNAT_PKGBASE}/include/aws.static/soap-dispatchers.ads
+${GNAT_PKGBASE}/include/aws.static/soap-message-payload.adb
+${GNAT_PKGBASE}/include/aws.static/soap-message-payload.ads
+${GNAT_PKGBASE}/include/aws.static/soap-message-reader.adb
+${GNAT_PKGBASE}/include/aws.static/soap-message-reader.ads
+${GNAT_PKGBASE}/include/aws.static/soap-message-response-error.adb
+${GNAT_PKGBASE}/include/aws.static/soap-message-response-error.ads
+${GNAT_PKGBASE}/include/aws.static/soap-message-response.adb
+${GNAT_PKGBASE}/include/aws.static/soap-message-response.ads
+${GNAT_PKGBASE}/include/aws.static/soap-message-xml.adb
+${GNAT_PKGBASE}/include/aws.static/soap-message-xml.ads
+${GNAT_PKGBASE}/include/aws.static/soap-message.adb
+${GNAT_PKGBASE}/include/aws.static/soap-message.ads
+${GNAT_PKGBASE}/include/aws.static/soap-name_space.adb
+${GNAT_PKGBASE}/include/aws.static/soap-name_space.ads
+${GNAT_PKGBASE}/include/aws.static/soap-parameters.adb
+${GNAT_PKGBASE}/include/aws.static/soap-parameters.ads
+${GNAT_PKGBASE}/include/aws.static/soap-types-untyped.adb
+${GNAT_PKGBASE}/include/aws.static/soap-types-untyped.ads
+${GNAT_PKGBASE}/include/aws.static/soap-types.adb
+${GNAT_PKGBASE}/include/aws.static/soap-types.ads
+${GNAT_PKGBASE}/include/aws.static/soap-utils.adb
+${GNAT_PKGBASE}/include/aws.static/soap-utils.ads
+${GNAT_PKGBASE}/include/aws.static/soap-wsdl-name_spaces.adb
+${GNAT_PKGBASE}/include/aws.static/soap-wsdl-name_spaces.ads
+${GNAT_PKGBASE}/include/aws.static/soap-wsdl-schema.adb
+${GNAT_PKGBASE}/include/aws.static/soap-wsdl-schema.ads
+${GNAT_PKGBASE}/include/aws.static/soap-wsdl.adb
+${GNAT_PKGBASE}/include/aws.static/soap-wsdl.ads
+${GNAT_PKGBASE}/include/aws.static/soap-xml.adb
+${GNAT_PKGBASE}/include/aws.static/soap-xml.ads
+${GNAT_PKGBASE}/include/aws.static/soap.ads
+${GNAT_PKGBASE}/include/aws.static/templates_parser-xml.adb
+${GNAT_PKGBASE}/include/aws.static/templates_parser-xml.ads
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-client-xml-input_sources.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-client-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-jabber-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-jabber-digest_md5.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/aws-jabber.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-client-callback.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-dispatchers-callback.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-dispatchers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-message-payload.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-message-reader.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-message-response-error.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-message-response.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-message-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-message.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-name_space.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-parameters.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-types-untyped.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-types.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-wsdl-name_spaces.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-wsdl-schema.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-wsdl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/soap.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.relocatable/templates_parser-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-client-xml-input_sources.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-client-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-jabber-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-jabber-digest_md5.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/aws-jabber.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-client-callback.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-client.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-dispatchers-callback.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-dispatchers.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-message-payload.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-message-reader.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-message-response-error.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-message-response.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-message-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-message.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-name_space.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-parameters.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-types-untyped.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-types.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-utils.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-wsdl-name_spaces.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-wsdl-schema.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-wsdl.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap-xml.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/soap.ali
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/aws.static-pic/templates_parser-xml.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-client-xml-input_sources.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-client-xml.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-jabber-client.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-jabber-digest_md5.ali
+${GNAT_PKGBASE}/lib/aws.static/aws-jabber.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-client-callback.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-client.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-dispatchers-callback.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-dispatchers.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-message-payload.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-message-reader.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-message-response-error.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-message-response.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-message-xml.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-message.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-name_space.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-parameters.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-types-untyped.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-types.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-utils.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-wsdl-name_spaces.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-wsdl-schema.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-wsdl.ali
+${GNAT_PKGBASE}/lib/aws.static/soap-xml.ali
+${GNAT_PKGBASE}/lib/aws.static/soap.ali
+${GNAT_PKGBASE}/lib/aws.static/templates_parser-xml.ali
Index: pkgsrc/www/ada-aws-25/buildlink3.mk
diff -u /dev/null pkgsrc/www/ada-aws-25/buildlink3.mk:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/buildlink3.mk Thu Sep  4 13:02:46 2025
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+
+BUILDLINK_TREE+=       adawebserver-25
+
+.if !defined(ADAWEBSERVER_25_BUILDLINK3_MK)
+ADAWEBSERVER_25_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.adawebserver-25+=        aws-${GNAT_NAME}>=25.0.0
+BUILDLINK_PKGSRCDIR.adawebserver-25?=  ../../www/ada-aws-25
+BUILDLINK_DEPMETHOD.adawebserver-25?=  build
+
+BUILDLINK_CONTENTS_FILTER.adawebserver-25=     \
+       ${EGREP} "${GNAT_PKGBASE}/include/.*$$|${GNAT_PKGBASE}/lib/.*$$|${GNAT_PKGBASE}/share/gpr/.*$$"
+
+BUILDLINK_FNAME_TRANSFORM.adawebserver-25+=    \
+       -e "s|${BUILDLINK_DIR}/${GNAT_PKGBASE}/|${BUILDLINK_DIR}/|g"
+
+pkgbase := adawebserver-25
+.include "../../mk/pkg-build-options.mk"
+
+.endif
+
+BUILDLINK_TREE+=       -adawebserver-25
Index: pkgsrc/www/ada-aws-25/distinfo
diff -u /dev/null pkgsrc/www/ada-aws-25/distinfo:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/distinfo      Thu Sep  4 13:02:46 2025
@@ -0,0 +1,10 @@
+$NetBSD: distinfo,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+
+BLAKE2s (AdaCore-templates-parser-v25.0.0.tar.gz) = 87196226137489c985fea3d1dd2994eeefb0ec8e168546081361a1bfa2e42114
+SHA512 (AdaCore-templates-parser-v25.0.0.tar.gz) = 902e41f713dd8446e08ba6f180b4c88c35d37da3476d0c925a4b6a05fb5038ff9ec1b0daa0443a55e82f902867b774efb4e28c0b7d8ec59fb15d050ee523ee87
+Size (AdaCore-templates-parser-v25.0.0.tar.gz) = 259459 bytes
+BLAKE2s (aws-25.1.0.tar.gz) = 9b6cdc5716a0fbe9a585cd5b1042eb8ae1b42854efb5edfcef26bcbe3193a460
+SHA512 (aws-25.1.0.tar.gz) = 854ea57f0c769e455b8644c60aecfdbbe2fd7417732abe271de557f72b44ff231305e356cedcf1036225ea1215170eaec195c7fad164e6c14e04bf0687b1a38a
+Size (aws-25.1.0.tar.gz) = 2505055 bytes
+SHA1 (patch-makefile.conf) = d460da5fe181b33044aac43447d3b03d90d3295d
+SHA1 (patch-tools_tools.gpr) = f63a9cd964ce9b0360d32347ecd5306e3d8f1c52
Index: pkgsrc/www/ada-aws-25/options.mk
diff -u /dev/null pkgsrc/www/ada-aws-25/options.mk:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/options.mk    Thu Sep  4 13:02:46 2025
@@ -0,0 +1,66 @@
+# $NetBSD: options.mk,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.adawebserver-25
+PKG_SUPPORTED_OPTIONS=         ldap aws-libadalang aws-ssl-dynamic aws-xmlada
+PKG_OPTIONS_OPTIONAL_GROUPS=   ssl netlib
+PKG_OPTIONS_GROUP.ssl=         openssl gnutls
+PKG_OPTIONS_GROUP.netlib=      aws-ipv4 aws-ipv6
+PKG_SUGGESTED_OPTIONS=         ldap aws-libadalang openssl aws-xmlada
+
+.include "../../mk/bsd.fast.prefs.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Maws-xmlada)
+CONFIGURE_ARGS+=       XMLADA=true
+PLIST_SRC+=            PLIST.xml
+.else
+CONFIGURE_ARGS+=       XMLADA=false
+.endif
+
+.if !empty(PKG_OPTIONS:Maws-libadalang)
+# LAL dependencies
+.include "../../devel/ada-gnatcoll-bindings-25/buildlink3.mk"
+.include "../../math/ada-adasat-25/buildlink3.mk"
+.include "../../devel/ada-libgpr2-25/buildlink3.mk"
+.include "../../textproc/ada-vss-25/buildlink3.mk"
+.include "../../textproc/ada-prettier-ada-25/buildlink3.mk"
+.include "../../devel/ada-langkit-support-25/buildlink3.mk"
+.include "../../devel/ada-libadalang-25/buildlink3.mk"
+CONFIGURE_ARGS+=       LAL=true
+PLIST_SRC+=            PLIST.lal
+.endif
+
+.if !empty(PKG_OPTIONS:Maws-ipv4)
+CONFIGURE_ARGS+=       NETLIB=ipv4
+.endif
+
+.if !empty(PKG_OPTIONS:Maws-ipv6)
+CONFIGURE_ARGS+=       NETLIB=ipv6
+.endif
+
+.if !empty(PKG_OPTIONS:Mopenssl)
+.include "../../security/openssl/buildlink3.mk"
+CONFIGURE_ARGS+=       SOCKET=openssl
+PLIST_SRC+=            PLIST.openssl
+.endif
+
+.if !empty(PKG_OPTIONS:Mgnutls)
+BUILDLINK_DEPMETHOD.gnutls=    full
+.include "../../security/gnutls/buildlink3.mk"
+CONFIGURE_ARGS+=               SOCKET=gnutls
+PLIST_SRC+=                    PLIST.gnutls
+.endif
+
+.if empty(PKG_OPTIONS:Mopenssl) && empty(PKG_OPTIONS:Mgnutls)
+PLIST_SRC+=            PLIST.nossl
+.endif
+
+.if !empty(PKG_OPTIONS:Maws-ssl-dynamic)
+CONFIGURE_ARGS+=       SSL_DYNAMIC=true
+.endif
+
+.if !empty(PKG_OPTIONS:Mldap)
+.include "../../databases/openldap-client/buildlink3.mk"
+CONFIGURE_ARGS+=       LDAP=true
+PLIST_SRC+=            PLIST.ldap
+.endif

Index: pkgsrc/www/ada-aws-25/patches/patch-makefile.conf
diff -u /dev/null pkgsrc/www/ada-aws-25/patches/patch-makefile.conf:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/patches/patch-makefile.conf   Thu Sep  4 13:02:46 2025
@@ -0,0 +1,38 @@
+$NetBSD: patch-makefile.conf,v 1.1 2025/09/04 13:02:46 dkazankov Exp $
+
+Add externally settable options for gprbuild
+Add NetBSD support
+
+--- makefile.conf.orig 2024-12-20 16:02:53.000000000 +0200
++++ makefile.conf
+@@ -5,7 +5,7 @@
+ #
+ # IMPORTANT: each time you change the definitions here make sure you run
+ #            $ make setup
+-
++GPRBUILD_OPTIONS =
+ #  Is out of tree build
+ ifneq ($(BLD_DIR), $(SRC_DIR))
+ GPROOTOPTS = --relocate-build-tree=$(BLD_DIR) --root-dir=$(SRC_DIR)
+@@ -213,8 +213,12 @@
+ ifeq ($(strip $(findstring freebsd, $(TARGET))),freebsd)
+    PRJ_TARGET = freebsd
+ else
++ifeq ($(strip $(findstring netbsd, $(TARGET))),netbsd)
++   PRJ_TARGET = freebsd
++else
+    PRJ_TARGET = UNIX
+ endif
++endif
+ OS      = UNIX
+ endif
+ endif
+@@ -289,7 +293,7 @@
+               -XPRJ_TARGET=$(PRJ_TARGET) -XTARGET=$(TARGET) \
+               -XTHREAD_SANITIZER=$(THREAD_SANITIZER) \
+                 -XSSL_DYNAMIC=$(SSL_DYNAMIC) -XTGT_DIR=$(TGT_DIR) \
+-              $(GPROOTOPTS)
++              $(GPROOTOPTS) $(GPRBUILD_OPTIONS)
+ export GPROPTS
+ 
+ GPR_STATIC = -XLIBRARY_TYPE=static -XXMLADA_BUILD=static
Index: pkgsrc/www/ada-aws-25/patches/patch-tools_tools.gpr
diff -u /dev/null pkgsrc/www/ada-aws-25/patches/patch-tools_tools.gpr:1.1
--- /dev/null   Thu Sep  4 13:02:47 2025
+++ pkgsrc/www/ada-aws-25/patches/patch-tools_tools.gpr Thu Sep  4 13:02:47 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-tools_tools.gpr,v 1.1 2025/09/04 13:02:47 dkazankov Exp $
+
+Resolve name conflict with standalone templates parser
+
+--- tools/tools.gpr.orig       2024-12-20 16:02:53.000000000 +0200
++++ tools/tools.gpr
+@@ -98,6 +98,8 @@
+       for Switches (others) use Shared.Builder'Switches (others);
+       for Executable ("ada2wsdl-main.adb") use "ada2wsdl";
+       for Executable ("wsdl2aws-main.adb") use "wsdl2aws";
++      for Executable ("templates2ada.adb") use "aws_templates2ada";
++      for Executable ("templatespp.adb") use "aws_templatespp";
+    end Builder;
+ 
+    ---------



Home | Main Index | Thread Index | Old Index