<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/lua, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-05-03T13:00:44Z</updated>
<entry>
<title>Multiversion support for Lua.</title>
<updated>2014-05-03T13:00:44Z</updated>
<author>
<name>alnsn</name>
<email>alnsn@pkgsrc.org</email>
</author>
<published>2014-05-03T13:00:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=da499f3dfeb25e7fe783f8ed7744f37e674f9f78'/>
<id>urn:sha1:da499f3dfeb25e7fe783f8ed7744f37e674f9f78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes missing ":"</title>
<updated>2013-11-05T11:26:44Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-11-05T11:26:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1383336c5bc5abee57c80757a107709ea1955381'/>
<id>urn:sha1:1383336c5bc5abee57c80757a107709ea1955381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LUA_PACKAGE is defined for build, not LUAPACKAGE.</title>
<updated>2013-10-30T10:52:53Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-10-30T10:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22599c7f304629549aa0343984d6cf6f3e6f403e'/>
<id>urn:sha1:22599c7f304629549aa0343984d6cf6f3e6f403e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use LOCALEBASE, PREFIX may be package specific one and different than lua.</title>
<updated>2013-10-30T09:09:59Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-10-30T09:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b045c5408252db42c74f9483a4850810ffcfc5cb'/>
<id>urn:sha1:b045c5408252db42c74f9483a4850810ffcfc5cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sure varable is defined before using it.</title>
<updated>2013-10-30T08:53:40Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-10-30T08:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=97ebb59a6a9ee7b7801ccde9a50cbf5fda26bc37'/>
<id>urn:sha1:97ebb59a6a9ee7b7801ccde9a50cbf5fda26bc37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>typo, spotted by Andrey Oktyabrskiy</title>
<updated>2013-10-30T06:53:19Z</updated>
<author>
<name>dholland</name>
<email>dholland@pkgsrc.org</email>
</author>
<published>2013-10-30T06:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f684e6aadb78404dba0ca7b0ac0a2d11f1d12b55'/>
<id>urn:sha1:f684e6aadb78404dba0ca7b0ac0a2d11f1d12b55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reimport lang/lua as lang/lua52, and bring back the previous Lua 5.1</title>
<updated>2013-10-30T06:18:09Z</updated>
<author>
<name>dholland</name>
<email>dholland@pkgsrc.org</email>
</author>
<published>2013-10-30T06:18:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=75737aab7c1d8a7dfa60377ba3a2b441c7291eed'/>
<id>urn:sha1:75737aab7c1d8a7dfa60377ba3a2b441c7291eed</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>print-PLIST support for LUA_LDIR/LUA_CDIR.</title>
<updated>2013-09-17T12:03:09Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2013-09-17T12:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ec49e497ea786c0cf111df66230a5a6735e623df'/>
<id>urn:sha1:ec49e497ea786c0cf111df66230a5a6735e623df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes</title>
<updated>2013-07-15T02:02:17Z</updated>
<author>
<name>ryoon</name>
<email>ryoon@pkgsrc.org</email>
</author>
<published>2013-07-15T02:02:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=818a5e8745dff4beadc0fe8aa4f56c71c53ea650'/>
<id>urn:sha1:818a5e8745dff4beadc0fe8aa4f56c71c53ea650</id>
<content type='text'>
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".</content>
</entry>
<entry>
<title>Lua 5.2 was released on 16 Dec 2011. Its main new features are yieldable pcall and metamethods, new lexical scheme for globals, ephemeron tables, new library for bitwise operations, light C functions, emergency garbage collector, goto statement, and finalizers for tables.</title>
<updated>2013-07-04T18:04:42Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2013-07-04T18:04:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=83a9dad1bf1e51bb5b487106b3d462ffacef61c2'/>
<id>urn:sha1:83a9dad1bf1e51bb5b487106b3d462ffacef61c2</id>
<content type='text'>
</content>
</entry>
</feed>
