diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-23 08:22:10 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-23 08:22:10 +0000 |
commit | 23dfe368737b05481376d4ae9c548320097f14fd (patch) | |
tree | ad372d6a0cb30a2e8cc6be495b677eb6d2a081a0 /devel/pyrex | |
parent | 1c243818f5797db00f2097f29765002866e14815 (diff) | |
download | ports-23dfe368737b05481376d4ae9c548320097f14fd.tar.gz ports-23dfe368737b05481376d4ae9c548320097f14fd.zip |
Notes
Diffstat (limited to 'devel/pyrex')
-rw-r--r-- | devel/pyrex/Makefile | 2 | ||||
-rw-r--r-- | devel/pyrex/distinfo | 2 | ||||
-rw-r--r-- | devel/pyrex/pkg-plist | 28 |
3 files changed, 19 insertions, 13 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile index b1a4dfd42a75..80af1c779729 100644 --- a/devel/pyrex/Makefile +++ b/devel/pyrex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyrex -PORTVERSION= 0.7.2 +PORTVERSION= 0.8 CATEGORIES= devel lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX} diff --git a/devel/pyrex/distinfo b/devel/pyrex/distinfo index b230c2611628..7b25d126a3d1 100644 --- a/devel/pyrex/distinfo +++ b/devel/pyrex/distinfo @@ -1 +1 @@ -MD5 (Pyrex-0.7.2.tar.gz) = 667493d046e5172a07744ecaded11d10 +MD5 (Pyrex-0.8.tar.gz) = 18b9b13bf8b8be70b46ee165522f268c diff --git a/devel/pyrex/pkg-plist b/devel/pyrex/pkg-plist index f4f0aa93e8d3..a56a6419fe8b 100644 --- a/devel/pyrex/pkg-plist +++ b/devel/pyrex/pkg-plist @@ -15,6 +15,9 @@ bin/pyrexc %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/ExprNodes.pyc %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/ExprNodes.pyo %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.pickle +%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.py +%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.pyc +%%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Lexicon.pyo %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Main.py %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Main.pyc %%PYTHON_SITELIBDIR%%/Pyrex/Compiler/Main.pyo @@ -54,6 +57,9 @@ 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/FileMarking.py +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.pyc +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.pyo %%PYTHON_SITELIBDIR%%/Pyrex/Mac/Finder_Std_Suite.py %%PYTHON_SITELIBDIR%%/Pyrex/Mac/Finder_Std_Suite.pyc %%PYTHON_SITELIBDIR%%/Pyrex/Mac/Finder_Std_Suite.pyo @@ -101,11 +107,22 @@ bin/pyrexc %%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 %%PORTDOCS%%share/doc/pyrex/special_methods.html %%PORTDOCS%%share/examples/pyrex/Makefile %%PORTDOCS%%share/examples/pyrex/Makefile.nodistutils %%PORTDOCS%%share/examples/pyrex/Setup.py +%%PORTDOCS%%share/examples/pyrex/callback/Makefile +%%PORTDOCS%%share/examples/pyrex/callback/Makefile.nodistutils +%%PORTDOCS%%share/examples/pyrex/callback/README.txt +%%PORTDOCS%%share/examples/pyrex/callback/Setup.py +%%PORTDOCS%%share/examples/pyrex/callback/cheese.pyx +%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.h +%%PORTDOCS%%share/examples/pyrex/callback/run_cheese.py %%PORTDOCS%%share/examples/pyrex/embed/Makefile +%%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc +%%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 @@ -118,17 +135,6 @@ bin/pyrexc %%PORTDOCS%%share/examples/pyrex/run_primes.py %%PORTDOCS%%share/examples/pyrex/run_spam.py %%PORTDOCS%%share/examples/pyrex/spam.pyx -%%PORTDOCS%%share/examples/pyrex/callback/cheese.pyx -%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.h -%%PORTDOCS%%share/examples/pyrex/callback/Makefile -%%PORTDOCS%%share/examples/pyrex/callback/Makefile.nodistutils -%%PORTDOCS%%share/examples/pyrex/callback/README.txt -%%PORTDOCS%%share/examples/pyrex/callback/run_cheese.py -%%PORTDOCS%%share/examples/pyrex/callback/Setup.py -%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.c -%%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc -%%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc.static -%%PORTDOCS%%share/examples/pyrex/embed/Makefile.unix %%PORTDOCS%%@dirrm share/examples/pyrex/callback %%PORTDOCS%%@dirrm share/examples/pyrex/embed %%PORTDOCS%%@dirrm share/examples/pyrex |