summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-05-12 23:49:19 +0800
commit926382e09698007dc3472481164045c6b0b9754a (patch)
treed0ae60e8f02a2f6b230176c1f2dd549262359efb /x11-wm
parent42048341091e3810049dedfc96d4b312013ab048 (diff)
downloadmarcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.gz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.bz2
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.lz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.xz
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.tar.zst
marcuscom-ports-926382e09698007dc3472481164045c6b0b9754a.zip
Post 2.30.1 commit clean up.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14135 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity/Makefile43
-rw-r--r--x11-wm/metacity/distinfo3
-rw-r--r--x11-wm/metacity/files/patch-configure11
-rw-r--r--x11-wm/metacity/files/patch-src_core_delete.c10
-rw-r--r--x11-wm/metacity/files/patch-src_core_main.c14
-rw-r--r--x11-wm/metacity/pkg-descr4
-rw-r--r--x11-wm/metacity/pkg-plist284
-rw-r--r--x11-wm/mutter/Makefile45
-rw-r--r--x11-wm/mutter/distinfo3
-rw-r--r--x11-wm/mutter/files/patch-src_core_main.c14
-rw-r--r--x11-wm/mutter/pkg-descr7
-rw-r--r--x11-wm/mutter/pkg-plist183
12 files changed, 0 insertions, 621 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
deleted file mode 100644
index b15d9ec81..000000000
--- a/x11-wm/metacity/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: metacity
-# Date created: 21 May 2002
-# Whom: Garrett Rooney <rooneg@electricjellyfish.net>
-#
-# $FreeBSD$
-# $MCom: ports/x11-wm/metacity/Makefile,v 1.154 2010/04/02 02:28:00 avl Exp $
-#
-
-PORTNAME= metacity
-PORTVERSION= 2.30.1
-CATEGORIES= x11-wm
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A window manager for the adult in you
-
-BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
-RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity
-
-USE_BZIP2= yes
-USE_XORG= x11 xcomposite xdamage
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
-USE_GNOME= gnomeprefix intlhack gnomehack gconf2 ltverhack gtk20
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
-
-GCONF_SCHEMAS= metacity.schemas
-
-MAN1= metacity-message.1 metacity-theme-viewer.1 \
- metacity-window-demo.1 metacity.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Werror||g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo
deleted file mode 100644
index 1883d0055..000000000
--- a/x11-wm/metacity/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/metacity-2.30.1.tar.bz2) = 3d3c05c60b70b9d06b30872e756c31ba
-SHA256 (gnome2/metacity-2.30.1.tar.bz2) = 0057b6e0562cf51b648a2d7b3729def8365ccefd12a9b1373f93312da1ebe5d8
-SIZE (gnome2/metacity-2.30.1.tar.bz2) = 2314657
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
deleted file mode 100644
index 223d0af9e..000000000
--- a/x11-wm/metacity/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2010-04-01 13:44:38.000000000 +0200
-+++ configure 2010-04-01 13:45:49.000000000 +0200
-@@ -24238,7 +24238,7 @@
- "
-
- METACITY_MINOR_VERSION=30
--if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
-+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then
- stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))
- echo "This is the UNSTABLE branch of metacity"
- echo -n "Use 2.$stable_version.x for stable "
diff --git a/x11-wm/metacity/files/patch-src_core_delete.c b/x11-wm/metacity/files/patch-src_core_delete.c
deleted file mode 100644
index c72b0f60a..000000000
--- a/x11-wm/metacity/files/patch-src_core_delete.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/core/delete.c.orig 2010-01-30 18:56:27.000000000 -0500
-+++ src/core/delete.c 2010-01-30 18:56:53.000000000 -0500
-@@ -32,6 +32,7 @@
- #include "workspace.h"
-
- #include <sys/types.h>
-+#include <sys/wait.h>
- #include <signal.h>
- #include <unistd.h>
- #include <errno.h>
diff --git a/x11-wm/metacity/files/patch-src_core_main.c b/x11-wm/metacity/files/patch-src_core_main.c
deleted file mode 100644
index 2d5171e5d..000000000
--- a/x11-wm/metacity/files/patch-src_core_main.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/core/main.c.orig 2010-01-21 11:09:25.000000000 -0500
-+++ src/core/main.c 2010-01-30 18:53:17.000000000 -0500
-@@ -58,7 +58,11 @@
-
- #include <stdlib.h>
- #include <sys/types.h>
-+#ifdef __linux__
- #include <wait.h>
-+#else
-+#include <sys/wait.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <signal.h>
diff --git a/x11-wm/metacity/pkg-descr b/x11-wm/metacity/pkg-descr
deleted file mode 100644
index fb1cb52b9..000000000
--- a/x11-wm/metacity/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Metacity is a low-frills Window Manager, and is the default
-Window Manager of the GNOME 2 desktop. It provides most of
-the features expected of a Window Manager, but leaves everything
-it can up to other components of the GNOME environment.
diff --git a/x11-wm/metacity/pkg-plist b/x11-wm/metacity/pkg-plist
deleted file mode 100644
index cb1d97b3b..000000000
--- a/x11-wm/metacity/pkg-plist
+++ /dev/null
@@ -1,284 +0,0 @@
-bin/metacity
-bin/metacity-message
-bin/metacity-theme-viewer
-bin/metacity-window-demo
-include/metacity-1/metacity-private/boxes.h
-include/metacity-1/metacity-private/common.h
-include/metacity-1/metacity-private/gradient.h
-include/metacity-1/metacity-private/preview-widget.h
-include/metacity-1/metacity-private/theme-parser.h
-include/metacity-1/metacity-private/theme.h
-include/metacity-1/metacity-private/util.h
-lib/libmetacity-private.a
-lib/libmetacity-private.la
-lib/libmetacity-private.so
-lib/libmetacity-private.so.0
-libdata/pkgconfig/libmetacity-private.pc
-share/applications/metacity.desktop
-share/gnome-control-center/keybindings/50-metacity-desktop-key.xml
-share/gnome-control-center/keybindings/50-metacity-key.xml
-share/gnome/help/creating-metacity-themes/C/creating-metacity-themes.xml
-share/gnome/wm-properties/metacity-wm.desktop
-share/locale/am/LC_MESSAGES/metacity.mo
-share/locale/ar/LC_MESSAGES/metacity.mo
-share/locale/as/LC_MESSAGES/metacity.mo
-share/locale/ast/LC_MESSAGES/metacity.mo
-share/locale/az/LC_MESSAGES/metacity.mo
-share/locale/be/LC_MESSAGES/metacity.mo
-share/locale/be@latin/LC_MESSAGES/metacity.mo
-share/locale/bg/LC_MESSAGES/metacity.mo
-share/locale/bn/LC_MESSAGES/metacity.mo
-share/locale/bn_IN/LC_MESSAGES/metacity.mo
-share/locale/br/LC_MESSAGES/metacity.mo
-share/locale/bs/LC_MESSAGES/metacity.mo
-share/locale/ca/LC_MESSAGES/metacity.mo
-share/locale/ca@valencia/LC_MESSAGES/metacity.mo
-share/locale/crh/LC_MESSAGES/metacity.mo
-share/locale/cs/LC_MESSAGES/metacity.mo
-share/locale/cy/LC_MESSAGES/metacity.mo
-share/locale/da/LC_MESSAGES/metacity.mo
-share/locale/de/LC_MESSAGES/metacity.mo
-share/locale/dz/LC_MESSAGES/metacity.mo
-share/locale/el/LC_MESSAGES/metacity.mo
-share/locale/en@shaw/LC_MESSAGES/metacity.mo
-share/locale/en_CA/LC_MESSAGES/metacity.mo
-share/locale/en_GB/LC_MESSAGES/metacity.mo
-share/locale/es/LC_MESSAGES/metacity.mo
-share/locale/et/LC_MESSAGES/metacity.mo
-share/locale/eu/LC_MESSAGES/metacity.mo
-share/locale/fa/LC_MESSAGES/metacity.mo
-share/locale/fi/LC_MESSAGES/metacity.mo
-share/locale/fr/LC_MESSAGES/metacity.mo
-share/locale/ga/LC_MESSAGES/metacity.mo
-share/locale/gl/LC_MESSAGES/metacity.mo
-share/locale/gu/LC_MESSAGES/metacity.mo
-share/locale/ha/LC_MESSAGES/metacity.mo
-share/locale/he/LC_MESSAGES/metacity.mo
-share/locale/hi/LC_MESSAGES/metacity.mo
-share/locale/hr/LC_MESSAGES/metacity.mo
-share/locale/hu/LC_MESSAGES/metacity.mo
-share/locale/hy/LC_MESSAGES/metacity.mo
-share/locale/id/LC_MESSAGES/metacity.mo
-share/locale/ig/LC_MESSAGES/metacity.mo
-share/locale/is/LC_MESSAGES/metacity.mo
-share/locale/it/LC_MESSAGES/metacity.mo
-share/locale/ja/LC_MESSAGES/metacity.mo
-share/locale/ka/LC_MESSAGES/metacity.mo
-share/locale/kn/LC_MESSAGES/metacity.mo
-share/locale/ko/LC_MESSAGES/metacity.mo
-share/locale/ku/LC_MESSAGES/metacity.mo
-share/locale/la/LC_MESSAGES/metacity.mo
-share/locale/lt/LC_MESSAGES/metacity.mo
-share/locale/lv/LC_MESSAGES/metacity.mo
-share/locale/mai/LC_MESSAGES/metacity.mo
-share/locale/mg/LC_MESSAGES/metacity.mo
-share/locale/mk/LC_MESSAGES/metacity.mo
-share/locale/ml/LC_MESSAGES/metacity.mo
-share/locale/mn/LC_MESSAGES/metacity.mo
-share/locale/mr/LC_MESSAGES/metacity.mo
-share/locale/ms/LC_MESSAGES/metacity.mo
-share/locale/nb/LC_MESSAGES/metacity.mo
-share/locale/ne/LC_MESSAGES/metacity.mo
-share/locale/nl/LC_MESSAGES/metacity.mo
-share/locale/nn/LC_MESSAGES/metacity.mo
-share/locale/oc/LC_MESSAGES/metacity.mo
-share/locale/or/LC_MESSAGES/metacity.mo
-share/locale/pa/LC_MESSAGES/metacity.mo
-share/locale/pl/LC_MESSAGES/metacity.mo
-share/locale/pt/LC_MESSAGES/metacity.mo
-share/locale/pt_BR/LC_MESSAGES/metacity.mo
-share/locale/ro/LC_MESSAGES/metacity.mo
-share/locale/ru/LC_MESSAGES/metacity.mo
-share/locale/rw/LC_MESSAGES/metacity.mo
-share/locale/si/LC_MESSAGES/metacity.mo
-share/locale/sk/LC_MESSAGES/metacity.mo
-share/locale/sl/LC_MESSAGES/metacity.mo
-share/locale/sq/LC_MESSAGES/metacity.mo
-share/locale/sr/LC_MESSAGES/metacity.mo
-share/locale/sr@latin/LC_MESSAGES/metacity.mo
-share/locale/sv/LC_MESSAGES/metacity.mo
-share/locale/ta/LC_MESSAGES/metacity.mo
-share/locale/te/LC_MESSAGES/metacity.mo
-share/locale/th/LC_MESSAGES/metacity.mo
-share/locale/tk/LC_MESSAGES/metacity.mo
-share/locale/tr/LC_MESSAGES/metacity.mo
-share/locale/uk/LC_MESSAGES/metacity.mo
-share/locale/vi/LC_MESSAGES/metacity.mo
-share/locale/wa/LC_MESSAGES/metacity.mo
-share/locale/xh/LC_MESSAGES/metacity.mo
-share/locale/yo/LC_MESSAGES/metacity.mo
-share/locale/zh_CN/LC_MESSAGES/metacity.mo
-share/locale/zh_HK/LC_MESSAGES/metacity.mo
-share/locale/zh_TW/LC_MESSAGES/metacity.mo
-%%DATADIR%%/icons/metacity-window-demo.png
-share/themes/AgingGorilla/metacity-1/active-button.png
-share/themes/AgingGorilla/metacity-1/active-close-button.png
-share/themes/AgingGorilla/metacity-1/active-close-menu-icon.png
-share/themes/AgingGorilla/metacity-1/active-maximize-button.png
-share/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png
-share/themes/AgingGorilla/metacity-1/active-menu-button.png
-share/themes/AgingGorilla/metacity-1/active-minimize-button.png
-share/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png
-share/themes/AgingGorilla/metacity-1/inactive-close-button.png
-share/themes/AgingGorilla/metacity-1/inactive-maximize-button.png
-share/themes/AgingGorilla/metacity-1/inactive-menu-button.png
-share/themes/AgingGorilla/metacity-1/inactive-minimize-button.png
-share/themes/AgingGorilla/metacity-1/metacity-theme-1.xml
-share/themes/Atlanta/metacity-1/metacity-theme-1.xml
-share/themes/Bright/metacity-1/metacity-theme-1.xml
-share/themes/Bright/metacity-1/metacity-theme-2.xml
-share/themes/Crux/metacity-1/active-above-button.png
-share/themes/Crux/metacity-1/active-border-top-left-border.png
-share/themes/Crux/metacity-1/active-border-top-right-border.png
-share/themes/Crux/metacity-1/active-bottom-left-border.png
-share/themes/Crux/metacity-1/active-bottom-left-corner.png
-share/themes/Crux/metacity-1/active-bottom-mid-left-border.png
-share/themes/Crux/metacity-1/active-bottom-mid-right-border.png
-share/themes/Crux/metacity-1/active-bottom-right-border.png
-share/themes/Crux/metacity-1/active-bottom-right-corner.png
-share/themes/Crux/metacity-1/active-button-prelight.png
-share/themes/Crux/metacity-1/active-button-pressed.png
-share/themes/Crux/metacity-1/active-button.png
-share/themes/Crux/metacity-1/active-close-button.png
-share/themes/Crux/metacity-1/active-left-border.png
-share/themes/Crux/metacity-1/active-left-top-border-shaded.png
-share/themes/Crux/metacity-1/active-left-top-border.png
-share/themes/Crux/metacity-1/active-maximize-button.png
-share/themes/Crux/metacity-1/active-menu-button-prelight.png
-share/themes/Crux/metacity-1/active-menu-button-pressed.png
-share/themes/Crux/metacity-1/active-menu-button.png
-share/themes/Crux/metacity-1/active-minimize-button.png
-share/themes/Crux/metacity-1/active-restore-button.png
-share/themes/Crux/metacity-1/active-right-border.png
-share/themes/Crux/metacity-1/active-right-top-border-shaded.png
-share/themes/Crux/metacity-1/active-right-top-border.png
-share/themes/Crux/metacity-1/active-shade-button.png
-share/themes/Crux/metacity-1/active-stick-button.png
-share/themes/Crux/metacity-1/active-top-center-left.png
-share/themes/Crux/metacity-1/active-top-center-mid-left.png
-share/themes/Crux/metacity-1/active-top-center-mid-right.png
-share/themes/Crux/metacity-1/active-top-center-right.png
-share/themes/Crux/metacity-1/active-top-left-border.png
-share/themes/Crux/metacity-1/active-top-left-corner.png
-share/themes/Crux/metacity-1/active-top-mid-left-border.png
-share/themes/Crux/metacity-1/active-top-mid-right-border.png
-share/themes/Crux/metacity-1/active-top-right-border.png
-share/themes/Crux/metacity-1/active-top-right-corner.png
-share/themes/Crux/metacity-1/active-unabove-button.png
-share/themes/Crux/metacity-1/active-unshade-button.png
-share/themes/Crux/metacity-1/active-unstick-button.png
-share/themes/Crux/metacity-1/inactive-above-button.png
-share/themes/Crux/metacity-1/inactive-border-top-left-border.png
-share/themes/Crux/metacity-1/inactive-border-top-right-border.png
-share/themes/Crux/metacity-1/inactive-bottom-left-border.png
-share/themes/Crux/metacity-1/inactive-bottom-left-corner.png
-share/themes/Crux/metacity-1/inactive-bottom-mid-border.png
-share/themes/Crux/metacity-1/inactive-bottom-right-border.png
-share/themes/Crux/metacity-1/inactive-bottom-right-corner.png
-share/themes/Crux/metacity-1/inactive-button-prelight.png
-share/themes/Crux/metacity-1/inactive-button-pressed.png
-share/themes/Crux/metacity-1/inactive-button.png
-share/themes/Crux/metacity-1/inactive-close-button.png
-share/themes/Crux/metacity-1/inactive-left-border.png
-share/themes/Crux/metacity-1/inactive-left-top-border-shaded.png
-share/themes/Crux/metacity-1/inactive-left-top-border.png
-share/themes/Crux/metacity-1/inactive-maximize-button.png
-share/themes/Crux/metacity-1/inactive-menu-button-prelight.png
-share/themes/Crux/metacity-1/inactive-menu-button-pressed.png
-share/themes/Crux/metacity-1/inactive-menu-button.png
-share/themes/Crux/metacity-1/inactive-minimize-button.png
-share/themes/Crux/metacity-1/inactive-restore-button.png
-share/themes/Crux/metacity-1/inactive-right-border.png
-share/themes/Crux/metacity-1/inactive-right-top-border-shaded.png
-share/themes/Crux/metacity-1/inactive-right-top-border.png
-share/themes/Crux/metacity-1/inactive-shade-button.png
-share/themes/Crux/metacity-1/inactive-stick-button.png
-share/themes/Crux/metacity-1/inactive-top-center-left.png
-share/themes/Crux/metacity-1/inactive-top-center-mid.png
-share/themes/Crux/metacity-1/inactive-top-center-right.png
-share/themes/Crux/metacity-1/inactive-top-left-border.png
-share/themes/Crux/metacity-1/inactive-top-left-corner.png
-share/themes/Crux/metacity-1/inactive-top-mid-border.png
-share/themes/Crux/metacity-1/inactive-top-right-border.png
-share/themes/Crux/metacity-1/inactive-top-right-corner.png
-share/themes/Crux/metacity-1/inactive-unabove-button.png
-share/themes/Crux/metacity-1/inactive-unshade-button.png
-share/themes/Crux/metacity-1/inactive-unstick-button.png
-share/themes/Crux/metacity-1/metacity-theme-1.xml
-share/themes/Crux/metacity-1/metacity-theme-2.xml
-share/themes/Esco/metacity-1/metacity-theme-1.xml
-share/themes/Metabox/metacity-1/metacity-theme-1.xml
-share/themes/Simple/metacity-1/close.png
-share/themes/Simple/metacity-1/maximize.png
-share/themes/Simple/metacity-1/maximized.png
-share/themes/Simple/metacity-1/metacity-theme-1.xml
-share/themes/Simple/metacity-1/minimize.png
-@dirrm share/themes/Simple/metacity-1
-@dirrmtry share/themes/Simple
-@dirrm share/themes/Metabox/metacity-1
-@dirrmtry share/themes/Metabox
-@dirrm share/themes/Esco/metacity-1
-@dirrmtry share/themes/Esco
-@dirrm share/themes/Crux/metacity-1
-@dirrmtry share/themes/Crux
-@dirrm share/themes/Bright/metacity-1
-@dirrmtry share/themes/Bright
-@dirrm share/themes/Atlanta/metacity-1
-@dirrmtry share/themes/Atlanta
-@dirrm share/themes/AgingGorilla/metacity-1
-@dirrmtry share/themes/AgingGorilla
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%
-@dirrm share/gnome/help/creating-metacity-themes/C
-@dirrm share/gnome/help/creating-metacity-themes
-@dirrm include/metacity-1/metacity-private
-@dirrm include/metacity-1
-@dirrmtry share/applications
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yo/LC_MESSAGES
-@dirrmtry share/locale/yo
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/la/LC_MESSAGES
-@dirrmtry share/locale/la
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ig/LC_MESSAGES
-@dirrmtry share/locale/ig
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/ha/LC_MESSAGES
-@dirrmtry share/locale/ha
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/crh/LC_MESSAGES
-@dirrmtry share/locale/crh
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile
deleted file mode 100644
index be2894eac..000000000
--- a/x11-wm/mutter/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: mutter
-# Date created: 14 Aug 2009
-# Whom: Pawel Worach <pawel.worach@gmail.com>
-#
-# $FreeBSD$
-# $MCom: ports/x11-wm/mutter/Makefile,v 1.10 2010/02/19 06:33:15 marcus Exp $
-#
-
-PORTNAME= mutter
-PORTVERSION= 2.29.1
-CATEGORIES= x11-wm
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Window and compositing manager based on Clutter
-
-BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
- clutter-glx-1.0:${PORTSDIR}/graphics/clutter \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
-RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity
-
-USE_BZIP2= yes
-USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:22
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 ltverhack
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= mutter.schemas
-
-MAN1= mutter-message.1 mutter-theme-viewer.1 \
- mutter-window-demo.1 mutter.1
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-Werror||g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/mutter/distinfo b/x11-wm/mutter/distinfo
deleted file mode 100644
index 33ebc5708..000000000
--- a/x11-wm/mutter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/mutter-2.29.1.tar.bz2) = ebe3c04751741fb2a028a3c6c4f1c2d7
-SHA256 (gnome2/mutter-2.29.1.tar.bz2) = 175f3adcc5ad5c6f23772ca15c862f275fc3d9a9c3104e9146cf265847a4a10a
-SIZE (gnome2/mutter-2.29.1.tar.bz2) = 1981019
diff --git a/x11-wm/mutter/files/patch-src_core_main.c b/x11-wm/mutter/files/patch-src_core_main.c
deleted file mode 100644
index a248e943a..000000000
--- a/x11-wm/mutter/files/patch-src_core_main.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/core/main.c.orig 2010-02-12 12:17:38.000000000 -0500
-+++ src/core/main.c 2010-02-19 01:22:45.000000000 -0500
-@@ -59,7 +59,11 @@
-
- #include <stdlib.h>
- #include <sys/types.h>
-+#ifdef __linux__
- #include <wait.h>
-+#else
-+#include <sys/wait.h>
-+#endif
- #include <stdio.h>
- #include <string.h>
- #include <signal.h>
diff --git a/x11-wm/mutter/pkg-descr b/x11-wm/mutter/pkg-descr
deleted file mode 100644
index 54c14b743..000000000
--- a/x11-wm/mutter/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-mutter is a minimal X window manager aimed at nontechnical users and is
-designed to integrate well with the GNOME desktop. mutter lacks some
-features that may be expected by traditional UNIX or other technical
-users; these users may want to investigate other available window man-
-agers for use with GNOME or standalone.
-
-WWW: -
diff --git a/x11-wm/mutter/pkg-plist b/x11-wm/mutter/pkg-plist
deleted file mode 100644
index a768bbbe3..000000000
--- a/x11-wm/mutter/pkg-plist
+++ /dev/null
@@ -1,183 +0,0 @@
-bin/mutter
-bin/mutter-message
-bin/mutter-theme-viewer
-bin/mutter-window-demo
-include/mutter/mutter-private/atomnames.h
-include/mutter/mutter-private/boxes.h
-include/mutter/mutter-private/common.h
-include/mutter/mutter-private/compositor-mutter.h
-include/mutter/mutter-private/compositor.h
-include/mutter/mutter-private/display.h
-include/mutter/mutter-private/errors.h
-include/mutter/mutter-private/gradient.h
-include/mutter/mutter-private/group.h
-include/mutter/mutter-private/keybindings.h
-include/mutter/mutter-private/main.h
-include/mutter/mutter-private/mutter-plugin.h
-include/mutter/mutter-private/mutter-window.h
-include/mutter/mutter-private/prefs.h
-include/mutter/mutter-private/preview-widget.h
-include/mutter/mutter-private/screen.h
-include/mutter/mutter-private/theme-parser.h
-include/mutter/mutter-private/theme.h
-include/mutter/mutter-private/types.h
-include/mutter/mutter-private/util.h
-include/mutter/mutter-private/window.h
-include/mutter/mutter-private/workspace.h
-lib/libmutter-private.a
-lib/libmutter-private.la
-lib/libmutter-private.so
-lib/libmutter-private.so.0
-lib/mutter/Meta-2.29.gir
-lib/mutter/Meta-2.29.typelib
-lib/mutter/plugins/default.so
-libdata/pkgconfig/libmutter-private.pc
-libdata/pkgconfig/mutter-plugins.pc
-share/applications/mutter.desktop
-share/gnome/wm-properties/mutter-wm.desktop
-share/locale/am/LC_MESSAGES/mutter.mo
-share/locale/ar/LC_MESSAGES/mutter.mo
-share/locale/as/LC_MESSAGES/mutter.mo
-share/locale/ast/LC_MESSAGES/mutter.mo
-share/locale/az/LC_MESSAGES/mutter.mo
-share/locale/be/LC_MESSAGES/mutter.mo
-share/locale/be@latin/LC_MESSAGES/mutter.mo
-share/locale/bg/LC_MESSAGES/mutter.mo
-share/locale/bn/LC_MESSAGES/mutter.mo
-share/locale/bn_IN/LC_MESSAGES/mutter.mo
-share/locale/br/LC_MESSAGES/mutter.mo
-share/locale/bs/LC_MESSAGES/mutter.mo
-share/locale/ca/LC_MESSAGES/mutter.mo
-share/locale/ca@valencia/LC_MESSAGES/mutter.mo
-share/locale/cs/LC_MESSAGES/mutter.mo
-share/locale/cy/LC_MESSAGES/mutter.mo
-share/locale/da/LC_MESSAGES/mutter.mo
-share/locale/de/LC_MESSAGES/mutter.mo
-share/locale/dz/LC_MESSAGES/mutter.mo
-share/locale/el/LC_MESSAGES/mutter.mo
-share/locale/en_CA/LC_MESSAGES/mutter.mo
-share/locale/en_GB/LC_MESSAGES/mutter.mo
-share/locale/es/LC_MESSAGES/mutter.mo
-share/locale/et/LC_MESSAGES/mutter.mo
-share/locale/eu/LC_MESSAGES/mutter.mo
-share/locale/fa/LC_MESSAGES/mutter.mo
-share/locale/fi/LC_MESSAGES/mutter.mo
-share/locale/fr/LC_MESSAGES/mutter.mo
-share/locale/ga/LC_MESSAGES/mutter.mo
-share/locale/gl/LC_MESSAGES/mutter.mo
-share/locale/gu/LC_MESSAGES/mutter.mo
-share/locale/ha/LC_MESSAGES/mutter.mo
-share/locale/he/LC_MESSAGES/mutter.mo
-share/locale/hi/LC_MESSAGES/mutter.mo
-share/locale/hr/LC_MESSAGES/mutter.mo
-share/locale/hu/LC_MESSAGES/mutter.mo
-share/locale/hy/LC_MESSAGES/mutter.mo
-share/locale/id/LC_MESSAGES/mutter.mo
-share/locale/ig/LC_MESSAGES/mutter.mo
-share/locale/is/LC_MESSAGES/mutter.mo
-share/locale/it/LC_MESSAGES/mutter.mo
-share/locale/ja/LC_MESSAGES/mutter.mo
-share/locale/ka/LC_MESSAGES/mutter.mo
-share/locale/kn/LC_MESSAGES/mutter.mo
-share/locale/ko/LC_MESSAGES/mutter.mo
-share/locale/ku/LC_MESSAGES/mutter.mo
-share/locale/la/LC_MESSAGES/mutter.mo
-share/locale/lt/LC_MESSAGES/mutter.mo
-share/locale/lv/LC_MESSAGES/mutter.mo
-share/locale/mai/LC_MESSAGES/mutter.mo
-share/locale/mg/LC_MESSAGES/mutter.mo
-share/locale/mk/LC_MESSAGES/mutter.mo
-share/locale/ml/LC_MESSAGES/mutter.mo
-share/locale/mn/LC_MESSAGES/mutter.mo
-share/locale/mr/LC_MESSAGES/mutter.mo
-share/locale/ms/LC_MESSAGES/mutter.mo
-share/locale/nb/LC_MESSAGES/mutter.mo
-share/locale/nds/LC_MESSAGES/mutter.mo
-share/locale/ne/LC_MESSAGES/mutter.mo
-share/locale/nl/LC_MESSAGES/mutter.mo
-share/locale/nn/LC_MESSAGES/mutter.mo
-share/locale/oc/LC_MESSAGES/mutter.mo
-share/locale/or/LC_MESSAGES/mutter.mo
-share/locale/pa/LC_MESSAGES/mutter.mo
-share/locale/pl/LC_MESSAGES/mutter.mo
-share/locale/pt/LC_MESSAGES/mutter.mo
-share/locale/pt_BR/LC_MESSAGES/mutter.mo
-share/locale/ro/LC_MESSAGES/mutter.mo
-share/locale/ru/LC_MESSAGES/mutter.mo
-share/locale/rw/LC_MESSAGES/mutter.mo
-share/locale/si/LC_MESSAGES/mutter.mo
-share/locale/sk/LC_MESSAGES/mutter.mo
-share/locale/sl/LC_MESSAGES/mutter.mo
-share/locale/sq/LC_MESSAGES/mutter.mo
-share/locale/sr/LC_MESSAGES/mutter.mo
-share/locale/sr@latin/LC_MESSAGES/mutter.mo
-share/locale/sv/LC_MESSAGES/mutter.mo
-share/locale/ta/LC_MESSAGES/mutter.mo
-share/locale/te/LC_MESSAGES/mutter.mo
-share/locale/th/LC_MESSAGES/mutter.mo
-share/locale/tk/LC_MESSAGES/mutter.mo
-share/locale/tr/LC_MESSAGES/mutter.mo
-share/locale/uk/LC_MESSAGES/mutter.mo
-share/locale/vi/LC_MESSAGES/mutter.mo
-share/locale/wa/LC_MESSAGES/mutter.mo
-share/locale/xh/LC_MESSAGES/mutter.mo
-share/locale/yo/LC_MESSAGES/mutter.mo
-share/locale/zh_CN/LC_MESSAGES/mutter.mo
-share/locale/zh_HK/LC_MESSAGES/mutter.mo
-share/locale/zh_TW/LC_MESSAGES/mutter.mo
-%%DATADIR%%/icons/mutter-window-demo.png
-@dirrm %%DATADIR%%/icons
-@dirrm %%DATADIR%%
-@dirrmtry lib/girepository-1.0
-@dirrm lib/mutter/plugins
-@dirrm lib/mutter
-@dirrm include/mutter/mutter-private
-@dirrm include/mutter
-@dirrmtry share/applications
-@dirrmtry share/gir-1.0
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yo/LC_MESSAGES
-@dirrmtry share/locale/yo
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/la/LC_MESSAGES
-@dirrmtry share/locale/la
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ig/LC_MESSAGES
-@dirrmtry share/locale/ig
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/ha/LC_MESSAGES
-@dirrmtry share/locale/ha
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as