summaryrefslogtreecommitdiff
path: root/devel/pyrex
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-03-31 03:55:22 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-03-31 03:55:22 +0000
commitfc99e13e4dc35693b4611d8fd0171a05934dc062 (patch)
tree3ba2c3e0d121a105ba23fdf58874d584b8b8419f /devel/pyrex
parentWork around bug where NcFTP3 will exit unexpectedly when it gets multibyte (diff)
Update to 0.6
Notes
Notes: svn path=/head/; revision=77796
Diffstat (limited to 'devel/pyrex')
-rw-r--r--devel/pyrex/Makefile5
-rw-r--r--devel/pyrex/distinfo2
-rw-r--r--devel/pyrex/pkg-plist10
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