Commit graph

11 commits

Author SHA1 Message Date
jperkin
0051d670f0 Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
alnsn
d8e373282a Update lua-lpeg to 1.0.0.
* Changes from version 0.12 to 1.0
  ---------------------------------
    + group "names" can be any Lua value
    + some bugs fixed
    + other small improvements
2015-09-29 19:18:00 +00:00
alnsn
d4d7ef4cee Update devel/lua-lpeg to version 0.12.2.
Fix a crash reported on lua-l mailing list.
2015-03-04 19:14:10 +00:00
alnsn
d23a58c779 Update devel/lua-lpeg to 0.12.1.
This new release fixes a few bugs; in particular, it corrects a small
incompatibility with Lua 5.3.
2015-02-03 22:59:01 +00:00
alnsn
32a01de8a0 Fix Darwin build. Patch from Jonathan Buschmann via pkg/49377. 2014-11-08 20:08:11 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
alnsn
fb7c78e46e Adapt to Lua multiversion support. 2014-05-03 13:01:24 +00:00
dholland
81bc91c7e7 Use LUA_PKGPREFIX. Many Lua packages already do, but not these. 2013-10-30 06:03:37 +00:00
obache
551241a08c Revbump after updating lang/lua to 5.2.2. 2013-08-15 06:32:05 +00:00
alnsn
ed9500eb62 Update lua-lpeg to version 0.12.
What is LPeg? LPeg is a new (well, not that new now) pattern-matching
library for Lua, based on Parsing Expression Grammars (PEGs).

What is new in version 0.12?
  + no "unsigned short" limit for pattern sizes
  + mathtime captures considered nullable  (*)
  + some bugs and compiler warnings fixed

Where to get it?

  http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12-rc1.tar.gz


(*) Although this change can be considered logically a bug fix, it can
lead to some old patterns being refused with a "loop body may accept
empty string" error. It should be easy to fix these patterns.
2013-06-13 22:13:58 +00:00
alnsn
7876485c8f Initial import of LPeg 0.10.2.
LPeg is a new pattern-matching library for Lua, based on
Parsing Expression Grammars (PEGs).
2013-01-06 13:49:26 +00:00