diff options
46 files changed, 5 insertions, 1102 deletions
@@ -7152,3 +7152,7 @@ security/py-otr||2014-09-30|Has expired: Abandoned upstream net-p2p/cdonkey||2014-09-30|Has expired: depends on deprecated db41 version www/rubygem-puma16||2014-10-02|Has expired: Old version no longer needed x11-toolkits/gnome-desktop-sharp20||2014-10-02|Removed, no users and depends on gnome-panel which will be removed +x11-toolkits/eel||2014-10-03|Removed, doesn't build with updated gnome-desktop +deskutils/gnome-main-menu||2014-10-03|Removed, because x11-toolkits/eel was removed +editors/mlview||2014-10-03|Removed, because x11-toolkits/eel was removed +textproc/gnome-translate||2014-10-03|Removed, because x11-toolkits/eel was removed diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index a8265db34e04..e4db0a2da1be 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -76,7 +76,7 @@ _USE_GNOME_ALL= esound intlhack intltool introspection \ _USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 imlib # GNOME 2 components -_USE_GNOME_ALL+= atk atspi cairo desktopfileutils eel2 evolutiondataserver gal2 \ +_USE_GNOME_ALL+= atk atspi cairo desktopfileutils evolutiondataserver gal2 \ gdkpixbuf2 gconf2 glib20 gnomecontrolcenter2 gnomedesktop \ gnomedocutils gnomemenus gnomepanel gnomesharp20 \ gnomespeech gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 gtksharp10 \ @@ -383,10 +383,6 @@ librsvg2_LIB_DEPENDS= librsvg-2.so:${PORTSDIR}/graphics/librsvg2 librsvg2_DETECT= ${LOCALBASE}/libdata/pkgconfig/librsvg-2.0.pc librsvg2_USE_GNOME_IMPL=libgsf gtk20 -eel2_LIB_DEPENDS= libeel-2.so:${PORTSDIR}/x11-toolkits/eel -eel2_DETECT= ${LOCALBASE}/libdata/pkgconfig/eel-2.0.pc -eel2_USE_GNOME_IMPL= gnomedesktop - gnomepanel_LIB_DEPENDS=libpanel-applet-3.so:${PORTSDIR}/x11/gnome-panel gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-3.0.pc gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2 diff --git a/deskutils/Makefile b/deskutils/Makefile index b375a2f33b45..f761bc51e3bd 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -64,7 +64,6 @@ SUBDIR += global-menu SUBDIR += gnochm SUBDIR += gnome-blog - SUBDIR += gnome-main-menu SUBDIR += gnome-utils SUBDIR += gnote SUBDIR += gnotime diff --git a/deskutils/gnome-main-menu/Makefile b/deskutils/gnome-main-menu/Makefile deleted file mode 100644 index cca684a27ebe..000000000000 --- a/deskutils/gnome-main-menu/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gnome-main-menu -PORTVERSION= 0.9.12 -PORTREVISION= 9 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides easy access to sets of GNOME applications - -LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop - -USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix gnomepanel intlhack eel2 gnomedesktop libgnomeui -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip - -GCONF_SCHEMAS= application-browser.schemas slab.schemas - -post-patch: - ${REINPLACE_CMD} -e 's|glib/gmacros.h|glib.h|g' \ - -e 's|glib/gfileutils.h|glib.h|g' \ - -e 's|glib/gtypes.h|glib.h|g' \ - ${WRKSRC}/libslab/system-tile.c \ - ${WRKSRC}/libslab/application-tile.c \ - ${WRKSRC}/main-menu/src/tomboykeybinder.h - -.include <bsd.port.mk> diff --git a/deskutils/gnome-main-menu/distinfo b/deskutils/gnome-main-menu/distinfo deleted file mode 100644 index 84e9ea754917..000000000000 --- a/deskutils/gnome-main-menu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-main-menu-0.9.12.tar.bz2) = af068405e510a5005205569c2fb90cbd9ac8d31129fe86cd11933105265c60d5 -SIZE (gnome2/gnome-main-menu-0.9.12.tar.bz2) = 576477 diff --git a/deskutils/gnome-main-menu/files/patch-application-browser_src_application-browser.c b/deskutils/gnome-main-menu/files/patch-application-browser_src_application-browser.c deleted file mode 100644 index becc28feb78a..000000000000 --- a/deskutils/gnome-main-menu/files/patch-application-browser_src_application-browser.c +++ /dev/null @@ -1,11 +0,0 @@ ---- application-browser/src/application-browser.c.orig 2008-07-06 23:02:33.000000000 -0400 -+++ application-browser/src/application-browser.c 2008-07-06 23:02:50.000000000 -0400 -@@ -83,7 +83,7 @@ main (int argc, char *argv[]) - NewAppConfig *config = g_new0 (NewAppConfig, 1); - config->max_items = get_slab_gconf_int (NEW_APPS_MAX_ITEMS); - config->name = _("New Applications"); -- AppShellData *app_data = appshelldata_new ("applications.menu", config, -+ AppShellData *app_data = appshelldata_new ("gnome-applications.menu", config, - APPLICATION_BROWSER_PREFIX, GTK_ICON_SIZE_DND, TRUE, FALSE); - generate_categories (app_data); - diff --git a/deskutils/gnome-main-menu/files/patch-configure b/deskutils/gnome-main-menu/files/patch-configure deleted file mode 100644 index 3f51291b9e29..000000000000 --- a/deskutils/gnome-main-menu/files/patch-configure +++ /dev/null @@ -1,86 +0,0 @@ ---- configure.orig 2008-10-08 13:36:57.000000000 -0400 -+++ configure 2008-10-08 13:38:39.000000000 -0400 -@@ -23975,12 +23975,12 @@ if test -n "$MAIN_MENU_CFLAGS"; then - pkg_cv_MAIN_MENU_CFLAGS="$MAIN_MENU_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo \"") >&5 -- ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 \"") >&5 -+ ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 ") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_MAIN_MENU_CFLAGS=`$PKG_CONFIG --cflags " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>/dev/null` -+ pkg_cv_MAIN_MENU_CFLAGS=`$PKG_CONFIG --cflags " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 " 2>/dev/null` - else - pkg_failed=yes - fi -@@ -23991,12 +23991,12 @@ if test -n "$MAIN_MENU_LIBS"; then - pkg_cv_MAIN_MENU_LIBS="$MAIN_MENU_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo \"") >&5 -- ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 \"") >&5 -+ ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 ") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_MAIN_MENU_LIBS=`$PKG_CONFIG --libs " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>/dev/null` -+ pkg_cv_MAIN_MENU_LIBS=`$PKG_CONFIG --libs " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 " 2>/dev/null` - else - pkg_failed=yes - fi -@@ -24014,14 +24014,14 @@ else - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>&1` -+ MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 " 2>&1` - else -- MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>&1` -+ MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 " 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$MAIN_MENU_PKG_ERRORS" >&5 - -- { { $as_echo "$as_me:$LINENO: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 ) were not met: - - $MAIN_MENU_PKG_ERRORS - -@@ -24032,7 +24032,7 @@ Alternatively, you may set the environme - and MAIN_MENU_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --$as_echo "$as_me: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ) were not met: -+$as_echo "$as_me: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo x11 ) were not met: - - $MAIN_MENU_PKG_ERRORS - -@@ -24075,7 +24075,7 @@ $as_echo "yes" >&6; } - fi - - --for ac_header in iwlib.h -+for ac_header in # - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -@@ -24297,15 +24297,6 @@ fi - done - - --if test "x$have_iwlib" != "xyes" ; then -- { { $as_echo "$as_me:$LINENO: error: cannot find iwlib" >&5 --$as_echo "$as_me: error: cannot find iwlib" >&2;} -- { (exit 1); exit 1; }; } --else -- MAIN_MENU_LIBS="$MAIN_MENU_LIBS -liw" -- --fi -- - - - diff --git a/deskutils/gnome-main-menu/files/patch-libslab_directory-tile.c b/deskutils/gnome-main-menu/files/patch-libslab_directory-tile.c deleted file mode 100644 index 955b6972124b..000000000000 --- a/deskutils/gnome-main-menu/files/patch-libslab_directory-tile.c +++ /dev/null @@ -1,9 +0,0 @@ ---- libslab/directory-tile.c.orig 2008-07-06 22:40:19.000000000 -0400 -+++ libslab/directory-tile.c 2008-07-06 22:40:33.000000000 -0400 -@@ -672,5 +672,5 @@ static void - disown_spawned_child (gpointer user_data) - { - setsid (); -- setpgrp (); -+ setpgrp (0, 0); - } diff --git a/deskutils/gnome-main-menu/files/patch-main-menu_src_Makefile.in b/deskutils/gnome-main-menu/files/patch-main-menu_src_Makefile.in deleted file mode 100644 index c010e5ebf087..000000000000 --- a/deskutils/gnome-main-menu/files/patch-main-menu_src_Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- main-menu/src/Makefile.in.orig 2008-07-06 22:33:39.000000000 -0400 -+++ main-menu/src/Makefile.in 2008-07-06 22:33:59.000000000 -0400 -@@ -48,8 +48,7 @@ libexecPROGRAMS_INSTALL = $(INSTALL_PROG - PROGRAMS = $(libexec_PROGRAMS) - am_main_menu_OBJECTS = main-menu.$(OBJEXT) main-menu-ui.$(OBJEXT) \ - main-menu-migration.$(OBJEXT) tile-table.$(OBJEXT) \ -- hard-drive-status-tile.$(OBJEXT) network-status-tile.$(OBJEXT) \ -- network-status-agent.$(OBJEXT) network-status-info.$(OBJEXT) \ -+ hard-drive-status-tile.$(OBJEXT) \ - tomboykeybinder.$(OBJEXT) eggaccelerators.$(OBJEXT) - main_menu_OBJECTS = $(am_main_menu_OBJECTS) - am__DEPENDENCIES_1 = -@@ -272,9 +271,6 @@ main_menu_SOURCES = \ - main-menu-migration.c main-menu-migration.h \ - tile-table.c tile-table.h \ - hard-drive-status-tile.c hard-drive-status-tile.h \ -- network-status-tile.c network-status-tile.h \ -- network-status-agent.c network-status-agent.h \ -- network-status-info.c network-status-info.h \ - tomboykeybinder.c tomboykeybinder.h \ - eggaccelerators.c eggaccelerators.h - -@@ -360,9 +356,6 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-menu-migration.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-menu-ui.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-menu.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-status-agent.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-status-info.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-status-tile.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile-table.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tomboykeybinder.Po@am__quote@ - diff --git a/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu-ui.c b/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu-ui.c deleted file mode 100644 index d038d2868711..000000000000 --- a/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu-ui.c +++ /dev/null @@ -1,55 +0,0 @@ ---- main-menu/src/main-menu-ui.c.orig 2008-07-06 22:31:43.000000000 -0400 -+++ main-menu/src/main-menu-ui.c 2008-07-06 22:33:32.000000000 -0400 -@@ -47,7 +47,6 @@ - #include "directory-tile.h" - #include "system-tile.h" - #include "hard-drive-status-tile.h" --#include "network-status-tile.h" - - #include "tile-table.h" - -@@ -100,7 +99,6 @@ typedef struct { - - GtkWidget *search_section; - GtkWidget *search_entry; -- GtkWidget *network_status; - - GtkNotebook *file_section; - GtkWidget *page_selectors [3]; -@@ -405,7 +403,6 @@ main_menu_ui_init (MainMenuUI *this) - - priv->status_section = NULL; - priv->system_section = NULL; -- priv->network_status = NULL; - - priv->volume_mon = NULL; - -@@ -730,19 +727,6 @@ create_status_section (MainMenuUI *this) - gtk_container_add (ctnr, tile); - gtk_widget_show_all (GTK_WIDGET (ctnr)); - -- ctnr = GTK_CONTAINER (glade_xml_get_widget ( -- priv->main_menu_xml, "network-status-container")); -- priv->network_status = network_status_tile_new (); -- -- gtk_widget_set_size_request (priv->network_status, 6 * icon_width, -1); -- -- g_signal_connect ( -- G_OBJECT (priv->network_status), "tile-action-triggered", -- G_CALLBACK (tile_action_triggered_cb), this); -- -- gtk_container_add (ctnr, priv->network_status); -- gtk_widget_show_all (GTK_WIDGET (ctnr)); -- - priv->status_section = glade_xml_get_widget ( - priv->main_menu_xml, "slab-status-section"); - } -@@ -1853,8 +1837,6 @@ present_slab_window (MainMenuUI *this) - { - MainMenuUIPrivate *priv = PRIVATE (this); - -- network_tile_update_status (priv->network_status); -- - update_recently_used_sections (this); - - gtk_window_present_with_time (GTK_WINDOW (priv->slab_window), gtk_get_current_event_time ()); diff --git a/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu.c b/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu.c deleted file mode 100644 index 0f30d84d3ff4..000000000000 --- a/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu.c +++ /dev/null @@ -1,10 +0,0 @@ ---- main-menu/src/main-menu.c.orig 2009-04-06 23:41:15.000000000 -0400 -+++ main-menu/src/main-menu.c 2009-04-06 23:41:27.000000000 -0400 -@@ -24,6 +24,7 @@ - - #include <glib.h> - #include <panel-applet.h> -+#include <libgnomeui/libgnomeui.h> - #include <string.h> - - #include "libslab-utils.h" diff --git a/deskutils/gnome-main-menu/pkg-descr b/deskutils/gnome-main-menu/pkg-descr deleted file mode 100644 index 0d18665c33b1..000000000000 --- a/deskutils/gnome-main-menu/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The gnome-main-menu is a set of two utilities. A gnome-panel applet similar -to the traditional main-menu but a few addtions and changes. In particular the -gnome-main-menu does not provide direct access to all the applications on the -system, but rather displays user specified "favorites" and recently launched -applications. - -Access to all the applications is made through the second of the three -utilities, the application-browser, which is a larger format application than -that the traditional main-menu which is managed by the window manager to allow -for resizing, etc. diff --git a/deskutils/gnome-main-menu/pkg-plist b/deskutils/gnome-main-menu/pkg-plist deleted file mode 100644 index b8c7452b21ea..000000000000 --- a/deskutils/gnome-main-menu/pkg-plist +++ /dev/null @@ -1,126 +0,0 @@ -bin/application-browser -bin/trigger-panel-run-dialog -include/slab/app-resizer.h -include/slab/app-shell-startup.h -include/slab/app-shell.h -include/slab/application-tile.h -include/slab/directory-tile.h -include/slab/document-tile.h -include/slab/gnome-utils.h -include/slab/nameplate-tile.h -include/slab/nld-marshal.c -include/slab/nld-marshal.h -include/slab/search-bar.h -include/slab/search-context-picker.h -include/slab/search-entry-watermark.h -include/slab/search-entry.h -include/slab/shell-window.h -include/slab/slab-gnome-util.h -include/slab/slab-section.h -include/slab/system-tile.h -include/slab/tile.h -lib/libslab.a -lib/libslab.so -lib/libslab.so.0 -lib/libslab.so.0.1.2 -libdata/bonobo/servers/GNOME_MainMenu.server -libdata/pkgconfig/libslab.pc -libexec/main-menu -share/applications/application-browser.desktop -share/applications/gnome-screensaver-lock.desktop -share/applications/gnome-session-logout.desktop -share/applications/gnome-session-shutdown.desktop -share/applications/trigger-panel-run-dialog.desktop -share/gnome-2.0/ui/GNOME_MainMenu_ContextMenu.xml -%%DATADIR%%/applications.xbel -%%DATADIR%%/documents.xbel -%%DATADIR%%/empty.ots -%%DATADIR%%/empty.ott -%%DATADIR%%/places.xbel -%%DATADIR%%/slab-window.glade -%%DATADIR%%/system-items.xbel -share/locale/af/LC_MESSAGES/gnome-main-menu.mo -share/locale/ar/LC_MESSAGES/gnome-main-menu.mo -share/locale/bg/LC_MESSAGES/gnome-main-menu.mo -share/locale/bn/LC_MESSAGES/gnome-main-menu.mo -share/locale/br/LC_MESSAGES/gnome-main-menu.mo -share/locale/bs/LC_MESSAGES/gnome-main-menu.mo -share/locale/ca/LC_MESSAGES/gnome-main-menu.mo -share/locale/cs/LC_MESSAGES/gnome-main-menu.mo -share/locale/cy/LC_MESSAGES/gnome-main-menu.mo -share/locale/da/LC_MESSAGES/gnome-main-menu.mo -share/locale/de/LC_MESSAGES/gnome-main-menu.mo -share/locale/dz/LC_MESSAGES/gnome-main-menu.mo -share/locale/el/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_CA/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_GB/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_IGID/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_US/LC_MESSAGES/gnome-main-menu.mo -share/locale/es/LC_MESSAGES/gnome-main-menu.mo -share/locale/et/LC_MESSAGES/gnome-main-menu.mo -share/locale/eu/LC_MESSAGES/gnome-main-menu.mo -share/locale/fi/LC_MESSAGES/gnome-main-menu.mo -share/locale/fr/LC_MESSAGES/gnome-main-menu.mo -share/locale/gl/LC_MESSAGES/gnome-main-menu.mo -share/locale/gu/LC_MESSAGES/gnome-main-menu.mo -share/locale/he/LC_MESSAGES/gnome-main-menu.mo -share/locale/hi/LC_MESSAGES/gnome-main-menu.mo -share/locale/hr/LC_MESSAGES/gnome-main-menu.mo -share/locale/hu/LC_MESSAGES/gnome-main-menu.mo -share/locale/id/LC_MESSAGES/gnome-main-menu.mo -share/locale/it/LC_MESSAGES/gnome-main-menu.mo -share/locale/ja/LC_MESSAGES/gnome-main-menu.mo -share/locale/ka/LC_MESSAGES/gnome-main-menu.mo -share/locale/km/LC_MESSAGES/gnome-main-menu.mo -share/locale/ko/LC_MESSAGES/gnome-main-menu.mo -share/locale/lo/LC_MESSAGES/gnome-main-menu.mo -share/locale/lt/LC_MESSAGES/gnome-main-menu.mo -share/locale/lv/LC_MESSAGES/gnome-main-menu.mo -share/locale/mk/LC_MESSAGES/gnome-main-menu.mo -share/locale/mr/LC_MESSAGES/gnome-main-menu.mo -share/locale/nb/LC_MESSAGES/gnome-main-menu.mo -share/locale/nl/LC_MESSAGES/gnome-main-menu.mo -share/locale/oc/LC_MESSAGES/gnome-main-menu.mo -share/locale/pa/LC_MESSAGES/gnome-main-menu.mo -share/locale/pl/LC_MESSAGES/gnome-main-menu.mo -share/locale/ps/LC_MESSAGES/gnome-main-menu.mo -share/locale/pt/LC_MESSAGES/gnome-main-menu.mo -share/locale/pt_BR/LC_MESSAGES/gnome-main-menu.mo -share/locale/ro/LC_MESSAGES/gnome-main-menu.mo -share/locale/ru/LC_MESSAGES/gnome-main-menu.mo -share/locale/sk/LC_MESSAGES/gnome-main-menu.mo -share/locale/sl/LC_MESSAGES/gnome-main-menu.mo -share/locale/sr/LC_MESSAGES/gnome-main-menu.mo -share/locale/sv/LC_MESSAGES/gnome-main-menu.mo -share/locale/ta/LC_MESSAGES/gnome-main-menu.mo -share/locale/th/LC_MESSAGES/gnome-main-menu.mo -share/locale/tr/LC_MESSAGES/gnome-main-menu.mo -share/locale/uk/LC_MESSAGES/gnome-main-menu.mo -share/locale/vi/LC_MESSAGES/gnome-main-menu.mo -share/locale/wa/LC_MESSAGES/gnome-main-menu.mo -share/locale/xh/LC_MESSAGES/gnome-main-menu.mo -share/locale/zh_CN/LC_MESSAGES/gnome-main-menu.mo -share/locale/zh_TW/LC_MESSAGES/gnome-main-menu.mo -share/locale/zu/LC_MESSAGES/gnome-main-menu.mo -@dirrm %%DATADIR%% -@dirrm include/slab -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/en_IGID/LC_MESSAGES -@dirrmtry share/locale/en_IGID -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/editors/Makefile b/editors/Makefile index fe91994f5071..eb6d247e6994 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -201,7 +201,6 @@ SUBDIR += manedit SUBDIR += mg SUBDIR += mined - SUBDIR += mlview SUBDIR += morla SUBDIR += mousepad SUBDIR += mp diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile deleted file mode 100644 index 45436d21f1b0..000000000000 --- a/editors/mlview/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Simon Barner <barner@gmx.de> -# $FreeBSD$ - -PORTNAME= mlview -PORTVERSION= 0.8 -PORTREVISION= 15 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tree oriented XML editor for Gnome - -USE_AUTOTOOLS= autoconf -USES= libtool pathfix gmake iconv pkgconfig tar:bzip2 -USE_GNOME= eel2 gnomeprefix gtksourceview libgnomeui -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0 libgnomeui-2.0` -LIBS+= -L${LOCALBASE}/lib `pkg-config --libs gnome-vfs-2.0 libgnomeui-2.0` ${ICONV_LIB} - -GCONF_SCHEMAS= mlview.schemas - -OPTIONS_DEFINE= DBUS - -DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus -DBUS_CONFIGURE_ENABLE= dbus - -.include <bsd.port.mk> diff --git a/editors/mlview/distinfo b/editors/mlview/distinfo deleted file mode 100644 index 7e2f6e45a18a..000000000000 --- a/editors/mlview/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/mlview-0.8.tar.bz2) = 5e27abcac30b00136470abb6eb7c2551b4ae1920267e796ab5131e9a41b1ee51 -SIZE (gnome2/mlview-0.8.tar.bz2) = 728600 diff --git a/editors/mlview/files/patch-configure.in b/editors/mlview/files/patch-configure.in deleted file mode 100644 index 46ba9f2cfc85..000000000000 --- a/editors/mlview/files/patch-configure.in +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.in.orig 2005-07-03 17:17:49.000000000 +0000 -+++ configure.in 2008-08-04 13:30:02.000000000 +0000 -@@ -69,6 +69,5 @@ - --MLVIEW_EXE=$prefix/bin/mlv -+MLVIEW_EXE=$prefix/bin/mlview - AC_SUBST(MLVIEW_VERSION_NUMBER) - AC_SUBST(MLVIEW_VERSION) --AC_SUBST(AC_PACKAGE_VERSION) - AC_SUBST(LIBMLVIEW_VERSION_NUMBER) -@@ -76,3 +75,2 @@ - AC_SUBST(LIBMLVIEW_VERSION) --AC_SUBST(AC_PACKAGE_VERSION) - AC_SUBST(MLVIEW_EXE) diff --git a/editors/mlview/files/patch-desktop.in b/editors/mlview/files/patch-desktop.in deleted file mode 100644 index 4dfbe32c7e1d..000000000000 --- a/editors/mlview/files/patch-desktop.in +++ /dev/null @@ -1,19 +0,0 @@ ---- mlview.desktop.in.orig Sat Jun 25 14:57:05 2005 -+++ mlview.desktop.in Sat Jul 23 13:02:57 2005 -@@ -1,13 +1,13 @@ - [Desktop Entry] --Version=0.9.4 -+Version=0.8.0 - Encoding=UTF-8 - Type=Application - Name=MlView XML Editor - GenericName=MlView Generic XML Editor - Categories=Application;Development; - Comment=A generic simple XML editor for GNOME --Icon=mlview-app-icon.xpm --TryExec=mlv -+Icon=mlview-app-icon.xpm -+TryExec=mlview - Exec=@MLVIEW_EXE@ %F - Terminal=false - diff --git a/editors/mlview/files/patch-src_mlview-app-context.c b/editors/mlview/files/patch-src_mlview-app-context.c deleted file mode 100644 index 3265da17e1e7..000000000000 --- a/editors/mlview/files/patch-src_mlview-app-context.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/mlview-app-context.c.orig Tue Jan 11 09:37:44 2005 -+++ src/mlview-app-context.c Tue Jan 11 09:38:02 2005 -@@ -1348,13 +1348,14 @@ - mlview_app_context_get_file_chooser (MlViewAppContext *a_this, - const gchar *a_title, MlViewFileChooserMode a_mode) - { -+ GtkWidget * parent_window = NULL ; -+ - g_return_val_if_fail (a_this - && MLVIEW_IS_APP_CONTEXT (a_this) - && PRIVATE (a_this), - NULL) ; - - /*if (!PRIVATE (a_this)->file_chooser) {*/ -- GtkWidget * parent_window = NULL ; - - parent_window = mlview_app_context_get_element (a_this, - "MlViewMainWindow") ; diff --git a/editors/mlview/files/patch-src_mlview-editor-dbc.c b/editors/mlview/files/patch-src_mlview-editor-dbc.c deleted file mode 100644 index c95ef6817262..000000000000 --- a/editors/mlview/files/patch-src_mlview-editor-dbc.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-editor-dbc.c.orig Mon Sep 5 12:55:40 2005 -+++ src/mlview-editor-dbc.c Mon Sep 5 12:56:44 2005 -@@ -168,13 +168,16 @@ - 0, - (GInstanceInitFunc)mlview_editor_dbc_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewEditorDBC", -- &type_info, 0) ; -+ - static const GInterfaceInfo idbc_info = { - (GInterfaceInitFunc) mlview_editor_dbc_idbc_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewEditorDBC", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBC, - &idbc_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-editor-dbo.c b/editors/mlview/files/patch-src_mlview-editor-dbo.c deleted file mode 100644 index 853d30d25823..000000000000 --- a/editors/mlview/files/patch-src_mlview-editor-dbo.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-editor-dbo.c.orig Mon Sep 5 12:50:28 2005 -+++ src/mlview-editor-dbo.c Mon Sep 5 12:51:41 2005 -@@ -303,14 +303,16 @@ - 0, - (GInstanceInitFunc) mlview_editor_dbo_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewEditorDBO", -- &type_info, 0) ; - - static const GInterfaceInfo idbo_info = { - (GInterfaceInitFunc) mlview_editor_dbo_idbo_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewEditorDBO", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBO, - &idbo_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-ping-dbc.c b/editors/mlview/files/patch-src_mlview-ping-dbc.c deleted file mode 100644 index 8d5b65506dd8..000000000000 --- a/editors/mlview/files/patch-src_mlview-ping-dbc.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-ping-dbc.c.orig Mon Sep 5 12:57:39 2005 -+++ src/mlview-ping-dbc.c Mon Sep 5 12:58:35 2005 -@@ -166,14 +166,16 @@ - 0, - (GInstanceInitFunc) mlview_ping_dbc_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewPingDBC", -- &type_info, 0) ; - - static const GInterfaceInfo idbc_info = { - (GInterfaceInitFunc) mlview_ping_dbc_idbc_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewPingDBC", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBC, - &idbc_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-ping-dbo.c b/editors/mlview/files/patch-src_mlview-ping-dbo.c deleted file mode 100644 index 72dd45a7cce3..000000000000 --- a/editors/mlview/files/patch-src_mlview-ping-dbo.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/mlview-ping-dbo.c.orig Mon Sep 5 12:52:49 2005 -+++ src/mlview-ping-dbo.c Mon Sep 5 12:53:50 2005 -@@ -362,13 +362,16 @@ - 0, - (GInstanceInitFunc) mlview_ping_dbo_init - } ; -- type = g_type_register_static (G_TYPE_OBJECT, -- "MlViewPingDBO", -- &type_info, 0) ; -+ - static const GInterfaceInfo idbo_info = { - (GInterfaceInitFunc) mlview_ping_dbo_idbo_init, - NULL, NULL - } ; -+ -+ type = g_type_register_static (G_TYPE_OBJECT, -+ "MlViewPingDBO", -+ &type_info, 0) ; -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IDBO, - &idbo_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-service.c b/editors/mlview/files/patch-src_mlview-service.c deleted file mode 100644 index c9bdba8f25cb..000000000000 --- a/editors/mlview/files/patch-src_mlview-service.c +++ /dev/null @@ -1,39 +0,0 @@ ---- src/mlview-service.c.orig Sat Jul 23 12:10:16 2005 -+++ src/mlview-service.c Sat Jul 23 12:23:14 2005 -@@ -282,23 +282,23 @@ - service_name = g_strdup_printf ("%s.%s", - PRIVATE (a_this)->name, - tab) ; -- service_result = dbus_bus_acquire_service -+ service_result = dbus_bus_request_name - (dbus_connection, - service_name, 0, &dbus_error) ; - - switch (service_result) { -- case DBUS_SERVICE_REPLY_PRIMARY_OWNER: -+ case DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER: - /*we started the service, OK*/ - mlview_utils_trace_debug - ("Service name: %s registered\n", - service_name) ; - status = register_dbus_objects (a_this) ; - break ; -- case DBUS_SERVICE_REPLY_ALREADY_OWNER: -+ case DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER: - /*we were already started as service. OK still*/ - status = MLVIEW_OK ; - break ; -- case DBUS_SERVICE_REPLY_SERVICE_EXISTS: -+ case DBUS_REQUEST_NAME_REPLY_EXISTS: - /* - * an other process has been registered under - * with the same service name. So we can't be registered -@@ -312,7 +312,7 @@ - "moment") ; - } - goto try_service_name ; -- case DBUS_SERVICE_REPLY_IN_QUEUE: -+ case DBUS_REQUEST_NAME_REPLY_IN_QUEUE: - /* - * our request is queued. (bus overcrowded ?) KO - */ diff --git a/editors/mlview/files/patch-src_mlview-source-view.c b/editors/mlview/files/patch-src_mlview-source-view.c deleted file mode 100644 index 82cc65126a01..000000000000 --- a/editors/mlview/files/patch-src_mlview-source-view.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mlview-source-view.c.orig Mon Sep 5 12:24:55 2005 -+++ src/mlview-source-view.c Mon Sep 5 12:25:47 2005 -@@ -1321,15 +1321,17 @@ - (GInstanceInitFunc) - mlview_source_view_init - } ; -- type = g_type_register_static -- (MLVIEW_TYPE_VIEW_ADAPTER, -- "MlViewSourceView", &type_info, 0); - - static const GInterfaceInfo iview_info = { - (GInterfaceInitFunc) mlview_source_view_iview_init, - NULL, - NULL - } ; -+ -+ type = g_type_register_static -+ (MLVIEW_TYPE_VIEW_ADAPTER, -+ "MlViewSourceView", &type_info, 0); -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IVIEW, - &iview_info) ; - } diff --git a/editors/mlview/files/patch-src_mlview-tree-view.c b/editors/mlview/files/patch-src_mlview-tree-view.c deleted file mode 100644 index d3811f82cb76..000000000000 --- a/editors/mlview/files/patch-src_mlview-tree-view.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mlview-tree-view.c.orig Mon Sep 5 12:22:34 2005 -+++ src/mlview-tree-view.c Mon Sep 5 12:24:10 2005 -@@ -2628,15 +2628,17 @@ - (GInstanceInitFunc) - mlview_tree_view_init - }; -- type = g_type_register_static -- (MLVIEW_TYPE_VIEW_ADAPTER, -- "MlViewTreeView", &type_info, 0); - - static const GInterfaceInfo iview_info = { - (GInterfaceInitFunc) mlview_tree_view_iview_init, - NULL, - NULL - } ; -+ -+ type = g_type_register_static -+ (MLVIEW_TYPE_VIEW_ADAPTER, -+ "MlViewTreeView", &type_info, 0); -+ - g_type_add_interface_static (type, MLVIEW_TYPE_IVIEW, &iview_info) ; - } - return type; diff --git a/editors/mlview/files/patch-src_mlview-view-adapter.c b/editors/mlview/files/patch-src_mlview-view-adapter.c deleted file mode 100644 index 4dac738f4bd7..000000000000 --- a/editors/mlview/files/patch-src_mlview-view-adapter.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mlview-view-adapter.c.orig Mon Sep 5 12:19:12 2005 -+++ src/mlview-view-adapter.c Mon Sep 5 12:21:26 2005 -@@ -865,14 +865,17 @@ - (GInstanceInitFunc) - mlview_view_adapter_init - }; -- type_id = g_type_register_static (GTK_TYPE_VBOX, -- "MlViewViewAdapter", -- &type_info, 0); -+ - static const GInterfaceInfo iview_info = { - (GInterfaceInitFunc) mlview_view_adapter_iview_init, - NULL, - NULL - } ; -+ -+ type_id = g_type_register_static (GTK_TYPE_VBOX, -+ "MlViewViewAdapter", -+ &type_info, 0); -+ - g_type_add_interface_static (type_id, MLVIEW_TYPE_IVIEW, - &iview_info) ; - } diff --git a/editors/mlview/pkg-descr b/editors/mlview/pkg-descr deleted file mode 100644 index d570c2d48609..000000000000 --- a/editors/mlview/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A tree oriented xml editor for gnome. It is an attempt to ease editing -xml documents with or without validation by focusing on their tree view. - -WWW: http://www.freespiders.org/projects/gmlview/ diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist deleted file mode 100644 index 4375c9135aad..000000000000 --- a/editors/mlview/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/mlview -bin/mlviewctl -lib/libmlview.a -lib/libmlview.so -lib/libmlview.so.8 -lib/libmlview.so.8.0.0 -lib/libmlviewdbusclient.a -lib/libmlviewdbusclient.so -lib/libmlviewdbusclient.so.8 -lib/libmlviewdbusclient.so.8.0.0 -share/applications/mlview.desktop -share/application-registry/mlview.applications -share/mime-info/mlview.keys -share/mlview/main-menu-bar.xml -share/mlview/main-toolbar.xml -share/mlview/mlview-css-picker.glade -share/mlview/mlview-dtd-schema.png -share/mlview/mlview-dtd-choice-dtd-not-resolved.glade -share/mlview/mlview-dtd-choice.glade -share/mlview/mlview-main-app-win.glade -share/mlview/mlview-main-app-win2.glade -share/mlview/mlview-new-document.glade -share/mlview/mlview-node-editor.glade -share/mlview/mlview-preferences.glade -share/mlview/mlview-rng-schema.png -share/mlview/mlview-schemas-window.glade -share/mlview/mlview-search-box.glade -share/mlview/mlview-search-node.glade -share/mlview/mlview-uri-dialog.glade -share/mlview/mlview-validation-report.glade -share/mlview/mlview-xsd-schema.png -share/mlview/source-view-edit-menu.xml -share/mlview/tree-view-edit-menu.xml -share/mlview/xml-comment-node.png -share/mlview/xml-element-node-open.png -share/mlview/xml-element-node.png -share/mlview/xml-entity-ref-node.png -share/mlview/xml-pi-node.png -share/mlview/xml-root-open.png -share/mlview/xml-root.png -share/mlview/xml-text-node.png -share/pixmaps/mlview-app-icon.png -share/pixmaps/mlview-app-icon.xpm -share/locale/az/LC_MESSAGES/mlview.mo -share/locale/ca/LC_MESSAGES/mlview.mo -share/locale/cs/LC_MESSAGES/mlview.mo -share/locale/de/LC_MESSAGES/mlview.mo -share/locale/en_CA/LC_MESSAGES/mlview.mo -share/locale/en_GB/LC_MESSAGES/mlview.mo -share/locale/es/LC_MESSAGES/mlview.mo -share/locale/fr/LC_MESSAGES/mlview.mo -share/locale/hr/LC_MESSAGES/mlview.mo -share/locale/ja/LC_MESSAGES/mlview.mo -share/locale/ml/LC_MESSAGES/mlview.mo -share/locale/ms/LC_MESSAGES/mlview.mo -share/locale/nl/LC_MESSAGES/mlview.mo -share/locale/no/LC_MESSAGES/mlview.mo -share/locale/pl/LC_MESSAGES/mlview.mo -share/locale/pt/LC_MESSAGES/mlview.mo -share/locale/pt_BR/LC_MESSAGES/mlview.mo -share/locale/ru/LC_MESSAGES/mlview.mo -share/locale/sr/LC_MESSAGES/mlview.mo -share/locale/sr@Latn/LC_MESSAGES/mlview.mo -share/locale/sv/LC_MESSAGES/mlview.mo -@dirrm share/mlview diff --git a/textproc/Makefile b/textproc/Makefile index 6fe0daccb6b6..02decc8d0467 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -190,7 +190,6 @@ SUBDIR += gmetadom SUBDIR += gnome-doc-utils SUBDIR += gnome-spell - SUBDIR += gnome-translate SUBDIR += gnugrep SUBDIR += go-text SUBDIR += go.text diff --git a/textproc/gnome-translate/Makefile b/textproc/gnome-translate/Makefile deleted file mode 100644 index 1cb33fbb9871..000000000000 --- a/textproc/gnome-translate/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> -# $FreeBSD$ - -PORTNAME= gnome-translate -PORTVERSION= 0.99 -PORTREVISION= 16 -CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= libtranslate - -MAINTAINER= ports@FreeBSD.org -COMMENT= Natural language translator - -LIB_DEPENDS= libtranslate.so:${PORTSDIR}/textproc/libtranslate - -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -GCONF_SCHEMAS= gnome-translate.schemas -USES= pathfix pkgconfig gmake -USE_GNOME= gnomeprefix eel2 intlhack libgnomeui -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -Wl,-export-dynamic - -OPTIONS_DEFINE= LANGUAGE_DETECTION -LANGUAGE_DETECTION_DESC= language detection -OPTIONS_DEFAULT= LANGUAGE_DETECTION - -LANGUAGE_DETECTION_CONFIGURE_ENABLE= language-detection -LANGUAGE_DETECTION_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell - -.include <bsd.port.mk> diff --git a/textproc/gnome-translate/distinfo b/textproc/gnome-translate/distinfo deleted file mode 100644 index c5f4ac880554..000000000000 --- a/textproc/gnome-translate/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome-translate-0.99.tar.gz) = 2ae1f8e16777c28c5a9c902e0a16de724bf08ebace0a425a0c15e686e4cfaac2 -SIZE (gnome-translate-0.99.tar.gz) = 298179 diff --git a/textproc/gnome-translate/files/patch-src_gt-app.c b/textproc/gnome-translate/files/patch-src_gt-app.c deleted file mode 100644 index e58db910bec5..000000000000 --- a/textproc/gnome-translate/files/patch-src_gt-app.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gt-app.c.orig Fri Jan 28 13:31:53 2005 -+++ src/gt-app.c Mon May 1 19:58:44 2006 -@@ -1168,8 +1168,7 @@ - GTK_MESSAGE_WARNING, - GTK_BUTTONS_YES_NO, - _("Overwrite file?"), -- secondary, -- NULL); -+ secondary); - g_free(secondary); - - gtk_dialog_set_default_response(GTK_DIALOG(confirmation_dialog), GTK_RESPONSE_NO); /* safe default */ diff --git a/textproc/gnome-translate/files/patch-src_gt-util.c b/textproc/gnome-translate/files/patch-src_gt-util.c deleted file mode 100644 index 018bc25af631..000000000000 --- a/textproc/gnome-translate/files/patch-src_gt-util.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gt-util.c.orig Mon May 1 20:00:48 2006 -+++ src/gt-util.c Mon May 1 20:01:35 2006 -@@ -53,8 +53,7 @@ - GTK_MESSAGE_ERROR, - GTK_BUTTONS_OK, - primary, -- secondary, -- NULL); -+ secondary); - - if (blocking) - { diff --git a/textproc/gnome-translate/pkg-descr b/textproc/gnome-translate/pkg-descr deleted file mode 100644 index 9d691a14c4ae..000000000000 --- a/textproc/gnome-translate/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNOME Translate is a natural language translator. It can translate a -text or web page between several natural languages, and it can -automatically detect the source language as you type. - -WWW: http://www.nongnu.org/libtranslate/ diff --git a/textproc/gnome-translate/pkg-plist b/textproc/gnome-translate/pkg-plist deleted file mode 100644 index 5e3696bf6994..000000000000 --- a/textproc/gnome-translate/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/gnome-translate -share/applications/gnome-translate.desktop -share/gnome-translate/ui/app.glade -share/gnome-translate/ui/edit-toolbars.glade -share/gnome-translate/ui/hand-open.png -share/gnome-translate/ui/logo.png -share/gnome-translate/ui/menus.xml -share/gnome-translate/ui/preferences.glade -share/gnome-translate/ui/toolbars.xml -share/gnome-translate/ui/translate-web-page.glade -share/gnome/help/gnome-translate/C/documentation-license.xml -share/gnome/help/gnome-translate/C/figures/main-window.png -share/gnome/help/gnome-translate/C/gnome-translate.xml -share/gnome/help/gnome-translate/C/software-license.xml -share/omf/gnome-translate/gnome-translate-C.omf -share/pixmaps/gnome-translate.png -share/icons/hicolor/16x16/apps/gnome-translate-web-page.png -share/icons/hicolor/16x16/apps/gnome-translate.png -share/icons/hicolor/24x24/apps/gnome-translate-web-page.png -share/icons/hicolor/24x24/apps/gnome-translate.png -share/icons/hicolor/32x32/apps/gnome-translate-swap-panes.png -share/icons/hicolor/32x32/apps/gnome-translate-web-page.png -share/icons/hicolor/32x32/apps/gnome-translate.png -share/icons/hicolor/48x48/apps/gnome-translate-web-page.png -share/icons/hicolor/48x48/apps/gnome-translate.png -share/locale/fr/LC_MESSAGES/gnome-translate.mo -@dirrm share/gnome-translate/ui -@dirrm share/gnome-translate -@dirrm share/gnome/help/gnome-translate/C/figures -@dirrm share/gnome/help/gnome-translate/C -@dirrm share/gnome/help/gnome-translate -@dirrm share/omf/gnome-translate diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index b357594c6e3c..5cd546f55f27 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -10,7 +10,6 @@ SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils - SUBDIR += eel SUBDIR += elementary SUBDIR += flowcanvas SUBDIR += fltk diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile deleted file mode 100644 index f45eb5120a00..000000000000 --- a/x11-toolkits/eel/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Ade Lovett <ade@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/x11-toolkits/eel/Makefile,v 1.90 2010/09/28 09:15:49 kwm Exp $ - -PORTNAME= eel -PORTVERSION= 2.26.0 -PORTREVISION= 9 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generally useful classes and extensions to GNOME - -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_XORG= xrender -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomedesktop intlhack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-static -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo deleted file mode 100644 index 2613b6e0160b..000000000000 --- a/x11-toolkits/eel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/eel-2.26.0.tar.bz2) = 11ad07d8d371f9165fab6cc5462f59cd253f9cc835d77a54330fecafe9c0a555 -SIZE (gnome2/eel-2.26.0.tar.bz2) = 596217 diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in deleted file mode 100644 index f58c574eb5fc..000000000000 --- a/x11-toolkits/eel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jan 16 12:53:35 2006 -+++ Makefile.in Mon Jan 16 12:54:04 2006 -@@ -239,7 +239,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - NULL = --SUBDIRS = eel test po -+SUBDIRS = eel po - EXTRA_DIST = \ - COPYING.LIB \ - HACKING \ diff --git a/x11-toolkits/eel/files/patch-eel_Makefile.in b/x11-toolkits/eel/files/patch-eel_Makefile.in deleted file mode 100644 index ec753e19eab4..000000000000 --- a/x11-toolkits/eel/files/patch-eel_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- eel/Makefile.in.orig 2010-09-28 11:12:01.000000000 +0000 -+++ eel/Makefile.in 2010-09-28 11:12:37.000000000 +0000 -@@ -290,9 +290,6 @@ - -DDATADIR=\""$(datadir)"\" \ - -DSOURCE_DATADIR=\""$(top_srcdir)/data"\" \ - -DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ -- -DG_DISABLE_DEPRECATED \ -- -DGDK_DISABLE_DEPRECATED \ -- -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DGMENU_I_KNOW_THIS_IS_UNSTABLE \ - $(NULL) - diff --git a/x11-toolkits/eel/files/patch-eel_eel-background.c b/x11-toolkits/eel/files/patch-eel_eel-background.c deleted file mode 100644 index c7a21e7b8ad8..000000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-background.c +++ /dev/null @@ -1,29 +0,0 @@ ---- eel/eel-background.c.orig 2009-03-02 11:21:55.000000000 -0500 -+++ eel/eel-background.c 2010-01-24 01:08:43.000000000 -0500 -@@ -368,7 +368,7 @@ eel_background_ensure_realized (EelBackg - - set_image_properties (background); - -- background->details->background_changes_with_size = gnome_bg_changes_with_size (background->details->bg); -+ background->details->background_changes_with_size = gnome_bg_has_multiple_sizes (background->details->bg); - background->details->background_pixmap = gnome_bg_create_pixmap (background->details->bg, - window, - entire_width, entire_height, -@@ -747,7 +747,7 @@ eel_background_set_up_widget (EelBackgro - } - - background->details->background_changes_with_size = -- gnome_bg_changes_with_size (background->details->bg); -+ gnome_bg_has_multiple_sizes (background->details->bg); - - if (background->details->is_desktop && !in_fade) { - set_root_pixmap (background, window); -@@ -1000,7 +1000,7 @@ eel_get_widget_background (GtkWidget *wi - gboolean - eel_background_is_dark (EelBackground *background) - { -- return gnome_bg_is_dark (background->details->bg); -+ return gnome_bg_is_dark (background->details->bg, background->details->background_entire_width, background->details->background_entire_height); - } - - /* handle dropped colors */ diff --git a/x11-toolkits/eel/files/patch-eel_eel-editable-label.c b/x11-toolkits/eel/files/patch-eel_eel-editable-label.c deleted file mode 100644 index 042628e4b6f9..000000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-editable-label.c +++ /dev/null @@ -1,13 +0,0 @@ ---- eel/eel-editable-label.c.orig Mon Mar 21 06:20:09 2005 -+++ eel/eel-editable-label.c Mon Mar 21 06:20:12 2005 -@@ -3998,7 +3998,10 @@ - static gboolean - eel_editable_label_accessible_idle_notify_insert (gpointer data) - { -+ GDK_THREADS_ENTER (); - eel_editable_label_accessible_notify_insert (data); -+ GDK_THREADS_LEAVE (); -+ - return FALSE; - } - diff --git a/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c b/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c deleted file mode 100644 index 4a0ce9c74ecc..000000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c +++ /dev/null @@ -1,20 +0,0 @@ ---- eel/eel-stock-dialogs.c.orig 2008-10-07 11:34:27.000000000 +0200 -+++ eel/eel-stock-dialogs.c 2009-02-22 16:33:40.000000000 +0100 -@@ -96,6 +96,8 @@ timed_wait_delayed_close_timeout_callbac - { - guint handler_id; - -+ GDK_THREADS_ENTER (); -+ - handler_id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (callback_data), - "eel-stock-dialogs/delayed_close_handler_timeout_id")); - -@@ -105,6 +107,8 @@ timed_wait_delayed_close_timeout_callbac - - gtk_object_destroy (GTK_OBJECT (callback_data)); - -+ GDK_THREADS_LEAVE (); -+ - return FALSE; - } - diff --git a/x11-toolkits/eel/pkg-descr b/x11-toolkits/eel/pkg-descr deleted file mode 100644 index 4b91eb9d0da3..000000000000 --- a/x11-toolkits/eel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The eel library contains a number of useful classes and functions which -extend glib, gtk, gnome-libs, and other widely-used GNOME platform libraries. - -Almost all of the eel library was previously part of Nautilus, but is now -a separate package so it can be used by other applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist deleted file mode 100644 index db693a80b84c..000000000000 --- a/x11-toolkits/eel/pkg-plist +++ /dev/null @@ -1,158 +0,0 @@ -include/eel-2/eel/eel-accessibility.h -include/eel-2/eel/eel-alert-dialog.h -include/eel-2/eel/eel-art-extensions.h -include/eel-2/eel/eel-art-gtk-extensions.h -include/eel-2/eel/eel-background-box.h -include/eel-2/eel/eel-background.h -include/eel-2/eel/eel-canvas-rect-ellipse.h -include/eel-2/eel/eel-canvas-util.h -include/eel-2/eel/eel-canvas.h -include/eel-2/eel/eel-debug-drawing.h -include/eel-2/eel/eel-debug.h -include/eel-2/eel/eel-editable-label.h -include/eel-2/eel/eel-enumeration.h -include/eel-2/eel/eel-features.h -include/eel-2/eel/eel-gconf-extensions.h -include/eel-2/eel/eel-gdk-extensions.h -include/eel-2/eel/eel-gdk-pixbuf-extensions.h -include/eel-2/eel/eel-glib-extensions.h -include/eel-2/eel/eel-gnome-extensions.h -include/eel-2/eel/eel-graphic-effects.h -include/eel-2/eel/eel-gtk-container.h -include/eel-2/eel/eel-gtk-extensions.h -include/eel-2/eel/eel-gtk-macros.h -include/eel-2/eel/eel-i18n.h -include/eel-2/eel/eel-image-table.h -include/eel-2/eel/eel-labeled-image.h -include/eel-2/eel/eel-marshal.h -include/eel-2/eel/eel-pango-extensions.h -include/eel-2/eel/eel-preferences.h -include/eel-2/eel/eel-self-checks.h -include/eel-2/eel/eel-stock-dialogs.h -include/eel-2/eel/eel-string.h -include/eel-2/eel/eel-type-builtins.h -include/eel-2/eel/eel-types.h -include/eel-2/eel/eel-vfs-extensions.h -include/eel-2/eel/eel-wrap-table.h -include/eel-2/eel/eel-xml-extensions.h -include/eel-2/eel/eel.h -lib/libeel-2.a -lib/libeel-2.la -lib/libeel-2.so -lib/libeel-2.so.2 -lib/libeel-2.so.2.26.0 -libdata/pkgconfig/eel-2.0.pc -share/locale/am/LC_MESSAGES/eel-2.0.mo -share/locale/ang/LC_MESSAGES/eel-2.0.mo -share/locale/ar/LC_MESSAGES/eel-2.0.mo -share/locale/as/LC_MESSAGES/eel-2.0.mo -share/locale/az/LC_MESSAGES/eel-2.0.mo -share/locale/be/LC_MESSAGES/eel-2.0.mo -share/locale/bg/LC_MESSAGES/eel-2.0.mo -share/locale/bn/LC_MESSAGES/eel-2.0.mo -share/locale/bn_IN/LC_MESSAGES/eel-2.0.mo -share/locale/br/LC_MESSAGES/eel-2.0.mo -share/locale/bs/LC_MESSAGES/eel-2.0.mo -share/locale/ca/LC_MESSAGES/eel-2.0.mo -share/locale/cs/LC_MESSAGES/eel-2.0.mo -share/locale/cy/LC_MESSAGES/eel-2.0.mo -share/locale/da/LC_MESSAGES/eel-2.0.mo -share/locale/de/LC_MESSAGES/eel-2.0.mo -share/locale/dz/LC_MESSAGES/eel-2.0.mo -share/locale/el/LC_MESSAGES/eel-2.0.mo -share/locale/en_CA/LC_MESSAGES/eel-2.0.mo -share/locale/en_GB/LC_MESSAGES/eel-2.0.mo -share/locale/es/LC_MESSAGES/eel-2.0.mo -share/locale/et/LC_MESSAGES/eel-2.0.mo -share/locale/eu/LC_MESSAGES/eel-2.0.mo -share/locale/fa/LC_MESSAGES/eel-2.0.mo -share/locale/fi/LC_MESSAGES/eel-2.0.mo -share/locale/fr/LC_MESSAGES/eel-2.0.mo -share/locale/ga/LC_MESSAGES/eel-2.0.mo -share/locale/gl/LC_MESSAGES/eel-2.0.mo -share/locale/gu/LC_MESSAGES/eel-2.0.mo -share/locale/he/LC_MESSAGES/eel-2.0.mo -share/locale/hi/LC_MESSAGES/eel-2.0.mo -share/locale/hr/LC_MESSAGES/eel-2.0.mo -share/locale/hu/LC_MESSAGES/eel-2.0.mo -share/locale/id/LC_MESSAGES/eel-2.0.mo -share/locale/is/LC_MESSAGES/eel-2.0.mo -share/locale/it/LC_MESSAGES/eel-2.0.mo -share/locale/ja/LC_MESSAGES/eel-2.0.mo -share/locale/ka/LC_MESSAGES/eel-2.0.mo -share/locale/kn/LC_MESSAGES/eel-2.0.mo -share/locale/ko/LC_MESSAGES/eel-2.0.mo -share/locale/ku/LC_MESSAGES/eel-2.0.mo -share/locale/ky/LC_MESSAGES/eel-2.0.mo -share/locale/li/LC_MESSAGES/eel-2.0.mo -share/locale/lt/LC_MESSAGES/eel-2.0.mo -share/locale/lv/LC_MESSAGES/eel-2.0.mo -share/locale/mk/LC_MESSAGES/eel-2.0.mo -share/locale/ml/LC_MESSAGES/eel-2.0.mo -share/locale/mn/LC_MESSAGES/eel-2.0.mo -share/locale/mr/LC_MESSAGES/eel-2.0.mo -share/locale/ms/LC_MESSAGES/eel-2.0.mo -share/locale/nb/LC_MESSAGES/eel-2.0.mo -share/locale/ne/LC_MESSAGES/eel-2.0.mo -share/locale/nl/LC_MESSAGES/eel-2.0.mo -share/locale/nn/LC_MESSAGES/eel-2.0.mo -share/locale/oc/LC_MESSAGES/eel-2.0.mo -share/locale/or/LC_MESSAGES/eel-2.0.mo -share/locale/pa/LC_MESSAGES/eel-2.0.mo -share/locale/pl/LC_MESSAGES/eel-2.0.mo -share/locale/ps/LC_MESSAGES/eel-2.0.mo -share/locale/pt/LC_MESSAGES/eel-2.0.mo -share/locale/pt_BR/LC_MESSAGES/eel-2.0.mo -share/locale/ro/LC_MESSAGES/eel-2.0.mo -share/locale/ru/LC_MESSAGES/eel-2.0.mo -share/locale/rw/LC_MESSAGES/eel-2.0.mo -share/locale/si/LC_MESSAGES/eel-2.0.mo -share/locale/sk/LC_MESSAGES/eel-2.0.mo -share/locale/sl/LC_MESSAGES/eel-2.0.mo -share/locale/sq/LC_MESSAGES/eel-2.0.mo -share/locale/sr/LC_MESSAGES/eel-2.0.mo -share/locale/sr@latin/LC_MESSAGES/eel-2.0.mo -share/locale/sv/LC_MESSAGES/eel-2.0.mo -share/locale/ta/LC_MESSAGES/eel-2.0.mo -share/locale/th/LC_MESSAGES/eel-2.0.mo -share/locale/tr/LC_MESSAGES/eel-2.0.mo -share/locale/ug/LC_MESSAGES/eel-2.0.mo -share/locale/uk/LC_MESSAGES/eel-2.0.mo -share/locale/vi/LC_MESSAGES/eel-2.0.mo -share/locale/wa/LC_MESSAGES/eel-2.0.mo -share/locale/xh/LC_MESSAGES/eel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/eel-2.0.mo -share/locale/zh_HK/LC_MESSAGES/eel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo -@dirrm include/eel-2/eel -@dirrm include/eel-2 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang |