- Update to 3.0.0 (unbreaks fetching)

Prompted by:	fenner's portsurvey
This commit is contained in:
Sergei Kolobov 2003-12-08 16:50:27 +00:00
parent b65e0c1cbf
commit 91f605a2d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95390
3 changed files with 10 additions and 31 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= tpg
PORTVERSION= 2.1.5
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= http://christophe.delord.free.fr/soft/tpg/
DISTNAME= ${PORTNAME:U}-${PORTVERSION}
@ -14,14 +14,14 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION}
MAINTAINER= sergei@FreeBSD.org
COMMENT= Parser generator in Python
USE_PYTHON= yes
USE_PYTHON= 2.2+
USE_PYDISTUTILS= yes
NO_BUILD= yes
DOCS= ChangeLog README THANKS doc/*.html doc/tpg.css \
doc/*.png doc/tpg.pdf
EXAMPLES= examples/calc/*
EXAMPLES= examples/*
post-install:
@${MKDIR} ${EXAMPLESDIR}

View file

@ -1 +1 @@
MD5 (TPG-2.1.5.tar.gz) = 3f6535425b1f2e1db48a9e37ffcd42ef
MD5 (TPG-3.0.0.tar.gz) = 7657ed2a42ea18fea874d520d5f8b3ae

View file

@ -1,20 +1,7 @@
bin/tpg
%%PYTHON_SITELIBDIR%%/tpg/Release.py
%%PYTHON_SITELIBDIR%%/tpg/Release.pyc
%%PYTHON_SITELIBDIR%%/tpg/Release.pyo
%%PYTHON_SITELIBDIR%%/tpg/__init__.py
%%PYTHON_SITELIBDIR%%/tpg/__init__.pyc
%%PYTHON_SITELIBDIR%%/tpg/__init__.pyo
%%PYTHON_SITELIBDIR%%/tpg/base.py
%%PYTHON_SITELIBDIR%%/tpg/base.pyc
%%PYTHON_SITELIBDIR%%/tpg/base.pyo
%%PYTHON_SITELIBDIR%%/tpg/codegen.py
%%PYTHON_SITELIBDIR%%/tpg/codegen.pyc
%%PYTHON_SITELIBDIR%%/tpg/codegen.pyo
%%PYTHON_SITELIBDIR%%/tpg/parser.py
%%PYTHON_SITELIBDIR%%/tpg/parser.pyc
%%PYTHON_SITELIBDIR%%/tpg/parser.pyo
@dirrm %%PYTHON_SITELIBDIR%%/tpg
%%PYTHON_SITELIBDIR%%/tpg.py
%%PYTHON_SITELIBDIR%%/tpg.pyc
%%PYTHON_SITELIBDIR%%/tpg.pyo
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/THANKS
@ -27,9 +14,7 @@ bin/tpg
%%PORTDOCS%%%%DOCSDIR%%/tpg11.html
%%PORTDOCS%%%%DOCSDIR%%/tpg13.html
%%PORTDOCS%%%%DOCSDIR%%/tpg14.html
%%PORTDOCS%%%%DOCSDIR%%/tpg17.html
%%PORTDOCS%%%%DOCSDIR%%/tpg20.html
%%PORTDOCS%%%%DOCSDIR%%/tpg23.html
%%PORTDOCS%%%%DOCSDIR%%/tpg19.html
%%PORTDOCS%%%%DOCSDIR%%/tpg6.html
%%PORTDOCS%%%%DOCSDIR%%/tpg7.html
%%PORTDOCS%%%%DOCSDIR%%/tpg8.html
@ -37,9 +22,6 @@ bin/tpg
%%PORTDOCS%%%%DOCSDIR%%/tpgch1.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch10.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch11.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch12.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch13.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch14.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch2.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch3.html
%%PORTDOCS%%%%DOCSDIR%%/tpgch4.html
@ -53,10 +35,7 @@ bin/tpg
%%PORTDOCS%%%%DOCSDIR%%/tpgpa1.html
%%PORTDOCS%%%%DOCSDIR%%/tpgpa2.html
%%PORTDOCS%%%%DOCSDIR%%/tpgpa3.html
%%PORTDOCS%%%%DOCSDIR%%/tpgpa4.html
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%EXAMPLESDIR%%/calc.g
%%EXAMPLESDIR%%/calc.py
%%EXAMPLESDIR%%/calc2.py
%%EXAMPLESDIR%%/notation.py
%%EXAMPLESDIR%%/calc.pyg
%%EXAMPLESDIR%%/notation.pyg
@dirrm %%EXAMPLESDIR%%