summaryrefslogtreecommitdiff
path: root/net/py-ORBit
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-08-09 12:51:01 +0000
committerrecht <recht@pkgsrc.org>2003-08-09 12:51:01 +0000
commit416d8baec05a9b4b1b9dd0f51532787a3ff4ff26 (patch)
tree412e844c709c95c04c22ee79adac06371b3611ac /net/py-ORBit
parent42bae727e50713510f583968778e0a15c81c42b8 (diff)
downloadpkgsrc-416d8baec05a9b4b1b9dd0f51532787a3ff4ff26.tar.gz
Update to 1.99.6
Changes (since 1.99.5): * Work with latest HEAD branch (ORBit2 2.7.x). * allow importing of CORBA or PortableServer without first importing ORBit. This gives better compatibility with standard CORBA mapping. * None is not a valid string/wstring value. * accept strings for sequence<octet>. * clean up base class list when building client stubs. This is needed in order for the stubs to work with Python 2.3. * fix some possible segfaults if the argument names are missing in the IInterface structures, which occurs when using ORBit.load_file().
Diffstat (limited to 'net/py-ORBit')
-rw-r--r--net/py-ORBit/Makefile7
-rw-r--r--net/py-ORBit/PLIST8
-rw-r--r--net/py-ORBit/buildlink2.mk4
-rw-r--r--net/py-ORBit/distinfo6
4 files changed, 15 insertions, 10 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index 019b06b2eed..eaea015dfbe 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2003/07/13 13:52:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/08/09 12:51:01 recht Exp $
#
-DISTNAME= pyorbit-1.99.4
+DISTNAME= pyorbit-1.99.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/1.99/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= marc@informatik.uni-bremen.de
+MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Python bindings for ORBit2
diff --git a/net/py-ORBit/PLIST b/net/py-ORBit/PLIST
index 2104c8df2c0..db6e23e2359 100644
--- a/net/py-ORBit/PLIST
+++ b/net/py-ORBit/PLIST
@@ -1,7 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/09 16:33:38 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/08/09 12:51:02 recht Exp $
include/pyorbit-2/pyorbit.h
lib/pkgconfig/pyorbit-2.pc
+${PYSITELIB}/CORBA.py
+${PYSITELIB}/CORBA.pyc
+${PYSITELIB}/CORBA.pyo
${PYSITELIB}/ORBit.a
${PYSITELIB}/ORBit.la
${PYSITELIB}/ORBit.so
+${PYSITELIB}/PortableServer.py
+${PYSITELIB}/PortableServer.pyc
+${PYSITELIB}/PortableServer.pyo
@dirrm include/pyorbit-2
diff --git a/net/py-ORBit/buildlink2.mk b/net/py-ORBit/buildlink2.mk
index 4f3b6b05673..5d611acba2b 100644
--- a/net/py-ORBit/buildlink2.mk
+++ b/net/py-ORBit/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.3 2003/07/13 13:52:59 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/08/09 12:51:02 recht Exp $
.if !defined(PYORBIT_BUILDLINK2_MK)
PYORBIT_BUILDLINK2_MK= # defined
@@ -7,7 +7,7 @@ PYTHON_VERSION_REQD= 22pth
.include "../../lang/python/pyversion.mk"
BUILDLINK_PACKAGES+= pyorbit
-BUILDLINK_DEPENDS.pyorbit?= ${PYPKGPREFIX}-ORBit>=1.99.4nb1
+BUILDLINK_DEPENDS.pyorbit?= ${PYPKGPREFIX}-ORBit>=1.99.6
BUILDLINK_PKGSRCDIR.pyorbit?= ../../net/py-ORBit
EVAL_PREFIX+= BUILDLINK_PREFIX.pyorbit=${PYPKGPREFIX}-ORBit
diff --git a/net/py-ORBit/distinfo b/net/py-ORBit/distinfo
index 8c30f307aca..01e8b7b72fa 100644
--- a/net/py-ORBit/distinfo
+++ b/net/py-ORBit/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/05/09 16:33:38 drochner Exp $
+$NetBSD: distinfo,v 1.2 2003/08/09 12:51:02 recht Exp $
-SHA1 (pyorbit-1.99.4.tar.bz2) = 94ab17977cecaca539ea3e9a8c0fa07a578a3585
-Size (pyorbit-1.99.4.tar.bz2) = 188110 bytes
+SHA1 (pyorbit-1.99.6.tar.bz2) = 695ad10bab65a9f0d421e904e106abdff6903f43
+Size (pyorbit-1.99.6.tar.bz2) = 242618 bytes