6 Commits

Author SHA1 Message Date
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
jasper
6b9c29699c update to py-ply-3.11 2018-04-25 09:44:48 +00:00
landry
c7f996f899 bump ports depending on python3 in devel 2017-01-03 19:19:48 +00:00
sthen
be66232597 update to py-ply-3.9 2016-10-07 10:29:34 +00:00
sthen
a371cfa113 import devel/py-ply, ok/feedback (a while ago..) by danj@, do-test from jca@
PLY is an implementation of the lex and yacc parsing tools written
entirely in Python. It uses LR-parsing which is reasonably efficient and
well suited for larger grammars.

PLY provides most of the standard lex/yacc features including support
for empty productions, precedence rules, error recovery, and support for
ambiguous grammars.
2016-10-07 10:27:30 +00:00