summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /x11-wm/metacity
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r--x11-wm/metacity/Makefile39
-rw-r--r--x11-wm/metacity/distinfo3
-rw-r--r--x11-wm/metacity/files/patch-configure10
-rw-r--r--x11-wm/metacity/files/patch-src_window-props.c18
-rw-r--r--x11-wm/metacity/pkg-descr4
-rw-r--r--x11-wm/metacity/pkg-plist256
6 files changed, 0 insertions, 330 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile
deleted file mode 100644
index 43664e154..000000000
--- a/x11-wm/metacity/Makefile
+++ /dev/null
@@ -1,39 +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.91 2006/09/18 20:56:17 marcus Exp $
-#
-
-PORTNAME= metacity
-PORTVERSION= 2.16.3
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A window manager for the adult in you
-
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-
-CONFLICTS= expocity-[0-9]*
-USE_BZIP2= yes
-USE_XLIB= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gconf2
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --enable-render
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
-
-GCONF_SCHEMAS= metacity.schemas
-
-MAN1= metacity-theme-viewer.1 metacity-window-demo.1 \
- metacity.1
-
-.include <bsd.port.mk>
diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo
deleted file mode 100644
index e065c9909..000000000
--- a/x11-wm/metacity/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/metacity-2.16.3.tar.bz2) = 95bdf58d175284217132a12a353fe7ec
-SHA256 (gnome2/metacity-2.16.3.tar.bz2) = 3405b2d80c43e532dc6303652e1de182ce2b65001a56c61fc837b7cd04522153
-SIZE (gnome2/metacity-2.16.3.tar.bz2) = 1833738
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
deleted file mode 100644
index 09c5caee7..000000000
--- a/x11-wm/metacity/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Mon Jan 10 04:40:58 2005
-+++ configure Mon Jan 10 04:41:11 2005
-@@ -25377,7 +25377,6 @@
-
- if test x$have_xrender = xyes; then
- echo "Building with Render"
-- METACITY_PC_MODULES="$METACITY_PC_MODULES xrender >= $XRENDER_VERSION"
- fi
- fi ## have_composite
-
diff --git a/x11-wm/metacity/files/patch-src_window-props.c b/x11-wm/metacity/files/patch-src_window-props.c
deleted file mode 100644
index e32aacf7f..000000000
--- a/x11-wm/metacity/files/patch-src_window-props.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/window-props.c.orig Wed Dec 14 09:27:03 2005
-+++ src/window-props.c Wed Dec 14 09:28:57 2005
-@@ -20,6 +20,7 @@
- * 02111-1307, USA.
- */
-
-+#include <sys/param.h>
- #include <config.h>
- #include "window-props.h"
- #include "xprops.h"
-@@ -194,6 +195,7 @@ reload_net_wm_user_time (MetaWindow *
- }
-
- #define MAX_TITLE_LENGTH 512
-+#define HOST_NAME_MAX MAXHOSTNAMELEN
-
- /**
- * Called by set_window_title and set_icon_title to set the value of
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 32f737f0c..000000000
--- a/x11-wm/metacity/pkg-plist
+++ /dev/null
@@ -1,256 +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
-libexec/metacity-dialog
-share/gnome/metacity/icons/metacity-window-demo.png
-share/gnome/themes/AgingGorilla/metacity-1/active-button.png
-share/gnome/themes/AgingGorilla/metacity-1/active-close-button.png
-share/gnome/themes/AgingGorilla/metacity-1/active-close-menu-icon.png
-share/gnome/themes/AgingGorilla/metacity-1/active-maximize-button.png
-share/gnome/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png
-share/gnome/themes/AgingGorilla/metacity-1/active-menu-button.png
-share/gnome/themes/AgingGorilla/metacity-1/active-minimize-button.png
-share/gnome/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png
-share/gnome/themes/AgingGorilla/metacity-1/inactive-close-button.png
-share/gnome/themes/AgingGorilla/metacity-1/inactive-maximize-button.png
-share/gnome/themes/AgingGorilla/metacity-1/inactive-menu-button.png
-share/gnome/themes/AgingGorilla/metacity-1/inactive-minimize-button.png
-share/gnome/themes/AgingGorilla/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Atlanta/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Bright/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Crux/metacity-1/active-border-top-left-border.png
-share/gnome/themes/Crux/metacity-1/active-border-top-right-border.png
-share/gnome/themes/Crux/metacity-1/active-bottom-left-border.png
-share/gnome/themes/Crux/metacity-1/active-bottom-left-corner.png
-share/gnome/themes/Crux/metacity-1/active-bottom-mid-left-border.png
-share/gnome/themes/Crux/metacity-1/active-bottom-mid-right-border.png
-share/gnome/themes/Crux/metacity-1/active-bottom-right-border.png
-share/gnome/themes/Crux/metacity-1/active-bottom-right-corner.png
-share/gnome/themes/Crux/metacity-1/active-button-prelight.png
-share/gnome/themes/Crux/metacity-1/active-button-pressed.png
-share/gnome/themes/Crux/metacity-1/active-button.png
-share/gnome/themes/Crux/metacity-1/active-close-button.png
-share/gnome/themes/Crux/metacity-1/active-left-border.png
-share/gnome/themes/Crux/metacity-1/active-left-top-border-shaded.png
-share/gnome/themes/Crux/metacity-1/active-left-top-border.png
-share/gnome/themes/Crux/metacity-1/active-maximize-button.png
-share/gnome/themes/Crux/metacity-1/active-menu-button-prelight.png
-share/gnome/themes/Crux/metacity-1/active-menu-button-pressed.png
-share/gnome/themes/Crux/metacity-1/active-menu-button.png
-share/gnome/themes/Crux/metacity-1/active-minimize-button.png
-share/gnome/themes/Crux/metacity-1/active-restore-button.png
-share/gnome/themes/Crux/metacity-1/active-right-border.png
-share/gnome/themes/Crux/metacity-1/active-right-top-border-shaded.png
-share/gnome/themes/Crux/metacity-1/active-right-top-border.png
-share/gnome/themes/Crux/metacity-1/active-top-center-left.png
-share/gnome/themes/Crux/metacity-1/active-top-center-mid-left.png
-share/gnome/themes/Crux/metacity-1/active-top-center-mid-right.png
-share/gnome/themes/Crux/metacity-1/active-top-center-right.png
-share/gnome/themes/Crux/metacity-1/active-top-left-border.png
-share/gnome/themes/Crux/metacity-1/active-top-left-corner.png
-share/gnome/themes/Crux/metacity-1/active-top-mid-left-border.png
-share/gnome/themes/Crux/metacity-1/active-top-mid-right-border.png
-share/gnome/themes/Crux/metacity-1/active-top-right-border.png
-share/gnome/themes/Crux/metacity-1/active-top-right-corner.png
-share/gnome/themes/Crux/metacity-1/inactive-border-top-left-border.png
-share/gnome/themes/Crux/metacity-1/inactive-border-top-right-border.png
-share/gnome/themes/Crux/metacity-1/inactive-bottom-left-border.png
-share/gnome/themes/Crux/metacity-1/inactive-bottom-left-corner.png
-share/gnome/themes/Crux/metacity-1/inactive-bottom-mid-border.png
-share/gnome/themes/Crux/metacity-1/inactive-bottom-right-border.png
-share/gnome/themes/Crux/metacity-1/inactive-bottom-right-corner.png
-share/gnome/themes/Crux/metacity-1/inactive-button-prelight.png
-share/gnome/themes/Crux/metacity-1/inactive-button-pressed.png
-share/gnome/themes/Crux/metacity-1/inactive-button.png
-share/gnome/themes/Crux/metacity-1/inactive-close-button.png
-share/gnome/themes/Crux/metacity-1/inactive-left-border.png
-share/gnome/themes/Crux/metacity-1/inactive-left-top-border-shaded.png
-share/gnome/themes/Crux/metacity-1/inactive-left-top-border.png
-share/gnome/themes/Crux/metacity-1/inactive-maximize-button.png
-share/gnome/themes/Crux/metacity-1/inactive-menu-button-prelight.png
-share/gnome/themes/Crux/metacity-1/inactive-menu-button-pressed.png
-share/gnome/themes/Crux/metacity-1/inactive-menu-button.png
-share/gnome/themes/Crux/metacity-1/inactive-minimize-button.png
-share/gnome/themes/Crux/metacity-1/inactive-restore-button.png
-share/gnome/themes/Crux/metacity-1/inactive-right-border.png
-share/gnome/themes/Crux/metacity-1/inactive-right-top-border-shaded.png
-share/gnome/themes/Crux/metacity-1/inactive-right-top-border.png
-share/gnome/themes/Crux/metacity-1/inactive-top-center-left.png
-share/gnome/themes/Crux/metacity-1/inactive-top-center-mid.png
-share/gnome/themes/Crux/metacity-1/inactive-top-center-right.png
-share/gnome/themes/Crux/metacity-1/inactive-top-left-border.png
-share/gnome/themes/Crux/metacity-1/inactive-top-left-corner.png
-share/gnome/themes/Crux/metacity-1/inactive-top-mid-border.png
-share/gnome/themes/Crux/metacity-1/inactive-top-right-border.png
-share/gnome/themes/Crux/metacity-1/inactive-top-right-corner.png
-share/gnome/themes/Crux/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Esco/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Metabox/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Simple/metacity-1/close.png
-share/gnome/themes/Simple/metacity-1/maximize.png
-share/gnome/themes/Simple/metacity-1/maximized.png
-share/gnome/themes/Simple/metacity-1/metacity-theme-1.xml
-share/gnome/themes/Simple/metacity-1/minimize.png
-share/gnome/wm-properties/metacity.desktop
-share/locale/am/LC_MESSAGES/metacity.mo
-share/locale/ar/LC_MESSAGES/metacity.mo
-share/locale/az/LC_MESSAGES/metacity.mo
-share/locale/be/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/bs/LC_MESSAGES/metacity.mo
-share/locale/ca/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_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/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/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/ko/LC_MESSAGES/metacity.mo
-share/locale/ku/LC_MESSAGES/metacity.mo
-share/locale/lt/LC_MESSAGES/metacity.mo
-share/locale/lv/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/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/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@Latn/LC_MESSAGES/metacity.mo
-share/locale/sv/LC_MESSAGES/metacity.mo
-share/locale/ta/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/zh_CN/LC_MESSAGES/metacity.mo
-share/locale/zh_HK/LC_MESSAGES/metacity.mo
-share/locale/zh_TW/LC_MESSAGES/metacity.mo
-@dirrm share/gnome/themes/Simple/metacity-1
-@dirrm share/gnome/themes/Simple
-@dirrm share/gnome/themes/Metabox/metacity-1
-@dirrm share/gnome/themes/Metabox
-@dirrm share/gnome/themes/Esco/metacity-1
-@dirrm share/gnome/themes/Esco
-@dirrm share/gnome/themes/Crux/metacity-1
-@dirrm share/gnome/themes/Crux
-@dirrm share/gnome/themes/Bright/metacity-1
-@dirrm share/gnome/themes/Bright
-@dirrm share/gnome/themes/Atlanta/metacity-1
-@dirrm share/gnome/themes/Atlanta
-@dirrm share/gnome/themes/AgingGorilla/metacity-1
-@dirrm share/gnome/themes/AgingGorilla
-@dirrm share/gnome/metacity/icons
-@dirrm share/gnome/metacity
-@dirrm include/metacity-1/metacity-private
-@dirrm include/metacity-1
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
-@dirrmtry share/locale/tk/LC_MESSAGES
-@dirrmtry share/locale/tk
-@dirrmtry share/locale/sr/LC_MESSAGES
-@dirrmtry share/locale/sr
-@dirrmtry share/locale/sl/LC_MESSAGES
-@dirrmtry share/locale/sl
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/ne/LC_MESSAGES
-@dirrmtry share/locale/ne
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be