mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 1.1.4.1
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= plex
|
PORTNAME= plex
|
||||||
PORTVERSION= 1.1.4
|
PORTVERSION= 1.1.4.1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
|
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Plex/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -18,8 +18,8 @@ COMMENT= Lexical Analysis Module for Python
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
|
|
||||||
DOCDIR= share/doc/py-plex
|
DOCSDIR= share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
||||||
EXAMPLESDIR= share/examples/py-plex
|
EXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \
|
${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${FILESDIR}/setup.py \
|
||||||
|
@ -27,8 +27,8 @@ post-extract:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${PREFIX}/${DOCDIR}
|
${MKDIR} ${PREFIX}/${DOCSDIR}
|
||||||
cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${PREFIX}/${DOCDIR}
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} ./* ${PREFIX}/${DOCSDIR}
|
||||||
${MKDIR} ${PREFIX}/${EXAMPLESDIR}
|
${MKDIR} ${PREFIX}/${EXAMPLESDIR}
|
||||||
cd ${WRKSRC}/examples && ${INSTALL_DATA} ./* ${PREFIX}/${EXAMPLESDIR}
|
cd ${WRKSRC}/examples && ${INSTALL_DATA} ./* ${PREFIX}/${EXAMPLESDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (Plex-1.1.4.tar.gz) = cbdc7344fb9add7e9c4d562b35afff3c
|
MD5 (Plex-1.1.4.1.tar.gz) = e6ec70ab691c465910a8c010586c7500
|
||||||
|
|
|
@ -35,26 +35,26 @@
|
||||||
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyc
|
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyo
|
%%PYTHON_SITELIBDIR%%/Plex/test_tm.pyo
|
||||||
@dirrm %%PYTHON_SITELIBDIR%%/Plex
|
@dirrm %%PYTHON_SITELIBDIR%%/Plex
|
||||||
%%PORTDOCS%%share/doc/py-plex/Reference.html
|
%%PORTDOCS%%%%DOCSDIR%%/Reference.html
|
||||||
%%PORTDOCS%%share/doc/py-plex/Tutorial.html
|
%%PORTDOCS%%%%DOCSDIR%%/Tutorial.html
|
||||||
%%PORTDOCS%%share/doc/py-plex/index.html
|
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||||
%%PORTDOCS%%share/examples/py-plex/example1and2.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example1and2.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/example1and2.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example1and2.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/example3.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example3.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/example3.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example3.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/example4.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example4.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/example4.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example4.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/example5.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example5.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/example5.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example5.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/example6.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example6.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/example6.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example6.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/example7.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example7.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/example7.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example7.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/pascal.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/pascal.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/pascal.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/pascal.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/python.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/python.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/python.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/python.py
|
||||||
%%PORTDOCS%%share/examples/py-plex/speedtest.in
|
%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.in
|
||||||
%%PORTDOCS%%share/examples/py-plex/speedtest.py
|
%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.py
|
||||||
%%PORTDOCS%%@dirrm share/examples/py-plex
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||||
%%PORTDOCS%%@dirrm share/doc/py-plex
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue