aboutsummaryrefslogtreecommitdiff
path: root/devel/pyrex
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-11-10 12:24:34 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-11-10 12:24:34 +0000
commiteef982bb3400e180f5fc94e80be3d4bcf9f937ce (patch)
tree03a112602b1400922906505949db3c52f8870374 /devel/pyrex
parentd5087e4a45ad0bda3e56ba7b2e32fbb178c40693 (diff)
downloadports-eef982bb3400e180f5fc94e80be3d4bcf9f937ce.tar.gz
ports-eef982bb3400e180f5fc94e80be3d4bcf9f937ce.zip
Notes
Diffstat (limited to 'devel/pyrex')
-rw-r--r--devel/pyrex/Makefile3
-rw-r--r--devel/pyrex/distinfo2
-rw-r--r--devel/pyrex/pkg-plist9
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile
index 20bc9a47264f..78de3dd246c6 100644
--- a/devel/pyrex/Makefile
+++ b/devel/pyrex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pyrex
-PORTVERSION= 0.8.1
+PORTVERSION= 0.9
CATEGORIES= devel lang python
MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX}
@@ -27,6 +27,7 @@ post-patch:
-e 's|\.\./py|${PREFIX}/bin/py|g' ${WRKSRC}/Demos/Makefile
@${REINPLACE_CMD} -e "s|'Plex'||g" ${WRKSRC}/setup.py
@${RM} -f ${WRKSRC}/Demos/Makefile.bak
+ @${FIND} ${WRKSRC} -name .DS_Store | ${XARGS} ${RM} -f
post-install:
@# precompile lexicon pickle
diff --git a/devel/pyrex/distinfo b/devel/pyrex/distinfo
index d96f7eb4017b..d95f90bce5b0 100644
--- a/devel/pyrex/distinfo
+++ b/devel/pyrex/distinfo
@@ -1 +1 @@
-MD5 (Pyrex-0.8.1.tar.gz) = e012cb0121db96e48318d05afb73cdb1
+MD5 (Pyrex-0.9.tar.gz) = 99ae698c3f308d0d1eff1078ac87d459
diff --git a/devel/pyrex/pkg-plist b/devel/pyrex/pkg-plist
index a56a6419fe8b..b4e20c66f76c 100644
--- a/devel/pyrex/pkg-plist
+++ b/devel/pyrex/pkg-plist
@@ -57,6 +57,12 @@ bin/pyrexc
%%PYTHON_SITELIBDIR%%/Pyrex/Distutils/build_ext.py
%%PYTHON_SITELIBDIR%%/Pyrex/Distutils/build_ext.pyc
%%PYTHON_SITELIBDIR%%/Pyrex/Distutils/build_ext.pyo
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.py
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyc
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyo
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinTesting.py
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinTesting.pyc
+%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinTesting.pyo
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.py
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.pyc
%%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.pyo
@@ -104,7 +110,6 @@ bin/pyrexc
%%PORTDOCS%%share/doc/pyrex/FAQ.html
%%PORTDOCS%%share/doc/pyrex/extension_types.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/sharing.html
@@ -124,10 +129,8 @@ bin/pyrexc
%%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc.static
%%PORTDOCS%%share/examples/pyrex/embed/Makefile.unix
%%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
%%PORTDOCS%%share/examples/pyrex/pyprimes.py