# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= lua-penlight VERSION= 1.13.1 KEYWORDS= devel VARIANTS= lua52 lua53 lua54 SDESC[lua52]= Various python-inspired functions for Lua 5.2 SDESC[lua53]= Various python-inspired functions for Lua 5.3 SDESC[lua54]= Various python-inspired functions for Lua 5.4 HOMEPAGE= https://github.com/stevedonovan/Penlight CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= GITHUB/stevedonovan:Penlight:1.13.1 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[lua52]= complete primary docs examples SPKGS[lua53]= complete primary docs examples SPKGS[lua54]= complete primary docs examples OPTIONS_AVAILABLE= LUA52 LUA53 LUA54 OPTIONS_STANDARD= none VOPTS[lua52]= LUA52=ON LUA53=OFF LUA54=OFF VOPTS[lua53]= LUA52=OFF LUA53=ON LUA54=OFF VOPTS[lua54]= LUA52=OFF LUA53=OFF LUA54=ON SKIP_BUILD= yes [LUA52].DESCRIPTION= Build with Lua 5.2 [LUA52].RUN_DEPENDS_ON= lua-filesystem:single:lua52 [LUA52].USES_ON= lua:5.2 [LUA53].DESCRIPTION= Build with Lua 5.3 [LUA53].RUN_DEPENDS_ON= lua-filesystem:single:lua53 [LUA53].USES_ON= lua:5.3 [LUA54].DESCRIPTION= Build with Lua 5.4 [LUA54].RUN_DEPENDS_ON= lua-filesystem:single:lua54 [LUA54].USES_ON= lua:5.4 do-install: ${MKDIR} ${STAGEDIR}${LUA_MODSHAREDIR} ${STAGEDIR}${STD_DOCDIR} ${STAGEDIR}${STD_EXAMPLESDIR} (cd ${WRKSRC}/lua && ${COPYTREE_SHARE} pl ${STAGEDIR}${LUA_MODSHAREDIR}) ${CP} ${WRKSRC}/docs/manual/* ${STAGEDIR}${STD_DOCDIR} ${CP} ${WRKSRC}/docs/examples/* ${STAGEDIR}${STD_EXAMPLESDIR} [FILE:316:descriptions/desc.primary] Penlight brings together a set of generally useful pure Lua modules, focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions, etc), and OS path management. Much of the functionality is inspired by the Python standard libraries. [FILE:114:distinfo] 530380e1a377df519c2e589f47823f79701f8e0e67f6bbd994e18d09a470b680 434059 stevedonovan-Penlight-1.13.1.tar.gz [FILE:475:manifests/plist.primary] %%LUA_MODSHAREDIR%%/pl/ Date.lua List.lua Map.lua MultiMap.lua OrderedMap.lua Set.lua app.lua array2d.lua class.lua compat.lua comprehension.lua config.lua data.lua dir.lua file.lua func.lua import_into.lua init.lua input.lua lapp.lua lexer.lua luabalanced.lua operator.lua path.lua permute.lua pretty.lua seq.lua sip.lua strict.lua stringio.lua stringx.lua tablex.lua template.lua test.lua text.lua types.lua url.lua utils.lua xml.lua [FILE:210:manifests/plist.docs] share/doc/lua-penlight/ 01-introduction.md.html 02-arrays.md.html 03-strings.md.html 04-paths.md.html 05-dates.md.html 06-data.md.html 07-functional.md.html 08-additional.md.html 09-discussion.md.html [FILE:364:manifests/plist.examples] share/examples/lua-penlight/ seesubst.lua.html sipscan.lua.html symbols.lua.html test-cmp.lua.html test-data.lua.html test-listcallbacks.lua.html test-pretty.lua.html test-symbols.lua.html testapp.lua.html testclone.lua.html testconfig.lua.html testglobal.lua.html testinputfields.lua.html testinputfields2.lua.html testxml.lua.html which.lua.html