summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-20 15:48:07 +0000
committerwiz <wiz>2007-05-20 15:48:07 +0000
commite17ec77a58cb628c17ad56aa366cc2bbaf31d3b5 (patch)
tree3b2ee71b2ac77e4cb1b45ff65390030539732b26 /devel
parent263ddbd7de9907a640fbf2d0cfc5687dda49f2d0 (diff)
downloadpkgsrc-e17ec77a58cb628c17ad56aa366cc2bbaf31d3b5.tar.gz
Remove remaining gnome1-libs dependencies from pkgsrc.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/DESCR13
-rw-r--r--devel/GConf/Makefile41
-rw-r--r--devel/GConf/PLIST69
-rw-r--r--devel/GConf/buildlink3.mk24
-rw-r--r--devel/GConf/distinfo9
-rw-r--r--devel/GConf/patches/patch-aa12
-rw-r--r--devel/GConf/patches/patch-ab22
-rw-r--r--devel/GConf/patches/patch-ac12
-rw-r--r--devel/GConf/patches/patch-ae15
-rw-r--r--devel/Makefile7
-rw-r--r--devel/bonobo/DESCR14
-rw-r--r--devel/bonobo/Makefile41
-rw-r--r--devel/bonobo/PLIST254
-rw-r--r--devel/bonobo/buildlink3.mk27
-rw-r--r--devel/bonobo/distinfo7
-rw-r--r--devel/bonobo/patches/patch-aa13
-rw-r--r--devel/bonobo/patches/patch-ab13
-rw-r--r--devel/gal/DESCR18
-rw-r--r--devel/gal/Makefile32
-rw-r--r--devel/gal/PLIST229
-rw-r--r--devel/gal/buildlink3.mk28
-rw-r--r--devel/gal/distinfo5
-rw-r--r--devel/libglade/DESCR9
-rw-r--r--devel/libglade/Makefile26
-rw-r--r--devel/libglade/PLIST27
-rw-r--r--devel/libglade/buildlink3.mk24
-rw-r--r--devel/libglade/distinfo8
-rw-r--r--devel/libglade/patches/patch-aa13
-rw-r--r--devel/libglade/patches/patch-ab22
-rw-r--r--devel/libglade/patches/patch-ac13
-rw-r--r--devel/oaf/DESCR10
-rw-r--r--devel/oaf/Makefile33
-rw-r--r--devel/oaf/PLIST65
-rw-r--r--devel/oaf/buildlink3.mk24
-rw-r--r--devel/oaf/distinfo8
-rw-r--r--devel/oaf/patches/patch-aa13
-rw-r--r--devel/oaf/patches/patch-ac13
-rw-r--r--devel/oaf/patches/patch-ag21
38 files changed, 1 insertions, 1233 deletions
diff --git a/devel/GConf/DESCR b/devel/GConf/DESCR
deleted file mode 100644
index 1b7019f370e..00000000000
--- a/devel/GConf/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-GConf is a configuration database system, functionally similar to the
-Windows registry but lots better. :-) It's being written for the GNOME
-desktop but does not require GNOME; configure should notice if GNOME
-is not installed and compile the basic GConf library anyway.
-
- GConf does require glib, ORBit, libxml, and the popt option parsing
-library. XML will be optional in the future if someone writes another
-storage backend.
-
- There's an introductory article at
-http://developer.gnome.org/feature/archive/gconf/gconf.html, written
-a while ago but mostly still valid. Also, there's a mailing list
-gconf-list@gnome.org, see http://mail.gnome.org/mailman/listinfo/gconf-list
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
deleted file mode 100644
index e6a46f7629a..00000000000
--- a/devel/GConf/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.58 2007/01/20 13:22:50 joerg Exp $
-#
-
-DISTNAME= GConf-1.0.9
-PKGREVISION= 12
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/GConf/1.0/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://advogato.org/proj/GConf/
-COMMENT= Configuration database system used by GNOME
-
-USE_PKGLOCALEDIR= YES
-USE_TOOLS+= msgfmt
-GNU_CONFIGURE= YES
-MAKE_FLAGS+= AM_MAKEFLAGS="BDBBACKEND="
-
-USE_LIBTOOL= YES
-PKGCONFIG_OVERRIDE= gconf.pc.in
-
-PLIST_SUBST+= LOCALBASE=${LOCALBASE:Q}
-
-EGDIR= ${PREFIX}/share/examples/gconf
-REQD_DIRS+= ${PKG_SYSCONFDIR}/gconf ${PKG_SYSCONFDIR}/gconf/1
-REQD_DIRS+= ${PKG_SYSCONFDIR}/gconf/schemas
-CONF_FILES+= ${EGDIR}/default.path ${PKG_SYSCONFDIR}/gconf/1/path
-CONF_FILES+= ${EGDIR}/desktop.schemas \
- ${PKG_SYSCONFDIR}/gconf/schemas/desktop.schemas
-
-INSTALL_MAKE_FLAGS+= schemadir=${EGDIR}
-
-pre-build:
- ${RM} -f ${WRKSRC}/gconf/libxml
- ${LN} -sf ${BUILDLINK_DIR}/include/gnome-xml ${WRKSRC}/gconf/libxml
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/oaf/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST
deleted file mode 100644
index 4bd0aa22dcb..00000000000
--- a/devel/GConf/PLIST
+++ /dev/null
@@ -1,69 +0,0 @@
-@comment $NetBSD: PLIST,v 1.20 2006/05/31 13:31:34 rillig Exp $
-bin/gconf-config
-bin/gconf-config-1
-bin/gconf-sanity-check-1
-bin/gconfd-1
-bin/gconftool
-bin/gconftool-1
-include/gconf/1/gconf/gconf-changeset.h
-include/gconf/1/gconf/gconf-client.h
-include/gconf/1/gconf/gconf-engine.h
-include/gconf/1/gconf/gconf-error.h
-include/gconf/1/gconf/gconf-glib-public.h
-include/gconf/1/gconf/gconf-listeners.h
-include/gconf/1/gconf/gconf-schema.h
-include/gconf/1/gconf/gconf-value.h
-include/gconf/1/gconf/gconf.h
-lib/GConf/1/libgconfbackend-xml.la
-lib/libgconf-1.la
-lib/libgconf-gtk-1.la
-lib/pkgconfig/gconf.pc
-lib/pkgconfig/gconfgtk.pc
-share/aclocal/gconf-1.m4
-share/examples/gconf/default.path
-share/examples/gconf/desktop.schemas
-share/locale/az/LC_MESSAGES/GConf.mo
-share/locale/ca/LC_MESSAGES/GConf.mo
-share/locale/cs/LC_MESSAGES/GConf.mo
-share/locale/da/LC_MESSAGES/GConf.mo
-share/locale/de/LC_MESSAGES/GConf.mo
-share/locale/el/LC_MESSAGES/GConf.mo
-share/locale/es/LC_MESSAGES/GConf.mo
-share/locale/eu/LC_MESSAGES/GConf.mo
-share/locale/fi/LC_MESSAGES/GConf.mo
-share/locale/fr/LC_MESSAGES/GConf.mo
-share/locale/ga/LC_MESSAGES/GConf.mo
-share/locale/gl/LC_MESSAGES/GConf.mo
-share/locale/hu/LC_MESSAGES/GConf.mo
-share/locale/it/LC_MESSAGES/GConf.mo
-share/locale/ja/LC_MESSAGES/GConf.mo
-share/locale/ko/LC_MESSAGES/GConf.mo
-share/locale/nl/LC_MESSAGES/GConf.mo
-share/locale/nn/LC_MESSAGES/GConf.mo
-share/locale/no/LC_MESSAGES/GConf.mo
-share/locale/pl/LC_MESSAGES/GConf.mo
-share/locale/pt/LC_MESSAGES/GConf.mo
-share/locale/pt_BR/LC_MESSAGES/GConf.mo
-share/locale/ru/LC_MESSAGES/GConf.mo
-share/locale/sk/LC_MESSAGES/GConf.mo
-share/locale/sl/LC_MESSAGES/GConf.mo
-share/locale/sv/LC_MESSAGES/GConf.mo
-share/locale/tr/LC_MESSAGES/GConf.mo
-share/locale/uk/LC_MESSAGES/GConf.mo
-share/locale/zh_CN/LC_MESSAGES/GConf.mo
-@exec ${MKDIR} %D/share/gconf/1
-@dirrm share/gconf/1
-@dirrm share/examples/gconf
-@unexec ${RMDIR} %D/share/gconf 2>/dev/null || ${TRUE}
-@dirrm lib/GConf/1
-@unexec ${RMDIR} %D/lib/GConf 2>/dev/null || ${TRUE}
-@dirrm include/gconf/1/gconf
-@dirrm include/gconf/1
-@unexec ${RMDIR} %D/include/gconf 2>/dev/null || ${TRUE}
-@dirrm etc/gconf/schemas
-@exec ${MKDIR} %D/etc/gconf/gconf.xml.mandatory
-@unexec ${RMDIR} %D/etc/gconf/gconf.xml.mandatory 2>/dev/null || ${TRUE}
-@exec ${MKDIR} %D/etc/gconf/gconf.xml.defaults
-@unexec ${RMDIR} %D/etc/gconf/gconf.xml.defaults 2>/dev/null || ${TRUE}
-@comment in REQD_DIRS: @dirrm etc/gconf/1
-@comment in REQD_DIRS: @unexec ${RMDIR} %D/etc/gconf 2>/dev/null || ${TRUE}
diff --git a/devel/GConf/buildlink3.mk b/devel/GConf/buildlink3.mk
deleted file mode 100644
index 69ca7bc8375..00000000000
--- a/devel/GConf/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.12 2006/07/08 23:10:41 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-GCONF_BUILDLINK3_MK:= ${GCONF_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= GConf
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NGConf}
-BUILDLINK_PACKAGES+= GConf
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}GConf
-
-.if !empty(GCONF_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.GConf+= GConf>=1.0.9nb7
-BUILDLINK_ABI_DEPENDS.GConf+= GConf>=1.0.9nb10
-BUILDLINK_PKGSRCDIR.GConf?= ../../devel/GConf
-.endif # GCONF_BUILDLINK3_MK
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/oaf/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/GConf/distinfo b/devel/GConf/distinfo
deleted file mode 100644
index 00e7ec6aa3f..00000000000
--- a/devel/GConf/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.14 2006/02/28 17:41:02 wiz Exp $
-
-SHA1 (GConf-1.0.9.tar.bz2) = 91a1172c7855a235bf09e2ab925343a2e5250c13
-RMD160 (GConf-1.0.9.tar.bz2) = d5cb8ae92146c33bc6ea073b485c3ad6f12f6cc7
-Size (GConf-1.0.9.tar.bz2) = 784363 bytes
-SHA1 (patch-aa) = 2ca0b21fb70f9355235a8bd1fc38f6a75175f493
-SHA1 (patch-ab) = f5aeeab7156015f813203d49879c4f7dd7015c4f
-SHA1 (patch-ac) = 349322bdbf90f70f77c548286ea3a8768ae95c63
-SHA1 (patch-ae) = 184a4dae4837832cb0625c112ea51c802e225d0c
diff --git a/devel/GConf/patches/patch-aa b/devel/GConf/patches/patch-aa
deleted file mode 100644
index 3b2e6b76e08..00000000000
--- a/devel/GConf/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/01/15 23:59:46 rh Exp $
-
---- gconf/gconf-internals.c.orig Tue Oct 30 04:42:49 2001
-+++ gconf/gconf-internals.c
-@@ -28,6 +28,7 @@
- #include <string.h>
- #include <sys/stat.h>
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <unistd.h>
- #include <stdlib.h>
- #include <stdio.h>
diff --git a/devel/GConf/patches/patch-ab b/devel/GConf/patches/patch-ab
deleted file mode 100644
index 338751ab105..00000000000
--- a/devel/GConf/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.7 2005/04/27 15:09:38 wiz Exp $
-
---- gconf.m4.in.orig 2001-09-26 23:36:08.000000000 +0200
-+++ gconf.m4.in
-@@ -1,7 +1,7 @@
- dnl AM_PATH_GCONF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
- dnl Test for GCONF, and define GCONF_CFLAGS and GCONF_LIBS
- dnl
--AC_DEFUN(AM_PATH_GCONF,
-+AC_DEFUN([AM_PATH_GCONF],
- [dnl
- dnl Get the cflags and libraries from the gconf-config script
- dnl
-@@ -68,7 +68,7 @@ AC_ARG_ENABLE(gconftest, [ --disable-gc
- dnl AM_GCONF_SOURCE
- dnl Define GCONF_SCHEMA_CONFIG_SOURCE
- dnl
--AC_DEFUN(AM_GCONF_SOURCE,
-+AC_DEFUN([AM_GCONF_SOURCE],
- [
- if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
- GCONF_SCHEMA_CONFIG_SOURCE=`gconftool --get-default-source`
diff --git a/devel/GConf/patches/patch-ac b/devel/GConf/patches/patch-ac
deleted file mode 100644
index 9178160e0d5..00000000000
--- a/devel/GConf/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2005/06/07 15:37:54 minskim Exp $
-
---- configure.orig 2002-03-14 22:10:03.000000000 -0600
-+++ configure
-@@ -8005,6 +8005,7 @@ fi
- fi
- done
-
-+BDB_LIBS=
- if test "x$BDB_LIBS" = x; then
- { echo "$as_me:8009: WARNING: No db3 library found. Not building bdb backend." >&5
- echo "$as_me: WARNING: No db3 library found. Not building bdb backend." >&2;}
diff --git a/devel/GConf/patches/patch-ae b/devel/GConf/patches/patch-ae
deleted file mode 100644
index ad1dc12043f..00000000000
--- a/devel/GConf/patches/patch-ae
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2006/02/28 17:41:02 wiz Exp $
-
---- gconf/Makefile.in.orig 2002-03-15 04:18:42.000000000 +0000
-+++ gconf/Makefile.in
-@@ -614,8 +614,8 @@ install-exec-local:
- (cd $(DESTDIR)$(bindir) && $(LN_S) -f gconftool-$(MAJOR_VERSION) gconftool)
-
- install-data-local:
-- -mkdir -p $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)
-- $(INSTALL_DATA) default.path $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)/path
-+ -mkdir -p $(DESTDIR)$(datadir)/examples/gconf
-+ $(INSTALL_DATA) default.path $(DESTDIR)$(datadir)/examples/gconf
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/devel/Makefile b/devel/Makefile
index 7bf0c2bd3cc..60b475336ab 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.853 2007/05/20 02:44:15 heinz Exp $
+# $NetBSD: Makefile,v 1.854 2007/05/20 15:48:07 wiz Exp $
#
COMMENT= Development utilities
@@ -6,7 +6,6 @@ COMMENT= Development utilities
SUBDIR+= ArX
SUBDIR+= ArX2
SUBDIR+= ExmanIDE
-SUBDIR+= GConf
SUBDIR+= GConf2
SUBDIR+= GConf2-ui
SUBDIR+= Gorm
@@ -60,7 +59,6 @@ SUBDIR+= blib
SUBDIR+= bmake
SUBDIR+= boaconstructor
SUBDIR+= boehm-gc
-SUBDIR+= bonobo
SUBDIR+= boost-build
SUBDIR+= boost-docs
SUBDIR+= boost-headers
@@ -160,7 +158,6 @@ SUBDIR+= ftnchek
SUBDIR+= g-wrap
SUBDIR+= g-wrap196
SUBDIR+= gail
-SUBDIR+= gal
SUBDIR+= gconfmm
SUBDIR+= gcvs
SUBDIR+= gdb
@@ -257,7 +254,6 @@ SUBDIR+= libextractor
SUBDIR+= libffi
SUBDIR+= libgail-gnome
SUBDIR+= libgetopt
-SUBDIR+= libglade
SUBDIR+= libglade2
SUBDIR+= libglademm
SUBDIR+= libgnome
@@ -344,7 +340,6 @@ SUBDIR+= nsis
SUBDIR+= nspr
SUBDIR+= nspr-reference
SUBDIR+= nss
-SUBDIR+= oaf
SUBDIR+= ocaml-findlib
SUBDIR+= ode
SUBDIR+= ogre
diff --git a/devel/bonobo/DESCR b/devel/bonobo/DESCR
deleted file mode 100644
index 4983e042736..00000000000
--- a/devel/bonobo/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
- Bonobo is a set of language and system independent 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/Makefile b/devel/bonobo/Makefile
deleted file mode 100644
index 03502f9cdf6..00000000000
--- a/devel/bonobo/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.60 2006/07/07 17:00:27 abs Exp $
-
-DISTNAME= bonobo-1.0.22
-PKGREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/bonobo/1.0/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= Architecture for creating reusable software components
-
-BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
-
-BUILDLINK_API_DEPENDS.libxml= libxml>1.8.15
-
-BROKEN_GETTEXT_DETECTION= yes
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_X11BASE= yes
-USE_TOOLS+= gmake msgfmt perl
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q}
-CONFIGURE_ENV+= X11BASE=${X11BASE:Q}
-CONFIGURE_ARGS+= --enable-gtk-doc=no
-
-PKGCONFIG_OVERRIDE= libefs/libefs.pc.in
-
-post-install:
- -${RMDIR} ${PREFIX}/share/libefs/html/libefs
- -${RMDIR} ${PREFIX}/share/libefs/html
- -${RMDIR} ${PREFIX}/share/libefs
-
-.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../print/gnome-print/buildlink3.mk"
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
-.include "../../devel/oaf/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/bonobo/PLIST b/devel/bonobo/PLIST
deleted file mode 100644
index 4ed686839af..00000000000
--- a/devel/bonobo/PLIST
+++ /dev/null
@@ -1,254 +0,0 @@
-@comment $NetBSD: PLIST,v 1.13 2006/04/17 07:07:15 jlam Exp $
-bin/bonobo-application-x-mines
-bin/bonobo-audio-ulaw
-bin/bonobo-echo
-bin/bonobo-moniker-gunzip
-bin/bonobo-moniker-http
-bin/bonobo-sample-canvas-item
-bin/bonobo-sample-controls
-bin/bonobo-sample-hello
-bin/bonobo-sample-paint
-bin/bonobo-selector
-bin/bonobo-text-plain
-bin/echo-client
-bin/efstool
-bin/gshell
-bin/libefs-config
-bin/moniker-test
-bin/sample-container
-bin/sample-control-container
-include/efs.h
-include/efs_error.h
-include/gnome-1.0/bonobo.h
-include/gnome-1.0/bonobo/Bonobo.h
-include/gnome-1.0/bonobo/bonobo-arg.h
-include/gnome-1.0/bonobo/bonobo-async.h
-include/gnome-1.0/bonobo/bonobo-canvas-component.h
-include/gnome-1.0/bonobo/bonobo-canvas-item.h
-include/gnome-1.0/bonobo/bonobo-client-site.h
-include/gnome-1.0/bonobo/bonobo-context.h
-include/gnome-1.0/bonobo/bonobo-control-frame.h
-include/gnome-1.0/bonobo/bonobo-control.h
-include/gnome-1.0/bonobo/bonobo-desktop-window.h
-include/gnome-1.0/bonobo/bonobo-embeddable.h
-include/gnome-1.0/bonobo/bonobo-event-source.h
-include/gnome-1.0/bonobo/bonobo-exception.h
-include/gnome-1.0/bonobo/bonobo-generic-factory.h
-include/gnome-1.0/bonobo/bonobo-item-container.h
-include/gnome-1.0/bonobo/bonobo-item-handler.h
-include/gnome-1.0/bonobo/bonobo-listener.h
-include/gnome-1.0/bonobo/bonobo-main.h
-include/gnome-1.0/bonobo/bonobo-moniker-extender.h
-include/gnome-1.0/bonobo/bonobo-moniker-simple.h
-include/gnome-1.0/bonobo/bonobo-moniker-util.h
-include/gnome-1.0/bonobo/bonobo-moniker.h
-include/gnome-1.0/bonobo/bonobo-object-client.h
-include/gnome-1.0/bonobo/bonobo-object-directory.h
-include/gnome-1.0/bonobo/bonobo-object-io.h
-include/gnome-1.0/bonobo/bonobo-object.h
-include/gnome-1.0/bonobo/bonobo-persist-file.h
-include/gnome-1.0/bonobo/bonobo-persist-stream.h
-include/gnome-1.0/bonobo/bonobo-persist.h
-include/gnome-1.0/bonobo/bonobo-plug.h
-include/gnome-1.0/bonobo/bonobo-print-client.h
-include/gnome-1.0/bonobo/bonobo-print.h
-include/gnome-1.0/bonobo/bonobo-progressive.h
-include/gnome-1.0/bonobo/bonobo-property-bag-client.h
-include/gnome-1.0/bonobo/bonobo-property-bag-xml.h
-include/gnome-1.0/bonobo/bonobo-property-bag.h
-include/gnome-1.0/bonobo/bonobo-property-control.h
-include/gnome-1.0/bonobo/bonobo-property.h
-include/gnome-1.0/bonobo/bonobo-selector-widget.h
-include/gnome-1.0/bonobo/bonobo-selector.h
-include/gnome-1.0/bonobo/bonobo-shlib-factory.h
-include/gnome-1.0/bonobo/bonobo-socket.h
-include/gnome-1.0/bonobo/bonobo-storage-plugin.h
-include/gnome-1.0/bonobo/bonobo-storage.h
-include/gnome-1.0/bonobo/bonobo-stream-client.h
-include/gnome-1.0/bonobo/bonobo-stream-memory.h
-include/gnome-1.0/bonobo/bonobo-stream.h
-include/gnome-1.0/bonobo/bonobo-transient.h
-include/gnome-1.0/bonobo/bonobo-ui-component.h
-include/gnome-1.0/bonobo/bonobo-ui-config-widget.h
-include/gnome-1.0/bonobo/bonobo-ui-container.h
-include/gnome-1.0/bonobo/bonobo-ui-engine.h
-include/gnome-1.0/bonobo/bonobo-ui-node.h
-include/gnome-1.0/bonobo/bonobo-ui-sync.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-button-item.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-icon.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-item.h
-include/gnome-1.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h
-include/gnome-1.0/bonobo/bonobo-ui-util.h
-include/gnome-1.0/bonobo/bonobo-view-frame.h
-include/gnome-1.0/bonobo/bonobo-view.h
-include/gnome-1.0/bonobo/bonobo-widget.h
-include/gnome-1.0/bonobo/bonobo-win.h
-include/gnome-1.0/bonobo/bonobo-wrapper.h
-include/gnome-1.0/bonobo/bonobo-xobject.h
-include/gnome-1.0/bonobo/bonobo-zoomable-frame.h
-include/gnome-1.0/bonobo/bonobo-zoomable.h
-lib/bonobo/monikers/libmoniker_std.la
-lib/bonobo/plugin/libstorage_efs.la
-lib/bonobo/plugin/libstorage_fs.la
-lib/bonoboConf.sh
-lib/bonoboxConf.sh
-lib/bonobox_printConf.sh
-lib/libbonobo-print.la
-lib/libbonobo.la
-lib/libbonobox.la
-lib/libefs.la
-lib/pkgconfig/libefs.pc
-share/bonobo/html/bonobo-api.html
-share/bonobo/html/bonobo-api.sgml
-share/bonobo/html/bonobo-decl.txt
-share/bonobo/html/bonobo-sections.txt
-share/bonobo/html/bonobo.hierarchy
-share/bonobo/html/bonobo.signals
-share/bonobo/html/bonobo.types
-share/bonobo/html/bonobo/bonobo-bonobo-arg.html
-share/bonobo/html/bonobo/bonobo-bonobo-async.html
-share/bonobo/html/bonobo/bonobo-bonobo-canvas-component.html
-share/bonobo/html/bonobo/bonobo-bonobo-canvas-item.html
-share/bonobo/html/bonobo/bonobo-bonobo-client-site.html
-share/bonobo/html/bonobo/bonobo-bonobo-context.html
-share/bonobo/html/bonobo/bonobo-bonobo-control-frame.html
-share/bonobo/html/bonobo/bonobo-bonobo-control.html
-share/bonobo/html/bonobo/bonobo-bonobo-embeddable.html
-share/bonobo/html/bonobo/bonobo-bonobo-event-source.html
-share/bonobo/html/bonobo/bonobo-bonobo-exception.html
-share/bonobo/html/bonobo/bonobo-bonobo-generic-factory.html
-share/bonobo/html/bonobo/bonobo-bonobo-item-container.html
-share/bonobo/html/bonobo/bonobo-bonobo-item-handler.html
-share/bonobo/html/bonobo/bonobo-bonobo-listener.html
-share/bonobo/html/bonobo/bonobo-bonobo-main.html
-share/bonobo/html/bonobo/bonobo-bonobo-moniker-extender.html
-share/bonobo/html/bonobo/bonobo-bonobo-moniker-simple.html
-share/bonobo/html/bonobo/bonobo-bonobo-moniker-util.html
-share/bonobo/html/bonobo/bonobo-bonobo-moniker.html
-share/bonobo/html/bonobo/bonobo-bonobo-object-client.html
-share/bonobo/html/bonobo/bonobo-bonobo-object.html
-share/bonobo/html/bonobo/bonobo-bonobo-persist-file.html
-share/bonobo/html/bonobo/bonobo-bonobo-persist-stream.html
-share/bonobo/html/bonobo/bonobo-bonobo-persist.html
-share/bonobo/html/bonobo/bonobo-bonobo-plug.html
-share/bonobo/html/bonobo/bonobo-bonobo-print-client.html
-share/bonobo/html/bonobo/bonobo-bonobo-print.html
-share/bonobo/html/bonobo/bonobo-bonobo-property-bag-client.html
-share/bonobo/html/bonobo/bonobo-bonobo-property-bag-xml.html
-share/bonobo/html/bonobo/bonobo-bonobo-property-bag.html
-share/bonobo/html/bonobo/bonobo-bonobo-property-control.html
-share/bonobo/html/bonobo/bonobo-bonobo-selector.html
-share/bonobo/html/bonobo/bonobo-bonobo-socket.html
-share/bonobo/html/bonobo/bonobo-bonobo-storage-plugin.html
-share/bonobo/html/bonobo/bonobo-bonobo-storage.html
-share/bonobo/html/bonobo/bonobo-bonobo-stream-client.html
-share/bonobo/html/bonobo/bonobo-bonobo-stream-memory.html
-share/bonobo/html/bonobo/bonobo-bonobo-stream.html
-share/bonobo/html/bonobo/bonobo-bonobo-transient.html
-share/bonobo/html/bonobo/bonobo-bonobo-ui-component.html
-share/bonobo/html/bonobo/bonobo-bonobo-ui-container.html
-share/bonobo/html/bonobo/bonobo-bonobo-ui-engine.html
-share/bonobo/html/bonobo/bonobo-bonobo-ui-node.html
-share/bonobo/html/bonobo/bonobo-bonobo-ui-sync.html
-share/bonobo/html/bonobo/bonobo-bonobo-ui-util.html
-share/bonobo/html/bonobo/bonobo-bonobo-view-frame.html
-share/bonobo/html/bonobo/bonobo-bonobo-view.html
-share/bonobo/html/bonobo/bonobo-bonobo-widget.html
-share/bonobo/html/bonobo/bonobo-bonobo-win.html
-share/bonobo/html/bonobo/bonobo-bonobo-wrapper.html
-share/bonobo/html/bonobo/bonobo-bonobo-xobject.html
-share/bonobo/html/bonobo/bonobo-controls.html
-share/bonobo/html/bonobo/bonobo-core.html
-share/bonobo/html/bonobo/bonobo-documents.html
-share/bonobo/html/bonobo/bonobo-moniker-handlers.html
-share/bonobo/html/bonobo/bonobo-notification.html
-share/bonobo/html/bonobo/bonobo-object-activation.html
-share/bonobo/html/bonobo/bonobo-print.html
-share/bonobo/html/bonobo/bonobo-properties.html
-share/bonobo/html/bonobo/bonobo-storage.html
-share/bonobo/html/bonobo/bonobo-support-utilities.html
-share/bonobo/html/bonobo/bonobo-ui.html
-share/bonobo/html/bonobo/bonobo-view.html
-share/bonobo/html/bonobo/book1.html
-share/gnome/bonobo/docs/audio_ulaw/C/index.html
-share/gnome/ui/gshell-ui.xml
-share/idl/Bonobo.idl
-share/idl/Bonobo_Advise.idl
-share/idl/Bonobo_Canvas.idl
-share/idl/Bonobo_ClientSite.idl
-share/idl/Bonobo_Context.idl
-share/idl/Bonobo_Control.idl
-share/idl/Bonobo_Desktop.idl
-share/idl/Bonobo_Embeddable.idl
-share/idl/Bonobo_Exception.idl
-share/idl/Bonobo_ItemContainer.idl
-share/idl/Bonobo_Listener.idl
-share/idl/Bonobo_Moniker.idl
-share/idl/Bonobo_Persist.idl
-share/idl/Bonobo_Print.idl
-share/idl/Bonobo_Progressive.idl
-share/idl/Bonobo_Property.idl
-share/idl/Bonobo_Sample_Echo.idl
-share/idl/Bonobo_Storage.idl
-share/idl/Bonobo_UI.idl
-share/idl/Bonobo_Unknown.idl
-share/idl/Bonobo_Zoomable.idl
-share/locale/az/LC_MESSAGES/bonobo.mo
-share/locale/ca/LC_MESSAGES/bonobo.mo
-share/locale/da/LC_MESSAGES/bonobo.mo
-share/locale/de/LC_MESSAGES/bonobo.mo
-share/locale/el/LC_MESSAGES/bonobo.mo
-share/locale/en_GB/LC_MESSAGES/bonobo.mo
-share/locale/es/LC_MESSAGES/bonobo.mo
-share/locale/eu/LC_MESSAGES/bonobo.mo
-share/locale/fi/LC_MESSAGES/bonobo.mo
-share/locale/fr/LC_MESSAGES/bonobo.mo
-share/locale/ga/LC_MESSAGES/bonobo.mo
-share/locale/gl/LC_MESSAGES/bonobo.mo
-share/locale/hu/LC_MESSAGES/bonobo.mo
-share/locale/it/LC_MESSAGES/bonobo.mo
-share/locale/ja/LC_MESSAGES/bonobo.mo
-share/locale/ko/LC_MESSAGES/bonobo.mo
-share/locale/pt/LC_MESSAGES/bonobo.mo
-share/locale/lt/LC_MESSAGES/bonobo.mo
-share/locale/nl/LC_MESSAGES/bonobo.mo
-share/locale/no/LC_MESSAGES/bonobo.mo
-share/locale/pl/LC_MESSAGES/bonobo.mo
-share/locale/pt_BR/LC_MESSAGES/bonobo.mo
-share/locale/ro/LC_MESSAGES/bonobo.mo
-share/locale/ru/LC_MESSAGES/bonobo.mo
-share/locale/sk/LC_MESSAGES/bonobo.mo
-share/locale/sl/LC_MESSAGES/bonobo.mo
-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/LC_MESSAGES/bonobo.mo
-share/locale/zh_TW/LC_MESSAGES/bonobo.mo
-share/oaf/Bonobo_Moniker_gzip.oaf
-share/oaf/Bonobo_Moniker_http.oaf
-share/oaf/Bonobo_Moniker_std.oaf
-share/oaf/Bonobo_Sample_Audio.oaf
-share/oaf/Bonobo_Sample_CanvasItem.oaf
-share/oaf/Bonobo_Sample_Controls.oaf
-share/oaf/Bonobo_Sample_Echo.oaf
-share/oaf/Bonobo_Sample_Hello.oafinfo
-share/oaf/Bonobo_Sample_Mines.oaf
-share/oaf/Bonobo_Sample_Paint.oaf
-share/oaf/Bonobo_Sample_Text.oaf
-share/oaf/Bonobo_Selector.oaf
-@unexec ${RMDIR} %D/share/gnome/ui 2> /dev/null || ${TRUE}
-@exec ${MKDIR} %D/share/gnome/bonobo/docs/audio_ulaw/C/images
-@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
-@exec ${MKDIR} %D/share/bonobo/html/bonobo
-@dirrm share/bonobo/html/bonobo
-@dirrm share/bonobo/html
-@dirrm share/bonobo
-@dirrm lib/bonobo/plugin
-@unexec ${RMDIR} %D/lib/bonobo/monikers 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/lib/bonobo 2>/dev/null || ${TRUE}
-@dirrm include/gnome-1.0/bonobo
diff --git a/devel/bonobo/buildlink3.mk b/devel/bonobo/buildlink3.mk
deleted file mode 100644
index 464a60d41b2..00000000000
--- a/devel/bonobo/buildlink3.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.8 2006/07/08 23:10:41 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-BONOBO_BUILDLINK3_MK:= ${BONOBO_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= bonobo
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nbonobo}
-BUILDLINK_PACKAGES+= bonobo
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}bonobo
-
-.if !empty(BONOBO_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.bonobo+= bonobo>=1.0.18nb7
-BUILDLINK_ABI_DEPENDS.bonobo+= bonobo>=1.0.22nb2
-BUILDLINK_PKGSRCDIR.bonobo?= ../../devel/bonobo
-.endif # BONOBO_BUILDLINK3_MK
-
-.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../print/gnome-print/buildlink3.mk"
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../devel/popt/buildlink3.mk"
-.include "../../devel/oaf/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo
deleted file mode 100644
index 40f7f0ca98b..00000000000
--- a/devel/bonobo/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.17 2006/06/26 17:11:39 wiz Exp $
-
-SHA1 (bonobo-1.0.22.tar.bz2) = 3ec89cc469adf482459e15f37a4008a0d0340c1a
-RMD160 (bonobo-1.0.22.tar.bz2) = 9c013077770ca5452c92a9299a579bf41a7f2c5c
-Size (bonobo-1.0.22.tar.bz2) = 1186349 bytes
-SHA1 (patch-aa) = 03a65d084f79d310d95a1c122c4e2b1e90acc682
-SHA1 (patch-ab) = b24beeda7f60ac622e87ab4b4ee1bcc10423e757
diff --git a/devel/bonobo/patches/patch-aa b/devel/bonobo/patches/patch-aa
deleted file mode 100644
index 8f7d0ae2143..00000000000
--- a/devel/bonobo/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/01/20 11:48:17 adam Exp $
-
---- doc/api/Makefile.in.orig 2002-12-01 02:33:12.000000000 +0000
-+++ doc/api/Makefile.in
-@@ -465,8 +465,6 @@ install-data-local:
- echo '-- Installing '$$i ; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
- done; \
-- echo '-- Installing $(srcdir)/html/index.sgml' ; \
-- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
- echo '-- Fixing Crossreferences' ; \
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR)|| true; \
- fi)
diff --git a/devel/bonobo/patches/patch-ab b/devel/bonobo/patches/patch-ab
deleted file mode 100644
index c699480057f..00000000000
--- a/devel/bonobo/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2006/06/26 17:11:39 wiz Exp $
-
---- tests/test-any.c.orig 2002-01-28 10:54:07.000000000 +0000
-+++ tests/test-any.c
-@@ -15,7 +15,7 @@ octet_subtypes_array [] = {
- TC_octet
- };
-
--static const struct CORBA_TypeCode_struct
-+const struct CORBA_TypeCode_struct
- TC_CORBA_sequence_CORBA_octet_struct = {
- {{(ORBit_RootObject_Interface *) & ORBit_TypeCode_epv, TRUE, -1},
- ORBIT_PSEUDO_TYPECODE},
diff --git a/devel/gal/DESCR b/devel/gal/DESCR
deleted file mode 100644
index 253119d0b5c..00000000000
--- a/devel/gal/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-This is the G App Lib (GAL).
-
-This module contains some library functions that came from Gnumeric
-and Evolution. The idea is to reuse those widgets across various
-larger GNOME applications that might want to use these widgets.
-
-Please notice that these widgets are currently licensed under the
-terms of the GNU GPL (with the exception of the gtk-combo-box which is
-under the LGPL). If you want to contribute code to the official
-distribution of this code you have to sign a copyright assignment to
-Helix Code. This would allow Helix Code in the future to redistribute
-the code it fully owns under a difference license.
-
-The API is not frozen and might change at any time. Larger class
-renaming might happen at any point without notice. Use this library
-at your own risk.
-
-This version of gal implements the gal-1.0 (gnome1) API.
diff --git a/devel/gal/Makefile b/devel/gal/Makefile
deleted file mode 100644
index 5e507bb5b18..00000000000
--- a/devel/gal/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.49 2006/06/29 12:15:52 joerg Exp $
-
-DISTNAME= gal-0.24
-PKGREVISION= 3
-CATEGORIES= gnome devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gal/0.24/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= Gnome Application Libraries (gal-1.0 API)
-
-USE_DIRS+= gnome1-1.5
-USE_PKGLOCALEDIR= YES
-USE_X11BASE= YES
-USE_LIBTOOL= YES
-USE_TOOLS+= msgfmt
-GNU_CONFIGURE= YES
-PKGCONFIG_OVERRIDE= gal.pc.in
-BROKEN_GETTEXT_DETECTION= yes
-
-INCOMPAT_ICONV= SunOS-*-*
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/bonobo/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../print/gnome-print/buildlink3.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
-.include "../../textproc/libunicode/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/gal/PLIST b/devel/gal/PLIST
deleted file mode 100644
index bde6fbc26e0..00000000000
--- a/devel/gal/PLIST
+++ /dev/null
@@ -1,229 +0,0 @@
-@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:16 jlam Exp $
-include/gal-1.0/gal/e-paned/e-hpaned.h
-include/gal-1.0/gal/e-paned/e-paned.h
-include/gal-1.0/gal/e-paned/e-vpaned.h
-include/gal-1.0/gal/e-table/e-cell-checkbox.h
-include/gal-1.0/gal/e-table/e-cell-combo.h
-include/gal-1.0/gal/e-table/e-cell-date.h
-include/gal-1.0/gal/e-table/e-cell-float.h
-include/gal-1.0/gal/e-table/e-cell-number.h
-include/gal-1.0/gal/e-table/e-cell-pixbuf.h
-include/gal-1.0/gal/e-table/e-cell-popup.h
-include/gal-1.0/gal/e-table/e-cell-progress.h
-include/gal-1.0/gal/e-table/e-cell-size.h
-include/gal-1.0/gal/e-table/e-cell-spin-button.h
-include/gal-1.0/gal/e-table/e-cell-text.h
-include/gal-1.0/gal/e-table/e-cell-toggle.h
-include/gal-1.0/gal/e-table/e-cell-tree.h
-include/gal-1.0/gal/e-table/e-cell-vbox.h
-include/gal-1.0/gal/e-table/e-cell.h
-include/gal-1.0/gal/e-table/e-table-click-to-add.h
-include/gal-1.0/gal/e-table/e-table-col-dnd.h
-include/gal-1.0/gal/e-table/e-table-col.h
-include/gal-1.0/gal/e-table/e-table-column-specification.h
-include/gal-1.0/gal/e-table/e-table-config.h
-include/gal-1.0/gal/e-table/e-table-defines.h
-include/gal-1.0/gal/e-table/e-table-extras.h
-include/gal-1.0/gal/e-table/e-table-field-chooser-dialog.h
-include/gal-1.0/gal/e-table/e-table-field-chooser-item.h
-include/gal-1.0/gal/e-table/e-table-field-chooser.h
-include/gal-1.0/gal/e-table/e-table-group-container.h
-include/gal-1.0/gal/e-table/e-table-group-leaf.h
-include/gal-1.0/gal/e-table/e-table-group.h
-include/gal-1.0/gal/e-table/e-table-header-item.h
-include/gal-1.0/gal/e-table/e-table-header-utils.h
-include/gal-1.0/gal/e-table/e-table-header.h
-include/gal-1.0/gal/e-table/e-table-item.h
-include/gal-1.0/gal/e-table/e-table-memory-callbacks.h
-include/gal-1.0/gal/e-table/e-table-memory-store.h
-include/gal-1.0/gal/e-table/e-table-memory.h
-include/gal-1.0/gal/e-table/e-table-model.h
-include/gal-1.0/gal/e-table/e-table-one.h
-include/gal-1.0/gal/e-table/e-table-scrolled.h
-include/gal-1.0/gal/e-table/e-table-search.h
-include/gal-1.0/gal/e-table/e-table-selection-model.h
-include/gal-1.0/gal/e-table/e-table-simple.h
-include/gal-1.0/gal/e-table/e-table-sort-info.h
-include/gal-1.0/gal/e-table/e-table-sorted-variable.h
-include/gal-1.0/gal/e-table/e-table-sorted.h
-include/gal-1.0/gal/e-table/e-table-sorter.h
-include/gal-1.0/gal/e-table/e-table-sorting-utils.h
-include/gal-1.0/gal/e-table/e-table-specification.h
-include/gal-1.0/gal/e-table/e-table-state.h
-include/gal-1.0/gal/e-table/e-table-subset-variable.h
-include/gal-1.0/gal/e-table/e-table-subset.h
-include/gal-1.0/gal/e-table/e-table-tooltip.h
-include/gal-1.0/gal/e-table/e-table-utils.h
-include/gal-1.0/gal/e-table/e-table-without.h
-include/gal-1.0/gal/e-table/e-table.h
-include/gal-1.0/gal/e-table/e-tree-memory-callbacks.h
-include/gal-1.0/gal/e-table/e-tree-memory.h
-include/gal-1.0/gal/e-table/e-tree-model.h
-include/gal-1.0/gal/e-table/e-tree-scrolled.h
-include/gal-1.0/gal/e-table/e-tree-selection-model.h
-include/gal-1.0/gal/e-table/e-tree-sorted.h
-include/gal-1.0/gal/e-table/e-tree-table-adapter.h
-include/gal-1.0/gal/e-table/e-tree.h
-include/gal-1.0/gal/e-text/e-completion-match.h
-include/gal-1.0/gal/e-text/e-completion-view.h
-include/gal-1.0/gal/e-text/e-completion.h
-include/gal-1.0/gal/e-text/e-entry.h
-include/gal-1.0/gal/e-text/e-table-text-model.h
-include/gal-1.0/gal/e-text/e-text-model-repos.h
-include/gal-1.0/gal/e-text/e-text-model-uri.h
-include/gal-1.0/gal/e-text/e-text-model.h
-include/gal-1.0/gal/e-text/e-text.h
-include/gal-1.0/gal/menus/gal-define-views-dialog.h
-include/gal-1.0/gal/menus/gal-define-views-model.h
-include/gal-1.0/gal/menus/gal-view-collection.h
-include/gal-1.0/gal/menus/gal-view-etable.h
-include/gal-1.0/gal/menus/gal-view-factory-etable.h
-include/gal-1.0/gal/menus/gal-view-factory.h
-include/gal-1.0/gal/menus/gal-view-instance-save-as-dialog.h
-include/gal-1.0/gal/menus/gal-view-instance.h
-include/gal-1.0/gal/menus/gal-view-new-dialog.h
-include/gal-1.0/gal/menus/gal-view.h
-include/gal-1.0/gal/shortcut-bar/e-group-bar.h
-include/gal-1.0/gal/shortcut-bar/e-icon-bar-bg-item.h
-include/gal-1.0/gal/shortcut-bar/e-icon-bar.h
-include/gal-1.0/gal/shortcut-bar/e-shortcut-bar.h
-include/gal-1.0/gal/shortcut-bar/e-shortcut-model.h
-include/gal-1.0/gal/shortcut-bar/e-vscrolled-bar.h
-include/gal-1.0/gal/unicode/gunicode.h
-include/gal-1.0/gal/util/e-bit-array.h
-include/gal-1.0/gal/util/e-cache.h
-include/gal-1.0/gal/util/e-i18n.h
-include/gal-1.0/gal/util/e-iconv.h
-include/gal-1.0/gal/util/e-sorter-array.h
-include/gal-1.0/gal/util/e-sorter.h
-include/gal-1.0/gal/util/e-text-event-processor-emacs-like.h
-include/gal-1.0/gal/util/e-text-event-processor-types.h
-include/gal-1.0/gal/util/e-text-event-processor.h
-include/gal-1.0/gal/util/e-unicode-i18n.h
-include/gal-1.0/gal/util/e-util.h
-include/gal-1.0/gal/util/e-xml-utils.h
-include/gal-1.0/gal/widgets/color-group.h
-include/gal-1.0/gal/widgets/color-palette.h
-include/gal-1.0/gal/widgets/e-canvas-background.h
-include/gal-1.0/gal/widgets/e-canvas-utils.h
-include/gal-1.0/gal/widgets/e-canvas-vbox.h
-include/gal-1.0/gal/widgets/e-canvas.h
-include/gal-1.0/gal/widgets/e-categories-master-list-array.h
-include/gal-1.0/gal/widgets/e-categories-master-list-combo.h
-include/gal-1.0/gal/widgets/e-categories-master-list-dialog-model.h
-include/gal-1.0/gal/widgets/e-categories-master-list-dialog.h
-include/gal-1.0/gal/widgets/e-categories-master-list-option-menu.h
-include/gal-1.0/gal/widgets/e-categories-master-list.h
-include/gal-1.0/gal/widgets/e-categories.h
-include/gal-1.0/gal/widgets/e-colors.h
-include/gal-1.0/gal/widgets/e-cursors.h
-include/gal-1.0/gal/widgets/e-file-selection.h
-include/gal-1.0/gal/widgets/e-font.h
-include/gal-1.0/gal/widgets/e-gui-utils.h
-include/gal-1.0/gal/widgets/e-hscrollbar.h
-include/gal-1.0/gal/widgets/e-hsv-utils.h
-include/gal-1.0/gal/widgets/e-option-menu.h
-include/gal-1.0/gal/widgets/e-popup-menu.h
-include/gal-1.0/gal/widgets/e-printable.h
-include/gal-1.0/gal/widgets/e-reflow-model.h
-include/gal-1.0/gal/widgets/e-reflow.h
-include/gal-1.0/gal/widgets/e-scroll-frame.h
-include/gal-1.0/gal/widgets/e-selection-model-array.h
-include/gal-1.0/gal/widgets/e-selection-model-simple.h
-include/gal-1.0/gal/widgets/e-selection-model.h
-include/gal-1.0/gal/widgets/e-unicode.h
-include/gal-1.0/gal/widgets/e-vscrollbar.h
-include/gal-1.0/gal/widgets/gtk-combo-box.h
-include/gal-1.0/gal/widgets/gtk-combo-stack.h
-include/gal-1.0/gal/widgets/gtk-combo-text.h
-include/gal-1.0/gal/widgets/widget-color-combo.h
-include/gal-1.0/gal/widgets/widget-pixmap-combo.h
-lib/galConf.sh
-lib/libgal.la
-lib/pkgconfig/gal.pc
-share/etable/${PKGVERSION}/glade/e-table-config-no-group.glade
-share/etable/${PKGVERSION}/glade/e-table-config.glade
-share/etable/${PKGVERSION}/glade/e-table-field-chooser.glade
-share/etable/${PKGVERSION}/glade/e-table-group.glade
-share/gal/${PKGVERSION}/glade/e-categories-master-list-dialog.glade
-share/gal/${PKGVERSION}/glade/gal-categories.glade
-share/gal/${PKGVERSION}/glade/gal-define-views.glade
-share/gal/${PKGVERSION}/glade/gal-view-instance-save-as-dialog.glade
-share/gal/${PKGVERSION}/glade/gal-view-new-dialog.glade
-share/gal/${PKGVERSION}/pixmaps/categories/category_birthday_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_business_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_favorites_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_gifts_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_goals_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_holiday-cards_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_holiday_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_hot-contacts_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_ideas_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_international_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_key-customer_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_miscellaneous_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_personal_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_phonecalls_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_status_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_strategies_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_suppliers_16.png
-share/gal/${PKGVERSION}/pixmaps/categories/category_time-and-expenses_16.png
-share/gal/html/gal-api.sgml
-share/gal/html/gal-decl.txt
-share/gal/html/gal-sections.txt
-share/gal/html/gal.hierarchy
-share/gal/html/gal.signals
-share/gal/html/gal.types
-share/locale/az/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ca/LC_MESSAGES/${PKGNAME}.mo
-share/locale/cs/LC_MESSAGES/${PKGNAME}.mo
-share/locale/da/LC_MESSAGES/${PKGNAME}.mo
-share/locale/de/LC_MESSAGES/${PKGNAME}.mo
-share/locale/el/LC_MESSAGES/${PKGNAME}.mo
-share/locale/en_GB/LC_MESSAGES/${PKGNAME}.mo
-share/locale/es/LC_MESSAGES/${PKGNAME}.mo
-share/locale/eu/LC_MESSAGES/${PKGNAME}.mo
-share/locale/fi/LC_MESSAGES/${PKGNAME}.mo
-share/locale/fr/LC_MESSAGES/${PKGNAME}.mo
-share/locale/gl/LC_MESSAGES/${PKGNAME}.mo
-share/locale/hu/LC_MESSAGES/${PKGNAME}.mo
-share/locale/it/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ja/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ko/LC_MESSAGES/${PKGNAME}.mo
-share/locale/lt/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ms/LC_MESSAGES/${PKGNAME}.mo
-share/locale/nn/LC_MESSAGES/${PKGNAME}.mo
-share/locale/no/LC_MESSAGES/${PKGNAME}.mo
-share/locale/pl/LC_MESSAGES/${PKGNAME}.mo
-share/locale/pt/LC_MESSAGES/${PKGNAME}.mo
-share/locale/pt_BR/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ro/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ru/LC_MESSAGES/${PKGNAME}.mo
-share/locale/sk/LC_MESSAGES/${PKGNAME}.mo
-share/locale/sv/LC_MESSAGES/${PKGNAME}.mo
-share/locale/ta/LC_MESSAGES/${PKGNAME}.mo
-share/locale/tr/LC_MESSAGES/${PKGNAME}.mo
-share/locale/uk/LC_MESSAGES/${PKGNAME}.mo
-share/locale/zh_CN/LC_MESSAGES/${PKGNAME}.mo
-share/locale/zh_TW/LC_MESSAGES/${PKGNAME}.mo
-@exec ${MKDIR} %D/share/gal/html/gal
-@dirrm share/gal/html/gal
-@dirrm share/gal/html
-@dirrm share/gal/${PKGVERSION}/pixmaps/categories
-@dirrm share/gal/${PKGVERSION}/pixmaps
-@dirrm share/gal/${PKGVERSION}/glade
-@dirrm share/gal/${PKGVERSION}
-@dirrm share/gal
-@dirrm share/etable/${PKGVERSION}/glade
-@dirrm share/etable/${PKGVERSION}
-@dirrm share/etable
-@dirrm include/gal-1.0/gal/widgets
-@dirrm include/gal-1.0/gal/util
-@dirrm include/gal-1.0/gal/unicode
-@dirrm include/gal-1.0/gal/shortcut-bar
-@dirrm include/gal-1.0/gal/menus
-@dirrm include/gal-1.0/gal/e-text
-@dirrm include/gal-1.0/gal/e-table
-@dirrm include/gal-1.0/gal/e-paned
-@dirrm include/gal-1.0/gal
-@dirrm include/gal-1.0
diff --git a/devel/gal/buildlink3.mk b/devel/gal/buildlink3.mk
deleted file mode 100644
index 334ae319671..00000000000
--- a/devel/gal/buildlink3.mk
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:10:42 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-GAL_BUILDLINK3_MK:= ${GAL_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= gal
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngal}
-BUILDLINK_PACKAGES+= gal
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gal
-
-.if !empty(GAL_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.gal+= gal>=0.22nb6
-BUILDLINK_ABI_DEPENDS.gal?= gal>=0.24nb3
-BUILDLINK_PKGSRCDIR.gal?= ../../devel/gal
-.endif # GAL_BUILDLINK3_MK
-
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/bonobo/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../print/gnome-print/buildlink3.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
-#.include "../../textproc/libunicode/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/gal/distinfo b/devel/gal/distinfo
deleted file mode 100644
index e35fe2e3821..00000000000
--- a/devel/gal/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.17 2005/02/23 22:24:14 agc Exp $
-
-SHA1 (gal-0.24.tar.bz2) = c220141d9080e78e5e8f69b83c01f6d14e775bf9
-RMD160 (gal-0.24.tar.bz2) = 573871a18476c4f1fc2a1100ec0e687483af6161
-Size (gal-0.24.tar.bz2) = 1035597 bytes
diff --git a/devel/libglade/DESCR b/devel/libglade/DESCR
deleted file mode 100644
index 99a77f0895d..00000000000
--- a/devel/libglade/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
- Libglade is a library that performs a similar job to the C source
-output routines in the GLADE user interface builder. Whereas GLADE's
-output routines create C code that can then be compiled, libglade builds
-the interface from an XML file (GLADE's save format) at runtime. This
-way you can change the look of a program without needing to recompile.
-
- Currently it supports all the widgets in current releases, together
-with support for keyboard accelerators and automatic signal
-connection.
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
deleted file mode 100644
index 8324c075192..00000000000
--- a/devel/libglade/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.62 2007/01/09 13:28:19 joerg Exp $
-
-DISTNAME= libglade-0.17
-PKGREVISION= 9
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libglade/0.17/}
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.jamesh.id.au/software/libglade/
-COMMENT= Runtime interpreter for GLADE GUI files
-
-USE_TOOLS+= msgfmt
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-
-MAKE_ENV+= DISPLAY=${DISPLAY:Q}
-
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-
-pre-configure:
- ${RM} ${WRKSRC}/libgladeConf.sh
-
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libglade/PLIST b/devel/libglade/PLIST
deleted file mode 100644
index 339ec37e5c4..00000000000
--- a/devel/libglade/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:26 jlam Exp $
-bin/libglade-config
-bin/libglade-xgettext
-include/libglade-1.0/glade/glade-build.h
-include/libglade-1.0/glade/glade-widget-tree.h
-include/libglade-1.0/glade/glade-xml.h
-include/libglade-1.0/glade/glade.h
-lib/libglade.la
-lib/libglade-gnome.la
-lib/libgladeConf.sh
-lib/pkgconfig/libglade.pc
-lib/pkgconfig/libglade-gnome.pc
-share/aclocal/libglade.m4
-share/gnome/html/libglade/gladexml.html
-share/gnome/html/libglade/libglade-embedding.html
-share/gnome/html/libglade/libglade-extending.html
-share/gnome/html/libglade/libglade-gnome.html
-share/gnome/html/libglade/libglade-i18n.html
-share/gnome/html/libglade/libglade-lib.html
-share/gnome/html/libglade/libglade-libglade-build.html
-share/gnome/html/libglade/libglade-libglade-initialisation.html
-share/gnome/html/libglade/libglade-libglade-sax-parser.html
-share/gnome/html/libglade/libglade-notes.html
-share/gnome/html/libglade/libglade.html
-@dirrm share/gnome/html/libglade
-@dirrm include/libglade-1.0/glade
-@dirrm include/libglade-1.0
diff --git a/devel/libglade/buildlink3.mk b/devel/libglade/buildlink3.mk
deleted file mode 100644
index c810fd591bd..00000000000
--- a/devel/libglade/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2007/01/09 13:28:19 joerg Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBGLADE_BUILDLINK3_MK:= ${LIBGLADE_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= libglade
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibglade}
-BUILDLINK_PACKAGES+= libglade
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libglade
-
-.if !empty(LIBGLADE_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libglade+= libglade>=0.17nb5
-BUILDLINK_ABI_DEPENDS.libglade+= libglade>=0.17nb9
-BUILDLINK_PKGSRCDIR.libglade?= ../../devel/libglade
-.endif # LIBGLADE_BUILDLINK3_MK
-
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/libglade/distinfo b/devel/libglade/distinfo
deleted file mode 100644
index d44d19fd68f..00000000000
--- a/devel/libglade/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.8 2005/04/27 15:05:05 wiz Exp $
-
-SHA1 (libglade-0.17.tar.gz) = 66dbb90ffcfe80c551d2f3a296729ceab527cbc0
-RMD160 (libglade-0.17.tar.gz) = d401764bbb5c8b6af9b9c1fbd6e9c6b3483f27c8
-Size (libglade-0.17.tar.gz) = 418921 bytes
-SHA1 (patch-aa) = 44cbfcb19c8ecb351cde94246512da3ff062d87e
-SHA1 (patch-ab) = 32b2076ce818d78910f0895714ce3084a342a6d2
-SHA1 (patch-ac) = fe2ebed5e9a1489c14b504b718ece6afc4938d86
diff --git a/devel/libglade/patches/patch-aa b/devel/libglade/patches/patch-aa
deleted file mode 100644
index 1e9a214263e..00000000000
--- a/devel/libglade/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2002/09/06 12:09:09 wiz Exp $
-
---- configure.orig Thu Sep 6 23:00:42 2001
-+++ configure
-@@ -7643,7 +7643,7 @@
- echo "$as_me:7643: checking for BONOBO - version >= $min_bonobo_version" >&5
- echo $ECHO_N "checking for BONOBO - version >= $min_bonobo_version... $ECHO_C" >&6
- no_bonobo=""
-- if test "$GNOME_CONFIG" = "no" ; then
-+ if true ; then
- no_bonobo=yes
- else
- BONOBO_CFLAGS=`$GNOME_CONFIG $bonoboconf_args --cflags bonobo bonobox`
diff --git a/devel/libglade/patches/patch-ab b/devel/libglade/patches/patch-ab
deleted file mode 100644
index 61f5f869937..00000000000
--- a/devel/libglade/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2003/02/05 14:26:10 dmcmahill Exp $
-
---- doc/Makefile.in.orig Thu Sep 6 23:14:11 2001
-+++ doc/Makefile.in
-@@ -156,7 +156,7 @@ tmpl_sources = \
- tmpl/libglade-unused.sgml
-
-
--@HAVE_GTK_DOC_TRUE@html_stamp = html.stamp
-+#@HAVE_GTK_DOC_TRUE@html_stamp = html.stamp
-
- noinst_DATA = $(html_stamp)
-
-@@ -355,8 +355,6 @@ install-data-local:
- echo '-- Installing '$$i ; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
- done; \
-- echo '-- Installing $(srcdir)/html/index.sgml' ; \
-- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(TARGET_DIR); \
- echo '-- Fixing Crossreferences' ; \
- gtkdoc-fixxref --module=$(DOC_MODULE) --html-dir=$(HTML_DIR) || true; \
- fi)
diff --git a/devel/libglade/patches/patch-ac b/devel/libglade/patches/patch-ac
deleted file mode 100644
index 8bd1baab48f..00000000000
--- a/devel/libglade/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/04/27 15:05:05 wiz Exp $
-
---- libglade.m4.orig 2001-02-10 12:45:30.000000000 +0100
-+++ libglade.m4
-@@ -4,7 +4,7 @@
- dnl AM_PATH_LIBGLADE([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
- dnl Test to see if libglade is installed, and define LIBGLADE_CFLAGS, LIBS
- dnl
--AC_DEFUN(AM_PATH_LIBGLADE,
-+AC_DEFUN([AM_PATH_LIBGLADE],
- [dnl
- dnl Get the cflags and libraries from the libglade-config script
- dnl
diff --git a/devel/oaf/DESCR b/devel/oaf/DESCR
deleted file mode 100644
index 394723c467d..00000000000
--- a/devel/oaf/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-OAF is the new object activation framework for GNOME. Since many GNOME
-applications utilize CORBA, a framework for locating and activating these
-applications is necessary. OAF, the Object Activation Framework, provides
-a simple method for finding and running the CORBA objects available on a
-computer system.
-
-Distributed operation is supported, allowing activation of objects on a
-network of computers being used in a GNOME desktop. The flexibility of
-OAF enables it to be used outside of GNOME programs, allowing non-GNOME
-CORBA applications to be utilized alongside GNOME applications.
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile
deleted file mode 100644
index b8fac2d68a3..00000000000
--- a/devel/oaf/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.48 2006/07/05 05:37:40 jlam Exp $
-#
-
-DISTNAME= oaf-0.6.10
-PKGREVISION= 9
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/oaf/0.6/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= New object activation framework for GNOME
-
-USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
-USE_X11BASE= YES
-USE_TOOLS+= bison intltool lex msgfmt
-USE_LIBTOOL= YES
-
-BROKEN_GETTEXT_DETECTION= YES
-
-CONFIGURE_ARGS+= --enable-gtk-doc=no
-
-EGDIR= ${PREFIX}/share/examples/oaf
-INSTALL_MAKE_FLAGS+= oafconfigdir=${EGDIR}
-PKG_SYSCONFSUBDIR= oaf
-CONF_FILES+= ${EGDIR}/oaf-config.xml ${PKG_SYSCONFDIR}/oaf-config.xml
-
-.include "../../devel/popt/buildlink3.mk"
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/oaf/PLIST b/devel/oaf/PLIST
deleted file mode 100644
index 701aaa9f463..00000000000
--- a/devel/oaf/PLIST
+++ /dev/null
@@ -1,65 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2006/06/17 17:29:12 rillig Exp $
-bin/oaf-client
-bin/oaf-config
-bin/oaf-empty-server
-bin/oaf-run-query
-bin/oaf-slay
-bin/oaf-sysconf
-bin/oafd
-include/liboaf/liboaf-version.h
-include/liboaf/liboaf.h
-include/liboaf/oaf-actid.h
-include/liboaf/oaf-activate.h
-include/liboaf/oaf-async.h
-include/liboaf/oaf-factory-suppress.h
-include/liboaf/oaf-factory.h
-include/liboaf/oaf-mainloop.h
-include/liboaf/oaf-plugin.h
-include/liboaf/oaf-registration.h
-include/liboaf/oaf-servreg.h
-include/liboaf/oaf-util.h
-include/liboaf/oaf.h
-lib/liboaf.la
-lib/oafConf.sh
-man/man1/oafd.1
-share/aclocal/oaf.m4
-share/examples/oaf/oaf-config.xml
-share/examples/oaf/oaf-config.xml.sample
-share/idl/oaf-factory.idl
-share/idl/oaf.idl
-share/locale/az/LC_MESSAGES/oaf.mo
-share/locale/bg/LC_MESSAGES/oaf.mo
-share/locale/da/LC_MESSAGES/oaf.mo
-share/locale/de/LC_MESSAGES/oaf.mo
-share/locale/el/LC_MESSAGES/oaf.mo
-share/locale/es/LC_MESSAGES/oaf.mo
-share/locale/eu/LC_MESSAGES/oaf.mo
-share/locale/fi/LC_MESSAGES/oaf.mo
-share/locale/fr/LC_MESSAGES/oaf.mo
-share/locale/ga/LC_MESSAGES/oaf.mo
-share/locale/gl/LC_MESSAGES/oaf.mo
-share/locale/hu/LC_MESSAGES/oaf.mo
-share/locale/it/LC_MESSAGES/oaf.mo
-share/locale/ja/LC_MESSAGES/oaf.mo
-share/locale/ko/LC_MESSAGES/oaf.mo
-share/locale/nl/LC_MESSAGES/oaf.mo
-share/locale/nn/LC_MESSAGES/oaf.mo
-share/locale/no/LC_MESSAGES/oaf.mo
-share/locale/pl/LC_MESSAGES/oaf.mo
-share/locale/pt/LC_MESSAGES/oaf.mo
-share/locale/pt_BR/LC_MESSAGES/oaf.mo
-share/locale/ro/LC_MESSAGES/oaf.mo
-share/locale/ru/LC_MESSAGES/oaf.mo
-share/locale/sk/LC_MESSAGES/oaf.mo
-share/locale/sl/LC_MESSAGES/oaf.mo
-share/locale/sv/LC_MESSAGES/oaf.mo
-share/locale/ta/LC_MESSAGES/oaf.mo
-share/locale/tr/LC_MESSAGES/oaf.mo
-share/locale/uk/LC_MESSAGES/oaf.mo
-share/locale/zh_CN/LC_MESSAGES/oaf.mo
-share/locale/zh_TW/LC_MESSAGES/oaf.mo
-share/oaf/OAF_naming-service.oaf
-share/oaf/empty.oafinfo
-@dirrm etc/oaf
-@dirrm include/liboaf
-@dirrm share/oaf
diff --git a/devel/oaf/buildlink3.mk b/devel/oaf/buildlink3.mk
deleted file mode 100644
index b29794fd4ee..00000000000
--- a/devel/oaf/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/07/08 23:10:47 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-OAF_BUILDLINK3_MK:= ${OAF_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= oaf
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Noaf}
-BUILDLINK_PACKAGES+= oaf
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}oaf
-
-.if !empty(OAF_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.oaf+= oaf>=0.6.10nb4
-BUILDLINK_ABI_DEPENDS.oaf+= oaf>=0.6.10nb8
-BUILDLINK_PKGSRCDIR.oaf?= ../../devel/oaf
-.endif # OAF_BUILDLINK3_MK
-
-.include "../../devel/popt/buildlink3.mk"
-.include "../../textproc/libxml/buildlink3.mk"
-.include "../../x11/gnome-libs/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo
deleted file mode 100644
index 92cec4d2e18..00000000000
--- a/devel/oaf/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.8 2005/04/27 15:01:29 wiz Exp $
-
-SHA1 (oaf-0.6.10.tar.bz2) = d8eaff6b3bc953fc4158f55b03ba92cb197518c5
-RMD160 (oaf-0.6.10.tar.bz2) = 5b894ee82bb54bc44785d4335a65774174e139e3
-Size (oaf-0.6.10.tar.bz2) = 435621 bytes
-SHA1 (patch-aa) = 3ba51dcef947c8e7e4c3f37939b055991045d704
-SHA1 (patch-ac) = 28fd433c41209b9f3355e5f039f4f9d30b940a55
-SHA1 (patch-ag) = 57f54e650bacad8ef82c0165ba395ec225e372dc
diff --git a/devel/oaf/patches/patch-aa b/devel/oaf/patches/patch-aa
deleted file mode 100644
index 697eeefcf0c..00000000000
--- a/devel/oaf/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2005/04/27 15:01:29 wiz Exp $
-
---- oaf.m4.orig 1999-12-03 16:09:35.000000000 +0100
-+++ oaf.m4
-@@ -1,7 +1,7 @@
- dnl AM_PATH_OAF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
- dnl Test for OAF, and define OAF_CFLAGS and OAF_LIBS
- dnl
--AC_DEFUN(AM_PATH_OAF,
-+AC_DEFUN([AM_PATH_OAF],
- [dnl
- dnl Get the cflags and libraries from the oaf-config script
- dnl
diff --git a/devel/oaf/patches/patch-ac b/devel/oaf/patches/patch-ac
deleted file mode 100644
index f865a087213..00000000000
--- a/devel/oaf/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2002/08/25 19:22:35 jlam Exp $
-
---- liboaf/Makefile.in.orig Sat May 18 12:22:48 2002
-+++ liboaf/Makefile.in Sat May 18 12:23:02 2002
-@@ -270,7 +270,7 @@
- maintainer-clean-libtool:
-
- liboaf.la: $(liboaf_la_OBJECTS) $(liboaf_la_DEPENDENCIES)
-- $(LINK) -rpath $(libdir) $(liboaf_la_LDFLAGS) $(liboaf_la_OBJECTS) $(liboaf_la_LIBADD) $(LIBS)
-+ $(LINK) -rpath $(libdir) $(liboaf_la_LDFLAGS) $(liboaf_la_OBJECTS) $(liboaf_la_LIBADD) $(LIBS) ${INTLLIBS}
-
- install-liboafincludeHEADERS: $(liboafinclude_HEADERS)
- @$(NORMAL_INSTALL)
diff --git a/devel/oaf/patches/patch-ag b/devel/oaf/patches/patch-ag
deleted file mode 100644
index e5930d9ab5d..00000000000
--- a/devel/oaf/patches/patch-ag
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ag,v 1.7 2002/08/25 19:22:35 jlam Exp $
-
---- configure.orig Sat May 18 12:24:35 2002
-+++ configure Sat May 18 12:25:54 2002
-@@ -9196,7 +9196,7 @@
- echo "$as_me: failed program was:" >&5
- cat conftest.$ac_ext >&5
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- INSTOBJEXT=.mo
-@@ -11009,7 +11009,6 @@
- -Wall \
- -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
- -Wnested-externs -Wpointer-arith \
-- -Werror \
- $CFLAGS"
-
- for option in -Wsign-promo -Wno-sign-compare; do