head 1.2; access; symbols pkgsrc-2023Q4:1.2.0.78 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.76 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.74 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.72 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.70 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.68 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.66 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.64 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.62 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.60 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.58 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.56 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.54 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.52 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.48 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.28 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.50 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.46 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.44 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.42 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.40 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.38 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.36 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.34 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.32 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.30 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.26 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.2.0.24 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.22 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.20 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.18 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.16 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.14 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.12 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.10 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.8 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.6 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.4 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.2 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.1.0.4 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.2 pkgsrc-2013Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2014.05.03.13.00.45; author alnsn; state Exp; branches; next 1.1; commitid m7sx7w5jPd4DO5zx; 1.1 date 2013.10.30.06.18.10; author dholland; state Exp; branches; next ; commitid hUvNwQ9eb8Zothbx; desc @@ 1.2 log @Multiversion support for Lua. @ text @@@comment $NetBSD: PLIST,v 1.1 2013/10/30 06:18:10 dholland Exp $ bin/lua5.2 bin/luac5.2 include/lua-5.2/lauxlib.h include/lua-5.2/lua.h include/lua-5.2/lua.hpp include/lua-5.2/luaconf.h include/lua-5.2/lualib.h lib/liblua5.2.la lib/pkgconfig/lua-5.2.pc man/man1/lua5.2.1 man/man1/luac5.2.1 share/doc/lua-5.2/contents.html share/doc/lua-5.2/logo.gif share/doc/lua-5.2/lua.css share/doc/lua-5.2/manual.css share/doc/lua-5.2/manual.html share/doc/lua-5.2/osi-certified-72x60.png share/doc/lua-5.2/readme.html @@pkgdir share/lua/5.2 @@pkgdir lib/lua/5.2 @ 1.1 log @Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1 package as lang/lua51. I've adjusted the depends and switched the PKGNAMEs but these packages are otherwise unchanged. This means that you can't install both at once. There are preliminary patches for that (see tech-pkg) but they aren't quite ready yet. This also doesn't include agc's builtin.mk, although it should be possible to drop it into the lua51 package with only very minor modifications. I don't think the builtin packages will allow having one builtin.mk for both lua51 and lua52, but I'd be happy to be shown wrong about that. Add infrastructure support for Lua module packages (including multiversion support), application packages written in Lua, and a redirecting bl3.mk file for packages that just link Lua in. This is based on the Python infrastructure. The new variable LUA_VERSION_DEFAULT picks which Lua package you get by default; it is set to 52 so as to maintain the status quo. Packages can set LUA_VERSIONS_ACCEPTED and/or LUA_VERSIONS_INCOMPATIBLE. I have found (I think) most or all the packages that don't work with lua51 and will be marking those; I have not tracked down most of the ones that don't work with lua52 yet as I was originally intending to roll back to 5.1 as the default. @ text @d1 19 a19 19 @@comment $NetBSD: PLIST,v 1.14 2013/07/04 18:04:42 adam Exp $ bin/lua bin/luac include/lauxlib.h include/lua.h include/lua.hpp include/luaconf.h include/lualib.h lib/liblua.la lib/pkgconfig/lua.pc man/man1/lua.1 man/man1/luac.1 share/doc/lua/contents.html share/doc/lua/logo.gif share/doc/lua/lua.css share/doc/lua/manual.css share/doc/lua/manual.html share/doc/lua/osi-certified-72x60.png share/doc/lua/readme.html @