diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 18:29:24 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 18:29:24 +0000 |
commit | 1e97d2095589e0d1c1ef0a8c0afb04174f2c6da2 (patch) | |
tree | f1a6b9d969907c9e13e3f0caab650a8e4f1059eb | |
parent | 6879bca41f36f211438c6ff9c2a8d6b16e1c91e6 (diff) | |
download | pkgsrc-1e97d2095589e0d1c1ef0a8c0afb04174f2c6da2.tar.gz |
Retire py-TPG with the Python 2.3 support.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/py-TPG/DESCR | 13 | ||||
-rw-r--r-- | devel/py-TPG/Makefile | 19 | ||||
-rw-r--r-- | devel/py-TPG/PLIST | 17 | ||||
-rw-r--r-- | devel/py-TPG/distinfo | 5 |
5 files changed, 1 insertions, 56 deletions
diff --git a/devel/Makefile b/devel/Makefile index 912d827fe7a..098617d6c30 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1228 2009/09/03 09:00:03 wiz Exp $ +# $NetBSD: Makefile,v 1.1229 2009/09/07 18:29:24 joerg Exp $ # COMMENT= Development utilities @@ -980,7 +980,6 @@ SUBDIR+= pwlib SUBDIR+= py-InlineEgg SUBDIR+= py-Optik SUBDIR+= py-Pyro -SUBDIR+= py-TPG SUBDIR+= py-ZopeInterface SUBDIR+= py-at-spi SUBDIR+= py-babel diff --git a/devel/py-TPG/DESCR b/devel/py-TPG/DESCR deleted file mode 100644 index 69dfec2689d..00000000000 --- a/devel/py-TPG/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -TPG can very simply write parsers that are usefull for most every day needs -(even if it can't make your coffee). With a very clear and simple syntax, -you can write an attributed grammar that is translated into a recursive -descendant parser. TPG generated code is very closed to the original -grammar. This means that the parser works "like" the grammar. A grammar rule -can be seen as a method of the parser class, symbols as method calls, -attributes as method parameters and semantic values as return values. You -can also add Python code directly into grammar rules and build abstract -syntax trees while parsing. - -The first application of TPG is TPG itself. The first (not released) version -of TPG has been written by hand then was used to generate next versions. Now -TPG can generate itself. diff --git a/devel/py-TPG/Makefile b/devel/py-TPG/Makefile deleted file mode 100644 index d5a661d0124..00000000000 --- a/devel/py-TPG/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:28 joerg Exp $ -# - -DISTNAME= TPG-2.1.6 -PKGREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= http://christophe.delord.free.fr/soft/tpg/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://christophe.delord.free.fr/en/tpg/ -COMMENT= ToyParserGenerator for Python - -PKG_DESTDIR_SUPPORT= user-destdir - -PYTHON_VERSIONS_ACCEPTED= 23 -PYDISTUTILSPKG= yes - -.include "../../lang/python/extension.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/py-TPG/PLIST b/devel/py-TPG/PLIST deleted file mode 100644 index 49775d6ab94..00000000000 --- a/devel/py-TPG/PLIST +++ /dev/null @@ -1,17 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:49:04 joerg Exp $ -bin/tpg -${PYSITELIB}/tpg/Release.py -${PYSITELIB}/tpg/Release.pyc -${PYSITELIB}/tpg/Release.pyo -${PYSITELIB}/tpg/__init__.py -${PYSITELIB}/tpg/__init__.pyc -${PYSITELIB}/tpg/__init__.pyo -${PYSITELIB}/tpg/base.py -${PYSITELIB}/tpg/base.pyc -${PYSITELIB}/tpg/base.pyo -${PYSITELIB}/tpg/codegen.py -${PYSITELIB}/tpg/codegen.pyc -${PYSITELIB}/tpg/codegen.pyo -${PYSITELIB}/tpg/parser.py -${PYSITELIB}/tpg/parser.pyc -${PYSITELIB}/tpg/parser.pyo diff --git a/devel/py-TPG/distinfo b/devel/py-TPG/distinfo deleted file mode 100644 index fa4b0993b14..00000000000 --- a/devel/py-TPG/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:31 agc Exp $ - -SHA1 (TPG-2.1.6.tar.gz) = b8ccbefd41b16514a2ad2a86b97dc9ab6cc3828e -RMD160 (TPG-2.1.6.tar.gz) = 44e4b8cb96bc8f297117d921c5ea28c5e49ae025 -Size (TPG-2.1.6.tar.gz) = 417009 bytes |