summaryrefslogtreecommitdiff
path: root/devel/ply
AgeCommit message (Collapse)AuthorFilesLines
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-8/+1
2009-06-12update homepage and master sites.zafer1-3/+3
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2008-06-12Add DESTDIR support.joerg1-6/+7
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-06-03No need to mark 1.5 as incompatible, it isn't active by default anyway.joerg1-3/+1
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-01Fixed a pkglint warning:rillig1-2/+2
- 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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-07-19Set package creator as maintainer. Requested in private mail.recht1-2/+2
2004-07-16Delete a file missed before the import..recht1-14/+0
2004-07-16initial import of ply-1.5recht5-0/+77
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.