summaryrefslogtreecommitdiff
path: root/devel/lua-lpeg
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2020-07-02Add 'lua' category to Lua modules.nia1-2/+2
While here, normalize some packages with strange variable order.
2019-03-25lua52-lpeg: update to 1.0.2.wiz3-11/+11
* Changes from version 1.0.1 to 1.0.2 --------------------------------- + some bugs fixed
2017-09-16Drop maintainership.alnsn1-2/+2
2017-07-12Honor LDFLAGS. Fixes RELRO build.wiz3-3/+18
2017-01-30Fix 'make test' target.alnsn1-2/+6
2017-01-24Update devel/lua-lpeg to version 1.0.1.alnsn2-7/+7
This fixes 'intermittent stack exhaustion' reported by Sebastian Cato.
2016-02-25Use OPSYSVARS.jperkin1-8/+3
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
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-09-29Update lua-lpeg to 1.0.0.alnsn2-6/+6
* Changes from version 0.12 to 1.0 --------------------------------- + group "names" can be any Lua value + some bugs fixed + other small improvements
2015-03-04Update devel/lua-lpeg to version 0.12.2.alnsn2-6/+6
Fix a crash reported on lua-l mailing list.
2015-02-03Update devel/lua-lpeg to 0.12.1.alnsn2-7/+6
This new release fixes a few bugs; in particular, it corrects a small incompatibility with Lua 5.3.
2014-11-08Fix Darwin build. Patch from Jonathan Buschmann via pkg/49377.alnsn1-2/+9
2014-10-19Revbump after lang/lua51 update.alnsn1-2/+2
2014-05-03Adapt to Lua multiversion support.alnsn2-23/+13
2013-10-30Use LUA_PKGPREFIX. Many Lua packages already do, but not these.dholland1-3/+3
2013-08-15Revbump after updating lang/lua to 5.2.2.obache1-1/+2
2013-07-14Use ${LUA_CDIR} and ${LUA_LDIR}.alnsn1-3/+3
2013-06-13Update lua-lpeg to version 0.12.alnsn3-16/+25
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-01-06Initial import of LPeg 0.10.2.alnsn4-0/+53
LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).