pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun 16 08:42:16 UTC 2020

Modified Files:
        pkgsrc/textproc: Makefile

Log Message:
Import: textproc/py-peg2

pyPEG is a plain and simple intrinsic parser interpreter framework
for Python version 2.7 and 3.x. It is based on Parsing Expression
Grammar, PEG. With pyPEG you can parse many formal languages in a
very easy way.


To generate a diff of this commit:
cvs rdiff -u -r1.1146 -r1.1147 pkgsrc/textproc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1146 pkgsrc/textproc/Makefile:1.1147
--- pkgsrc/textproc/Makefile:1.1146     Thu Jun 11 14:05:56 2020
+++ pkgsrc/textproc/Makefile    Tue Jun 16 08:42:16 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1146 2020/06/11 14:05:56 adam Exp $
+# $NetBSD: Makefile,v 1.1147 2020/06/16 08:42:16 pin Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -901,6 +901,7 @@ SUBDIR+=    py-pallets-sphinx-themes
 SUBDIR+=       py-pandocfilters
 SUBDIR+=       py-parse
 SUBDIR+=       py-parse_type
+SUBDIR+=       py-peg2
 SUBDIR+=       py-pdf-parser
 SUBDIR+=       py-pdfrw
 SUBDIR+=       py-phonenumbers



Home | Main Index | Thread Index | Old Index