Commit graph

9 commits

Author SHA1 Message Date
joerg
1379d7e617 No need to mark 1.5 as incompatible, it isn't active by default anyway. 2006-06-03 00:13:07 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
2f72a5986e Fixed a pkglint warning:
- WARN: devel/ply/Makefile:22: Found absolute pathname: /${EGDIR}

As ${EGDIR} is already an absolute pathname, there's no need to prefix it
with a slash.
2005-12-01 03:22:16 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
recht
f75335f241 Set package creator as maintainer. Requested in private mail. 2004-07-19 19:57:42 +00:00
recht
b0ef710ecd Delete a file missed before the import.. 2004-07-16 15:38:40 +00:00
recht
e9021af640 initial import of ply-1.5
The 1.4 version of the package was provided by NONAKA Kimihiro
in PR 26344 .  (And seems to be based upon the FreeBSD port.)

Cleaned up and updated to 1.5 by me.

PLY is a Python-only implementation of the popular compiler construction
tools lex and yacc. The implementation borrows ideas from a number of
previous efforts; most notably John Aycock's SPARK toolkit. However, the
overall flavor of the implementation is more closely modeled after the C
version of lex and yacc. The other significant feature of PLY is that it
provides extensive input validation and error reporting--much more so than
other Python parsing tools.
2004-07-16 15:36:50 +00:00