diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-antlr4/DESCR | 3 | ||||
-rw-r--r-- | textproc/py-antlr4/Makefile | 16 | ||||
-rw-r--r-- | textproc/py-antlr4/PLIST | 170 | ||||
-rw-r--r-- | textproc/py-antlr4/distinfo | 6 |
4 files changed, 195 insertions, 0 deletions
diff --git a/textproc/py-antlr4/DESCR b/textproc/py-antlr4/DESCR new file mode 100644 index 00000000000..5450e23f8b5 --- /dev/null +++ b/textproc/py-antlr4/DESCR @@ -0,0 +1,3 @@ +ANTLR (ANother Tool for Language Recognition) is a powerful parser generator +for reading, processing, executing, or translating structured text or binary +files. These are Python bindings for antlr4. diff --git a/textproc/py-antlr4/Makefile b/textproc/py-antlr4/Makefile new file mode 100644 index 00000000000..fd9454e8b37 --- /dev/null +++ b/textproc/py-antlr4/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/07/26 16:34:57 jaapb Exp $ + +DISTNAME= antlr4-python3-runtime-4.7.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python3-runtime//1} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/antlr4-python3-runtime/} + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://www.antlr.org/ +COMMENT= AntLR 4 bindings for Python +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-antlr4/PLIST b/textproc/py-antlr4/PLIST new file mode 100644 index 00000000000..ead5328f2a5 --- /dev/null +++ b/textproc/py-antlr4/PLIST @@ -0,0 +1,170 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/26 16:34:57 jaapb Exp $ +${PYSITELIB}/antlr4/BufferedTokenStream.py +${PYSITELIB}/antlr4/CommonTokenFactory.py +${PYSITELIB}/antlr4/CommonTokenStream.py +${PYSITELIB}/antlr4/FileStream.py +${PYSITELIB}/antlr4/InputStream.py +${PYSITELIB}/antlr4/IntervalSet.py +${PYSITELIB}/antlr4/LL1Analyzer.py +${PYSITELIB}/antlr4/Lexer.py +${PYSITELIB}/antlr4/ListTokenSource.py +${PYSITELIB}/antlr4/Parser.py +${PYSITELIB}/antlr4/ParserInterpreter.py +${PYSITELIB}/antlr4/ParserRuleContext.py +${PYSITELIB}/antlr4/PredictionContext.py +${PYSITELIB}/antlr4/Recognizer.py +${PYSITELIB}/antlr4/RuleContext.py +${PYSITELIB}/antlr4/Token.py +${PYSITELIB}/antlr4/TokenStreamRewriter.py +${PYSITELIB}/antlr4/Utils.py +${PYSITELIB}/antlr4/__init__.py +${PYSITELIB}/antlr4/BufferedTokenStream.pyo +${PYSITELIB}/antlr4/BufferedTokenStream.pyc +${PYSITELIB}/antlr4/CommonTokenFactory.pyo +${PYSITELIB}/antlr4/CommonTokenFactory.pyc +${PYSITELIB}/antlr4/CommonTokenStream.pyo +${PYSITELIB}/antlr4/CommonTokenStream.pyc +${PYSITELIB}/antlr4/FileStream.pyo +${PYSITELIB}/antlr4/FileStream.pyc +${PYSITELIB}/antlr4/InputStream.pyo +${PYSITELIB}/antlr4/InputStream.pyc +${PYSITELIB}/antlr4/IntervalSet.pyo +${PYSITELIB}/antlr4/IntervalSet.pyc +${PYSITELIB}/antlr4/LL1Analyzer.pyo +${PYSITELIB}/antlr4/LL1Analyzer.pyc +${PYSITELIB}/antlr4/Lexer.pyo +${PYSITELIB}/antlr4/Lexer.pyc +${PYSITELIB}/antlr4/ListTokenSource.pyo +${PYSITELIB}/antlr4/ListTokenSource.pyc +${PYSITELIB}/antlr4/Parser.pyo +${PYSITELIB}/antlr4/Parser.pyc +${PYSITELIB}/antlr4/ParserInterpreter.pyo +${PYSITELIB}/antlr4/ParserInterpreter.pyc +${PYSITELIB}/antlr4/ParserRuleContext.pyo +${PYSITELIB}/antlr4/ParserRuleContext.pyc +${PYSITELIB}/antlr4/PredictionContext.pyo +${PYSITELIB}/antlr4/PredictionContext.pyc +${PYSITELIB}/antlr4/Recognizer.pyo +${PYSITELIB}/antlr4/Recognizer.pyc +${PYSITELIB}/antlr4/RuleContext.pyo +${PYSITELIB}/antlr4/RuleContext.pyc +${PYSITELIB}/antlr4/Token.pyo +${PYSITELIB}/antlr4/Token.pyc +${PYSITELIB}/antlr4/TokenStreamRewriter.pyo +${PYSITELIB}/antlr4/TokenStreamRewriter.pyc +${PYSITELIB}/antlr4/Utils.pyo +${PYSITELIB}/antlr4/Utils.pyc +${PYSITELIB}/antlr4/__init__.pyo +${PYSITELIB}/antlr4/__init__.pyc +${PYSITELIB}/antlr4/atn/ATN.py +${PYSITELIB}/antlr4/atn/ATNConfig.py +${PYSITELIB}/antlr4/atn/ATNConfigSet.py +${PYSITELIB}/antlr4/atn/ATNDeserializationOptions.py +${PYSITELIB}/antlr4/atn/ATNDeserializer.py +${PYSITELIB}/antlr4/atn/ATNSimulator.py +${PYSITELIB}/antlr4/atn/ATNState.py +${PYSITELIB}/antlr4/atn/ATNType.py +${PYSITELIB}/antlr4/atn/LexerATNSimulator.py +${PYSITELIB}/antlr4/atn/LexerAction.py +${PYSITELIB}/antlr4/atn/LexerActionExecutor.py +${PYSITELIB}/antlr4/atn/ParserATNSimulator.py +${PYSITELIB}/antlr4/atn/PredictionMode.py +${PYSITELIB}/antlr4/atn/SemanticContext.py +${PYSITELIB}/antlr4/atn/Transition.py +${PYSITELIB}/antlr4/atn/__init__.py +${PYSITELIB}/antlr4/atn/ATN.pyo +${PYSITELIB}/antlr4/atn/ATN.pyc +${PYSITELIB}/antlr4/atn/ATNConfig.pyo +${PYSITELIB}/antlr4/atn/ATNConfig.pyc +${PYSITELIB}/antlr4/atn/ATNConfigSet.pyo +${PYSITELIB}/antlr4/atn/ATNConfigSet.pyc +${PYSITELIB}/antlr4/atn/ATNDeserializationOptions.pyo +${PYSITELIB}/antlr4/atn/ATNDeserializationOptions.pyc +${PYSITELIB}/antlr4/atn/ATNDeserializer.pyo +${PYSITELIB}/antlr4/atn/ATNDeserializer.pyc +${PYSITELIB}/antlr4/atn/ATNSimulator.pyo +${PYSITELIB}/antlr4/atn/ATNSimulator.pyc +${PYSITELIB}/antlr4/atn/ATNState.pyo +${PYSITELIB}/antlr4/atn/ATNState.pyc +${PYSITELIB}/antlr4/atn/ATNType.pyo +${PYSITELIB}/antlr4/atn/ATNType.pyc +${PYSITELIB}/antlr4/atn/LexerATNSimulator.pyo +${PYSITELIB}/antlr4/atn/LexerATNSimulator.pyc +${PYSITELIB}/antlr4/atn/LexerAction.pyo +${PYSITELIB}/antlr4/atn/LexerAction.pyc +${PYSITELIB}/antlr4/atn/LexerActionExecutor.pyo +${PYSITELIB}/antlr4/atn/LexerActionExecutor.pyc +${PYSITELIB}/antlr4/atn/ParserATNSimulator.pyo +${PYSITELIB}/antlr4/atn/ParserATNSimulator.pyc +${PYSITELIB}/antlr4/atn/PredictionMode.pyo +${PYSITELIB}/antlr4/atn/PredictionMode.pyc +${PYSITELIB}/antlr4/atn/SemanticContext.pyo +${PYSITELIB}/antlr4/atn/SemanticContext.pyc +${PYSITELIB}/antlr4/atn/Transition.pyo +${PYSITELIB}/antlr4/atn/Transition.pyc +${PYSITELIB}/antlr4/atn/__init__.pyo +${PYSITELIB}/antlr4/atn/__init__.pyc +${PYSITELIB}/antlr4/dfa/DFA.py +${PYSITELIB}/antlr4/dfa/DFASerializer.py +${PYSITELIB}/antlr4/dfa/DFAState.py +${PYSITELIB}/antlr4/dfa/__init__.py +${PYSITELIB}/antlr4/dfa/DFA.pyo +${PYSITELIB}/antlr4/dfa/DFA.pyc +${PYSITELIB}/antlr4/dfa/DFASerializer.pyo +${PYSITELIB}/antlr4/dfa/DFASerializer.pyc +${PYSITELIB}/antlr4/dfa/DFAState.pyo +${PYSITELIB}/antlr4/dfa/DFAState.pyc +${PYSITELIB}/antlr4/dfa/__init__.pyo +${PYSITELIB}/antlr4/dfa/__init__.pyc +${PYSITELIB}/antlr4/error/DiagnosticErrorListener.py +${PYSITELIB}/antlr4/error/ErrorListener.py +${PYSITELIB}/antlr4/error/ErrorStrategy.py +${PYSITELIB}/antlr4/error/Errors.py +${PYSITELIB}/antlr4/error/__init__.py +${PYSITELIB}/antlr4/error/DiagnosticErrorListener.pyo +${PYSITELIB}/antlr4/error/DiagnosticErrorListener.pyc +${PYSITELIB}/antlr4/error/ErrorListener.pyo +${PYSITELIB}/antlr4/error/ErrorListener.pyc +${PYSITELIB}/antlr4/error/ErrorStrategy.pyo +${PYSITELIB}/antlr4/error/ErrorStrategy.pyc +${PYSITELIB}/antlr4/error/Errors.pyo +${PYSITELIB}/antlr4/error/Errors.pyc +${PYSITELIB}/antlr4/error/__init__.pyo +${PYSITELIB}/antlr4/error/__init__.pyc +${PYSITELIB}/antlr4/tree/Chunk.py +${PYSITELIB}/antlr4/tree/ParseTreeMatch.py +${PYSITELIB}/antlr4/tree/ParseTreePattern.py +${PYSITELIB}/antlr4/tree/ParseTreePatternMatcher.py +${PYSITELIB}/antlr4/tree/RuleTagToken.py +${PYSITELIB}/antlr4/tree/TokenTagToken.py +${PYSITELIB}/antlr4/tree/Tree.py +${PYSITELIB}/antlr4/tree/Trees.py +${PYSITELIB}/antlr4/tree/__init__.py +${PYSITELIB}/antlr4/tree/Chunk.pyo +${PYSITELIB}/antlr4/tree/Chunk.pyc +${PYSITELIB}/antlr4/tree/ParseTreeMatch.pyo +${PYSITELIB}/antlr4/tree/ParseTreeMatch.pyc +${PYSITELIB}/antlr4/tree/ParseTreePattern.pyo +${PYSITELIB}/antlr4/tree/ParseTreePattern.pyc +${PYSITELIB}/antlr4/tree/ParseTreePatternMatcher.pyo +${PYSITELIB}/antlr4/tree/ParseTreePatternMatcher.pyc +${PYSITELIB}/antlr4/tree/RuleTagToken.pyo +${PYSITELIB}/antlr4/tree/RuleTagToken.pyc +${PYSITELIB}/antlr4/tree/TokenTagToken.pyo +${PYSITELIB}/antlr4/tree/TokenTagToken.pyc +${PYSITELIB}/antlr4/tree/Tree.pyo +${PYSITELIB}/antlr4/tree/Tree.pyc +${PYSITELIB}/antlr4/tree/Trees.pyo +${PYSITELIB}/antlr4/tree/Trees.pyc +${PYSITELIB}/antlr4/tree/__init__.pyo +${PYSITELIB}/antlr4/tree/__init__.pyc +${PYSITELIB}/antlr4/xpath/XPath.py +${PYSITELIB}/antlr4/xpath/__init__.py +${PYSITELIB}/antlr4/xpath/XPath.pyo +${PYSITELIB}/antlr4/xpath/XPath.pyc +${PYSITELIB}/antlr4/xpath/__init__.pyo +${PYSITELIB}/antlr4/xpath/__init__.pyc +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt diff --git a/textproc/py-antlr4/distinfo b/textproc/py-antlr4/distinfo new file mode 100644 index 00000000000..22288db399a --- /dev/null +++ b/textproc/py-antlr4/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/26 16:34:57 jaapb Exp $ + +SHA1 (antlr4-python3-runtime-4.7.1.tar.gz) = 3ce0275269d59846b3a70f1f07292178b0db25d4 +RMD160 (antlr4-python3-runtime-4.7.1.tar.gz) = 29916b2cd3078aaf0f78c9a4f21c4f7e93784b14 +SHA512 (antlr4-python3-runtime-4.7.1.tar.gz) = a101e40be24476e54630799d99e939a65e625d1ff85c9deb2db945d652f0677fced42387250a3c974ea9399b11b9cfe631877f0ab67ebba992ed61130c9451c7 +Size (antlr4-python3-runtime-4.7.1.tar.gz) = 111381 bytes |