1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.1.4.1

This commit is contained in:
Hye-Shik Chang 2003-08-28 05:01:53 +00:00
parent c101866e9f
commit 34e10e966b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87828
3 changed files with 29 additions and 29 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= plex
PORTVERSION= 1.1.4
PORTVERSION= 1.1.4.1
CATEGORIES= devel python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,8 +18,8 @@ COMMENT= Lexical Analysis Module for Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
DOCDIR= share/doc/py-plex
EXAMPLESDIR= share/examples/py-plex
DOCSDIR= share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTNAME}
post-extract:
${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \
@ -27,8 +27,8 @@ post-extract:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/${DOCDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${PREFIX}/${DOCDIR}
${MKDIR} ${PREFIX}/${DOCSDIR}
cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${PREFIX}/${DOCSDIR}
${MKDIR} ${PREFIX}/${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} ./* ${PREFIX}/${EXAMPLESDIR}
.endif

View File

@ -1 +1 @@
MD5 (Plex-1.1.4.tar.gz) = cbdc7344fb9add7e9c4d562b35afff3c
MD5 (Plex-1.1.4.1.tar.gz) = e6ec70ab691c465910a8c010586c7500

View File

@ -35,26 +35,26 @@
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyc
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyo
@dirrm %%PYTHON_SITELIBDIR%%/Plex
%%PORTDOCS%%share/doc/py-plex/Reference.html
%%PORTDOCS%%share/doc/py-plex/Tutorial.html
%%PORTDOCS%%share/doc/py-plex/index.html
%%PORTDOCS%%share/examples/py-plex/example1and2.in
%%PORTDOCS%%share/examples/py-plex/example1and2.py
%%PORTDOCS%%share/examples/py-plex/example3.in
%%PORTDOCS%%share/examples/py-plex/example3.py
%%PORTDOCS%%share/examples/py-plex/example4.in
%%PORTDOCS%%share/examples/py-plex/example4.py
%%PORTDOCS%%share/examples/py-plex/example5.in
%%PORTDOCS%%share/examples/py-plex/example5.py
%%PORTDOCS%%share/examples/py-plex/example6.in
%%PORTDOCS%%share/examples/py-plex/example6.py
%%PORTDOCS%%share/examples/py-plex/example7.in
%%PORTDOCS%%share/examples/py-plex/example7.py
%%PORTDOCS%%share/examples/py-plex/pascal.in
%%PORTDOCS%%share/examples/py-plex/pascal.py
%%PORTDOCS%%share/examples/py-plex/python.in
%%PORTDOCS%%share/examples/py-plex/python.py
%%PORTDOCS%%share/examples/py-plex/speedtest.in
%%PORTDOCS%%share/examples/py-plex/speedtest.py
%%PORTDOCS%%@dirrm share/examples/py-plex
%%PORTDOCS%%@dirrm share/doc/py-plex
%%PORTDOCS%%%%DOCSDIR%%/Reference.html
%%PORTDOCS%%%%DOCSDIR%%/Tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%EXAMPLESDIR%%/example1and2.in
%%PORTDOCS%%%%EXAMPLESDIR%%/example1and2.py
%%PORTDOCS%%%%EXAMPLESDIR%%/example3.in
%%PORTDOCS%%%%EXAMPLESDIR%%/example3.py
%%PORTDOCS%%%%EXAMPLESDIR%%/example4.in
%%PORTDOCS%%%%EXAMPLESDIR%%/example4.py
%%PORTDOCS%%%%EXAMPLESDIR%%/example5.in
%%PORTDOCS%%%%EXAMPLESDIR%%/example5.py
%%PORTDOCS%%%%EXAMPLESDIR%%/example6.in
%%PORTDOCS%%%%EXAMPLESDIR%%/example6.py
%%PORTDOCS%%%%EXAMPLESDIR%%/example7.in
%%PORTDOCS%%%%EXAMPLESDIR%%/example7.py
%%PORTDOCS%%%%EXAMPLESDIR%%/pascal.in
%%PORTDOCS%%%%EXAMPLESDIR%%/pascal.py
%%PORTDOCS%%%%EXAMPLESDIR%%/python.in
%%PORTDOCS%%%%EXAMPLESDIR%%/python.py
%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.in
%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.py
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%