From 42d1b82f3efcf62061d32cef5cc8076d3a901fca Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 31 Dec 2000 14:01:43 +0000 Subject: Update bonobo to 0.30. Changes include: * Evil bugs * X / CORBA synchronisation issues fixed * Property bag / transient memory leaks fixed * Toolbar widget leak * Lots of misc leaks nailed * Bonobo plug / socket race condition nailed * Storage stuff * Local FS Stream / Storage impl. completed * Efs stream / storage polished up * VFS storage cleans * Bonobo IO plugins version fixage * Storage module cleans, and regression testing * Monikers * Bonobo widget switched to use monikers * Bonobo contexts - moniker context * tar moniker * http, gunzip monikers * moniker test code * Asynchronous moniker resolution * New transient CORBA object helper * UI stuff * Alpha composited icons (for pixmap themes) * Control desired size querying * Completed toolbar item 'look' markup * pixmap location code flexed * placeholder can hide all its contents * UI signaling race conditions nailed * Helpers for removing dead UI components * Misc * CORBA_any * <-> XML serialization * generic listener / event interface re-written * Created component selector control * listener fixes * BonoboPropertyControl implemented & honed * Make each IDL file parse individualy * Embeddable factory bug flattened * Docs * API build cleanups * Lots of API doc writing / organising * doc/NAMESPACE added to start namespacing IDL * Lots of bugs fixed. Bonobo 0.28 * Fixes to XML translation to fix seperate build dir * Beautified XML translation script * Fixes to allow perl relocation * Remove Gtk arg <-> property mapping sillyness Bonobo 0.27 * New test environment for storage drivers * Lots of internal stream / storage fixes * API rename & documentation clean * Property bag fixes * improved ref debugging * Lots of moniker (http, gzip) work * Library versioning sorted * UI Leaks fixed * XML Translation scheme re-engineered * Lots of API Documentation mending --- devel/bonobo/Makefile | 9 +++++---- devel/bonobo/files/md5 | 4 ++-- devel/bonobo/pkg/PLIST | 48 ++++++++++++++++++++++++++++++++---------------- 3 files changed, 39 insertions(+), 22 deletions(-) (limited to 'devel') diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index e457e143114..b19feb21cbe 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2000/11/25 14:27:23 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/12/31 14:01:43 rh Exp $ # -DISTNAME= bonobo-0.26 +DISTNAME= bonobo-0.30 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/bonobo/} @@ -9,10 +9,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/bison:../../devel/bison +DEPENDS+= ORBit>=0.5.6:../../net/ORBit DEPENDS+= gdk-pixbuf>=0.6.0:../../graphics/gdk-pixbuf -DEPENDS+= oaf>=0.5.0:../../devel/oaf +DEPENDS+= oaf>=0.6.1:../../devel/oaf DEPENDS+= gnome-libs>=1.2.7:../../x11/gnome-libs -DEPENDS+= gnome-print>=0.16:../../print/gnome-print +DEPENDS+= gnome-print>=0.25:../../print/gnome-print USE_LIBTOOL= YES USE_X11BASE= YES diff --git a/devel/bonobo/files/md5 b/devel/bonobo/files/md5 index 9422b4a462c..acee26d66a2 100644 --- a/devel/bonobo/files/md5 +++ b/devel/bonobo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 2000/11/25 14:27:23 rh Exp $ +$NetBSD: md5,v 1.5 2000/12/31 14:01:44 rh Exp $ -MD5 (bonobo-0.26.tar.gz) = 9edc9184e1b6264c4b02bf04c7aceba5 +MD5 (bonobo-0.30.tar.gz) = 640d6b3285044ee7e9a1462dfe13a874 diff --git a/devel/bonobo/pkg/PLIST b/devel/bonobo/pkg/PLIST index 4509cedcfed..d594b0941f4 100644 --- a/devel/bonobo/pkg/PLIST +++ b/devel/bonobo/pkg/PLIST @@ -1,13 +1,15 @@ -@comment $NetBSD: PLIST,v 1.6 2000/12/04 15:40:51 jlam Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/12/31 14:01:44 rh Exp $ bin/bonobo-application-x-mines bin/bonobo-audio-ulaw bin/bonobo-echo bin/bonobo-hello -bin/bonobo-moniker-config +bin/bonobo-moniker-gunzip +bin/bonobo-moniker-http +bin/bonobo-selector bin/bonobo-text-plain -bin/bonobo-ui-extract bin/echo-client bin/efstool +bin/gshell bin/libefs-config bin/paint-component-simple bin/sample-canvas-item @@ -18,18 +20,22 @@ bin/std-moniker include/bonobo.h include/bonobo/Bonobo.h include/bonobo/bonobo-arg.h +include/bonobo/bonobo-async.h include/bonobo/bonobo-canvas-component.h include/bonobo/bonobo-canvas-item.h include/bonobo/bonobo-client-site.h include/bonobo/bonobo-component-io.h +include/bonobo/bonobo-context.h include/bonobo/bonobo-control-frame.h include/bonobo/bonobo-control.h include/bonobo/bonobo-desktop-window.h -include/bonobo/bonobo-embeddable-factory.h include/bonobo/bonobo-embeddable.h +include/bonobo/bonobo-event-source.h include/bonobo/bonobo-exception.h include/bonobo/bonobo-generic-factory.h include/bonobo/bonobo-item-container.h +include/bonobo/bonobo-item-handler.h +include/bonobo/bonobo-listener.h include/bonobo/bonobo-main.h include/bonobo/bonobo-moniker-util.h include/bonobo/bonobo-moniker.h @@ -46,10 +52,13 @@ include/bonobo/bonobo-print.h include/bonobo/bonobo-progressive.h include/bonobo/bonobo-property-bag-client.h include/bonobo/bonobo-property-bag.h +include/bonobo/bonobo-property-bag-xml.h +include/bonobo/bonobo-property-control.h include/bonobo/bonobo-property-listener.h include/bonobo/bonobo-property-types.h include/bonobo/bonobo-property.h include/bonobo/bonobo-selector.h +include/bonobo/bonobo-selector-widget.h include/bonobo/bonobo-socket.h include/bonobo/bonobo-storage.h include/bonobo/bonobo-storage-plugin.h @@ -86,13 +95,13 @@ lib/bonobo/plugin/libstorage_fs.a lib/bonobo/plugin/libstorage_fs.so lib/libbonobo-print.la lib/libbonobo-print.a -lib/libbonobo-print.so.0.0 +lib/libbonobo-print.so.2.0 lib/libbonobo.la lib/libbonobo.a lib/libbonobo.so.2.0 lib/libbonobox.la lib/libbonobox.a -lib/libbonobox.so.0.0 +lib/libbonobox.so.2.0 lib/libefs.a lib/libefs.la lib/libefs.so.1.0 @@ -103,11 +112,13 @@ share/bonobo/html/bonobo-sections.txt share/bonobo/html/bonobo.hierarchy share/bonobo/html/bonobo.signals share/bonobo/html/bonobo.types +share/gnome/ui/gshell-ui.xml share/idl/Bonobo.idl share/idl/Echo.idl share/idl/bonobo-advise.idl share/idl/bonobo-canvas.idl share/idl/bonobo-client-site.idl +share/idl/bonobo-context.idl share/idl/bonobo-control.idl share/idl/bonobo-desktop.idl share/idl/bonobo-embeddable.idl @@ -122,7 +133,6 @@ share/idl/bonobo-storage.idl share/idl/bonobo-ui.idl share/idl/bonobo-unknown.idl share/idl/bonobo-zoomable.idl -share/idl/bonobo.idl share/locale/ca/LC_MESSAGES/bonobo.mo share/locale/da/LC_MESSAGES/bonobo.mo share/locale/de/LC_MESSAGES/bonobo.mo @@ -148,16 +158,21 @@ share/locale/sv/LC_MESSAGES/bonobo.mo share/locale/tr/LC_MESSAGES/bonobo.mo share/locale/uk/LC_MESSAGES/bonobo.mo share/locale/wa/LC_MESSAGES/bonobo.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/bonobo.mo share/mime-info/bonobo.keys -share/oaf/application-x-mines.oafinfo -share/oaf/audio-ulaw.oafinfo -share/oaf/bonobo-calculator-control.oafinfo -share/oaf/bonobo-clock-control.oafinfo -share/oaf/echo.oafinfo -share/oaf/hello.oafinfo -share/oaf/paint-component-simple.oafinfo -share/oaf/std-moniker.oafinfo -share/oaf/text-plain.oafinfo +share/oaf/Bonobo_Moniker_std.oafinfo +share/oaf/Bonobo_Moniker_gzip.oafinfo +share/oaf/Bonobo_Moniker_http.oafinfo +share/oaf/Bonobo_Selector.oafinfo +share/oaf/Bonobo_Sample_Mines.oafinfo +share/oaf/Bonobo_Sample_Text.oafinfo +share/oaf/Bonobo_Sample_Audio.oafinfo +share/oaf/Bonobo_Sample_Clock.oafinfo +share/oaf/Bonobo_Sample_Calculator.oafinfo +share/oaf/Bonobo_Sample_Hello.oafinfo +share/oaf/Bonobo_Sample_Paint.oafinfo +share/oaf/Bonobo_Sample_CanvasItem.oafinfo +share/oaf/Bonobo_Sample_Echo.oafinfo @exec mkdir -p %D/share/gnome/bonobo/docs/audio_ulaw/C/images @dirrm include/bonobo @dirrm share/bonobo/html/bonobo @@ -168,6 +183,7 @@ share/oaf/text-plain.oafinfo @dirrm share/gnome/bonobo/docs/audio_ulaw @dirrm share/gnome/bonobo/docs @dirrm share/gnome/bonobo +@dirrm share/gnome/ui @unexec rmdir %D/lib/pkgconfig 2>/dev/null || true @dirrm lib/bonobo/plugin @dirrm lib/bonobo -- cgit v1.2.3