summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-pim/Makefile49
-rw-r--r--deskutils/gnome-pim/distinfo1
-rw-r--r--deskutils/gnome-pim/files/extra-patch-nopilot26
-rw-r--r--deskutils/gnome-pim/files/patch-ab85
-rw-r--r--deskutils/gnome-pim/files/patch-ad19
-rw-r--r--deskutils/gnome-pim/pkg-comment1
-rw-r--r--deskutils/gnome-pim/pkg-descr1
-rw-r--r--deskutils/gnome-pim/pkg-plist61
-rw-r--r--deskutils/gnome-utils/Makefile34
-rw-r--r--deskutils/gnome-utils/distinfo1
-rw-r--r--deskutils/gnome-utils/files/patch-aa40
-rw-r--r--deskutils/gnome-utils/files/patch-ad28
-rw-r--r--deskutils/gnome-utils/files/patch-ah48
-rw-r--r--deskutils/gnome-utils/pkg-comment1
-rw-r--r--deskutils/gnome-utils/pkg-descr1
-rw-r--r--deskutils/gnome-utils/pkg-plist452
-rw-r--r--deskutils/gnomeutils2/Makefile34
-rw-r--r--deskutils/gnomeutils2/distinfo1
-rw-r--r--deskutils/gnomeutils2/files/patch-aa40
-rw-r--r--deskutils/gnomeutils2/files/patch-ad28
-rw-r--r--deskutils/gnomeutils2/files/patch-ah48
-rw-r--r--deskutils/gnomeutils2/pkg-comment1
-rw-r--r--deskutils/gnomeutils2/pkg-descr1
-rw-r--r--deskutils/gnomeutils2/pkg-plist452
-rw-r--r--deskutils/kcharselect/Makefile32
-rw-r--r--deskutils/kcharselect/distinfo1
-rw-r--r--deskutils/kcharselect/pkg-comment1
-rw-r--r--deskutils/kcharselect/pkg-descr1
-rw-r--r--deskutils/kcharselect/pkg-plist583
29 files changed, 0 insertions, 2071 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
deleted file mode 100644
index 97587191e04a..000000000000
--- a/deskutils/gnome-pim/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: gnomepim
-# Date created: 17 Jan 1999
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomepim
-PORTVERSION= 1.2.0
-CATEGORIES= deskutils gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnome-pim
-DISTNAME= gnome-pim-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore
-
-.if defined(WITH_GNOMEPILOT)
-LIB_DEPENDS+= gpilotd.0:${PORTSDIR}/palm/gnomepilot
-PILOTINC= "-I${LOCALBASE}/pilot/include"
-PILOTLIB= "-L${LOCALBASE}/pilot/lib"
-.else
-PILOTARGS= --without-pisock --disable-pilotlinktest
-EXTRA_PATCHES= ${FILESDIR}/patch.nopilot
-.endif
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome ${PILOTARGS}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib ${PILOTLIB}"
-
-.if !defined(WITH_GNOMEPILOT)
-pre-extract:
- @${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT"
-.endif
-
-.if defined(WITH_GNOMEPILOT)
-post-install:
- @${CAT} ${PKGDIR}/PLIST.pilot >> ${TMPPLIST}
-.endif
-
-.include <bsd.port.mk>
diff --git a/deskutils/gnome-pim/distinfo b/deskutils/gnome-pim/distinfo
deleted file mode 100644
index 277f4e65d5f2..000000000000
--- a/deskutils/gnome-pim/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-pim-1.2.0.tar.gz) = d0af4da54851fa996b59d4f738ff2920
diff --git a/deskutils/gnome-pim/files/extra-patch-nopilot b/deskutils/gnome-pim/files/extra-patch-nopilot
deleted file mode 100644
index 546fad85c5a5..000000000000
--- a/deskutils/gnome-pim/files/extra-patch-nopilot
+++ /dev/null
@@ -1,26 +0,0 @@
---- configure.orig Fri Jun 2 12:19:04 2000
-+++ configure Fri Jun 2 12:19:38 2000
-@@ -3629,23 +3629,7 @@
-
- echo $ac_n "checking for gnome-pilot environment""... $ac_c" 1>&6
- echo "configure:3632: checking for gnome-pilot environment" >&5
--if eval "test \"`echo '$''{'gnome_cv_pilot_found'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
--
-- if test "x$GNOME_CONFIG" = "xno"; then
- gnome_cv_pilot_found=no
-- else
-- # gnome-config doesn't return a useful error status,
-- # so we check if it outputs anything to stderr
-- if test "x`$GNOME_CONFIG gpilot 2>&1 > /dev/null`" = "x"; then
-- gnome_cv_pilot_found=yes
-- else
-- gnome_cv_pilot_found=no
-- fi
-- fi
--
--fi
-
- echo "$ac_t""$gnome_cv_pilot_found" 1>&6
-
diff --git a/deskutils/gnome-pim/files/patch-ab b/deskutils/gnome-pim/files/patch-ab
deleted file mode 100644
index a90fec35121a..000000000000
--- a/deskutils/gnome-pim/files/patch-ab
+++ /dev/null
@@ -1,85 +0,0 @@
---- gncal/Makefile.in.orig Sat May 20 20:52:50 2000
-+++ gncal/Makefile.in Fri Jun 2 12:41:34 2000
-@@ -141,12 +141,12 @@
- gnorbadir = $(sysconfdir)/CORBA/servers
- gnorba_DATA = gnomecal.gnorba
-
--help_base = $(datadir)/gnome/help/cal
-+help_base = $(datadir)/help/gnomecal
-
- @HAVE_GNOME_PILOT_TRUE@extra_pilot_bins = calendar-conduit-control-applet calendar-pilot-sync
- bin_PROGRAMS = gnomecal $(extra_pilot_bins)
-
--INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) $(GNOME_CONDUIT_INCLUDEDIR) $(PISOCK_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
-+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) $(GNOME_CONDUIT_INCLUDEDIR) $(PISOCK_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"
-
-
- GNOMECAL_CORBA_GENERATED = GnomeCal.h GnomeCal.c GnomeCal-common.c GnomeCal-skels.c GnomeCal-stubs.c
-@@ -172,7 +172,7 @@
- libcalendar_conduit_la_SOURCES = GnomeCal-common.c GnomeCal-stubs.c calendar-conduit.c calobj.c alarm.c calendar.c timeutil.c
-
-
--libcalendar_conduit_la_LDFLAGS = -rpath $(libdir)
-+libcalendar_conduit_la_LDFLAGS = -rpath $(libdir) -avoid-version
-
-
- libcalendar_conduit_la_LIBADD = ../libversit/libversit.la $(PISOCK_LIBDIR) $(PISOCK_LIBS) $(GNOME_LIBDIR) $(GNOME_LIBS)
-@@ -221,7 +221,7 @@
- @HAVE_GNOME_PILOT_TRUE@ccenterConduitsdir = $(ccenterPalmPilotdir)/Conduits
- @HAVE_GNOME_PILOT_TRUE@ccenterConduits_DATA = calendar-conduit-control-applet.desktop
-
--@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/gnome/apps/Settings/Peripherals/Conduits
-+@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/apps/Settings/Peripherals/Conduits
- @HAVE_GNOME_PILOT_TRUE@panelConduits_DATA = $(ccenterConduits_DATA)
-
- @HAVE_GNOME_PILOT_TRUE@Conduitdir = $(datadir)/gnome-pilot/conduits/
-@@ -233,7 +233,7 @@
- appicondir = $(datadir)/pixmaps
- appicon_DATA = gnome-calendar-conduit.png
-
--Productivitydir = $(datadir)/gnome/apps/Applications
-+Productivitydir = $(datadir)/apps/Applications
-
- Productivity_DATA = gncal.desktop
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
---- gnomecard/Makefile.in.orig Sat May 20 20:52:58 2000
-+++ gnomecard/Makefile.in Fri Jun 2 12:42:28 2000
-@@ -135,9 +135,9 @@
-
- nSUBDIRS = help
-
--xpmhelp_base = $(datadir)/gnome/help/cal
-+xpmhelp_base = $(datadir)/help/cal
-
--INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" $(PISOCK_INCLUDEDIR) -I../../gcalendar
-+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(PISOCK_INCLUDEDIR) -I../../gcalendar
-
-
- @HAVE_GNOME_PILOT_TRUE@extra_pilot_bins = address-conduit-capplet
-@@ -183,7 +183,7 @@
-
- @HAVE_GNOME_PILOT_TRUE@ccenterConduits_DATA = address-conduit-capplet.desktop
-
--@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/gnome/apps/Settings/Peripherals/Conduits
-+@HAVE_GNOME_PILOT_TRUE@panelConduitsdir = $(datadir)/apps/Settings/Peripherals/Conduits
- @HAVE_GNOME_PILOT_TRUE@panelConduits_DATA = $(ccenterConduits_DATA)
-
- @HAVE_GNOME_PILOT_TRUE@Conduitdir = $(datadir)/gnome-pilot/conduits/
-@@ -192,7 +192,7 @@
- EXTRA_DIST = addr.xpm addrtool.xpm cardedit.xpm cardnew.xpm cardfind.xpm email.xpm expl.xpm first.xpm geo.xpm ident.xpm last.xpm org.xpm sec.xpm tel.xpm teltool.xpm phone.xpm world.xpm gnome-card.xpm gnomecard.desktop address-conduit-capplet.desktop gnomecard.conduit gnome-gnomecard.png gnomecard.gnorba ChangeLog BUGS
-
-
--Productivitydir = $(datadir)/gnome/apps/Applications
-+Productivitydir = $(datadir)/apps/Applications
-
- Productivity_DATA = gnomecard.desktop
-
-@@ -206,7 +206,7 @@
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- LIBS = @LIBS@
--libaddress_conduit_la_LDFLAGS =
-+libaddress_conduit_la_LDFLAGS = -avoid-version
- libaddress_conduit_la_DEPENDENCIES = ../libversit/libversit.la
- libaddress_conduit_la_OBJECTS = card.lo my.lo address-conduit.lo
- PROGRAMS = $(bin_PROGRAMS)
diff --git a/deskutils/gnome-pim/files/patch-ad b/deskutils/gnome-pim/files/patch-ad
deleted file mode 100644
index 7a5f6345a27e..000000000000
--- a/deskutils/gnome-pim/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
---- gnomecard/address-conduit.c.orig Tue Mar 14 01:39:27 2000
-+++ gnomecard/address-conduit.c Fri Jun 2 12:36:08 2000
-@@ -241,8 +241,16 @@
- {
- if (card->rev.prop.used) {
- time_t syncTime, revTime;
-+#ifdef __FreeBSD__
-+ struct tm *tmptm;
-+#endif
- syncTime = GET_CONDUIT_DATA(abs)->dbi->pu->lastSyncDate;
-+#ifdef __FreeBSD__
-+ tmptm = localtime(&syncTime);
-+ revTime = mktime(&card->rev.tm) - tmptm->tm_gmtoff;
-+#else
- revTime = mktime(&card->rev.tm)-timezone;
-+#endif
- LOG("Comparing rev time %lu with sync time %lu",revTime,syncTime);
- if (revTime > syncTime) return TRUE;
- }
diff --git a/deskutils/gnome-pim/pkg-comment b/deskutils/gnome-pim/pkg-comment
deleted file mode 100644
index c3e7f3958055..000000000000
--- a/deskutils/gnome-pim/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Gnome pim package
diff --git a/deskutils/gnome-pim/pkg-descr b/deskutils/gnome-pim/pkg-descr
deleted file mode 100644
index c04c82c67d97..000000000000
--- a/deskutils/gnome-pim/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-gnome pim package.
diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist
deleted file mode 100644
index 19195c2c68ed..000000000000
--- a/deskutils/gnome-pim/pkg-plist
+++ /dev/null
@@ -1,61 +0,0 @@
-bin/gnomecal
-bin/gnomecard
-etc/CORBA/servers/gnomecal.gnorba
-etc/CORBA/servers/gnomecard.gnorba
-share/gnome/apps/Applications/gncal.desktop
-share/gnome/apps/Applications/gnomecard.desktop
-share/gnome/help/gnomecal/C/gnomecal.html
-share/gnome/help/gnomecal/C/topic.dat
-share/gnome/help/gnomecal/C/images/cal-props.gif
-share/gnome/help/gnomecal/C/images/calday.gif
-share/gnome/help/gnomecal/C/images/calmonth.gif
-share/gnome/help/gnomecal/C/images/calweek.gif
-share/gnome/help/gnomecal/C/images/calyear.gif
-share/gnome/help/gnomecal/C/calappoint.html
-share/gnome/help/gnomecal/C/calsetup.html
-share/gnome/help/gnomecal/C/caluse.html
-share/gnome/help/gnomecal/C/cmdline.html
-share/gnome/help/gnomecal/C/gcal.html
-share/gnome/help/gnomecal/C/ln20.html
-share/gnome/help/gnomecal/C/tech.html.html
-share/gnome/help/gnomecal/C/docbook.css
-share/gnome/idl/GnomeCal.idl
-share/gnome/idl/gnome-pim.idl
-share/gnome/mime-info/gnome-pim.keys
-share/gnome/pixmaps/gnome-calendar-conduit.png
-share/gnome/pixmaps/gnome-gnomecard.png
-share/locale/ca/LC_MESSAGES/gnome-pim.mo
-share/locale/cs/LC_MESSAGES/gnome-pim.mo
-share/locale/cy/LC_MESSAGES/gnome-pim.mo
-share/locale/da/LC_MESSAGES/gnome-pim.mo
-share/locale/de/LC_MESSAGES/gnome-pim.mo
-share/locale/el/LC_MESSAGES/gnome-pim.mo
-share/locale/en_GB/LC_MESSAGES/gnome-pim.mo
-share/locale/es/LC_MESSAGES/gnome-pim.mo
-share/locale/et/LC_MESSAGES/gnome-pim.mo
-share/locale/fi/LC_MESSAGES/gnome-pim.mo
-share/locale/fr/LC_MESSAGES/gnome-pim.mo
-share/locale/ga/LC_MESSAGES/gnome-pim.mo
-share/locale/gd/LC_MESSAGES/gnome-pim.mo
-share/locale/gl/LC_MESSAGES/gnome-pim.mo
-share/locale/gv/LC_MESSAGES/gnome-pim.mo
-share/locale/hu/LC_MESSAGES/gnome-pim.mo
-share/locale/it/LC_MESSAGES/gnome-pim.mo
-share/locale/ja/LC_MESSAGES/gnome-pim.mo
-share/locale/ko/LC_MESSAGES/gnome-pim.mo
-share/locale/kw/LC_MESSAGES/gnome-pim.mo
-share/locale/lt/LC_MESSAGES/gnome-pim.mo
-share/locale/nl/LC_MESSAGES/gnome-pim.mo
-share/locale/no/LC_MESSAGES/gnome-pim.mo
-share/locale/pl/LC_MESSAGES/gnome-pim.mo
-share/locale/pt/LC_MESSAGES/gnome-pim.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-pim.mo
-share/locale/sv/LC_MESSAGES/gnome-pim.mo
-share/locale/ru/LC_MESSAGES/gnome-pim.mo
-share/locale/uk/LC_MESSAGES/gnome-pim.mo
-share/locale/wa/LC_MESSAGES/gnome-pim.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-pim.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-pim.mo
-@dirrm share/gnome/help/gnomecal/C/images
-@dirrm share/gnome/help/gnomecal/C
-@dirrm share/gnome/help/gnomecal
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
deleted file mode 100644
index 57efddb91aa9..000000000000
--- a/deskutils/gnome-utils/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gnomeutils
-# Date created: 03 July 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomeutils
-PORTVERSION= 1.2.1
-CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnome-utils
-DISTNAME= gnome-utils-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
- gtop.1:${PORTSDIR}/devel/libgtop \
- guile.6:${PORTSDIR}/lang/guile \
- glade.4:${PORTSDIR}/devel/libglade
-RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo
deleted file mode 100644
index 185a3c2a3804..000000000000
--- a/deskutils/gnome-utils/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-utils-1.2.1.tar.gz) = d95a0a6d43b62075c7f5dbe6c81101c0
diff --git a/deskutils/gnome-utils/files/patch-aa b/deskutils/gnome-utils/files/patch-aa
deleted file mode 100644
index 149087c84669..000000000000
--- a/deskutils/gnome-utils/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Fri May 19 14:49:06 2000
-+++ configure Tue May 30 13:31:24 2000
-@@ -5101,7 +5101,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -6350,17 +6350,13 @@
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
- echo "$ac_t""yes" 1>&6
- build_gfloppy=true
-+ subdirs="gfloppy"
- else
-+ build_gfloppy=false
- echo "$ac_t""no" 1>&6
- echo "configure: warning: *** gfloppy will not be built." 1>&2
- fi
-
--if $build_gfloppy; then
-- subdirs="gfloppy"
--
--fi
--
--
- if test "$build_gfloppy" = true; then
- BUILD_GFLOPPY_TRUE=
- BUILD_GFLOPPY_FALSE='#'
-@@ -8453,7 +8449,7 @@
- esac
- done
-
-- for ac_config_dir in gfloppy; do
-+ for ac_config_dir in $subdirs ; do
-
- # Do not complain, so a configure script can configure whichever
- # parts of a large source tree are present.
diff --git a/deskutils/gnome-utils/files/patch-ad b/deskutils/gnome-utils/files/patch-ad
deleted file mode 100644
index 65ebff071c14..000000000000
--- a/deskutils/gnome-utils/files/patch-ad
+++ /dev/null
@@ -1,28 +0,0 @@
---- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999
-+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999
-@@ -36,24 +36,7 @@
- #include <gnome.h>
- #endif
-
--#ifdef ultrix
--# include <cursesX.h>
--#else
--# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
--# include <ncurses.h>
--# else
--# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi)
--# define hacked 1
--# define _XOPEN_SOURCE_EXTENDED
--# define _ACS_COMPAT_CODE
--# endif
--# include <curses.h>
--# ifdef hacked
--# undef _XOPEN_SOURCE_EXTENDED
--# undef _ACS_COMPAT_CODE
--# endif
--# endif
--#endif
-+#include <ncurses.h>
-
- /*
- * Change these if you want
diff --git a/deskutils/gnome-utils/files/patch-ah b/deskutils/gnome-utils/files/patch-ah
deleted file mode 100644
index ba467beaa5a6..000000000000
--- a/deskutils/gnome-utils/files/patch-ah
+++ /dev/null
@@ -1,48 +0,0 @@
---- logview/actions.c.orig Wed Apr 26 22:32:02 2000
-+++ logview/actions.c Tue May 30 13:34:05 2000
-@@ -1,6 +1,7 @@
- #include "logview.h"
- #include <string.h>
- #include <stdlib.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <config.h>
- #include <gnome.h>
---- logview/desc_db.c.orig Wed Apr 26 22:32:02 2000
-+++ logview/desc_db.c Tue May 30 13:34:36 2000
-@@ -1,5 +1,6 @@
- #include "logview.h"
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <stdlib.h>
-
---- logview/logrtns.c.orig Tue May 30 13:35:22 2000
-+++ logview/logrtns.c Tue May 30 13:37:45 2000
-@@ -679,7 +679,7 @@
- if (IsLeapYear (curmark->year - lastyear + thisyear))
- curmark->time += 24 * 60 * 60; /* Add one day */
-
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- curmark->time += correction - tmptm->tm_gmtoff;
- #else
- curmark->time += correction - timezone;
-@@ -705,7 +705,7 @@
- if (IsLeapYear (thisyear))
- log->lstats.enddate += 24 * 60 * 60; /* Add one day */
-
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- log->lstats.enddate += correction - tmptm->tm_gmtoff;
- #else
- log->lstats.enddate += correction - timezone;
-@@ -716,7 +716,7 @@
- if (IsLeapYear (thisyear - lastyear))
- log->lstats.startdate += 24 * 60 * 60; /* Add one day */
-
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- log->lstats.startdate += correction - tmptm->tm_gmtoff;
- #else
- log->lstats.startdate += correction - timezone;
diff --git a/deskutils/gnome-utils/pkg-comment b/deskutils/gnome-utils/pkg-comment
deleted file mode 100644
index 2fbe3addfdac..000000000000
--- a/deskutils/gnome-utils/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME support utilities
diff --git a/deskutils/gnome-utils/pkg-descr b/deskutils/gnome-utils/pkg-descr
deleted file mode 100644
index dcd124ed4e1e..000000000000
--- a/deskutils/gnome-utils/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GNOME support utilities.
diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist
deleted file mode 100644
index 294fdbe5556c..000000000000
--- a/deskutils/gnome-utils/pkg-plist
+++ /dev/null
@@ -1,452 +0,0 @@
-bin/gcalc
-bin/gcharmap
-bin/gcolorsel
-bin/gdialog
-bin/gdict
-bin/gdiskfree
-bin/gfontsel
-bin/gless
-bin/gsearchtool
-bin/gshutdown
-bin/gstripchart
-bin/gstripchart_applet
-bin/gtt
-bin/guname
-bin/gw
-bin/logview
-bin/splac
-bin/splash
-etc/CORBA/servers/gdict.gnorba
-etc/CORBA/servers/gstripchart_applet.gnorba
-share/gnome/applets/Monitors/gstripchart_applet.desktop
-share/gnome/applets/Utility/gdict.desktop
-share/gnome/apps/Applications/gtt.desktop
-share/gnome/apps/System/gdiskfree.desktop
-share/gnome/apps/System/gshutdown.desktop
-share/gnome/apps/System/guname.desktop
-share/gnome/apps/System/gw.desktop
-share/gnome/apps/System/logview.desktop
-share/gnome/apps/Utilities/GDict.desktop
-share/gnome/apps/Utilities/gcalc.desktop
-share/gnome/apps/Utilities/gcharmap.desktop
-share/gnome/apps/Utilities/gcolorsel.desktop
-share/gnome/apps/Utilities/gfontsel.desktop
-share/gnome/apps/Utilities/gless.desktop
-share/gnome/apps/Utilities/gsearchtool.desktop
-share/gnome/apps/Utilities/gstripchart.desktop
-share/gnome/gcolorsel/glade/dialog-new-doc.glade
-share/gnome/gcolorsel/glade/dialog-new-doc.glade.h
-share/gnome/gcolorsel/glade/dialog-new-view.glade
-share/gnome/gcolorsel/glade/dialog-new-view.glade.h
-share/gnome/gcolorsel/glade/mdi-color-file-properties.glade
-share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h
-share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade
-share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h
-share/gnome/gcolorsel/glade/view-color-edit.glade
-share/gnome/gcolorsel/glade/view-color-edit.glade.h
-share/gnome/gcolorsel/glade/view-color-generic-properties.glade
-share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h
-share/gnome/gcolorsel/glade/view-color-grid-properties.glade
-share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h
-share/gnome/gcolorsel/glade/view-color-list-properties.glade
-share/gnome/gcolorsel/glade/view-color-list-properties.glade.h
-share/gnome/gstripchart/gstripchart.conf
-share/gnome/help/gcalc/C/authors.html
-share/gnome/help/gcalc/C/bugs.html
-share/gnome/help/gcalc/C/gcalc-main.png
-share/gnome/help/gcalc/C/index.html
-share/gnome/help/gcalc/C/license.html
-share/gnome/help/gcalc/C/ln7.html
-share/gnome/help/gcalc/C/topic.dat
-share/gnome/help/gcalc/C/usage.html
-share/gnome/help/gcharmap/C/authors.html
-share/gnome/help/gcharmap/C/bugs.html
-share/gnome/help/gcharmap/C/docbook.css
-share/gnome/help/gcharmap/C/images/gcharmap.png
-share/gnome/help/gcharmap/C/images/gcharmap_insertascii.png
-share/gnome/help/gcharmap/C/index.html
-share/gnome/help/gcharmap/C/license.html
-share/gnome/help/gcharmap/C/ln7.html
-share/gnome/help/gcharmap/C/stylesheet-images/caution.gif
-share/gnome/help/gcharmap/C/stylesheet-images/home.gif
-share/gnome/help/gcharmap/C/stylesheet-images/important.gif
-share/gnome/help/gcharmap/C/stylesheet-images/next.gif
-share/gnome/help/gcharmap/C/stylesheet-images/note.gif
-share/gnome/help/gcharmap/C/stylesheet-images/prev.gif
-share/gnome/help/gcharmap/C/stylesheet-images/tip.gif
-share/gnome/help/gcharmap/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gcharmap/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gcharmap/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gcharmap/C/stylesheet-images/up.gif
-share/gnome/help/gcharmap/C/stylesheet-images/warning.gif
-share/gnome/help/gcharmap/C/topic.dat
-share/gnome/help/gcharmap/C/usage.html
-share/gnome/help/gcolorsel/C/authors.html
-share/gnome/help/gcolorsel/C/bugs.html
-share/gnome/help/gcolorsel/C/docbook.css
-share/gnome/help/gcolorsel/C/documents.html
-share/gnome/help/gcolorsel/C/favorites.png
-share/gnome/help/gcolorsel/C/grid.png
-share/gnome/help/gcolorsel/C/index.html
-share/gnome/help/gcolorsel/C/license.html
-share/gnome/help/gcolorsel/C/list.png
-share/gnome/help/gcolorsel/C/ln7.html
-share/gnome/help/gcolorsel/C/menus.html
-share/gnome/help/gcolorsel/C/search.html
-share/gnome/help/gcolorsel/C/search.png
-share/gnome/help/gcolorsel/C/simple.html
-share/gnome/help/gcolorsel/C/simple.png
-share/gnome/help/gcolorsel/C/stylesheet-images/caution.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/home.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/important.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/next.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/note.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/prev.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/tip.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/up.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/warning.gif
-share/gnome/help/gcolorsel/C/topic.dat
-share/gnome/help/gcolorsel/C/usage.html
-share/gnome/help/gcolorsel/C/xcolors.html
-share/gnome/help/gdict/C/authors.html
-share/gnome/help/gdict/C/docbook.css
-share/gnome/help/gdict/C/gdict-prefs.png
-share/gnome/help/gdict/C/gdict-spell.png
-share/gnome/help/gdict/C/gdictmain.png
-share/gnome/help/gdict/C/index.html
-share/gnome/help/gdict/C/license.html
-share/gnome/help/gdict/C/ln7.html
-share/gnome/help/gdict/C/prefs.html
-share/gnome/help/gdict/C/stylesheet-images/caution.gif
-share/gnome/help/gdict/C/stylesheet-images/home.gif
-share/gnome/help/gdict/C/stylesheet-images/important.gif
-share/gnome/help/gdict/C/stylesheet-images/next.gif
-share/gnome/help/gdict/C/stylesheet-images/note.gif
-share/gnome/help/gdict/C/stylesheet-images/prev.gif
-share/gnome/help/gdict/C/stylesheet-images/tip.gif
-share/gnome/help/gdict/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gdict/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gdict/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gdict/C/stylesheet-images/up.gif
-share/gnome/help/gdict/C/stylesheet-images/warning.gif
-share/gnome/help/gdict/C/topic.dat
-share/gnome/help/gdict/C/usage.html
-share/gnome/help/gdiskfree/C/authors.html
-share/gnome/help/gdiskfree/C/docbook.css
-share/gnome/help/gdiskfree/C/gdiskfree-prefs.png
-share/gnome/help/gdiskfree/C/gdiskfree.png
-share/gnome/help/gdiskfree/C/index.html
-share/gnome/help/gdiskfree/C/ln7.html
-share/gnome/help/gdiskfree/C/prefs.html
-share/gnome/help/gdiskfree/C/stylesheet-images/caution.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/home.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/important.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/next.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/note.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/prev.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/tip.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/up.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/warning.gif
-share/gnome/help/gdiskfree/C/topic.dat
-share/gnome/help/gdiskfree/C/usage.html
-share/gnome/help/gdiskfree/es/authors.html
-share/gnome/help/gdiskfree/es/docbook.css
-share/gnome/help/gdiskfree/es/gdiskfree-prefs.png
-share/gnome/help/gdiskfree/es/gdiskfree.png
-share/gnome/help/gdiskfree/es/index.html
-share/gnome/help/gdiskfree/es/ln10.html
-share/gnome/help/gdiskfree/es/prefs.html
-share/gnome/help/gdiskfree/es/stylesheet-images/caution.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/home.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/important.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/next.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/note.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/prev.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/tip.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/toc-blank.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/toc-minus.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/toc-plus.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/up.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/warning.gif
-share/gnome/help/gdiskfree/es/topic.dat
-share/gnome/help/gdiskfree/es/usage.html
-share/gnome/help/gfontsel/C/authors.html
-share/gnome/help/gfontsel/C/docbook.css
-share/gnome/help/gfontsel/C/filter.html
-share/gnome/help/gfontsel/C/filterwin.png
-share/gnome/help/gfontsel/C/fontinfo.html
-share/gnome/help/gfontsel/C/index.html
-share/gnome/help/gfontsel/C/license.html
-share/gnome/help/gfontsel/C/ln7.html
-share/gnome/help/gfontsel/C/mainshot.png
-share/gnome/help/gfontsel/C/mainwin.html
-share/gnome/help/gfontsel/C/stylesheet-images/caution.gif
-share/gnome/help/gfontsel/C/stylesheet-images/home.gif
-share/gnome/help/gfontsel/C/stylesheet-images/important.gif
-share/gnome/help/gfontsel/C/stylesheet-images/next.gif
-share/gnome/help/gfontsel/C/stylesheet-images/note.gif
-share/gnome/help/gfontsel/C/stylesheet-images/prev.gif
-share/gnome/help/gfontsel/C/stylesheet-images/tip.gif
-share/gnome/help/gfontsel/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gfontsel/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gfontsel/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gfontsel/C/stylesheet-images/up.gif
-share/gnome/help/gfontsel/C/stylesheet-images/warning.gif
-share/gnome/help/gfontsel/C/topic.dat
-share/gnome/help/gfontsel/C/xlfd.html
-share/gnome/help/gfontsel/es/authors.html
-share/gnome/help/gfontsel/es/docbook.css
-share/gnome/help/gfontsel/es/filter.html
-share/gnome/help/gfontsel/es/filterwin.png
-share/gnome/help/gfontsel/es/fontinfo.html
-share/gnome/help/gfontsel/es/index.html
-share/gnome/help/gfontsel/es/ln10.html
-share/gnome/help/gfontsel/es/mainshot.png
-share/gnome/help/gfontsel/es/mainwin.html
-share/gnome/help/gfontsel/es/stylesheet-images/caution.gif
-share/gnome/help/gfontsel/es/stylesheet-images/home.gif
-share/gnome/help/gfontsel/es/stylesheet-images/important.gif
-share/gnome/help/gfontsel/es/stylesheet-images/next.gif
-share/gnome/help/gfontsel/es/stylesheet-images/note.gif
-share/gnome/help/gfontsel/es/stylesheet-images/prev.gif
-share/gnome/help/gfontsel/es/stylesheet-images/tip.gif
-share/gnome/help/gfontsel/es/stylesheet-images/toc-blank.gif
-share/gnome/help/gfontsel/es/stylesheet-images/toc-minus.gif
-share/gnome/help/gfontsel/es/stylesheet-images/toc-plus.gif
-share/gnome/help/gfontsel/es/stylesheet-images/up.gif
-share/gnome/help/gfontsel/es/stylesheet-images/warning.gif
-share/gnome/help/gfontsel/es/topic.dat
-share/gnome/help/gfontsel/es/xlfd.html
-share/gnome/help/gless/C/authors.html
-share/gnome/help/gless/C/docbook.css
-share/gnome/help/gless/C/gless-main.png
-share/gnome/help/gless/C/index.html
-share/gnome/help/gless/C/ln7.html
-share/gnome/help/gless/C/stylesheet-images/caution.gif
-share/gnome/help/gless/C/stylesheet-images/home.gif
-share/gnome/help/gless/C/stylesheet-images/important.gif
-share/gnome/help/gless/C/stylesheet-images/next.gif
-share/gnome/help/gless/C/stylesheet-images/note.gif
-share/gnome/help/gless/C/stylesheet-images/prev.gif
-share/gnome/help/gless/C/stylesheet-images/tip.gif
-share/gnome/help/gless/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gless/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gless/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gless/C/stylesheet-images/up.gif
-share/gnome/help/gless/C/stylesheet-images/warning.gif
-share/gnome/help/gless/C/topic.dat
-share/gnome/help/gless/C/usage.html
-share/gnome/help/gsearchtool/C/authors.html
-share/gnome/help/gsearchtool/C/criteria.html
-share/gnome/help/gsearchtool/C/docbook.css
-share/gnome/help/gsearchtool/C/gsearch.png
-share/gnome/help/gsearchtool/C/index.html
-share/gnome/help/gsearchtool/C/license.html
-share/gnome/help/gsearchtool/C/ln7.html
-share/gnome/help/gsearchtool/C/locate.html
-share/gnome/help/gsearchtool/C/locate.png
-share/gnome/help/gsearchtool/C/mainwin.png
-share/gnome/help/gsearchtool/C/results.png
-share/gnome/help/gsearchtool/C/topic.dat
-share/gnome/help/gsearchtool/C/usage.html
-share/gnome/help/gshutdown/C/authors.html
-share/gnome/help/gshutdown/C/docbook.css
-share/gnome/help/gshutdown/C/gshutdown-advanced.png
-share/gnome/help/gshutdown/C/gshutdown-preferences.png
-share/gnome/help/gshutdown/C/gshutdown.png
-share/gnome/help/gshutdown/C/index.html
-share/gnome/help/gshutdown/C/ln7.html
-share/gnome/help/gshutdown/C/topic.dat
-share/gnome/help/gshutdown/C/usage.html
-share/gnome/help/gstripchart/C/authors.html
-share/gnome/help/gstripchart/C/bugs.html
-share/gnome/help/gstripchart/C/docbook.css
-share/gnome/help/gstripchart/C/index.html
-share/gnome/help/gstripchart/C/license.html
-share/gnome/help/gstripchart/C/ln7.html
-share/gnome/help/gstripchart/C/main.png
-share/gnome/help/gstripchart/C/menu.png
-share/gnome/help/gstripchart/C/param.png
-share/gnome/help/gstripchart/C/prefs.html
-share/gnome/help/gstripchart/C/stylesheet-images/caution.gif
-share/gnome/help/gstripchart/C/stylesheet-images/home.gif
-share/gnome/help/gstripchart/C/stylesheet-images/important.gif
-share/gnome/help/gstripchart/C/stylesheet-images/next.gif
-share/gnome/help/gstripchart/C/stylesheet-images/note.gif
-share/gnome/help/gstripchart/C/stylesheet-images/prev.gif
-share/gnome/help/gstripchart/C/stylesheet-images/tip.gif
-share/gnome/help/gstripchart/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gstripchart/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gstripchart/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gstripchart/C/stylesheet-images/up.gif
-share/gnome/help/gstripchart/C/stylesheet-images/warning.gif
-share/gnome/help/gstripchart/C/text.png
-share/gnome/help/gstripchart/C/topic.dat
-share/gnome/help/gstripchart/C/usage.html
-share/gnome/help/gtt/C/authors.html
-share/gnome/help/gtt/C/bugs.html
-share/gnome/help/gtt/C/dialogs.html
-share/gnome/help/gtt/C/docbook.css
-share/gnome/help/gtt/C/gtt_mainwin.png
-share/gnome/help/gtt/C/gtt_prefswin.png
-share/gnome/help/gtt/C/index.html
-share/gnome/help/gtt/C/license.html
-share/gnome/help/gtt/C/ln10.html
-share/gnome/help/gtt/C/preferences.html
-share/gnome/help/gtt/C/stylesheet-images/caution.gif
-share/gnome/help/gtt/C/stylesheet-images/home.gif
-share/gnome/help/gtt/C/stylesheet-images/important.gif
-share/gnome/help/gtt/C/stylesheet-images/next.gif
-share/gnome/help/gtt/C/stylesheet-images/note.gif
-share/gnome/help/gtt/C/stylesheet-images/prev.gif
-share/gnome/help/gtt/C/stylesheet-images/tip.gif
-share/gnome/help/gtt/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gtt/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gtt/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gtt/C/stylesheet-images/up.gif
-share/gnome/help/gtt/C/stylesheet-images/warning.gif
-share/gnome/help/gtt/C/topic.dat
-share/gnome/help/gtt/C/usage.html
-share/gnome/help/guname/C/authors.html
-share/gnome/help/guname/C/docbook.css
-share/gnome/help/guname/C/guname-cpuinfo.png
-share/gnome/help/guname/C/guname-diskinfo.png
-share/gnome/help/guname/C/guname-main.png
-share/gnome/help/guname/C/guname-memoryinfo.png
-share/gnome/help/guname/C/index.html
-share/gnome/help/guname/C/ln7.html
-share/gnome/help/guname/C/license.html
-share/gnome/help/guname/C/stylesheet-images/caution.gif
-share/gnome/help/guname/C/stylesheet-images/home.gif
-share/gnome/help/guname/C/stylesheet-images/important.gif
-share/gnome/help/guname/C/stylesheet-images/next.gif
-share/gnome/help/guname/C/stylesheet-images/note.gif
-share/gnome/help/guname/C/stylesheet-images/prev.gif
-share/gnome/help/guname/C/stylesheet-images/tip.gif
-share/gnome/help/guname/C/stylesheet-images/toc-blank.gif
-share/gnome/help/guname/C/stylesheet-images/toc-minus.gif
-share/gnome/help/guname/C/stylesheet-images/toc-plus.gif
-share/gnome/help/guname/C/stylesheet-images/up.gif
-share/gnome/help/guname/C/stylesheet-images/warning.gif
-share/gnome/help/guname/C/topic.dat
-share/gnome/help/guname/C/usage.html
-share/gnome/help/gw/C/authors.html
-share/gnome/help/gw/C/bugs.html
-share/gnome/help/gw/C/docbook.css
-share/gnome/help/gw/C/gw-main.png
-share/gnome/help/gw/C/gw-menuitems.png
-share/gnome/help/gw/C/index.html
-share/gnome/help/gw/C/license.html
-share/gnome/help/gw/C/ln7.html
-share/gnome/help/gw/C/prefs.html
-share/gnome/help/gw/C/stylesheet-images/caution.gif
-share/gnome/help/gw/C/stylesheet-images/home.gif
-share/gnome/help/gw/C/stylesheet-images/important.gif
-share/gnome/help/gw/C/stylesheet-images/next.gif
-share/gnome/help/gw/C/stylesheet-images/note.gif
-share/gnome/help/gw/C/stylesheet-images/prev.gif
-share/gnome/help/gw/C/stylesheet-images/tip.gif
-share/gnome/help/gw/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gw/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gw/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gw/C/stylesheet-images/up.gif
-share/gnome/help/gw/C/stylesheet-images/warning.gif
-share/gnome/help/gw/C/topic.dat
-share/gnome/help/gw/C/usage.html
-share/gnome/idl/gsu.idl
-share/gnome/logview/logview-actions.db
-share/gnome/logview/logview-descript.db
-share/gnome/logview/logview-regexp.db
-share/gnome/pixmaps/gdict.png
-share/gnome/pixmaps/gnome-fontsel.png
-share/gnome/pixmaps/gnome-searchtool.png
-share/gnome/pixmaps/gnome-shutdown.png
-share/gnome/pixmaps/gnome-stripchart.png
-share/gnome/pixmaps/gnome-who.png
-share/gnome/pixmaps/logview/logview.xpm
-share/locale/ca/LC_MESSAGES/gnome-utils.mo
-share/locale/cs/LC_MESSAGES/gnome-utils.mo
-share/locale/da/LC_MESSAGES/gnome-utils.mo
-share/locale/de/LC_MESSAGES/gnome-utils.mo
-share/locale/el/LC_MESSAGES/gnome-utils.mo
-share/locale/en_GB/LC_MESSAGES/gnome-utils.mo
-share/locale/es/LC_MESSAGES/gnome-utils.mo
-share/locale/et/LC_MESSAGES/gnome-utils.mo
-share/locale/fi/LC_MESSAGES/gnome-utils.mo
-share/locale/fr/LC_MESSAGES/gnome-utils.mo
-share/locale/ga/LC_MESSAGES/gnome-utils.mo
-share/locale/gl/LC_MESSAGES/gnome-utils.mo
-share/locale/hu/LC_MESSAGES/gnome-utils.mo
-share/locale/it/LC_MESSAGES/gnome-utils.mo
-share/locale/ja/LC_MESSAGES/gnome-utils.mo
-share/locale/ko/LC_MESSAGES/gnome-utils.mo
-share/locale/lt/LC_MESSAGES/gnome-utils.mo
-share/locale/nl/LC_MESSAGES/gnome-utils.mo
-share/locale/no/LC_MESSAGES/gnome-utils.mo
-share/locale/pl/LC_MESSAGES/gnome-utils.mo
-share/locale/pt/LC_MESSAGES/gnome-utils.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-utils.mo
-share/locale/ro/LC_MESSAGES/gnome-utils.mo
-share/locale/ru/LC_MESSAGES/gnome-utils.mo
-share/locale/sl/LC_MESSAGES/gnome-utils.mo
-share/locale/sv/LC_MESSAGES/gnome-utils.mo
-share/locale/tr/LC_MESSAGES/gnome-utils.mo
-share/locale/uk/LC_MESSAGES/gnome-utils.mo
-share/locale/wa/LC_MESSAGES/gnome-utils.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-utils.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo
-@dirrm share/gnome/pixmaps/logview
-@dirrm share/gnome/logview
-@dirrm share/gnome/help/gw/C/stylesheet-images
-@dirrm share/gnome/help/gw/C
-@dirrm share/gnome/help/gw
-@dirrm share/gnome/help/guname/C/stylesheet-images
-@dirrm share/gnome/help/guname/C
-@dirrm share/gnome/help/guname
-@dirrm share/gnome/help/gtt/C/stylesheet-images
-@dirrm share/gnome/help/gtt/C
-@dirrm share/gnome/help/gtt
-@dirrm share/gnome/help/gstripchart/C/stylesheet-images
-@dirrm share/gnome/help/gstripchart/C/images
-@dirrm share/gnome/help/gstripchart/C
-@dirrm share/gnome/help/gstripchart
-@dirrm share/gnome/help/gshutdown/C/images
-@dirrm share/gnome/help/gshutdown/C
-@dirrm share/gnome/help/gshutdown
-@dirrm share/gnome/help/gsearchtool/C/images
-@dirrm share/gnome/help/gsearchtool/C
-@dirrm share/gnome/help/gsearchtool
-@dirrm share/gnome/help/gless/C/stylesheet-images
-@dirrm share/gnome/help/gless/C
-@dirrm share/gnome/help/gless
-@dirrm share/gnome/help/gfontsel/es/stylesheet-images
-@dirrm share/gnome/help/gfontsel/es
-@dirrm share/gnome/help/gfontsel/C/stylesheet-images
-@dirrm share/gnome/help/gfontsel/C
-@dirrm share/gnome/help/gfontsel
-@dirrm share/gnome/help/gdiskfree/es/stylesheet-images
-@dirrm share/gnome/help/gdiskfree/es
-@dirrm share/gnome/help/gdiskfree/C/stylesheet-images
-@dirrm share/gnome/help/gdiskfree/C
-@dirrm share/gnome/help/gdiskfree
-@dirrm share/gnome/help/gdict/C/stylesheet-images
-@dirrm share/gnome/help/gdict/C
-@dirrm share/gnome/help/gdict
-@dirrm share/gnome/help/gcolorsel/C/stylesheet-images
-@dirrm share/gnome/help/gcolorsel/C
-@dirrm share/gnome/help/gcolorsel
-@dirrm share/gnome/help/gcharmap/C/stylesheet-images
-@dirrm share/gnome/help/gcharmap/C/images
-@dirrm share/gnome/help/gcharmap/C
-@dirrm share/gnome/help/gcharmap
-@dirrm share/gnome/help/gcalc/C
-@dirrm share/gnome/help/gcalc
-@dirrm share/gnome/gstripchart
-@dirrm share/gnome/gcolorsel/glade
-@dirrm share/gnome/gcolorsel
diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile
deleted file mode 100644
index 57efddb91aa9..000000000000
--- a/deskutils/gnomeutils2/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gnomeutils
-# Date created: 03 July 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomeutils
-PORTVERSION= 1.2.1
-CATEGORIES= misc gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnome-utils
-DISTNAME= gnome-utils-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \
- gtop.1:${PORTSDIR}/devel/libgtop \
- guile.6:${PORTSDIR}/lang/guile \
- glade.4:${PORTSDIR}/devel/libglade
-RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/deskutils/gnomeutils2/distinfo b/deskutils/gnomeutils2/distinfo
deleted file mode 100644
index 185a3c2a3804..000000000000
--- a/deskutils/gnomeutils2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-utils-1.2.1.tar.gz) = d95a0a6d43b62075c7f5dbe6c81101c0
diff --git a/deskutils/gnomeutils2/files/patch-aa b/deskutils/gnomeutils2/files/patch-aa
deleted file mode 100644
index 149087c84669..000000000000
--- a/deskutils/gnomeutils2/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
---- configure.orig Fri May 19 14:49:06 2000
-+++ configure Tue May 30 13:31:24 2000
-@@ -5101,7 +5101,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -6350,17 +6350,13 @@
- if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
- echo "$ac_t""yes" 1>&6
- build_gfloppy=true
-+ subdirs="gfloppy"
- else
-+ build_gfloppy=false
- echo "$ac_t""no" 1>&6
- echo "configure: warning: *** gfloppy will not be built." 1>&2
- fi
-
--if $build_gfloppy; then
-- subdirs="gfloppy"
--
--fi
--
--
- if test "$build_gfloppy" = true; then
- BUILD_GFLOPPY_TRUE=
- BUILD_GFLOPPY_FALSE='#'
-@@ -8453,7 +8449,7 @@
- esac
- done
-
-- for ac_config_dir in gfloppy; do
-+ for ac_config_dir in $subdirs ; do
-
- # Do not complain, so a configure script can configure whichever
- # parts of a large source tree are present.
diff --git a/deskutils/gnomeutils2/files/patch-ad b/deskutils/gnomeutils2/files/patch-ad
deleted file mode 100644
index 65ebff071c14..000000000000
--- a/deskutils/gnomeutils2/files/patch-ad
+++ /dev/null
@@ -1,28 +0,0 @@
---- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999
-+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999
-@@ -36,24 +36,7 @@
- #include <gnome.h>
- #endif
-
--#ifdef ultrix
--# include <cursesX.h>
--#else
--# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
--# include <ncurses.h>
--# else
--# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi)
--# define hacked 1
--# define _XOPEN_SOURCE_EXTENDED
--# define _ACS_COMPAT_CODE
--# endif
--# include <curses.h>
--# ifdef hacked
--# undef _XOPEN_SOURCE_EXTENDED
--# undef _ACS_COMPAT_CODE
--# endif
--# endif
--#endif
-+#include <ncurses.h>
-
- /*
- * Change these if you want
diff --git a/deskutils/gnomeutils2/files/patch-ah b/deskutils/gnomeutils2/files/patch-ah
deleted file mode 100644
index ba467beaa5a6..000000000000
--- a/deskutils/gnomeutils2/files/patch-ah
+++ /dev/null
@@ -1,48 +0,0 @@
---- logview/actions.c.orig Wed Apr 26 22:32:02 2000
-+++ logview/actions.c Tue May 30 13:34:05 2000
-@@ -1,6 +1,7 @@
- #include "logview.h"
- #include <string.h>
- #include <stdlib.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <config.h>
- #include <gnome.h>
---- logview/desc_db.c.orig Wed Apr 26 22:32:02 2000
-+++ logview/desc_db.c Tue May 30 13:34:36 2000
-@@ -1,5 +1,6 @@
- #include "logview.h"
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <stdlib.h>
-
---- logview/logrtns.c.orig Tue May 30 13:35:22 2000
-+++ logview/logrtns.c Tue May 30 13:37:45 2000
-@@ -679,7 +679,7 @@
- if (IsLeapYear (curmark->year - lastyear + thisyear))
- curmark->time += 24 * 60 * 60; /* Add one day */
-
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- curmark->time += correction - tmptm->tm_gmtoff;
- #else
- curmark->time += correction - timezone;
-@@ -705,7 +705,7 @@
- if (IsLeapYear (thisyear))
- log->lstats.enddate += 24 * 60 * 60; /* Add one day */
-
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- log->lstats.enddate += correction - tmptm->tm_gmtoff;
- #else
- log->lstats.enddate += correction - timezone;
-@@ -716,7 +716,7 @@
- if (IsLeapYear (thisyear - lastyear))
- log->lstats.startdate += 24 * 60 * 60; /* Add one day */
-
--#ifdef __NetBSD__
-+#if defined(__NetBSD__) || defined(__FreeBSD__)
- log->lstats.startdate += correction - tmptm->tm_gmtoff;
- #else
- log->lstats.startdate += correction - timezone;
diff --git a/deskutils/gnomeutils2/pkg-comment b/deskutils/gnomeutils2/pkg-comment
deleted file mode 100644
index 2fbe3addfdac..000000000000
--- a/deskutils/gnomeutils2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME support utilities
diff --git a/deskutils/gnomeutils2/pkg-descr b/deskutils/gnomeutils2/pkg-descr
deleted file mode 100644
index dcd124ed4e1e..000000000000
--- a/deskutils/gnomeutils2/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-GNOME support utilities.
diff --git a/deskutils/gnomeutils2/pkg-plist b/deskutils/gnomeutils2/pkg-plist
deleted file mode 100644
index 294fdbe5556c..000000000000
--- a/deskutils/gnomeutils2/pkg-plist
+++ /dev/null
@@ -1,452 +0,0 @@
-bin/gcalc
-bin/gcharmap
-bin/gcolorsel
-bin/gdialog
-bin/gdict
-bin/gdiskfree
-bin/gfontsel
-bin/gless
-bin/gsearchtool
-bin/gshutdown
-bin/gstripchart
-bin/gstripchart_applet
-bin/gtt
-bin/guname
-bin/gw
-bin/logview
-bin/splac
-bin/splash
-etc/CORBA/servers/gdict.gnorba
-etc/CORBA/servers/gstripchart_applet.gnorba
-share/gnome/applets/Monitors/gstripchart_applet.desktop
-share/gnome/applets/Utility/gdict.desktop
-share/gnome/apps/Applications/gtt.desktop
-share/gnome/apps/System/gdiskfree.desktop
-share/gnome/apps/System/gshutdown.desktop
-share/gnome/apps/System/guname.desktop
-share/gnome/apps/System/gw.desktop
-share/gnome/apps/System/logview.desktop
-share/gnome/apps/Utilities/GDict.desktop
-share/gnome/apps/Utilities/gcalc.desktop
-share/gnome/apps/Utilities/gcharmap.desktop
-share/gnome/apps/Utilities/gcolorsel.desktop
-share/gnome/apps/Utilities/gfontsel.desktop
-share/gnome/apps/Utilities/gless.desktop
-share/gnome/apps/Utilities/gsearchtool.desktop
-share/gnome/apps/Utilities/gstripchart.desktop
-share/gnome/gcolorsel/glade/dialog-new-doc.glade
-share/gnome/gcolorsel/glade/dialog-new-doc.glade.h
-share/gnome/gcolorsel/glade/dialog-new-view.glade
-share/gnome/gcolorsel/glade/dialog-new-view.glade.h
-share/gnome/gcolorsel/glade/mdi-color-file-properties.glade
-share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h
-share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade
-share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h
-share/gnome/gcolorsel/glade/view-color-edit.glade
-share/gnome/gcolorsel/glade/view-color-edit.glade.h
-share/gnome/gcolorsel/glade/view-color-generic-properties.glade
-share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h
-share/gnome/gcolorsel/glade/view-color-grid-properties.glade
-share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h
-share/gnome/gcolorsel/glade/view-color-list-properties.glade
-share/gnome/gcolorsel/glade/view-color-list-properties.glade.h
-share/gnome/gstripchart/gstripchart.conf
-share/gnome/help/gcalc/C/authors.html
-share/gnome/help/gcalc/C/bugs.html
-share/gnome/help/gcalc/C/gcalc-main.png
-share/gnome/help/gcalc/C/index.html
-share/gnome/help/gcalc/C/license.html
-share/gnome/help/gcalc/C/ln7.html
-share/gnome/help/gcalc/C/topic.dat
-share/gnome/help/gcalc/C/usage.html
-share/gnome/help/gcharmap/C/authors.html
-share/gnome/help/gcharmap/C/bugs.html
-share/gnome/help/gcharmap/C/docbook.css
-share/gnome/help/gcharmap/C/images/gcharmap.png
-share/gnome/help/gcharmap/C/images/gcharmap_insertascii.png
-share/gnome/help/gcharmap/C/index.html
-share/gnome/help/gcharmap/C/license.html
-share/gnome/help/gcharmap/C/ln7.html
-share/gnome/help/gcharmap/C/stylesheet-images/caution.gif
-share/gnome/help/gcharmap/C/stylesheet-images/home.gif
-share/gnome/help/gcharmap/C/stylesheet-images/important.gif
-share/gnome/help/gcharmap/C/stylesheet-images/next.gif
-share/gnome/help/gcharmap/C/stylesheet-images/note.gif
-share/gnome/help/gcharmap/C/stylesheet-images/prev.gif
-share/gnome/help/gcharmap/C/stylesheet-images/tip.gif
-share/gnome/help/gcharmap/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gcharmap/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gcharmap/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gcharmap/C/stylesheet-images/up.gif
-share/gnome/help/gcharmap/C/stylesheet-images/warning.gif
-share/gnome/help/gcharmap/C/topic.dat
-share/gnome/help/gcharmap/C/usage.html
-share/gnome/help/gcolorsel/C/authors.html
-share/gnome/help/gcolorsel/C/bugs.html
-share/gnome/help/gcolorsel/C/docbook.css
-share/gnome/help/gcolorsel/C/documents.html
-share/gnome/help/gcolorsel/C/favorites.png
-share/gnome/help/gcolorsel/C/grid.png
-share/gnome/help/gcolorsel/C/index.html
-share/gnome/help/gcolorsel/C/license.html
-share/gnome/help/gcolorsel/C/list.png
-share/gnome/help/gcolorsel/C/ln7.html
-share/gnome/help/gcolorsel/C/menus.html
-share/gnome/help/gcolorsel/C/search.html
-share/gnome/help/gcolorsel/C/search.png
-share/gnome/help/gcolorsel/C/simple.html
-share/gnome/help/gcolorsel/C/simple.png
-share/gnome/help/gcolorsel/C/stylesheet-images/caution.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/home.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/important.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/next.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/note.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/prev.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/tip.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/up.gif
-share/gnome/help/gcolorsel/C/stylesheet-images/warning.gif
-share/gnome/help/gcolorsel/C/topic.dat
-share/gnome/help/gcolorsel/C/usage.html
-share/gnome/help/gcolorsel/C/xcolors.html
-share/gnome/help/gdict/C/authors.html
-share/gnome/help/gdict/C/docbook.css
-share/gnome/help/gdict/C/gdict-prefs.png
-share/gnome/help/gdict/C/gdict-spell.png
-share/gnome/help/gdict/C/gdictmain.png
-share/gnome/help/gdict/C/index.html
-share/gnome/help/gdict/C/license.html
-share/gnome/help/gdict/C/ln7.html
-share/gnome/help/gdict/C/prefs.html
-share/gnome/help/gdict/C/stylesheet-images/caution.gif
-share/gnome/help/gdict/C/stylesheet-images/home.gif
-share/gnome/help/gdict/C/stylesheet-images/important.gif
-share/gnome/help/gdict/C/stylesheet-images/next.gif
-share/gnome/help/gdict/C/stylesheet-images/note.gif
-share/gnome/help/gdict/C/stylesheet-images/prev.gif
-share/gnome/help/gdict/C/stylesheet-images/tip.gif
-share/gnome/help/gdict/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gdict/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gdict/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gdict/C/stylesheet-images/up.gif
-share/gnome/help/gdict/C/stylesheet-images/warning.gif
-share/gnome/help/gdict/C/topic.dat
-share/gnome/help/gdict/C/usage.html
-share/gnome/help/gdiskfree/C/authors.html
-share/gnome/help/gdiskfree/C/docbook.css
-share/gnome/help/gdiskfree/C/gdiskfree-prefs.png
-share/gnome/help/gdiskfree/C/gdiskfree.png
-share/gnome/help/gdiskfree/C/index.html
-share/gnome/help/gdiskfree/C/ln7.html
-share/gnome/help/gdiskfree/C/prefs.html
-share/gnome/help/gdiskfree/C/stylesheet-images/caution.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/home.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/important.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/next.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/note.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/prev.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/tip.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/up.gif
-share/gnome/help/gdiskfree/C/stylesheet-images/warning.gif
-share/gnome/help/gdiskfree/C/topic.dat
-share/gnome/help/gdiskfree/C/usage.html
-share/gnome/help/gdiskfree/es/authors.html
-share/gnome/help/gdiskfree/es/docbook.css
-share/gnome/help/gdiskfree/es/gdiskfree-prefs.png
-share/gnome/help/gdiskfree/es/gdiskfree.png
-share/gnome/help/gdiskfree/es/index.html
-share/gnome/help/gdiskfree/es/ln10.html
-share/gnome/help/gdiskfree/es/prefs.html
-share/gnome/help/gdiskfree/es/stylesheet-images/caution.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/home.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/important.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/next.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/note.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/prev.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/tip.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/toc-blank.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/toc-minus.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/toc-plus.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/up.gif
-share/gnome/help/gdiskfree/es/stylesheet-images/warning.gif
-share/gnome/help/gdiskfree/es/topic.dat
-share/gnome/help/gdiskfree/es/usage.html
-share/gnome/help/gfontsel/C/authors.html
-share/gnome/help/gfontsel/C/docbook.css
-share/gnome/help/gfontsel/C/filter.html
-share/gnome/help/gfontsel/C/filterwin.png
-share/gnome/help/gfontsel/C/fontinfo.html
-share/gnome/help/gfontsel/C/index.html
-share/gnome/help/gfontsel/C/license.html
-share/gnome/help/gfontsel/C/ln7.html
-share/gnome/help/gfontsel/C/mainshot.png
-share/gnome/help/gfontsel/C/mainwin.html
-share/gnome/help/gfontsel/C/stylesheet-images/caution.gif
-share/gnome/help/gfontsel/C/stylesheet-images/home.gif
-share/gnome/help/gfontsel/C/stylesheet-images/important.gif
-share/gnome/help/gfontsel/C/stylesheet-images/next.gif
-share/gnome/help/gfontsel/C/stylesheet-images/note.gif
-share/gnome/help/gfontsel/C/stylesheet-images/prev.gif
-share/gnome/help/gfontsel/C/stylesheet-images/tip.gif
-share/gnome/help/gfontsel/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gfontsel/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gfontsel/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gfontsel/C/stylesheet-images/up.gif
-share/gnome/help/gfontsel/C/stylesheet-images/warning.gif
-share/gnome/help/gfontsel/C/topic.dat
-share/gnome/help/gfontsel/C/xlfd.html
-share/gnome/help/gfontsel/es/authors.html
-share/gnome/help/gfontsel/es/docbook.css
-share/gnome/help/gfontsel/es/filter.html
-share/gnome/help/gfontsel/es/filterwin.png
-share/gnome/help/gfontsel/es/fontinfo.html
-share/gnome/help/gfontsel/es/index.html
-share/gnome/help/gfontsel/es/ln10.html
-share/gnome/help/gfontsel/es/mainshot.png
-share/gnome/help/gfontsel/es/mainwin.html
-share/gnome/help/gfontsel/es/stylesheet-images/caution.gif
-share/gnome/help/gfontsel/es/stylesheet-images/home.gif
-share/gnome/help/gfontsel/es/stylesheet-images/important.gif
-share/gnome/help/gfontsel/es/stylesheet-images/next.gif
-share/gnome/help/gfontsel/es/stylesheet-images/note.gif
-share/gnome/help/gfontsel/es/stylesheet-images/prev.gif
-share/gnome/help/gfontsel/es/stylesheet-images/tip.gif
-share/gnome/help/gfontsel/es/stylesheet-images/toc-blank.gif
-share/gnome/help/gfontsel/es/stylesheet-images/toc-minus.gif
-share/gnome/help/gfontsel/es/stylesheet-images/toc-plus.gif
-share/gnome/help/gfontsel/es/stylesheet-images/up.gif
-share/gnome/help/gfontsel/es/stylesheet-images/warning.gif
-share/gnome/help/gfontsel/es/topic.dat
-share/gnome/help/gfontsel/es/xlfd.html
-share/gnome/help/gless/C/authors.html
-share/gnome/help/gless/C/docbook.css
-share/gnome/help/gless/C/gless-main.png
-share/gnome/help/gless/C/index.html
-share/gnome/help/gless/C/ln7.html
-share/gnome/help/gless/C/stylesheet-images/caution.gif
-share/gnome/help/gless/C/stylesheet-images/home.gif
-share/gnome/help/gless/C/stylesheet-images/important.gif
-share/gnome/help/gless/C/stylesheet-images/next.gif
-share/gnome/help/gless/C/stylesheet-images/note.gif
-share/gnome/help/gless/C/stylesheet-images/prev.gif
-share/gnome/help/gless/C/stylesheet-images/tip.gif
-share/gnome/help/gless/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gless/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gless/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gless/C/stylesheet-images/up.gif
-share/gnome/help/gless/C/stylesheet-images/warning.gif
-share/gnome/help/gless/C/topic.dat
-share/gnome/help/gless/C/usage.html
-share/gnome/help/gsearchtool/C/authors.html
-share/gnome/help/gsearchtool/C/criteria.html
-share/gnome/help/gsearchtool/C/docbook.css
-share/gnome/help/gsearchtool/C/gsearch.png
-share/gnome/help/gsearchtool/C/index.html
-share/gnome/help/gsearchtool/C/license.html
-share/gnome/help/gsearchtool/C/ln7.html
-share/gnome/help/gsearchtool/C/locate.html
-share/gnome/help/gsearchtool/C/locate.png
-share/gnome/help/gsearchtool/C/mainwin.png
-share/gnome/help/gsearchtool/C/results.png
-share/gnome/help/gsearchtool/C/topic.dat
-share/gnome/help/gsearchtool/C/usage.html
-share/gnome/help/gshutdown/C/authors.html
-share/gnome/help/gshutdown/C/docbook.css
-share/gnome/help/gshutdown/C/gshutdown-advanced.png
-share/gnome/help/gshutdown/C/gshutdown-preferences.png
-share/gnome/help/gshutdown/C/gshutdown.png
-share/gnome/help/gshutdown/C/index.html
-share/gnome/help/gshutdown/C/ln7.html
-share/gnome/help/gshutdown/C/topic.dat
-share/gnome/help/gshutdown/C/usage.html
-share/gnome/help/gstripchart/C/authors.html
-share/gnome/help/gstripchart/C/bugs.html
-share/gnome/help/gstripchart/C/docbook.css
-share/gnome/help/gstripchart/C/index.html
-share/gnome/help/gstripchart/C/license.html
-share/gnome/help/gstripchart/C/ln7.html
-share/gnome/help/gstripchart/C/main.png
-share/gnome/help/gstripchart/C/menu.png
-share/gnome/help/gstripchart/C/param.png
-share/gnome/help/gstripchart/C/prefs.html
-share/gnome/help/gstripchart/C/stylesheet-images/caution.gif
-share/gnome/help/gstripchart/C/stylesheet-images/home.gif
-share/gnome/help/gstripchart/C/stylesheet-images/important.gif
-share/gnome/help/gstripchart/C/stylesheet-images/next.gif
-share/gnome/help/gstripchart/C/stylesheet-images/note.gif
-share/gnome/help/gstripchart/C/stylesheet-images/prev.gif
-share/gnome/help/gstripchart/C/stylesheet-images/tip.gif
-share/gnome/help/gstripchart/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gstripchart/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gstripchart/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gstripchart/C/stylesheet-images/up.gif
-share/gnome/help/gstripchart/C/stylesheet-images/warning.gif
-share/gnome/help/gstripchart/C/text.png
-share/gnome/help/gstripchart/C/topic.dat
-share/gnome/help/gstripchart/C/usage.html
-share/gnome/help/gtt/C/authors.html
-share/gnome/help/gtt/C/bugs.html
-share/gnome/help/gtt/C/dialogs.html
-share/gnome/help/gtt/C/docbook.css
-share/gnome/help/gtt/C/gtt_mainwin.png
-share/gnome/help/gtt/C/gtt_prefswin.png
-share/gnome/help/gtt/C/index.html
-share/gnome/help/gtt/C/license.html
-share/gnome/help/gtt/C/ln10.html
-share/gnome/help/gtt/C/preferences.html
-share/gnome/help/gtt/C/stylesheet-images/caution.gif
-share/gnome/help/gtt/C/stylesheet-images/home.gif
-share/gnome/help/gtt/C/stylesheet-images/important.gif
-share/gnome/help/gtt/C/stylesheet-images/next.gif
-share/gnome/help/gtt/C/stylesheet-images/note.gif
-share/gnome/help/gtt/C/stylesheet-images/prev.gif
-share/gnome/help/gtt/C/stylesheet-images/tip.gif
-share/gnome/help/gtt/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gtt/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gtt/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gtt/C/stylesheet-images/up.gif
-share/gnome/help/gtt/C/stylesheet-images/warning.gif
-share/gnome/help/gtt/C/topic.dat
-share/gnome/help/gtt/C/usage.html
-share/gnome/help/guname/C/authors.html
-share/gnome/help/guname/C/docbook.css
-share/gnome/help/guname/C/guname-cpuinfo.png
-share/gnome/help/guname/C/guname-diskinfo.png
-share/gnome/help/guname/C/guname-main.png
-share/gnome/help/guname/C/guname-memoryinfo.png
-share/gnome/help/guname/C/index.html
-share/gnome/help/guname/C/ln7.html
-share/gnome/help/guname/C/license.html
-share/gnome/help/guname/C/stylesheet-images/caution.gif
-share/gnome/help/guname/C/stylesheet-images/home.gif
-share/gnome/help/guname/C/stylesheet-images/important.gif
-share/gnome/help/guname/C/stylesheet-images/next.gif
-share/gnome/help/guname/C/stylesheet-images/note.gif
-share/gnome/help/guname/C/stylesheet-images/prev.gif
-share/gnome/help/guname/C/stylesheet-images/tip.gif
-share/gnome/help/guname/C/stylesheet-images/toc-blank.gif
-share/gnome/help/guname/C/stylesheet-images/toc-minus.gif
-share/gnome/help/guname/C/stylesheet-images/toc-plus.gif
-share/gnome/help/guname/C/stylesheet-images/up.gif
-share/gnome/help/guname/C/stylesheet-images/warning.gif
-share/gnome/help/guname/C/topic.dat
-share/gnome/help/guname/C/usage.html
-share/gnome/help/gw/C/authors.html
-share/gnome/help/gw/C/bugs.html
-share/gnome/help/gw/C/docbook.css
-share/gnome/help/gw/C/gw-main.png
-share/gnome/help/gw/C/gw-menuitems.png
-share/gnome/help/gw/C/index.html
-share/gnome/help/gw/C/license.html
-share/gnome/help/gw/C/ln7.html
-share/gnome/help/gw/C/prefs.html
-share/gnome/help/gw/C/stylesheet-images/caution.gif
-share/gnome/help/gw/C/stylesheet-images/home.gif
-share/gnome/help/gw/C/stylesheet-images/important.gif
-share/gnome/help/gw/C/stylesheet-images/next.gif
-share/gnome/help/gw/C/stylesheet-images/note.gif
-share/gnome/help/gw/C/stylesheet-images/prev.gif
-share/gnome/help/gw/C/stylesheet-images/tip.gif
-share/gnome/help/gw/C/stylesheet-images/toc-blank.gif
-share/gnome/help/gw/C/stylesheet-images/toc-minus.gif
-share/gnome/help/gw/C/stylesheet-images/toc-plus.gif
-share/gnome/help/gw/C/stylesheet-images/up.gif
-share/gnome/help/gw/C/stylesheet-images/warning.gif
-share/gnome/help/gw/C/topic.dat
-share/gnome/help/gw/C/usage.html
-share/gnome/idl/gsu.idl
-share/gnome/logview/logview-actions.db
-share/gnome/logview/logview-descript.db
-share/gnome/logview/logview-regexp.db
-share/gnome/pixmaps/gdict.png
-share/gnome/pixmaps/gnome-fontsel.png
-share/gnome/pixmaps/gnome-searchtool.png
-share/gnome/pixmaps/gnome-shutdown.png
-share/gnome/pixmaps/gnome-stripchart.png
-share/gnome/pixmaps/gnome-who.png
-share/gnome/pixmaps/logview/logview.xpm
-share/locale/ca/LC_MESSAGES/gnome-utils.mo
-share/locale/cs/LC_MESSAGES/gnome-utils.mo
-share/locale/da/LC_MESSAGES/gnome-utils.mo
-share/locale/de/LC_MESSAGES/gnome-utils.mo
-share/locale/el/LC_MESSAGES/gnome-utils.mo
-share/locale/en_GB/LC_MESSAGES/gnome-utils.mo
-share/locale/es/LC_MESSAGES/gnome-utils.mo
-share/locale/et/LC_MESSAGES/gnome-utils.mo
-share/locale/fi/LC_MESSAGES/gnome-utils.mo
-share/locale/fr/LC_MESSAGES/gnome-utils.mo
-share/locale/ga/LC_MESSAGES/gnome-utils.mo
-share/locale/gl/LC_MESSAGES/gnome-utils.mo
-share/locale/hu/LC_MESSAGES/gnome-utils.mo
-share/locale/it/LC_MESSAGES/gnome-utils.mo
-share/locale/ja/LC_MESSAGES/gnome-utils.mo
-share/locale/ko/LC_MESSAGES/gnome-utils.mo
-share/locale/lt/LC_MESSAGES/gnome-utils.mo
-share/locale/nl/LC_MESSAGES/gnome-utils.mo
-share/locale/no/LC_MESSAGES/gnome-utils.mo
-share/locale/pl/LC_MESSAGES/gnome-utils.mo
-share/locale/pt/LC_MESSAGES/gnome-utils.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-utils.mo
-share/locale/ro/LC_MESSAGES/gnome-utils.mo
-share/locale/ru/LC_MESSAGES/gnome-utils.mo
-share/locale/sl/LC_MESSAGES/gnome-utils.mo
-share/locale/sv/LC_MESSAGES/gnome-utils.mo
-share/locale/tr/LC_MESSAGES/gnome-utils.mo
-share/locale/uk/LC_MESSAGES/gnome-utils.mo
-share/locale/wa/LC_MESSAGES/gnome-utils.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-utils.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo
-@dirrm share/gnome/pixmaps/logview
-@dirrm share/gnome/logview
-@dirrm share/gnome/help/gw/C/stylesheet-images
-@dirrm share/gnome/help/gw/C
-@dirrm share/gnome/help/gw
-@dirrm share/gnome/help/guname/C/stylesheet-images
-@dirrm share/gnome/help/guname/C
-@dirrm share/gnome/help/guname
-@dirrm share/gnome/help/gtt/C/stylesheet-images
-@dirrm share/gnome/help/gtt/C
-@dirrm share/gnome/help/gtt
-@dirrm share/gnome/help/gstripchart/C/stylesheet-images
-@dirrm share/gnome/help/gstripchart/C/images
-@dirrm share/gnome/help/gstripchart/C
-@dirrm share/gnome/help/gstripchart
-@dirrm share/gnome/help/gshutdown/C/images
-@dirrm share/gnome/help/gshutdown/C
-@dirrm share/gnome/help/gshutdown
-@dirrm share/gnome/help/gsearchtool/C/images
-@dirrm share/gnome/help/gsearchtool/C
-@dirrm share/gnome/help/gsearchtool
-@dirrm share/gnome/help/gless/C/stylesheet-images
-@dirrm share/gnome/help/gless/C
-@dirrm share/gnome/help/gless
-@dirrm share/gnome/help/gfontsel/es/stylesheet-images
-@dirrm share/gnome/help/gfontsel/es
-@dirrm share/gnome/help/gfontsel/C/stylesheet-images
-@dirrm share/gnome/help/gfontsel/C
-@dirrm share/gnome/help/gfontsel
-@dirrm share/gnome/help/gdiskfree/es/stylesheet-images
-@dirrm share/gnome/help/gdiskfree/es
-@dirrm share/gnome/help/gdiskfree/C/stylesheet-images
-@dirrm share/gnome/help/gdiskfree/C
-@dirrm share/gnome/help/gdiskfree
-@dirrm share/gnome/help/gdict/C/stylesheet-images
-@dirrm share/gnome/help/gdict/C
-@dirrm share/gnome/help/gdict
-@dirrm share/gnome/help/gcolorsel/C/stylesheet-images
-@dirrm share/gnome/help/gcolorsel/C
-@dirrm share/gnome/help/gcolorsel
-@dirrm share/gnome/help/gcharmap/C/stylesheet-images
-@dirrm share/gnome/help/gcharmap/C/images
-@dirrm share/gnome/help/gcharmap/C
-@dirrm share/gnome/help/gcharmap
-@dirrm share/gnome/help/gcalc/C
-@dirrm share/gnome/help/gcalc
-@dirrm share/gnome/gstripchart
-@dirrm share/gnome/gcolorsel/glade
-@dirrm share/gnome/gcolorsel
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
deleted file mode 100644
index 473eb031817c..000000000000
--- a/deskutils/kcharselect/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: kdeutils2
-# Date created: Sun 14 May 2000 02:52:20
-# Whom: Will Andrews <will@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdeutils
-PORTVERSION= 1.90
-CATEGORIES= misc kde
-MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-
-MAINTAINER= will@FreeBSD.org
-
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.4:${PORTSDIR}/x11/kdelibs2
-
-BROKEN= "Does not compile/run properly"
-
-MOC?= ${X11BASE}/bin/moc2
-USE_BZIP2= yes
-USE_QT2= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
- --with-qt-includes=${X11BASE}/include/qt2 \
- --with-qt-libraries=${X11BASE}/lib
-CONFIGURE_ENV+= MOC="${MOC}"
-USE_GMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo
deleted file mode 100644
index 688e0274a449..000000000000
--- a/deskutils/kcharselect/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kdeutils-1.90.tar.bz2) = 3fd9d5c14254dd0f3d45eeaa99c43da9
diff --git a/deskutils/kcharselect/pkg-comment b/deskutils/kcharselect/pkg-comment
deleted file mode 100644
index 186230f9287d..000000000000
--- a/deskutils/kcharselect/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Utilities for the KDE integrated X11 desktop
diff --git a/deskutils/kcharselect/pkg-descr b/deskutils/kcharselect/pkg-descr
deleted file mode 100644
index 90ae45773bea..000000000000
--- a/deskutils/kcharselect/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-KDE provides an integrated X11 based environment, much like CDE.
diff --git a/deskutils/kcharselect/pkg-plist b/deskutils/kcharselect/pkg-plist
deleted file mode 100644
index e337e8930d38..000000000000
--- a/deskutils/kcharselect/pkg-plist
+++ /dev/null
@@ -1,583 +0,0 @@
-bin/ark
-bin/conttest
-bin/iconpackager
-bin/kab
-bin/karm
-bin/kcalc
-bin/kcharselect
-bin/kdepasswd
-bin/kdessh
-bin/kdf
-bin/kedit
-bin/kfind
-bin/khexedit
-bin/kjots
-bin/klaptopdaemon
-bin/klipper
-bin/kljettool
-bin/klpq
-bin/knotes
-bin/ktimemon
-bin/ktop
-bin/kwikdisk
-bin/kwrite
-include/ccont.h
-lib/kedit.la
-lib/kedit.so.0
-lib/libccont.a
-lib/libkcm_fontmanager.la
-lib/libkcm_fontmanager.so
-lib/libkcm_kdf.la
-lib/libkcm_kdf.so
-lib/libkcm_laptop.la
-lib/libkcm_laptop.so
-share/applnk/Applications/KEdit.desktop
-share/applnk/Applications/kwrite.desktop
-share/applnk/Kfind.desktop
-share/applnk/Settings/Information/kcmdf.desktop
-share/applnk/Settings/Laptop/.directory
-share/applnk/Settings/Laptop/battery.desktop
-share/applnk/Settings/Laptop/bwarning.desktop
-share/applnk/Settings/Laptop/cwarning.desktop
-share/applnk/Settings/Laptop/pcmcia.desktop
-share/applnk/Settings/Laptop/power.desktop
-share/applnk/Settings/LookNFeel/fontmanager.desktop
-share/applnk/System/kdf.desktop
-share/applnk/System/ktop.desktop
-share/applnk/System/kwikdisk.desktop
-share/applnk/Utilities/Iconpackager.desktop
-share/applnk/Utilities/KCharSelect.desktop
-share/applnk/Utilities/KLJetTool.desktop
-share/applnk/Utilities/KLpq.desktop
-share/applnk/Utilities/Kjots.desktop
-share/applnk/Utilities/ark.desktop
-share/applnk/Utilities/kab.desktop
-share/applnk/Utilities/karm.desktop
-share/applnk/Utilities/kcalc.desktop
-share/applnk/Utilities/kdepasswd.desktop
-share/applnk/Utilities/khexedit.desktop
-share/applnk/Utilities/klipper.desktop
-share/applnk/Utilities/knotes.desktop
-share/applnk/Utilities/ktimemon.desktop
-share/apps/ark/arkui.rc
-share/apps/ark/toolbar/ark_adddir.png
-share/apps/ark/toolbar/ark_addfile.png
-share/apps/ark/toolbar/ark_delete.png
-share/apps/ark/toolbar/ark_extract.png
-share/apps/ark/toolbar/ark_help.png
-share/apps/ark/toolbar/ark_new.png
-share/apps/ark/toolbar/ark_open.png
-share/apps/ark/toolbar/ark_options.png
-share/apps/ark/toolbar/ark_selectall.png
-share/apps/ark/toolbar/ark_view.png
-share/apps/kab/pics/addressbook_logo.png
-share/apps/kab/template.config
-share/apps/kab/template.kab
-share/apps/kcalc/pics/kcalclogo.png
-share/apps/kedit/keditui.rc
-share/apps/kedit/pics/colors.png
-share/apps/kedit/pics/fonts.png
-share/apps/kedit/pics/keditlogo.png
-share/apps/kedit/pics/misc.png
-share/apps/kedit/toolbar/filenew2.png
-share/apps/kedit/toolbar/send.png
-share/apps/kfind/toolbar/archive.png
-share/apps/kfind/toolbar/delete.png
-share/apps/kfind/toolbar/idea.png
-share/apps/kfind/toolbar/info.png
-share/apps/kfind/toolbar/openfile.png
-share/apps/kfind/toolbar/save.png
-share/apps/kfind/toolbar/search.png
-share/apps/khexedit/pics/colors.png
-share/apps/khexedit/pics/cursor.png
-share/apps/khexedit/pics/files.png
-share/apps/khexedit/pics/fonts.png
-share/apps/khexedit/pics/layout.png
-share/apps/khexedit/pics/misc.png
-share/apps/khexedit/toolbar/hexdrag.png
-share/apps/khexedit/toolbar/hexmask.png
-share/apps/khexedit/toolbar/hexwrite.png
-share/apps/kjots/pics/filedel.png
-share/apps/kljetool/pics/kljetlogo.png
-share/apps/knotes/pics/knotesclose.png
-share/apps/knotes/pics/knoteslogo.png
-share/apps/ktop/pics/X.png
-share/apps/ktop/pics/bash.png
-share/apps/ktop/pics/bsh.png
-share/apps/ktop/pics/c++.png
-share/apps/ktop/pics/cc.png
-share/apps/ktop/pics/console.png
-share/apps/ktop/pics/csh.png
-share/apps/ktop/pics/emacs.png
-share/apps/ktop/pics/g++.png
-share/apps/ktop/pics/gbd.png
-share/apps/ktop/pics/gcc.png
-share/apps/ktop/pics/gdb.png
-share/apps/ktop/pics/init.png
-share/apps/ktop/pics/kaudioserver.png
-share/apps/ktop/pics/kbgndwm.png
-share/apps/ktop/pics/kioslave.png
-share/apps/ktop/pics/kpanel.png
-share/apps/ktop/pics/krootwm.png
-share/apps/ktop/pics/ksh.png
-share/apps/ktop/pics/login.png
-share/apps/ktop/pics/lpd.png
-share/apps/ktop/pics/maudio.png
-share/apps/ktop/pics/nxterm.png
-share/apps/ktop/pics/sh.png
-share/apps/ktop/pics/startkde.png
-share/apps/ktop/pics/startx.png
-share/apps/ktop/pics/tcsh.png
-share/apps/ktop/pics/xconsole.png
-share/apps/ktop/pics/xemacs.png
-share/apps/ktop/pics/xinit.png
-share/apps/ktop/pics/xload.png
-share/apps/ktop/pics/xterm.png
-share/apps/ktop/pics/xxgbd.png
-share/apps/ktop/pics/xxgdb.png
-share/apps/kwrite/kwrite_shell.rc
-share/config/klipperrc
-share/doc/HTML/en/ark/.anchors
-share/doc/HTML/en/ark/creatingandaddingfilestoarchives.html
-share/doc/HTML/en/ark/edit.html
-share/doc/HTML/en/ark/extractingarchives.html
-share/doc/HTML/en/ark/help.html
-share/doc/HTML/en/ark/index.cvlog
-share/doc/HTML/en/ark/index.docbook
-share/doc/HTML/en/ark/index.html
-share/doc/HTML/en/ark/installation.html
-share/doc/HTML/en/ark/introduction.html
-share/doc/HTML/en/ark/onscreenfundamentals.html
-share/doc/HTML/en/ark/openingandviewingarchives.html
-share/doc/HTML/en/ark/options.html
-share/doc/HTML/en/ark/requirements.html
-share/doc/HTML/en/ark/themenuentries.html
-share/doc/HTML/en/ark/workingwithfiles.html
-share/doc/HTML/en/kab/.anchors
-share/doc/HTML/en/kab/index.cvlog
-share/doc/HTML/en/kab/index.docbook
-share/doc/HTML/en/kab/index.html
-share/doc/HTML/en/kab/temp.html
-share/doc/HTML/en/karm/.anchors
-share/doc/HTML/en/karm/author.html
-share/doc/HTML/en/karm/bugs.html
-share/doc/HTML/en/karm/index.cvlog
-share/doc/HTML/en/karm/index.docbook
-share/doc/HTML/en/karm/index.html
-share/doc/HTML/en/karm/introduction.html
-share/doc/HTML/en/karm/karm.png
-share/doc/HTML/en/karm/usingtimetracker.html
-share/doc/HTML/en/kcalc/.anchors
-share/doc/HTML/en/kcalc/commentsonspecificfunctions.html
-share/doc/HTML/en/kcalc/compilationandinstallation.html
-share/doc/HTML/en/kcalc/copyright.html
-share/doc/HTML/en/kcalc/cutandpaste.html
-share/doc/HTML/en/kcalc/fixedprecision.html
-share/doc/HTML/en/kcalc/howdoigetetheeulernumber.html
-share/doc/HTML/en/kcalc/howdoigettwofixeddigitsaftertheperiod.html
-share/doc/HTML/en/kcalc/index.cvlog
-share/doc/HTML/en/kcalc/index.docbook
-share/doc/HTML/en/kcalc/index.html
-share/doc/HTML/en/kcalc/installation.html
-share/doc/HTML/en/kcalc/introduction.html
-share/doc/HTML/en/kcalc/invmod.html
-share/doc/HTML/en/kcalc/kcalc_on_Aix.txt
-share/doc/HTML/en/kcalc/kcalc_on_OSF.txt
-share/doc/HTML/en/kcalc/keyaccels.html
-share/doc/HTML/en/kcalc/lshrsh.html
-share/doc/HTML/en/kcalc/modes.html
-share/doc/HTML/en/kcalc/percent.html
-share/doc/HTML/en/kcalc/percentfunction.html
-share/doc/HTML/en/kcalc/questionsandanswers.html
-share/doc/HTML/en/kcalc/requirements.html
-share/doc/HTML/en/kcalc/tipsandtricks.html
-share/doc/HTML/en/kcalc/trigonometricmode.html
-share/doc/HTML/en/kcalc/usage.html
-share/doc/HTML/en/kcalc/whataboutprecision.html
-share/doc/HTML/en/kdf/.anchors
-share/doc/HTML/en/kdf/comments.html
-share/doc/HTML/en/kdf/features.html
-share/doc/HTML/en/kdf/generalsettings.html
-share/doc/HTML/en/kdf/icons.html
-share/doc/HTML/en/kdf/index.cvlog
-share/doc/HTML/en/kdf/index.docbook
-share/doc/HTML/en/kdf/index.html
-share/doc/HTML/en/kdf/kdiskfree.html
-share/doc/HTML/en/kdf/kwikdisk.html
-share/doc/HTML/en/kdf/umountcommands.html
-share/doc/HTML/en/kedit/.anchors
-share/doc/HTML/en/kedit/compilationandinstallation.html
-share/doc/HTML/en/kedit/edit.html
-share/doc/HTML/en/kedit/editingfilesontheinternet.html
-share/doc/HTML/en/kedit/help.html
-share/doc/HTML/en/kedit/index.cvlog
-share/doc/HTML/en/kedit/index.docbook
-share/doc/HTML/en/kedit/index.html
-share/doc/HTML/en/kedit/installation.html
-share/doc/HTML/en/kedit/introduction.html
-share/doc/HTML/en/kedit/keybindings.html
-share/doc/HTML/en/kedit/onscreenfundamentals.html
-share/doc/HTML/en/kedit/options.html
-share/doc/HTML/en/kedit/printing.html
-share/doc/HTML/en/kedit/questionsandanswers.html
-share/doc/HTML/en/kedit/requirements.html
-share/doc/HTML/en/kedit/themenuentries.html
-share/doc/HTML/en/kfind/.anchors
-share/doc/HTML/en/kfind/authors.html
-share/doc/HTML/en/kfind/compilation-and-installation.html
-share/doc/HTML/en/kfind/configuration.html
-share/doc/HTML/en/kfind/edit.html
-share/doc/HTML/en/kfind/epilog.html
-share/doc/HTML/en/kfind/help.html
-share/doc/HTML/en/kfind/index.cvlog
-share/doc/HTML/en/kfind/index.docbook
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/installation.html
-share/doc/HTML/en/kfind/introduction.html
-share/doc/HTML/en/kfind/onscreenfundamentals.html
-share/doc/HTML/en/kfind/options.html
-share/doc/HTML/en/kfind/requirements.html
-share/doc/HTML/en/kfind/search-parameters-dialog.html
-share/doc/HTML/en/kfind/themenuentries.html
-share/doc/HTML/en/kfind/viewing-area.html
-share/doc/HTML/en/kfloppy/.anchors
-share/doc/HTML/en/kfloppy/compilationandinstallation.html
-share/doc/HTML/en/kfloppy/copyright.html
-share/doc/HTML/en/kfloppy/density.html
-share/doc/HTML/en/kfloppy/filesystems.html
-share/doc/HTML/en/kfloppy/formattingdiskswithkfloppy.html
-share/doc/HTML/en/kfloppy/formattingoptions.html
-share/doc/HTML/en/kfloppy/index.cvlog
-share/doc/HTML/en/kfloppy/index.docbook
-share/doc/HTML/en/kfloppy/index.html
-share/doc/HTML/en/kfloppy/installation.html
-share/doc/HTML/en/kfloppy/introduction.html
-share/doc/HTML/en/kfloppy/requirements.html
-share/doc/HTML/en/khexedit/.anchors
-share/doc/HTML/en/khexedit/binary-filter.html
-share/doc/HTML/en/khexedit/bookmarks-menu.html
-share/doc/HTML/en/khexedit/bookmarks.html
-share/doc/HTML/en/khexedit/changes.html
-share/doc/HTML/en/khexedit/character-table.html
-share/doc/HTML/en/khexedit/command-line-arguments.html
-share/doc/HTML/en/khexedit/compilation-and-installation.html
-share/doc/HTML/en/khexedit/copy-and-paste.html
-share/doc/HTML/en/khexedit/cursor-.html
-share/doc/HTML/en/khexedit/customizedialog.html
-share/doc/HTML/en/khexedit/documentlist.html
-share/doc/HTML/en/khexedit/documents-menu.html
-share/doc/HTML/en/khexedit/drag-and-drop-.html
-share/doc/HTML/en/khexedit/edit-menu.html
-share/doc/HTML/en/khexedit/editing-files-on-the-internet-.html
-share/doc/HTML/en/khexedit/editorimage.html
-share/doc/HTML/en/khexedit/encoding.html
-share/doc/HTML/en/khexedit/export.html
-share/doc/HTML/en/khexedit/exported-html-is-sometimes-hard-to-inspect-i.html
-share/doc/HTML/en/khexedit/find-and-replace.html
-share/doc/HTML/en/khexedit/find.html
-share/doc/HTML/en/khexedit/font.html
-share/doc/HTML/en/khexedit/help-menu.html
-share/doc/HTML/en/khexedit/index.cvlog
-share/doc/HTML/en/khexedit/index.docbook
-share/doc/HTML/en/khexedit/index.html
-share/doc/HTML/en/khexedit/insert-pattern.html
-share/doc/HTML/en/khexedit/installation.html
-share/doc/HTML/en/khexedit/introduction.html
-share/doc/HTML/en/khexedit/key-bindings.html
-share/doc/HTML/en/khexedit/khexedit.png
-share/doc/HTML/en/khexedit/menu-entries.html
-share/doc/HTML/en/khexedit/miscellaneous.html
-share/doc/HTML/en/khexedit/optioncolor.html
-share/doc/HTML/en/khexedit/optionfile.html
-share/doc/HTML/en/khexedit/options-menu.html
-share/doc/HTML/en/khexedit/options.html
-share/doc/HTML/en/khexedit/page-layout.html
-share/doc/HTML/en/khexedit/printing-to-disk-using-postscript-takes-ages.html
-share/doc/HTML/en/khexedit/printing.html
-share/doc/HTML/en/khexedit/progress-indicator-and-management.html
-share/doc/HTML/en/khexedit/questions-answers-and-tips.html
-share/doc/HTML/en/khexedit/requirements.html
-share/doc/HTML/en/khexedit/select-indicator.html
-share/doc/HTML/en/khexedit/statistics.html
-share/doc/HTML/en/khexedit/string-extractor.html
-share/doc/HTML/en/khexedit/tools-menu.html
-share/doc/HTML/en/khexedit/tools.html
-share/doc/HTML/en/khexedit/view-menu.html
-share/doc/HTML/en/kjots/.anchors
-share/doc/HTML/en/kjots/index.cvlog
-share/doc/HTML/en/kjots/index.docbook
-share/doc/HTML/en/kjots/index.html
-share/doc/HTML/en/kjots/introduction.html
-share/doc/HTML/en/kjots/keyboardshortcuts.html
-share/doc/HTML/en/kjots/subjectlist.html
-share/doc/HTML/en/kjots/todo.html
-share/doc/HTML/en/kjots/usage.html
-share/doc/HTML/en/kljettool/.anchors
-share/doc/HTML/en/kljettool/README
-share/doc/HTML/en/kljettool/compilationandinstallation.html
-share/doc/HTML/en/kljettool/copyright.html
-share/doc/HTML/en/kljettool/djcdoscommands.txt
-share/doc/HTML/en/kljettool/filter
-share/doc/HTML/en/kljettool/gettingkljettooltowork.html
-share/doc/HTML/en/kljettool/hp690c.zip
-share/doc/HTML/en/kljettool/index.cvlog
-share/doc/HTML/en/kljettool/index.docbook
-share/doc/HTML/en/kljettool/index.html
-share/doc/HTML/en/kljettool/installation.html
-share/doc/HTML/en/kljettool/introduction.html
-share/doc/HTML/en/kljettool/magic
-share/doc/HTML/en/kljettool/requirements.html
-share/doc/HTML/en/kljettool/usage.html
-share/doc/HTML/en/klpq/.anchors
-share/doc/HTML/en/klpq/author.html
-share/doc/HTML/en/klpq/copyright.html
-share/doc/HTML/en/klpq/index.cvlog
-share/doc/HTML/en/klpq/index.docbook
-share/doc/HTML/en/klpq/index.html
-share/doc/HTML/en/klpq/install.html
-share/doc/HTML/en/klpq/introduction.html
-share/doc/HTML/en/klpq/thanks.html
-share/doc/HTML/en/klpq/todo.html
-share/doc/HTML/en/klpq/usage.html
-share/doc/HTML/en/knotes/.anchors
-share/doc/HTML/en/knotes/alarm.html
-share/doc/HTML/en/knotes/autoindent.html
-share/doc/HTML/en/knotes/calendar.html
-share/doc/HTML/en/knotes/clear.html
-share/doc/HTML/en/knotes/colors.html
-share/doc/HTML/en/knotes/compilationandinstallation.html
-share/doc/HTML/en/knotes/deleteknote.html
-share/doc/HTML/en/knotes/dframe.html
-share/doc/HTML/en/knotes/doubleclickonurls.html
-share/doc/HTML/en/knotes/font.html
-share/doc/HTML/en/knotes/index.cvlog
-share/doc/HTML/en/knotes/index.docbook
-share/doc/HTML/en/knotes/index.html
-share/doc/HTML/en/knotes/installation.html
-share/doc/HTML/en/knotes/introduction.html
-share/doc/HTML/en/knotes/keybindings.html
-share/doc/HTML/en/knotes/mailnote.html
-share/doc/HTML/en/knotes/newknote.html
-share/doc/HTML/en/knotes/onscreenfundamentals.html
-share/doc/HTML/en/knotes/printing.html
-share/doc/HTML/en/knotes/printnote.html
-share/doc/HTML/en/knotes/questionsandanswers.html
-share/doc/HTML/en/knotes/quit.html
-share/doc/HTML/en/knotes/renameknote.html
-share/doc/HTML/en/knotes/requirements.html
-share/doc/HTML/en/knotes/resizingknotes.html
-share/doc/HTML/en/knotes/setdefaults.html
-share/doc/HTML/en/knotes/themenuentries.html
-share/doc/HTML/en/kpm/.anchors
-share/doc/HTML/en/kpm/appendix.html
-share/doc/HTML/en/kpm/generalinformation.html
-share/doc/HTML/en/kpm/index.cvlog
-share/doc/HTML/en/kpm/index.docbook
-share/doc/HTML/en/kpm/index.html
-share/doc/HTML/en/kpm/knownbugsandproblems.html
-share/doc/HTML/en/kpm/kpmmainwindow.html
-share/doc/HTML/en/kpm/legalstuff.html
-share/doc/HTML/en/kpm/processmenu.html
-share/doc/HTML/en/kpm/requirementsforkpm.html
-share/doc/HTML/en/kpm/signalmenu.html
-share/doc/HTML/en/kpm/themenu.html
-share/doc/HTML/en/kpm/viewmenu.html
-share/doc/HTML/en/ktimemon/.anchors
-share/doc/HTML/en/ktimemon/autoscaling.html
-share/doc/HTML/en/ktimemon/config.html
-share/doc/HTML/en/ktimemon/fund.html
-share/doc/HTML/en/ktimemon/index.cvlog
-share/doc/HTML/en/ktimemon/index.docbook
-share/doc/HTML/en/ktimemon/index.html
-share/doc/HTML/en/ktimemon/installation.html
-share/doc/HTML/en/ktimemon/introduction.html
-share/doc/HTML/en/ktimemon/menu.html
-share/doc/HTML/en/ktimemon/revisionhistory.html
-share/doc/HTML/en/ktimemon/thanksandacknowledgements.html
-share/doc/HTML/en/ktop/.anchors
-share/doc/HTML/en/ktop/authors.html
-share/doc/HTML/en/ktop/compilationandinstallation.html
-share/doc/HTML/en/ktop/index.cvlog
-share/doc/HTML/en/ktop/index.docbook
-share/doc/HTML/en/ktop/index.html
-share/doc/HTML/en/ktop/installation.html
-share/doc/HTML/en/ktop/installingthetaskmanagericonperformancemeter.html
-share/doc/HTML/en/ktop/introduction.html
-share/doc/HTML/en/ktop/licenseandwarranty.html
-share/doc/HTML/en/ktop/pop-upmenus.html
-share/doc/HTML/en/ktop/questionsandanswersnothinghereyet.html
-share/doc/HTML/en/ktop/requirements.html
-share/doc/HTML/en/ktop/theperformancemeterpage.html
-share/doc/HTML/en/ktop/theprocesstreepage.html
-share/doc/HTML/en/ktop/usingthekdetaskmanager.html
-share/doc/HTML/en/kwrite/.anchors
-share/doc/HTML/en/kwrite/bookmarks.html
-share/doc/HTML/en/kwrite/compilationandinstallation.html
-share/doc/HTML/en/kwrite/edit.html
-share/doc/HTML/en/kwrite/editingfilesontheinternet.html
-share/doc/HTML/en/kwrite/help.html
-share/doc/HTML/en/kwrite/index.cvlog
-share/doc/HTML/en/kwrite/index.docbook
-share/doc/HTML/en/kwrite/index.html
-share/doc/HTML/en/kwrite/installation.html
-share/doc/HTML/en/kwrite/introduction.html
-share/doc/HTML/en/kwrite/keybindings.html
-share/doc/HTML/en/kwrite/onscreenfundamentals.html
-share/doc/HTML/en/kwrite/options.html
-share/doc/HTML/en/kwrite/printing.html
-share/doc/HTML/en/kwrite/questionsandanswers.html
-share/doc/HTML/en/kwrite/requirements.html
-share/doc/HTML/en/kwrite/themenuentries.html
-share/icons/hicolor/32x32/apps/ark.png
-share/icons/hicolor/32x32/apps/kab.png
-share/icons/hicolor/32x32/apps/karm.png
-share/icons/hicolor/32x32/apps/kcalc.png
-share/icons/hicolor/32x32/apps/kedit.png
-share/icons/hicolor/32x32/apps/kfind.png
-share/icons/hicolor/32x32/apps/kfontmanager.png
-share/icons/hicolor/32x32/apps/khexedit.png
-share/icons/hicolor/32x32/apps/kjots.png
-share/icons/hicolor/32x32/apps/klipper.png
-share/icons/hicolor/32x32/apps/klpq.png
-share/icons/hicolor/32x32/apps/knotes.png
-share/icons/hicolor/32x32/apps/ktop.png
-share/icons/hicolor/32x32/apps/kwrite.png
-share/icons/hicolor/48x48/apps/ark.png
-share/icons/hicolor/48x48/apps/kab.png
-share/icons/hicolor/48x48/apps/karm.png
-share/icons/hicolor/48x48/apps/kcalc.png
-share/icons/hicolor/48x48/apps/kedit.png
-share/icons/hicolor/48x48/apps/kfind.png
-share/icons/hicolor/48x48/apps/kfontmanager.png
-share/icons/hicolor/48x48/apps/khexedit.png
-share/icons/hicolor/48x48/apps/kjots.png
-share/icons/hicolor/48x48/apps/klipper.png
-share/icons/hicolor/48x48/apps/kljettool.png
-share/icons/hicolor/48x48/apps/klpq.png
-share/icons/hicolor/48x48/apps/knotes.png
-share/icons/hicolor/48x48/apps/ktop.png
-share/icons/hicolor/48x48/apps/kwrite.png
-share/icons/locolor/16x16/apps/ark.png
-share/icons/locolor/16x16/apps/kab.png
-share/icons/locolor/16x16/apps/karm.png
-share/icons/locolor/16x16/apps/kcalc.png
-share/icons/locolor/16x16/apps/kcharselect.png
-share/icons/locolor/16x16/apps/kcmdf.png
-share/icons/locolor/16x16/apps/kdf.png
-share/icons/locolor/16x16/apps/kedit.png
-share/icons/locolor/16x16/apps/kfind.png
-share/icons/locolor/16x16/apps/kfontmanager.png
-share/icons/locolor/16x16/apps/khexedit.png
-share/icons/locolor/16x16/apps/kjots.png
-share/icons/locolor/16x16/apps/klipper.png
-share/icons/locolor/16x16/apps/kljettool.png
-share/icons/locolor/16x16/apps/klpq.png
-share/icons/locolor/16x16/apps/knotes.png
-share/icons/locolor/16x16/apps/ktimemon.png
-share/icons/locolor/16x16/apps/ktop.png
-share/icons/locolor/16x16/apps/kwikdisk.png
-share/icons/locolor/16x16/apps/kwrite.png
-share/icons/locolor/16x16/apps/laptop_battery.png
-share/icons/locolor/16x16/apps/laptop_charge.png
-share/icons/locolor/16x16/apps/laptop_nobattery.png
-share/icons/locolor/16x16/apps/laptop_nocharge.png
-share/icons/locolor/16x16/apps/laptop_settings.png
-share/icons/locolor/16x16/apps/pcmcia.png
-share/icons/locolor/16x16/apps/power.png
-share/icons/locolor/16x16/devices/nfs_mount.png
-share/icons/locolor/16x16/devices/nfs_unmount.png
-share/icons/locolor/32x32/apps/ark.png
-share/icons/locolor/32x32/apps/kab.png
-share/icons/locolor/32x32/apps/karm.png
-share/icons/locolor/32x32/apps/kcalc.png
-share/icons/locolor/32x32/apps/kcmdf.png
-share/icons/locolor/32x32/apps/kdf.png
-share/icons/locolor/32x32/apps/kedit.png
-share/icons/locolor/32x32/apps/kfind.png
-share/icons/locolor/32x32/apps/kfontmanager.png
-share/icons/locolor/32x32/apps/khexedit.png
-share/icons/locolor/32x32/apps/kjots.png
-share/icons/locolor/32x32/apps/klipper.png
-share/icons/locolor/32x32/apps/kljettool.png
-share/icons/locolor/32x32/apps/klpq.png
-share/icons/locolor/32x32/apps/knotes.png
-share/icons/locolor/32x32/apps/ktimemon.png
-share/icons/locolor/32x32/apps/ktop.png
-share/icons/locolor/32x32/apps/kwikdisk.png
-share/icons/locolor/32x32/apps/kwrite.png
-share/icons/locolor/32x32/apps/laptop_battery.png
-share/icons/locolor/32x32/apps/laptop_charge.png
-share/icons/locolor/32x32/apps/laptop_nobattery.png
-share/icons/locolor/32x32/apps/laptop_nocharge.png
-share/icons/locolor/32x32/apps/laptop_settings.png
-share/icons/locolor/32x32/apps/pcmcia.png
-share/icons/locolor/32x32/apps/power.png
-share/toolbar/filedel.xpm
-@unexec rm -f %D/share/doc/HTML/en/ark/common
-@unexec rm -f %D/share/doc/HTML/en/kab/common
-@unexec rm -f %D/share/doc/HTML/en/karm/common
-@unexec rm -f %D/share/doc/HTML/en/kcalc/common
-@unexec rm -f %D/share/doc/HTML/en/kdf/common
-@unexec rm -f %D/share/doc/HTML/en/kedit/common
-@unexec rm -f %D/share/doc/HTML/en/kfind/common
-@unexec rm -f %D/share/doc/HTML/en/kfloppy/common
-@unexec rm -f %D/share/doc/HTML/en/khexedit/common
-@unexec rm -f %D/share/doc/HTML/en/kjots/common
-@unexec rm -f %D/share/doc/HTML/en/kljettool/common
-@unexec rm -f %D/share/doc/HTML/en/klpq/common
-@unexec rm -f %D/share/doc/HTML/en/knotes/common
-@unexec rm -f %D/share/doc/HTML/en/kpm/common
-@unexec rm -f %D/share/doc/HTML/en/ktimemon/common
-@unexec rm -f %D/share/doc/HTML/en/ktop/common
-@unexec rm -f %D/share/doc/HTML/en/kwrite/common
-@dirrm share/icons/locolor/32x32/apps
-@dirrm share/icons/locolor/32x32
-@dirrm share/icons/locolor/16x16/devices
-@dirrm share/icons/locolor/16x16/apps
-@dirrm share/icons/locolor/16x16
-@dirrm share/icons/locolor
-@dirrm share/icons/hicolor/48x48/apps
-@dirrm share/icons/hicolor/48x48
-@dirrm share/icons/hicolor/32x32/apps
-@dirrm share/icons/hicolor/32x32
-@dirrm share/icons/hicolor
-@dirrm share/doc/HTML/en/kwrite
-@dirrm share/doc/HTML/en/ktop
-@dirrm share/doc/HTML/en/ktimemon
-@dirrm share/doc/HTML/en/kpm
-@dirrm share/doc/HTML/en/knotes
-@dirrm share/doc/HTML/en/klpq
-@dirrm share/doc/HTML/en/kljettool
-@dirrm share/doc/HTML/en/kjots
-@dirrm share/doc/HTML/en/khexedit
-@dirrm share/doc/HTML/en/kfloppy
-@dirrm share/doc/HTML/en/kfind
-@dirrm share/doc/HTML/en/kedit
-@dirrm share/doc/HTML/en/kdf
-@dirrm share/doc/HTML/en/kcalc
-@dirrm share/doc/HTML/en/karm
-@dirrm share/doc/HTML/en/kab
-@dirrm share/doc/HTML/en/ark
-@dirrm share/apps/kwrite
-@dirrm share/apps/ktop/pics
-@dirrm share/apps/ktop
-@dirrm share/apps/knotes/pics
-@dirrm share/apps/knotes
-@dirrm share/apps/kljetool/pics
-@dirrm share/apps/kljetool
-@dirrm share/apps/kjots/pics
-@dirrm share/apps/kjots
-@dirrm share/apps/khexedit/toolbar
-@dirrm share/apps/khexedit/pics
-@dirrm share/apps/khexedit
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kedit/toolbar
-@dirrm share/apps/kedit/pics
-@dirrm share/apps/kedit
-@dirrm share/apps/kcalc/pics
-@dirrm share/apps/kcalc
-@dirrm share/apps/kab/pics
-@dirrm share/apps/kab
-@dirrm share/apps/ark/toolbar
-@dirrm share/apps/ark