summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrh <rh>2000-01-02 15:15:16 +0000
committerrh <rh>2000-01-02 15:15:16 +0000
commit37e3212d19cc43ecb69d8745959078b64f6ee4a9 (patch)
tree9d662e3eb014a4660f416456f8799a668443faae /devel
parent4de34b794f94051345deb99d497b9d1b731e978f (diff)
downloadpkgsrc-37e3212d19cc43ecb69d8745959078b64f6ee4a9.tar.gz
Initial import of bonobo-0.4, the GNOME architecture for creating reusable
software components and compound documents.
Diffstat (limited to 'devel')
-rw-r--r--devel/bonobo/Makefile25
-rw-r--r--devel/bonobo/files/md53
-rw-r--r--devel/bonobo/files/patch-sum4
-rw-r--r--devel/bonobo/patches/patch-aa31
-rw-r--r--devel/bonobo/patches/patch-ab26
-rw-r--r--devel/bonobo/pkg/COMMENT1
-rw-r--r--devel/bonobo/pkg/DESCR14
-rw-r--r--devel/bonobo/pkg/PLIST92
8 files changed, 196 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
new file mode 100644
index 00000000000..2981abff61b
--- /dev/null
+++ b/devel/bonobo/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+#
+
+DISTNAME= bonobo-0.4
+CATEGORIES= devel corba
+MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/bonobo/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+DEPENDS+= bison-*:../../devel/bison
+DEPENDS+= gdk-pixbuf-*:../../graphics/gdk-pixbuf
+
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+GNU_CONFIGURE= YES
+
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV+= X11BASE="${X11BASE}"
+LDFLAGS+= "-L${LOCALBASE}/lib"
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/bonobo/files/md5 b/devel/bonobo/files/md5
new file mode 100644
index 00000000000..bf57afc9dd4
--- /dev/null
+++ b/devel/bonobo/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+
+MD5 (bonobo-0.4.tar.gz) = 108b835663269416b100a0dfd7207c72
diff --git a/devel/bonobo/files/patch-sum b/devel/bonobo/files/patch-sum
new file mode 100644
index 00000000000..3dfc59d7e95
--- /dev/null
+++ b/devel/bonobo/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+
+MD5 (patch-aa) = 58b085e18a3afd80acd9bec2efb6bf1d
+MD5 (patch-ab) = d8fde37adbb970401c00589afd577c1a
diff --git a/devel/bonobo/patches/patch-aa b/devel/bonobo/patches/patch-aa
new file mode 100644
index 00000000000..8426768a2b6
--- /dev/null
+++ b/devel/bonobo/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+
+--- configure.orig Mon Sep 27 22:32:28 1999
++++ configure Sun Jan 2 14:41:09 2000
+@@ -5323,10 +5323,12 @@
+ top_srcdir="$ac_dots$ac_given_srcdir" ;;
+ esac
+
++if false; then
+ case "$ac_given_INSTALL" in
+ [/$]*) INSTALL="$ac_given_INSTALL" ;;
+ *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ esac
++fi
+
+ echo creating "$ac_file"
+ rm -f "$ac_file"
+@@ -5596,10 +5598,13 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
++
++if false; then
+ case "$ac_given_INSTALL" in
+ [/$]*) INSTALL="$ac_given_INSTALL" ;;
+ *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+ esac
++fi
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.
diff --git a/devel/bonobo/patches/patch-ab b/devel/bonobo/patches/patch-ab
new file mode 100644
index 00000000000..aa7503644e7
--- /dev/null
+++ b/devel/bonobo/patches/patch-ab
@@ -0,0 +1,26 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+
+--- components/application-x-gnomine/Makefile.in.orig Mon Sep 27 23:22:05 1999
++++ components/application-x-gnomine/Makefile.in Sun Jan 2 15:41:43 2000
+@@ -146,7 +146,7 @@
+ bonobo_application_x_mines_SOURCES = minefield.h minefield.c bonobo-application-x-mines.c
+
+
+-bonobo_application_x_mines_LDADD = $(GNOME_LIBDIR) -lbonobo $(GNOMEGNORBA_LIBS)
++bonobo_application_x_mines_LDADD = $(GNOME_LIBDIR) ../../bonobo/.libs/libbonobo.a $(GNOMEGNORBA_LIBS)
+
+
+ gnorbadir = $(sysconfdir)/CORBA/servers
+@@ -268,10 +268,10 @@
+ @list='$(Games_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/$$p"; \
+- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/$$p; \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Gamesdir)/bonobo-$$p; \
+ else if test -f $$p; then \
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/$$p"; \
+- $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/$$p; \
++ $(INSTALL_DATA) $$p $(DESTDIR)$(Gamesdir)/bonobo-$$p; \
+ fi; fi; \
+ done
+
diff --git a/devel/bonobo/pkg/COMMENT b/devel/bonobo/pkg/COMMENT
new file mode 100644
index 00000000000..a32f08ba5a9
--- /dev/null
+++ b/devel/bonobo/pkg/COMMENT
@@ -0,0 +1 @@
+an architecture for creating reusable software components.
diff --git a/devel/bonobo/pkg/DESCR b/devel/bonobo/pkg/DESCR
new file mode 100644
index 00000000000..e9d6903ff5c
--- /dev/null
+++ b/devel/bonobo/pkg/DESCR
@@ -0,0 +1,14 @@
+ Bonobo is a set of language and system independant CORBA interfaces
+for creating reusable components (controls) and creating compound
+documents.
+
+ The Bonobo distribution includes a Gtk+ based implementation of the
+Bonobo interfaces, enabling developers to create reusable components
+and applications that can be used to form more complex documents.
+
+* Licensing
+
+ Bonobo libraries are released under the terms of the GNU Lesser
+General Public License (GNU LGPL). While components and programs
+included with this release are licensed under the terms of the GNU
+General Public License (GNU GPL).
diff --git a/devel/bonobo/pkg/PLIST b/devel/bonobo/pkg/PLIST
new file mode 100644
index 00000000000..e1457d304ce
--- /dev/null
+++ b/devel/bonobo/pkg/PLIST
@@ -0,0 +1,92 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/02 15:15:16 rh Exp $
+bin/efstool
+bin/bonobo-image-x-png
+bin/bonobo-application-x-mines
+bin/bonobo-image-generic
+bin/bonobo-text-plain
+bin/bonobo-audio-ulaw
+bin/paint-component-simple
+bin/sample-container
+etc/CORBA/servers/sample.gnorba
+etc/CORBA/servers/item.gnorba
+etc/CORBA/servers/application-x-mines.gnorba
+etc/CORBA/servers/image-generic.gnorba
+etc/CORBA/servers/image-x-png.gnorba
+etc/CORBA/servers/text-plain.gnorba
+etc/CORBA/servers/audio-ulaw.gnorba
+etc/CORBA/servers/paint-component-simple.gnorba
+include/efs.h
+include/bonobo/bonobo.h
+include/bonobo/gnome-bonobo.h
+include/bonobo/gnome-bonobo-item.h
+include/bonobo/gnome-bonobo-selector.h
+include/bonobo/gnome-bonobo-widget.h
+include/bonobo/gnome-canvas-component.h
+include/bonobo/gnome-client-site.h
+include/bonobo/gnome-component-io.h
+include/bonobo/gnome-container.h
+include/bonobo/gnome-embeddable.h
+include/bonobo/gnome-embeddable-factory.h
+include/bonobo/gnome-main.h
+include/bonobo/gnome-moniker.h
+include/bonobo/gnome-moniker-client.h
+include/bonobo/gnome-object.h
+include/bonobo/gnome-object-client.h
+include/bonobo/gnome-object-io.h
+include/bonobo/gnome-persist-file.h
+include/bonobo/gnome-persist-stream.h
+include/bonobo/gnome-persist.h
+include/bonobo/gnome-progressive.h
+include/bonobo/gnome-storage.h
+include/bonobo/gnome-stream.h
+include/bonobo/gnome-stream-client.h
+include/bonobo/gnome-stream-fs.h
+include/bonobo/gnome-stream-memory.h
+include/bonobo/gnome-ui-handler.h
+include/bonobo/gnome-view.h
+include/bonobo/gnome-view-frame.h
+include/bonobo/gnome-wrapper.h
+lib/locale/no/LC_MESSAGES/bonobo.mo
+lib/locale/fr/LC_MESSAGES/bonobo.mo
+lib/locale/es/LC_MESSAGES/bonobo.mo
+lib/locale/de/LC_MESSAGES/bonobo.mo
+lib/locale/pl/LC_MESSAGES/bonobo.mo
+lib/locale/ru/LC_MESSAGES/bonobo.mo
+lib/locale/it/LC_MESSAGES/bonobo.mo
+lib/locale/da/LC_MESSAGES/bonobo.mo
+lib/locale/el/LC_MESSAGES/bonobo.mo
+lib/locale/sv/LC_MESSAGES/bonobo.mo
+lib/locale/wa/LC_MESSAGES/bonobo.mo
+lib/libefs.a
+lib/libbonobo.so.0.0
+lib/libbonobo.a
+lib/libstorage_fs.so.0.0
+lib/libstorage_fs.a
+lib/libstorage_efs.so.0.0
+lib/libstorage_efs.a
+lib/bonoboConf.sh
+share/idl/bonobo.idl
+share/idl/gnome-advise.idl
+share/idl/gnome-canvas.idl
+share/idl/gnome-container.idl
+share/idl/gnome-client-site.idl
+share/idl/gnome-embeddable.idl
+share/idl/gnome-persist.idl
+share/idl/gnome-storage.idl
+share/idl/gnome-progressive.idl
+share/idl/gnome-ui-handler.idl
+share/gnome/apps/Games/bonobo-gnomine.desktop
+share/gnome/bonobo/docs/image_x_png/C/docbook.css
+share/mime-info/bonobo.keys
+@dirrm include/bonobo
+@dirrm share/gnome/bonobo/docs/image_x_png/C/images
+@dirrm share/gnome/bonobo/docs/image_x_png/C
+@dirrm share/gnome/bonobo/docs/image_x_png
+@dirrm share/gnome/bonobo/docs/audio_ulaw/C/images
+@dirrm share/gnome/bonobo/docs/audio_ulaw/C
+@dirrm share/gnome/bonobo/docs/audio_ulaw
+@dirrm share/gnome/bonobo/docs
+@dirrm share/gnome/bonobo
+@dirrm share/gtk-doc/html/libefs
+@dirrm share/gtk-doc/html
+@dirrm share/gtk-doc