pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ply Delete a file missed before the import..



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d31059e67864
branches:  trunk
changeset: 478086:d31059e67864
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Jul 16 15:38:40 2004 +0000

description:
Delete a file missed before the import..

diffstat:

 devel/ply/NEWS |  14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diffs (18 lines):

diff -r f4619927d6ec -r d31059e67864 devel/ply/NEWS
--- a/devel/ply/NEWS    Fri Jul 16 15:36:50 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-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.



Home | Main Index | Thread Index | Old Index