Commit graph

13 commits

Author SHA1 Message Date
jperkin
0051d670f0 Use OPSYSVARS. 2016-02-25 12:50:49 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +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
b68acfc96f Use ${LUA_CDIR} and ${LUA_LDIR}. 2013-07-14 20:31:45 +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