diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-09 14:09:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-09 14:09:08 +0800 |
commit | 74639b1a5722af0a8a702d6139a87cf21fa6e380 (patch) | |
tree | d1e539f3702e3284dcc4e15714913f92bf279c17 | |
parent | 5ca1fd3c62d9f79e2feae8b923041382fa8693fc (diff) | |
download | freebsd-ports-graphics-74639b1a5722af0a8a702d6139a87cf21fa6e380.tar.gz freebsd-ports-graphics-74639b1a5722af0a8a702d6139a87cf21fa6e380.tar.zst freebsd-ports-graphics-74639b1a5722af0a8a702d6139a87cf21fa6e380.zip |
Metatheme has been dead for a long time. Garbage collect it.
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/metatheme2/Makefile | 43 | ||||
-rw-r--r-- | misc/metatheme2/distinfo | 2 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-ab | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-ac | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-ad | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-ag | 15 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-ah | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-capplet::mtm-selector.c | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-configure | 10 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-libbackground_Makefile.in | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-metatheme-edit::Makefile.in | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-plugins_nautilus_Makefile.in | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c | 11 | ||||
-rw-r--r-- | misc/metatheme2/files/patch-plugins_xmms_Makefile.in | 11 | ||||
-rw-r--r-- | misc/metatheme2/pkg-descr | 2 | ||||
-rw-r--r-- | misc/metatheme2/pkg-plist | 64 |
19 files changed, 0 insertions, 269 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3ccd337b485..56f2799a482 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -269,7 +269,6 @@ SUBDIR += matrix-kmod SUBDIR += mc SUBDIR += menushki - SUBDIR += metatheme2 SUBDIR += mgp-mode.el SUBDIR += mime-support SUBDIR += misterproper diff --git a/misc/metatheme2/Makefile b/misc/metatheme2/Makefile deleted file mode 100644 index 9b8dc5a36af..00000000000 --- a/misc/metatheme2/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: metatheme2 -# Date created: 19 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= metatheme2 -PORTVERSION= 0.9.7 -PORTREVISION= 3 -CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.9 -DISTNAME= metatheme-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An utility for managing "theme sets" that accomodate gtk, window manager, etc - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libgnomeui -USE_REINPLACE= yes -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= VERSION=${PORTVERSION} - -pre-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ - s|[(]datadir[)]/locale|(prefix)/share/locale|g' - -post-configure: - @${FIND} ${WRKSRC}/plugins -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|%%X11BASE%%|${X11BASE}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g' - -.include <bsd.port.mk> diff --git a/misc/metatheme2/distinfo b/misc/metatheme2/distinfo deleted file mode 100644 index fd497f3c7f6..00000000000 --- a/misc/metatheme2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/metatheme-0.9.7.tar.bz2) = bba39ec97ddd48f1e1b1f558bfabd6ae -SIZE (gnome2/metatheme-0.9.7.tar.bz2) = 321848 diff --git a/misc/metatheme2/files/patch-ab b/misc/metatheme2/files/patch-ab deleted file mode 100644 index 512018ee7fb..00000000000 --- a/misc/metatheme2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gtk/Makefile.in.orig Sun May 19 16:28:24 2002 -+++ plugins/gtk/Makefile.in Sun May 19 16:28:33 2002 -@@ -134,7 +134,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libgtkplugin1_la_LDFLAGS = -+libgtkplugin1_la_LDFLAGS = -avoid-version -module - libgtkplugin1_la_LIBADD = - libgtkplugin1_la_OBJECTS = gtk-plugin.lo gtk-config-gui.lo - CFLAGS = @CFLAGS@ diff --git a/misc/metatheme2/files/patch-ac b/misc/metatheme2/files/patch-ac deleted file mode 100644 index a7253f72c5c..00000000000 --- a/misc/metatheme2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/background/Makefile.in.orig Sun May 19 04:18:15 2002 -+++ plugins/background/Makefile.in Sun May 19 04:19:16 2002 -@@ -145,7 +145,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libbgplugin_la_LDFLAGS = -+libbgplugin_la_LDFLAGS = -avoid-version -module - libbgplugin_la_DEPENDENCIES = \ - $(top_builddir)/libbackground/libbackground.la - libbgplugin_la_OBJECTS = background-plugin.lo config-io.lo \ diff --git a/misc/metatheme2/files/patch-ad b/misc/metatheme2/files/patch-ad deleted file mode 100644 index a2ebce72d5c..00000000000 --- a/misc/metatheme2/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/sawfish/Makefile.in.orig Sun May 19 16:30:59 2002 -+++ plugins/sawfish/Makefile.in Sun May 19 16:31:06 2002 -@@ -134,7 +134,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libsawfish_la_LDFLAGS = -+libsawfish_la_LDFLAGS = -avoid-version -module - libsawfish_la_LIBADD = - libsawfish_la_OBJECTS = sawfish-plugin.lo sawfish-config-gui.lo - CFLAGS = @CFLAGS@ diff --git a/misc/metatheme2/files/patch-ag b/misc/metatheme2/files/patch-ag deleted file mode 100644 index 594f0802063..00000000000 --- a/misc/metatheme2/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ ---- plugins/background/background-plugin.c.orig Sun May 19 04:01:16 2002 -+++ plugins/background/background-plugin.c Sun May 19 04:02:12 2002 -@@ -101,9 +101,9 @@ - static gchar * - bg_plugin_theme_find (MtmExtHandler *handler, const gchar *name, gboolean is_root) - { -- gchar *root_prefixes[] = {"/usr/share/pixmaps/backgrounds", -- "/usr/share/pixmaps/backgrounds/tiles", -- "/usr/share/wallpapers", -+ gchar *root_prefixes[] = {"%%X11BASE%%/share/gnome/pixmaps/backgrounds", -+ "%%X11BASE%%/share/gnome/pixmaps/backgrounds/tiles", -+ "%%X11BASE%%/share/gnome/wallpapers", - NULL}; - gchar *user_prefixes[] = {".metatheme-backgrounds", - ".backgrounds", diff --git a/misc/metatheme2/files/patch-ah b/misc/metatheme2/files/patch-ah deleted file mode 100644 index a2ec5f3690c..00000000000 --- a/misc/metatheme2/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/sawfish/sawfish-plugin.c.orig Sun May 19 04:04:04 2002 -+++ plugins/sawfish/sawfish-plugin.c Sun May 19 04:04:57 2002 -@@ -192,7 +192,7 @@ - sawfish_plugin_theme_find (MtmExtHandler *handler, const gchar *name,gboolean is_root) - { - gchar *root_prefixes[] = {"share/sawfish/themes", NULL, NULL}; -- gchar *pre_prefixes[] = {"/usr/", "/usr/local/", NULL}; -+ gchar *pre_prefixes[] = {"%%X11BASE%%", "%%LOCALBASE%%", NULL}; - gchar *user_prefixes[] = {".sawfish/themes", NULL}; - gchar **arr; - gchar *ret; diff --git a/misc/metatheme2/files/patch-capplet::mtm-selector.c b/misc/metatheme2/files/patch-capplet::mtm-selector.c deleted file mode 100644 index 6f5e7d060bb..00000000000 --- a/misc/metatheme2/files/patch-capplet::mtm-selector.c +++ /dev/null @@ -1,11 +0,0 @@ ---- capplet/mtm-selector.c.orig Sun May 19 17:05:01 2002 -+++ capplet/mtm-selector.c Sun May 19 17:05:11 2002 -@@ -209,7 +209,7 @@ - - g_return_if_fail (MTM_IS_SELECTOR (selector)); - -- sysdir = g_strdup_printf ("%s/share/metathemes", mtm_get_prefix ()); -+ sysdir = g_strdup_printf ("%s/share/gnome/metathemes", mtm_get_prefix ()); - userdir = g_strdup_printf ("%s/.metathemes", g_get_home_dir ()); - /* Create it if it doesn't exist */ - mtm_check_dir (userdir); diff --git a/misc/metatheme2/files/patch-configure b/misc/metatheme2/files/patch-configure deleted file mode 100644 index b99a522a30e..00000000000 --- a/misc/metatheme2/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sun May 19 04:17:29 2002 -+++ configure Sun May 19 04:17:53 2002 -@@ -7255,6 +7255,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/misc/metatheme2/files/patch-libbackground_Makefile.in b/misc/metatheme2/files/patch-libbackground_Makefile.in deleted file mode 100644 index 4324d7fd257..00000000000 --- a/misc/metatheme2/files/patch-libbackground_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libbackground/Makefile.in.orig Sun May 19 04:08:14 2002 -+++ libbackground/Makefile.in Sun May 19 04:08:41 2002 -@@ -118,7 +118,7 @@ - - EXTRA_DIST = ChangeLog - --INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@ -+INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@ - - - noinst_LTLIBRARIES = libbackground.la diff --git a/misc/metatheme2/files/patch-metatheme-edit::Makefile.in b/misc/metatheme2/files/patch-metatheme-edit::Makefile.in deleted file mode 100644 index 2a0623fa9b7..00000000000 --- a/misc/metatheme2/files/patch-metatheme-edit::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- metatheme-edit/Makefile.in.orig Sun May 19 04:10:50 2002 -+++ metatheme-edit/Makefile.in Sun May 19 04:11:07 2002 -@@ -141,7 +141,7 @@ - gladedir = $(SHAREDIR) - glade_DATA = metatheme-edit.glade - --pixmapsdir = $(prefix)/share/pixmaps -+pixmapsdir = $(datadir)/pixmaps - pixmaps_DATA = 32_butteflylogo.png settings.png - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in b/misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in deleted file mode 100644 index e7691be2ff3..00000000000 --- a/misc/metatheme2/files/patch-plugins_gtk-2_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gtk-2/Makefile.in.orig Sun May 19 16:29:10 2002 -+++ plugins/gtk-2/Makefile.in Sun May 19 16:29:22 2002 -@@ -136,7 +136,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libgtkplugin2_la_LDFLAGS = -+libgtkplugin2_la_LDFLAGS = -avoid-version -module - libgtkplugin2_la_LIBADD = - libgtkplugin2_la_OBJECTS = gtk-plugin.lo gtk-config-gui.lo - CFLAGS = @CFLAGS@ diff --git a/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c b/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c deleted file mode 100644 index 5d6a4f5d75d..00000000000 --- a/misc/metatheme2/files/patch-plugins_gtk-2_gtk-config-gui.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gtk-2/gtk-config-gui.c.orig Sun May 19 03:58:52 2002 -+++ plugins/gtk-2/gtk-config-gui.c Sun May 19 03:59:16 2002 -@@ -48,7 +48,7 @@ - GArray *files; - gchar **ret; - /* FIXME */ -- gchar *dirnames[] = { "/usr/share/themes", "/.themes", NULL}; -+ gchar *dirnames[] = { "%%X11BASE%%/share/themes", "/.themes", NULL}; - int i; - - dirnames[1] = g_strconcat (g_get_home_dir (), dirnames[1], NULL); diff --git a/misc/metatheme2/files/patch-plugins_nautilus_Makefile.in b/misc/metatheme2/files/patch-plugins_nautilus_Makefile.in deleted file mode 100644 index 8ca1504f505..00000000000 --- a/misc/metatheme2/files/patch-plugins_nautilus_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/nautilus/Makefile.in.orig Sun May 19 16:30:14 2002 -+++ plugins/nautilus/Makefile.in Sun May 19 16:30:25 2002 -@@ -134,7 +134,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libnautilus_la_LDFLAGS = -+libnautilus_la_LDFLAGS = -avoid-version -module - libnautilus_la_LIBADD = - libnautilus_la_OBJECTS = nautilus-plugin.lo nautilus-config-gui.lo - CFLAGS = @CFLAGS@ diff --git a/misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c b/misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c deleted file mode 100644 index 301ebd08438..00000000000 --- a/misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/sawfish/sawfish-config-gui.c.orig Sun May 19 04:05:50 2002 -+++ plugins/sawfish/sawfish-config-gui.c Sun May 19 04:06:00 2002 -@@ -35,7 +35,7 @@ - GArray *files; - gchar **ret; - /* FIXME */ -- gchar *dirnames[] = { "/usr/share/sawfish/themes", "/.sawfish/themes", NULL}; -+ gchar *dirnames[] = { "%%X11BASE%%/share/sawfish/themes", "/.sawfish/themes", NULL}; - int i; - - dirnames[1] = g_strconcat (g_get_home_dir (), dirnames[1], NULL); diff --git a/misc/metatheme2/files/patch-plugins_xmms_Makefile.in b/misc/metatheme2/files/patch-plugins_xmms_Makefile.in deleted file mode 100644 index 35fe6906000..00000000000 --- a/misc/metatheme2/files/patch-plugins_xmms_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/xmms/Makefile.in.orig Sun May 19 16:31:37 2002 -+++ plugins/xmms/Makefile.in Sun May 19 16:31:47 2002 -@@ -136,7 +136,7 @@ - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ --libmtmxmms_la_LDFLAGS = -+libmtmxmms_la_LDFLAGS = -avoid-version -module - libmtmxmms_la_DEPENDENCIES = - libmtmxmms_la_OBJECTS = xmms-plugin.lo xmms-config-gui.lo - CFLAGS = @CFLAGS@ diff --git a/misc/metatheme2/pkg-descr b/misc/metatheme2/pkg-descr deleted file mode 100644 index c274d57c642..00000000000 --- a/misc/metatheme2/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is metatheme, an application for managing "theme sets" that accomodate -gtk+, your window manager, etc etc. diff --git a/misc/metatheme2/pkg-plist b/misc/metatheme2/pkg-plist deleted file mode 100644 index 0057257074a..00000000000 --- a/misc/metatheme2/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -bin/metatheme-edit -bin/metatheme_selector_capplet -include/mtm/mtm-config-gui.h -include/mtm/mtm-env.h -include/mtm/mtm-ext-handler.h -include/mtm/mtm-ext.h -include/mtm/mtm-gui-handler.h -include/mtm/mtm-handler.h -include/mtm/mtm-init.h -include/mtm/mtm-plugin.h -include/mtm/mtm-stateful.h -include/mtm/mtm-theme.h -include/mtm/mtm-util.h -include/mtm/mtm.h -lib/libmtm.a -lib/libmtm.so -lib/libmtm.so.0 -lib/metatheme/plugins/%%VERSION%%/libbgplugin.so -lib/metatheme/plugins/%%VERSION%%/libgtkplugin1.so -lib/metatheme/plugins/%%VERSION%%/libgtkplugin2.so -lib/metatheme/plugins/%%VERSION%%/libnautilus.so -lib/metatheme/plugins/%%VERSION%%/libsawfish.so -share/gnome/applications/metatheme-edit.desktop -share/gnome/control-center-2.0/capplets/metatheme_selector.desktop -share/gnome/metatheme-glade/bg-config-gui.glade -share/gnome/metatheme-glade/metatheme-edit.glade -share/gnome/metatheme-glade/mtm-sel.glade -share/gnome/metatheme-glade/mtm-selector.glade -share/gnome/mime-info/metatheme-edit.keys -share/gnome/mime-info/metatheme.keys -share/gnome/mime-info/metatheme.mime -share/gnome/pixmaps/32_butteflylogo.png -share/gnome/pixmaps/gnome-application-x-metatheme.png -share/gnome/pixmaps/settings.png -share/locale/da/LC_MESSAGES/metatheme.mo -share/locale/de/LC_MESSAGES/metatheme.mo -share/locale/es/LC_MESSAGES/metatheme.mo -share/locale/et/LC_MESSAGES/metatheme.mo -share/locale/eu/LC_MESSAGES/metatheme.mo -share/locale/fr/LC_MESSAGES/metatheme.mo -share/locale/gl/LC_MESSAGES/metatheme.mo -share/locale/hu/LC_MESSAGES/metatheme.mo -share/locale/it/LC_MESSAGES/metatheme.mo -share/locale/ko/LC_MESSAGES/metatheme.mo -share/locale/lv/LC_MESSAGES/metatheme.mo -share/locale/ms/LC_MESSAGES/metatheme.mo -share/locale/no/LC_MESSAGES/metatheme.mo -share/locale/pl/LC_MESSAGES/metatheme.mo -share/locale/pt/LC_MESSAGES/metatheme.mo -share/locale/pt_BR/LC_MESSAGES/metatheme.mo -share/locale/ru/LC_MESSAGES/metatheme.mo -share/locale/sk/LC_MESSAGES/metatheme.mo -share/locale/sl/LC_MESSAGES/metatheme.mo -share/locale/sv/LC_MESSAGES/metatheme.mo -share/locale/tr/LC_MESSAGES/metatheme.mo -share/locale/uk/LC_MESSAGES/metatheme.mo -share/locale/vi/LC_MESSAGES/metatheme.mo -share/locale/zh_CN/LC_MESSAGES/metatheme.mo -share/locale/zh_TW/LC_MESSAGES/metatheme.mo -@dirrm share/gnome/metatheme-glade -@dirrm lib/metatheme/plugins/%%VERSION%% -@dirrm lib/metatheme/plugins -@dirrm lib/metatheme -@dirrm include/mtm |