diff options
author | wjv <wjv@FreeBSD.org> | 2001-08-28 20:15:52 +0800 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-08-28 20:15:52 +0800 |
commit | 0470889f54804a32b65cb4ff181c55888a30a094 (patch) | |
tree | 93e8f61730fb7ffbb136ea585251555ce9c9a083 /devel/py-orbit2 | |
parent | 289c36981d7e8e7c4e20fdd241e8661081a99624 (diff) | |
download | freebsd-ports-graphics-0470889f54804a32b65cb4ff181c55888a30a094.tar.gz freebsd-ports-graphics-0470889f54804a32b65cb4ff181c55888a30a094.tar.zst freebsd-ports-graphics-0470889f54804a32b65cb4ff181c55888a30a094.zip |
- Update to version 0.3.0
- Release notes:
- many new features
- improved stability
- improved memory usage - all known leaks fixed
- improved compliance with Python mapping specification
- CORBA exceptions overhauled
- object references implemented as class instances
- works better with GNOME IDLs
- etc.
Diffstat (limited to 'devel/py-orbit2')
-rw-r--r-- | devel/py-orbit2/Makefile | 2 | ||||
-rw-r--r-- | devel/py-orbit2/distinfo | 2 | ||||
-rw-r--r-- | devel/py-orbit2/pkg-descr | 2 | ||||
-rw-r--r-- | devel/py-orbit2/pkg-plist | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 5bdd5316220..82737bd9bcf 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= orbit -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= orbit-python diff --git a/devel/py-orbit2/distinfo b/devel/py-orbit2/distinfo index bde22e7d5a2..e058e532b52 100644 --- a/devel/py-orbit2/distinfo +++ b/devel/py-orbit2/distinfo @@ -1 +1 @@ -MD5 (orbit-python-0.2.0.tar.gz) = 56ebe0f2c9194e338c48b7f931003722 +MD5 (orbit-python-0.3.0.tar.gz) = 913318cafbe2d4a51f73bc221c7c600a diff --git a/devel/py-orbit2/pkg-descr b/devel/py-orbit2/pkg-descr index 7133834bcf7..49c8a6a327f 100644 --- a/devel/py-orbit2/pkg-descr +++ b/devel/py-orbit2/pkg-descr @@ -20,4 +20,4 @@ To paraphrase the README: Author: Jason Tackaberry <tack@linux.com> WWW: http://orbit-python.sault.org/ --- Johann Visagie <johann@egenetics.com> +-- Johann Visagie <wjv@FreeBSD.org> diff --git a/devel/py-orbit2/pkg-plist b/devel/py-orbit2/pkg-plist index 6a2e8290942..1a098bc4708 100644 --- a/devel/py-orbit2/pkg-plist +++ b/devel/py-orbit2/pkg-plist @@ -1,4 +1,5 @@ +bin/orbit-python-config +include/orbit-python/orbit-python.h lib/%%PYTHON_VERSION%%/site-packages/CORBAmodule.so lib/%%PYTHON_VERSION%%/site-packages/PortableServermodule.so -include/orbit-python/orbit-python.h @dirrm include/orbit-python |