diff options
author | perky <perky@FreeBSD.org> | 2003-06-23 16:22:10 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-06-23 16:22:10 +0800 |
commit | af740412ee521ce5963a4e8088a80041e1f88f38 (patch) | |
tree | 2d1b8c16289b73685a96a06126edc5a25201653a | |
parent | 989473cc5674bfa9b42190a0f78d9b250def3d7f (diff) | |
download | freebsd-ports-gnome-af740412ee521ce5963a4e8088a80041e1f88f38.tar.gz freebsd-ports-gnome-af740412ee521ce5963a4e8088a80041e1f88f38.tar.zst freebsd-ports-gnome-af740412ee521ce5963a4e8088a80041e1f88f38.zip |
Update to 0.8
-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 |