<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/lua/Makefile, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-02-27T18:52:16Z</updated>
<entry>
<title>+ Remove dependency on ncurses (!!) of all things -- lua doens't have</title>
<updated>2008-02-27T18:52:16Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-02-27T18:52:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3552e7002248003974792dce501c5196c3c88836'/>
<id>urn:sha1:3552e7002248003974792dce501c5196c3c88836</id>
<content type='text'>
  any curses code in it.  It only needs readline for the "io" module,
  and the readline/buildlink3.mk now handles pulling in any necessary
  dependencies for the terminal library that it uses.

Bump the PKGREVISION to 1.
</content>
</entry>
<entry>
<title>Changes 5.1.3:</title>
<updated>2008-02-11T19:54:55Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2008-02-11T19:54:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cac7867fd2c9998517e7057538c8d078190ff31c'/>
<id>urn:sha1:cac7867fd2c9998517e7057538c8d078190ff31c</id>
<content type='text'>
* This is a bug-fix release.
</content>
</entry>
<entry>
<title>Remove ex-MASTER_SITEs. From Zafer Aydogan.</title>
<updated>2007-12-02T00:10:40Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-12-02T00:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e3b30dce6ccd8e87b4daa5c8969bcdf52a24775d'/>
<id>urn:sha1:e3b30dce6ccd8e87b4daa5c8969bcdf52a24775d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Override /usr/local as LUA_ROOT and ensure that the default search path</title>
<updated>2007-07-02T13:36:38Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-07-02T13:36:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e55d21d2ce63374074a2daef4f9adeb2eec07368'/>
<id>urn:sha1:e55d21d2ce63374074a2daef4f9adeb2eec07368</id>
<content type='text'>
matches the pkgsrc environment. Bump revision.

From Simon Schubert via IRC.
</content>
</entry>
<entry>
<title>Update lua to 5.1.2.</title>
<updated>2007-06-15T17:45:37Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2007-06-15T17:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7dbacd93fb288f59820e94c1b8a277c7a49b6835'/>
<id>urn:sha1:7dbacd93fb288f59820e94c1b8a277c7a49b6835</id>
<content type='text'>
Patch provided by Holger Weiss in PR 36333.
And specify more platform target.

This release fixes all known bugs in 5.1.1.
</content>
</entry>
<entry>
<title>DESTDIR support.</title>
<updated>2006-11-03T06:46:21Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-11-03T06:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7ed150124da8d42ef5d1897e6f4923a234d628ac'/>
<id>urn:sha1:7ed150124da8d42ef5d1897e6f4923a234d628ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update lua to 5.1.1nb1 - fix build on linux (and hopefully some others)</title>
<updated>2006-09-06T14:58:00Z</updated>
<author>
<name>abs</name>
<email>abs</email>
</author>
<published>2006-09-06T14:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6b576e97c6339022881801c689a6b24663acdbdb'/>
<id>urn:sha1:6b576e97c6339022881801c689a6b24663acdbdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 5.1.1. Almost all dependencies need adaptation -&gt; bump API.</title>
<updated>2006-08-14T22:31:39Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-08-14T22:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a75ebef2b485628730621d523c1e40552a148c1'/>
<id>urn:sha1:2a75ebef2b485628730621d523c1e40552a148c1</id>
<content type='text'>
Changes:

* Changes from version 5.0 to 5.1
  -------------------------------
  Language:
  + new module system.
  + new semantics for control variables of fors.
  + new semantics for setn/getn.
  + new syntax/semantics for varargs.
  + new long strings and comments.
  + new `mod' operator (`%')
  + new length operator #t
  + metatables for all types
  API:
  + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
  + user supplies memory allocator (lua_open becomes lua_newstate).
  + luaopen_* functionst must be called through Lua.
  Implementation:
  + new configuration scheme via luaconf.h.
  + incremental garbage collection.
  + better handling of end-of-line in the lexer.
  + fully reentrant parser (new Lua function `load')
  + better support for 64-bit machines.
  + native loadlib support for Mac OS X.
  + standard distribution in only one library (lualib.a merged into lua.a)
</content>
</entry>
<entry>
<title>On Linux, -ldl must be included into the libtool archive to make other</title>
<updated>2006-06-01T06:52:27Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-06-01T06:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6946e5e31ff4f723474c01a1f6030159f5af1fd3'/>
<id>urn:sha1:6946e5e31ff4f723474c01a1f6030159f5af1fd3</id>
<content type='text'>
packages work, for example games/fillet-ng. This fixes PR 31171.

Bumped PKGREVISION.
</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48ff096d36ac47701672a4f682e7c4ebafea1eb9'/>
<id>urn:sha1:48ff096d36ac47701672a4f682e7c4ebafea1eb9</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
</content>
</entry>
</feed>
