summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-03 06:10:40 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-03 06:10:40 +0800
commit5572eb318d41a8968f75d5f211115fb5edeaccb9 (patch)
treebb58e2dc4997557096984f5c5fc3ff79780d3bce
parent77f952677af06b2cc7450e556de5e6b6473d2195 (diff)
downloadmarcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.tar
marcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.tar.gz
marcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.tar.bz2
marcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.tar.lz
marcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.tar.xz
marcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.tar.zst
marcuscom-ports-5572eb318d41a8968f75d5f211115fb5edeaccb9.zip
Remove gswitchit now that it is in the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@836 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11/gswitchit/Makefile27
-rw-r--r--x11/gswitchit/distinfo1
-rw-r--r--x11/gswitchit/files/patch-capplets_xkb_capplet.c16
-rw-r--r--x11/gswitchit/files/patch-configure21
-rw-r--r--x11/gswitchit/files/patch-intltool-merge.in11
-rw-r--r--x11/gswitchit/pkg-descr12
-rw-r--r--x11/gswitchit/pkg-plist185
7 files changed, 0 insertions, 273 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile
deleted file mode 100644
index 1656f7bf4..000000000
--- a/x11/gswitchit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Ports collection Makefile for: gswitchit
-# Date created: 15 May 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gswitchit
-PORTVERSION= 2.0.31
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gswitchit
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A simple keyboard state indicator and switcher for GNOME Desktop
-
-LIB_DEPENDS= xklavier.5:${PORTSDIR}/x11/libxklavier
-RUN_DEPENDS= ${X11BASE}/lib/X11/xkb/rules/xfree86.xml:${PORTSDIR}/x11/XFree86-4-clients
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomepanel
-USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/x11/gswitchit/distinfo b/x11/gswitchit/distinfo
deleted file mode 100644
index 946bf8e35..000000000
--- a/x11/gswitchit/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gswitchit-2.0.31.tar.gz) = a2735f2199f4525827bd08c956e9ef81
diff --git a/x11/gswitchit/files/patch-capplets_xkb_capplet.c b/x11/gswitchit/files/patch-capplets_xkb_capplet.c
deleted file mode 100644
index 02cba716f..000000000
--- a/x11/gswitchit/files/patch-capplets_xkb_capplet.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- capplets/xkb_capplet.c.orig Thu May 15 01:41:56 2003
-+++ capplets/xkb_capplet.c Thu May 15 01:42:18 2003
-@@ -222,11 +222,12 @@
- CURRENT_OPTION_GROUP_NAME_PROPERTY, NULL );
- } else if( GTK_IS_OPTION_MENU( optionsCtl ) ) // singlesel
- {
-+ const gchar *optionName;
- theItem =
- gtk_menu_get_active( GTK_MENU
- ( gtk_option_menu_get_menu
- ( GTK_OPTION_MENU( optionsCtl ) ) ) );
-- const gchar *optionName = gtk_widget_get_name( theItem );
-+ optionName = gtk_widget_get_name( theItem );
- XklDebug( 200, "Option [%s:%s] selected \n", groupName, optionName );
- if( optionName != NULL && *optionName != '\0' )
- GSwitchItConfigXkbOptionsAdd( &gswic->config, groupName, optionName );
diff --git a/x11/gswitchit/files/patch-configure b/x11/gswitchit/files/patch-configure
deleted file mode 100644
index 73d391e2b..000000000
--- a/x11/gswitchit/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig Fri May 9 18:17:04 2003
-+++ configure Thu May 15 01:54:40 2003
-@@ -7865,6 +7865,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'
-@@ -8082,8 +8083,8 @@
-
-
-
--prefix=`$PKG_CONFIG --variable=prefix libgnome-2.0`
--exec_prefix=`$PKG_CONFIG --variable=exec_prefix libgnome-2.0`
-+#prefix=`$PKG_CONFIG --variable=prefix libgnome-2.0`
-+#exec_prefix=`$PKG_CONFIG --variable=exec_prefix libgnome-2.0`
-
- # Check whether --enable-install_schemas or --disable-install_schemas was given.
- if test "${enable_install_schemas+set}" = set; then
diff --git a/x11/gswitchit/files/patch-intltool-merge.in b/x11/gswitchit/files/patch-intltool-merge.in
deleted file mode 100644
index e3b788ef7..000000000
--- a/x11/gswitchit/files/patch-intltool-merge.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- intltool-merge.in.orig Thu May 15 00:47:23 2003
-+++ intltool-merge.in Thu May 15 00:47:52 2003
-@@ -461,7 +461,7 @@
- {
- my ($pre_encoded) = @_;
-
-- my @list_of_chars = unpack ('U*', $pre_encoded);
-+ my @list_of_chars = unpack ('C*', $pre_encoded);
-
- if ($PASS_THROUGH_ARG)
- {
diff --git a/x11/gswitchit/pkg-descr b/x11/gswitchit/pkg-descr
deleted file mode 100644
index e524c011e..000000000
--- a/x11/gswitchit/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-GSwitchIt is just a simple keyboard state indicator and switcher for GNOME
-panel.
-
-Features:
----------
-o Support up to 4 keyboard groups.
-o Customizable images for each group.
-o Switching using the applet menu or by double-click.
-o Audible bell on layout switching (BTW, it can be turned off!).
-o Support for "secondary" layouts (i.e. layouts reachable only from popup menu).
-
-WWW: http://gswitchit.sourceforge.net/
diff --git a/x11/gswitchit/pkg-plist b/x11/gswitchit/pkg-plist
deleted file mode 100644
index 481cc764a..000000000
--- a/x11/gswitchit/pkg-plist
+++ /dev/null
@@ -1,185 +0,0 @@
-bin/gswitchit-properties-capplet
-bin/xkb-properties-capplet
-etc/gconf/gconf.xml.defaults/apps/gswitchit/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gswitchit/General/%gconf.xml
-etc/gconf/gconf.xml.defaults/apps/gswitchit/XKB/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/General/%gconf.xml
-etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/XKB/%gconf.xml
-etc/gconf/schemas/gswitchit.schemas
-libdata/bonobo/servers/GNOME_GSwitchItApplet.server
-libexec/gswitchit-applet
-share/gnome/control-center-2.0/capplets/gswitchit-properties.desktop
-share/gnome/control-center-2.0/capplets/xkb-properties.desktop
-share/gnome/gnome-2.0/ui/GNOME_GSwitchItApplet.xml
-share/gnome/gswitchit/interfaces/gswitchit-properties.glade
-share/gnome/gswitchit/interfaces/xkb-properties.glade
-share/gnome/help/gswitchit/C/III.applet.png
-share/gnome/help/gswitchit/C/applet.gif
-share/gnome/help/gswitchit/C/applet.popup.png
-share/gnome/help/gswitchit/C/gb.applet.png
-share/gnome/help/gswitchit/C/gc.png
-share/gnome/help/gswitchit/C/gswitchit-applet.xml
-share/gnome/help/gswitchit/C/gswitchit-properties-capplet.xml
-share/gnome/help/gswitchit/C/gswitchit.xml
-share/gnome/help/gswitchit/C/intro.xml
-share/gnome/help/gswitchit/C/legal.xml
-share/gnome/help/gswitchit/C/refs.xml
-share/gnome/help/gswitchit/C/ru.applet.png
-share/gnome/help/gswitchit/C/us.applet.png
-share/gnome/help/gswitchit/C/xkb-properties-capplet.xml
-share/gnome/help/gswitchit/C/xkb.xml
-share/gnome/help/gswitchit/C/xpc.1.png
-share/gnome/help/gswitchit/C/xpc.2.png
-share/gnome/help/gswitchit/C/xpc.3.png
-share/gnome/help/gswitchit/C/xpc.4.png
-share/gnome/help/gswitchit/C/xpc.5.png
-share/gnome/help/gswitchit/C/xpc.layout_tree.png
-share/gnome/help/gswitchit/ru/III.applet.png
-share/gnome/help/gswitchit/ru/applet.gif
-share/gnome/help/gswitchit/ru/applet.popup.png
-share/gnome/help/gswitchit/ru/gb.applet.png
-share/gnome/help/gswitchit/ru/gc.png
-share/gnome/help/gswitchit/ru/gswitchit-applet.xml
-share/gnome/help/gswitchit/ru/gswitchit-properties-capplet.xml
-share/gnome/help/gswitchit/ru/gswitchit.xml
-share/gnome/help/gswitchit/ru/intro.xml
-share/gnome/help/gswitchit/ru/legal.xml
-share/gnome/help/gswitchit/ru/refs.xml
-share/gnome/help/gswitchit/ru/ru.applet.png
-share/gnome/help/gswitchit/ru/us.applet.png
-share/gnome/help/gswitchit/ru/xkb-properties-capplet.xml
-share/gnome/help/gswitchit/ru/xkb.xml
-share/gnome/help/gswitchit/ru/xpc.1.png
-share/gnome/help/gswitchit/ru/xpc.2.png
-share/gnome/help/gswitchit/ru/xpc.3.png
-share/gnome/help/gswitchit/ru/xpc.4.png
-share/gnome/help/gswitchit/ru/xpc.5.png
-share/gnome/help/gswitchit/ru/xpc.layout_tree.png
-share/gnome/omf/gswitchit/gswitchit-C.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gswitchit/gswitchit-C.omf 2>/dev/null || /usr/bin/true
-share/gnome/omf/gswitchit/gswitchit-ru.omf
-@exec scrollkeeper-install -q %D/share/gnome/omf/gswitchit/gswitchit-ru.omf 2>/dev/null || /usr/bin/true
-share/gnome/pixmaps/gswitchit-applet.png
-share/gnome/pixmaps/gswitchit-properties-capplet.png
-share/gnome/pixmaps/gswitchit/III.xpm
-share/gnome/pixmaps/gswitchit/IV.xpm
-share/gnome/pixmaps/gswitchit/ae.xpm
-share/gnome/pixmaps/gswitchit/af.xpm
-share/gnome/pixmaps/gswitchit/am.xpm
-share/gnome/pixmaps/gswitchit/ar.xpm
-share/gnome/pixmaps/gswitchit/at.xpm
-share/gnome/pixmaps/gswitchit/az.xpm
-share/gnome/pixmaps/gswitchit/be.xpm
-share/gnome/pixmaps/gswitchit/bg.xpm
-share/gnome/pixmaps/gswitchit/bh.xpm
-share/gnome/pixmaps/gswitchit/br.xpm
-share/gnome/pixmaps/gswitchit/bu.xpm
-share/gnome/pixmaps/gswitchit/by-alt.xpm
-share/gnome/pixmaps/gswitchit/by.xpm
-share/gnome/pixmaps/gswitchit/ca.xpm
-share/gnome/pixmaps/gswitchit/ch.xpm
-share/gnome/pixmaps/gswitchit/cu.xpm
-share/gnome/pixmaps/gswitchit/cz.xpm
-share/gnome/pixmaps/gswitchit/da.xpm
-share/gnome/pixmaps/gswitchit/de.xpm
-share/gnome/pixmaps/gswitchit/dj.xpm
-share/gnome/pixmaps/gswitchit/dz.xpm
-share/gnome/pixmaps/gswitchit/ee.xpm
-share/gnome/pixmaps/gswitchit/eg.xpm
-share/gnome/pixmaps/gswitchit/el.xpm
-share/gnome/pixmaps/gswitchit/en7.xpm
-share/gnome/pixmaps/gswitchit/es.xpm
-share/gnome/pixmaps/gswitchit/eu.xpm
-share/gnome/pixmaps/gswitchit/fi.xpm
-share/gnome/pixmaps/gswitchit/fr.xpm
-share/gnome/pixmaps/gswitchit/gb.xpm
-share/gnome/pixmaps/gswitchit/ge.xpm
-share/gnome/pixmaps/gswitchit/hr.xpm
-share/gnome/pixmaps/gswitchit/hu.xpm
-share/gnome/pixmaps/gswitchit/ie.xpm
-share/gnome/pixmaps/gswitchit/il.xpm
-share/gnome/pixmaps/gswitchit/init.xpm
-share/gnome/pixmaps/gswitchit/iq.xpm
-share/gnome/pixmaps/gswitchit/is.xpm
-share/gnome/pixmaps/gswitchit/it.xpm
-share/gnome/pixmaps/gswitchit/jo.xpm
-share/gnome/pixmaps/gswitchit/jp.xpm
-share/gnome/pixmaps/gswitchit/km.xpm
-share/gnome/pixmaps/gswitchit/kw.xpm
-share/gnome/pixmaps/gswitchit/la.xpm
-share/gnome/pixmaps/gswitchit/lb.xpm
-share/gnome/pixmaps/gswitchit/lt.xpm
-share/gnome/pixmaps/gswitchit/lv.xpm
-share/gnome/pixmaps/gswitchit/ly.xpm
-share/gnome/pixmaps/gswitchit/ma.xpm
-share/gnome/pixmaps/gswitchit/mk.xpm
-share/gnome/pixmaps/gswitchit/mn.xpm
-share/gnome/pixmaps/gswitchit/mx.xpm
-share/gnome/pixmaps/gswitchit/nl.xpm
-share/gnome/pixmaps/gswitchit/no.xpm
-share/gnome/pixmaps/gswitchit/om.xpm
-share/gnome/pixmaps/gswitchit/pl.xpm
-share/gnome/pixmaps/gswitchit/ps.xpm
-share/gnome/pixmaps/gswitchit/pt.xpm
-share/gnome/pixmaps/gswitchit/qc.xpm
-share/gnome/pixmaps/gswitchit/ro.xpm
-share/gnome/pixmaps/gswitchit/ru.xpm
-share/gnome/pixmaps/gswitchit/ru7.xpm
-share/gnome/pixmaps/gswitchit/ru_new.xpm
-share/gnome/pixmaps/gswitchit/sa.xpm
-share/gnome/pixmaps/gswitchit/si.xpm
-share/gnome/pixmaps/gswitchit/sk.xpm
-share/gnome/pixmaps/gswitchit/so.xpm
-share/gnome/pixmaps/gswitchit/su.xpm
-share/gnome/pixmaps/gswitchit/sv.xpm
-share/gnome/pixmaps/gswitchit/sy.xpm
-share/gnome/pixmaps/gswitchit/th.xpm
-share/gnome/pixmaps/gswitchit/tn.xpm
-share/gnome/pixmaps/gswitchit/tr.xpm
-share/gnome/pixmaps/gswitchit/ua.xpm
-share/gnome/pixmaps/gswitchit/uk.xpm
-share/gnome/pixmaps/gswitchit/us.xpm
-share/gnome/pixmaps/gswitchit/us_new.xpm
-share/gnome/pixmaps/gswitchit/uy.xpm
-share/gnome/pixmaps/gswitchit/vn.xpm
-share/gnome/pixmaps/gswitchit/ye.xpm
-share/gnome/pixmaps/gswitchit/yu.xpm
-share/gnome/pixmaps/xkb-properties-capplet.png
-share/locale/am/LC_MESSAGES/gswitchit.mo
-share/locale/bg/LC_MESSAGES/gswitchit.mo
-share/locale/cs/LC_MESSAGES/gswitchit.mo
-share/locale/de/LC_MESSAGES/gswitchit.mo
-share/locale/el/LC_MESSAGES/gswitchit.mo
-share/locale/es/LC_MESSAGES/gswitchit.mo
-share/locale/fa/LC_MESSAGES/gswitchit.mo
-share/locale/fr/LC_MESSAGES/gswitchit.mo
-share/locale/ja/LC_MESSAGES/gswitchit.mo
-share/locale/lv/LC_MESSAGES/gswitchit.mo
-share/locale/mn/LC_MESSAGES/gswitchit.mo
-share/locale/nl/LC_MESSAGES/gswitchit.mo
-share/locale/no/LC_MESSAGES/gswitchit.mo
-share/locale/pt/LC_MESSAGES/gswitchit.mo
-share/locale/pt_BR/LC_MESSAGES/gswitchit.mo
-share/locale/ru/LC_MESSAGES/gswitchit.mo
-share/locale/sr/LC_MESSAGES/gswitchit.mo
-share/locale/sr@Latn/LC_MESSAGES/gswitchit.mo
-share/locale/sv/LC_MESSAGES/gswitchit.mo
-share/locale/uk/LC_MESSAGES/gswitchit.mo
-share/locale/vi/LC_MESSAGES/gswitchit.mo
-share/locale/zh_CN/LC_MESSAGES/gswitchit.mo
-@dirrm share/gnome/pixmaps/gswitchit
-@dirrm share/gnome/omf/gswitchit
-@dirrm share/gnome/help/gswitchit/ru
-@dirrm share/gnome/help/gswitchit/C
-@dirrm share/gnome/help/gswitchit
-@dirrm share/gnome/gswitchit/interfaces
-@dirrm share/gnome/gswitchit
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/XKB
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit/General
-@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gswitchit
-@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit/XKB
-@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit/General
-@dirrm etc/gconf/gconf.xml.defaults/apps/gswitchit
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gswitchit/gswitchit-C.omf 2>/dev/null || /usr/bin/true
-@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gswitchit/gswitchit-ru.omf 2>/dev/null || /usr/bin/true