diff options
author | perky <perky@FreeBSD.org> | 2003-03-31 11:55:22 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-03-31 11:55:22 +0800 |
commit | 7b0722eb46ef3312ef1f0530beda24c08ba60c48 (patch) | |
tree | b4d5f72118de392f2aebc9ffde2dec94ed37c386 /devel | |
parent | 45f379a48530bc7cc5eb756fc4fff82377223fa4 (diff) | |
download | freebsd-ports-gnome-7b0722eb46ef3312ef1f0530beda24c08ba60c48.tar.gz freebsd-ports-gnome-7b0722eb46ef3312ef1f0530beda24c08ba60c48.tar.zst freebsd-ports-gnome-7b0722eb46ef3312ef1f0530beda24c08ba60c48.zip |
Update to 0.6
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pyrex/Makefile | 5 | ||||
-rw-r--r-- | devel/pyrex/distinfo | 2 | ||||
-rw-r--r-- | devel/pyrex/pkg-plist | 10 |
3 files changed, 14 insertions, 3 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile index 27806f30d48a..08f0c4f2ddc7 100644 --- a/devel/pyrex/Makefile +++ b/devel/pyrex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyrex -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX} @@ -38,7 +38,8 @@ post-install: @${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/Doc && ${INSTALL_DATA} ./* ${DOCSDIR} @${MKDIR} ${EXAMPLESDIR} - @cd ${WRKSRC}/Demos && ${INSTALL_DATA} ./* ${EXAMPLESDIR} + @${TAR} -C ${WRKSRC}/Demos -cf - . | \ + ${TAR} -C ${EXAMPLESDIR} -xf - .endif .include <bsd.port.mk> diff --git a/devel/pyrex/distinfo b/devel/pyrex/distinfo index fbcc57e89b5c..46424677ee32 100644 --- a/devel/pyrex/distinfo +++ b/devel/pyrex/distinfo @@ -1 +1 @@ -MD5 (Pyrex-0.5.tar.gz) = a334d9c522a93096112145941ffafb22 +MD5 (Pyrex-0.6.tar.gz) = b90473350b47ee5bb69c926224777833 diff --git a/devel/pyrex/pkg-plist b/devel/pyrex/pkg-plist index 0a34c6ab9920..d0a517b7a8fe 100644 --- a/devel/pyrex/pkg-plist +++ b/devel/pyrex/pkg-plist @@ -1,4 +1,7 @@ bin/pyrexc +%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/CmdLine.py +%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/CmdLine.pyc +%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/CmdLine.pyo %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Code.py %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Code.pyc %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Code.pyo @@ -94,11 +97,17 @@ bin/pyrexc %%PORTDOCS%%share/doc/pyrex/About.html %%PORTDOCS%%share/doc/pyrex/FAQ.html %%PORTDOCS%%share/doc/pyrex/index.html +%%PORTDOCS%%share/doc/pyrex/old_news.html %%PORTDOCS%%share/doc/pyrex/overview.html %%PORTDOCS%%share/doc/pyrex/primes.c %%PORTDOCS%%share/doc/pyrex/special_methods.html %%PORTDOCS%%share/examples/pyrex/Makefile %%PORTDOCS%%share/examples/pyrex/Makefile.nodistutils +%%PORTDOCS%%share/examples/pyrex/embed/Makefile +%%PORTDOCS%%share/examples/pyrex/embed/README +%%PORTDOCS%%share/examples/pyrex/embed/embedded.pxi +%%PORTDOCS%%share/examples/pyrex/embed/embedded.pyx +%%PORTDOCS%%share/examples/pyrex/embed/main.c %%PORTDOCS%%share/examples/pyrex/numeric.pyx %%PORTDOCS%%share/examples/pyrex/numeric_demo.pyx %%PORTDOCS%%share/examples/pyrex/primes.pyx @@ -108,5 +117,6 @@ bin/pyrexc %%PORTDOCS%%share/examples/pyrex/run_spam.py %%PORTDOCS%%share/examples/pyrex/setup.py %%PORTDOCS%%share/examples/pyrex/spam.pyx +%%PORTDOCS%%@dirrm share/examples/pyrex/embed %%PORTDOCS%%@dirrm share/examples/pyrex %%PORTDOCS%%@dirrm share/doc/pyrex |