# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= templates-parser VERSION= 24.0.0 KEYWORDS= www ada VARIANTS= standard SDESC[standard]= Templated text stream library HOMEPAGE= https://github.com/AdaCore/templates-parser CONTACT= John_Marino[draco@marino.st] DOWNLOAD_GROUPS= main SITES[main]= GITHUB/AdaCore:templates-parser:v24.0.0 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[standard]= complete primary dev tools OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= gmake gprbuild ada:primary LICENSE= GPLv3+:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv3+:{{WRKSRC}}/COPYING3 LICENSE_AWK= TERMS:"^$$" LICENSE_SOURCE= TERMS:{{WRKSRC}}/src/templates_parser.ads LICENSE_SCHEME= solo BUILD_TARGET= build INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 22.0 post-install: ${RM} -r ${STAGEDIR}${PREFIX}/share/gpr/manifests ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/templates2ada ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/templatespp ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtemplates_parser.so do-configure: (cd ${BUILD_WRKSRC} && ${DO_MAKE_BUILD} \ ENABLE_STATIC=true \ ENABLE_SHARED=true \ prefix=${PREFIX} setup) [FILE:52:descriptions/desc.primary] This package contains the Templates_Parser library. [FILE:130:descriptions/desc.tools] This package contains the templates2ada program. This is a tool to create templated text streams such as dynamic HTML documents. [FILE:117:distinfo] 28caf00cfd7039f91055c726c91c45483fefae20eafaef3a91cb026e4343ee97 226649 AdaCore-templates-parser-24.0.0.tar.gz [FILE:187:manifests/plist.primary] lib/ libtemplates_parser.so.%%SOMAJOR%% libtemplates_parser.so.%%SOVERSION%% lib/templates_parser.relocatable/ libtemplates_parser.so.%%SOMAJOR%% libtemplates_parser.so.%%SOVERSION%% [FILE:3104:manifests/plist.dev] include/templates_parser.relocatable/ templates_parser-cached_files.adb templates_parser-configuration__standalone.ads templates_parser-data.adb templates_parser-debug.adb templates_parser-debug.ads templates_parser-definitions.adb templates_parser-expr.adb templates_parser-filter.adb templates_parser-input.ads templates_parser-input__standalone.adb templates_parser-macro.adb templates_parser-print_tree.adb templates_parser-query.adb templates_parser-query.ads templates_parser-simplifier.adb templates_parser-utils.adb templates_parser-utils.ads templates_parser-version.adb templates_parser.adb templates_parser.ads templates_parser_tasking.ads templates_parser_tasking__standard_tasking.adb include/templates_parser.static/ templates_parser-cached_files.adb templates_parser-configuration__standalone.ads templates_parser-data.adb templates_parser-debug.adb templates_parser-debug.ads templates_parser-definitions.adb templates_parser-expr.adb templates_parser-filter.adb templates_parser-input.ads templates_parser-input__standalone.adb templates_parser-macro.adb templates_parser-print_tree.adb templates_parser-query.adb templates_parser-query.ads templates_parser-simplifier.adb templates_parser-utils.adb templates_parser-utils.ads templates_parser-version.adb templates_parser.adb templates_parser.ads templates_parser_tasking.ads templates_parser_tasking__standard_tasking.adb include/templates_parser.static-pic/ templates_parser-cached_files.adb templates_parser-configuration__standalone.ads templates_parser-data.adb templates_parser-debug.adb templates_parser-debug.ads templates_parser-definitions.adb templates_parser-expr.adb templates_parser-filter.adb templates_parser-input.ads templates_parser-input__standalone.adb templates_parser-macro.adb templates_parser-print_tree.adb templates_parser-query.adb templates_parser-query.ads templates_parser-simplifier.adb templates_parser-utils.adb templates_parser-utils.ads templates_parser-version.adb templates_parser.adb templates_parser.ads templates_parser_tasking.ads templates_parser_tasking__standard_tasking.adb lib/libtemplates_parser.so lib/templates_parser.relocatable/ libtemplates_parser.so templates_parser-configuration__standalone.ali templates_parser-debug.ali templates_parser-input__standalone.ali templates_parser-query.ali templates_parser-utils.ali templates_parser.ali templates_parser_tasking__standard_tasking.ali lib/templates_parser.static/ libtemplates_parser.a templates_parser-configuration__standalone.ali templates_parser-debug.ali templates_parser-input__standalone.ali templates_parser-query.ali templates_parser-utils.ali templates_parser.ali templates_parser_tasking__standard_tasking.ali lib/templates_parser.static-pic/ libtemplates_parser.a templates_parser-configuration__standalone.ali templates_parser-debug.ali templates_parser-input__standalone.ali templates_parser-query.ali templates_parser-utils.ali templates_parser.ali templates_parser_tasking__standard_tasking.ali share/gpr/templates_parser.gpr [FILE:33:manifests/plist.tools] bin/ templates2ada templatespp [FILE:451:patches/patch-templates__parser.gpr] --- templates_parser.gpr.orig 2022-12-20 15:04:12 UTC +++ templates_parser.gpr @@ -38,7 +38,7 @@ library project Templates_Parser is for Library_Name use "templates_parser"; for Library_Kind use TP_Shared.Library_Type; - for Library_Version use "libtemplates_parser-" & TP_Shared.Version & So_Ext; + for Library_Version use "libtemplates_parser.so." & TP_Shared.Version; case TP_Shared.Library_Type is when "relocatable" =>