diff options
Diffstat (limited to 'devel/py-ply')
-rw-r--r-- | devel/py-ply/Makefile | 30 | ||||
-rw-r--r-- | devel/py-ply/distinfo | 2 | ||||
-rw-r--r-- | devel/py-ply/files/patch-setup.py | 11 | ||||
-rw-r--r-- | devel/py-ply/pkg-descr | 9 | ||||
-rw-r--r-- | devel/py-ply/pkg-plist | 23 |
5 files changed, 0 insertions, 75 deletions
diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile deleted file mode 100644 index afaa206a2944..000000000000 --- a/devel/py-ply/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: ply -# Date created: Jul 31, 2001 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ply -PORTVERSION= 1.6 -CATEGORIES= devel python -MASTER_SITES= http://www.dabeaz.com/ply/ -PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python Lex-Yacc - -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/ply.html ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/devel/py-ply/distinfo b/devel/py-ply/distinfo deleted file mode 100644 index 30b95d367c5f..000000000000 --- a/devel/py-ply/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ply-1.6.tar.gz) = cc43cab69b072fdd5c2557f3865c383d -SIZE (ply-1.6.tar.gz) = 72605 diff --git a/devel/py-ply/files/patch-setup.py b/devel/py-ply/files/patch-setup.py deleted file mode 100644 index ceee4510b9e8..000000000000 --- a/devel/py-ply/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig Wed Jul 20 01:27:21 2005 -+++ setup.py Wed Jul 20 01:27:31 2005 -@@ -17,7 +17,7 @@ - - PLY is extremely easy to use and provides very extensive error checking. - """, -- licence="""Lesser GPL (LGPL)""", -+ license="""Lesser GPL (LGPL)""", - version = "1.3.1", - author = "David Beazley", - author_email = "beazley@cs.uchicago.edu", diff --git a/devel/py-ply/pkg-descr b/devel/py-ply/pkg-descr deleted file mode 100644 index 1fba6292bd9c..000000000000 --- a/devel/py-ply/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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. - -WWW: http://www.dabeaz.com/ply/ diff --git a/devel/py-ply/pkg-plist b/devel/py-ply/pkg-plist deleted file mode 100644 index 04a1d00fd5c0..000000000000 --- a/devel/py-ply/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%PYTHON_SITELIBDIR%%/lex.py -%%PYTHON_SITELIBDIR%%/lex.pyc -%%PYTHON_SITELIBDIR%%/lex.pyo -%%PYTHON_SITELIBDIR%%/yacc.py -%%PYTHON_SITELIBDIR%%/yacc.pyc -%%PYTHON_SITELIBDIR%%/yacc.pyo -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ply.html -%%PORTDOCS%%%%EXAMPLESDIR%%/ansic/README -%%PORTDOCS%%%%EXAMPLESDIR%%/ansic/clex.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ansic/cparse.py -%%PORTDOCS%%%%EXAMPLESDIR%%/calc/calc.py -%%PORTDOCS%%%%EXAMPLESDIR%%/classcalc/calc.py -%%PORTDOCS%%%%EXAMPLESDIR%%/hedit/hedit.py -%%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/README -%%PORTDOCS%%%%EXAMPLESDIR%%/optcalc/calc.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/classcalc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/optcalc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/hedit -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/calc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ansic -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |