pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-ORBit Update to 1.99.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/847998872432
branches:  trunk
changeset: 459858:847998872432
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Aug 09 12:51:01 2003 +0000

description:
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:

 net/py-ORBit/Makefile      |  7 +++----
 net/py-ORBit/PLIST         |  8 +++++++-
 net/py-ORBit/buildlink2.mk |  4 ++--
 net/py-ORBit/distinfo      |  6 +++---
 4 files changed, 15 insertions(+), 10 deletions(-)

diffs (68 lines):

diff -r 6674439df7e9 -r 847998872432 net/py-ORBit/Makefile
--- a/net/py-ORBit/Makefile     Sat Aug 09 12:45:49 2003 +0000
+++ b/net/py-ORBit/Makefile     Sat Aug 09 12:51:01 2003 +0000
@@ -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@localhost
+MAINTAINER=    recht%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnome.org/
 COMMENT=       Python bindings for ORBit2
 
diff -r 6674439df7e9 -r 847998872432 net/py-ORBit/PLIST
--- a/net/py-ORBit/PLIST        Sat Aug 09 12:45:49 2003 +0000
+++ b/net/py-ORBit/PLIST        Sat Aug 09 12:51:01 2003 +0000
@@ -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 -r 6674439df7e9 -r 847998872432 net/py-ORBit/buildlink2.mk
--- a/net/py-ORBit/buildlink2.mk        Sat Aug 09 12:45:49 2003 +0000
+++ b/net/py-ORBit/buildlink2.mk        Sat Aug 09 12:51:01 2003 +0000
@@ -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 @@
 .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 -r 6674439df7e9 -r 847998872432 net/py-ORBit/distinfo
--- a/net/py-ORBit/distinfo     Sat Aug 09 12:45:49 2003 +0000
+++ b/net/py-ORBit/distinfo     Sat Aug 09 12:51:01 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index