summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:24:39 +0800
commit58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch)
tree3d921b9d8836f0a4c0ba361d4581a70d202545ad /editors
parentf33c5fb61cfe4c8856817db7f2c84041a862250b (diff)
downloadmarcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst
marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit-plugins/Makefile61
-rw-r--r--editors/gedit-plugins/distinfo3
-rw-r--r--editors/gedit-plugins/pkg-descr1
-rw-r--r--editors/gedit-plugins/pkg-plist135
-rw-r--r--editors/gedit/Makefile66
-rw-r--r--editors/gedit/distinfo3
-rw-r--r--editors/gedit/pkg-descr11
-rw-r--r--editors/gedit/pkg-plist625
-rw-r--r--editors/mlview/Makefile46
-rw-r--r--editors/mlview/distinfo3
-rw-r--r--editors/mlview/files/patch-configure.in14
-rw-r--r--editors/mlview/files/patch-desktop.in19
-rw-r--r--editors/mlview/files/patch-src_mlview-app-context.c18
-rw-r--r--editors/mlview/files/patch-src_mlview-editor-dbc.c22
-rw-r--r--editors/mlview/files/patch-src_mlview-editor-dbo.c22
-rw-r--r--editors/mlview/files/patch-src_mlview-ping-dbc.c22
-rw-r--r--editors/mlview/files/patch-src_mlview-ping-dbo.c22
-rw-r--r--editors/mlview/files/patch-src_mlview-service.c39
-rw-r--r--editors/mlview/files/patch-src_mlview-source-view.c23
-rw-r--r--editors/mlview/files/patch-src_mlview-tree-view.c23
-rw-r--r--editors/mlview/files/patch-src_mlview-view-adapter.c23
-rw-r--r--editors/mlview/pkg-descr4
-rw-r--r--editors/mlview/pkg-plist66
23 files changed, 0 insertions, 1271 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
deleted file mode 100644
index 1f2d47d0f..000000000
--- a/editors/gedit-plugins/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# New ports collection makefile for: gedit-plugins
-# Date created: 19 September 2003
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/editors/gedit-plugins/Makefile,v 1.35 2009/02/24 20:07:48 kwm Exp $
-#
-
-PORTNAME= gedit-plugins
-PORTVERSION= 2.26.0
-CATEGORIES= editors gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Plugins for GEdit 2
-
-BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit \
- gucharmap:${PORTSDIR}/deskutils/gucharmap
-RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \
- gucharmap:${PORTSDIR}/deskutils/gucharmap
-
-USE_LDCONFIG= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomehack gnomeprefix intlhack gnomevfs2
-WANT_GNOME= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas
-
-OPTIONS= PYTHON "Build plugins that depend on python" off
-
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" || defined(WITH_PYTHON)
-USE_PYTHON= yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygtksourceview
-BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte
-CONFIGURE_ARGS+=--enable-python
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+=--disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's| \\t\\r\\n\\f|[:space:]|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo
deleted file mode 100644
index 89472e658..000000000
--- a/editors/gedit-plugins/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gedit-plugins-2.26.0.tar.bz2) = 9549182efbc98f7601b281fd217061ec
-SHA256 (gnome2/gedit-plugins-2.26.0.tar.bz2) = 548c1570195118d31eaf1ef96ddf39e80e5e29621540e4e6863b8ed1285a4d80
-SIZE (gnome2/gedit-plugins-2.26.0.tar.bz2) = 546291
diff --git a/editors/gedit-plugins/pkg-descr b/editors/gedit-plugins/pkg-descr
deleted file mode 100644
index f4eabb23d..000000000
--- a/editors/gedit-plugins/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Various additional plug-ins for GEdit 2.
diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist
deleted file mode 100644
index fac2fa52f..000000000
--- a/editors/gedit-plugins/pkg-plist
+++ /dev/null
@@ -1,135 +0,0 @@
-lib/gedit-2/plugins/bookmarks.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.py
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyc
-%%PYTHON%%lib/gedit-2/plugins/bracketcompletion.pyo
-lib/gedit-2/plugins/charmap.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/codecomment.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/codecomment.py
-%%PYTHON%%lib/gedit-2/plugins/codecomment.pyc
-%%PYTHON%%lib/gedit-2/plugins/codecomment.pyo
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.py
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyc
-%%PYTHON%%lib/gedit-2/plugins/colorpicker.pyo
-lib/gedit-2/plugins/drawspaces.gedit-plugin
-lib/gedit-2/plugins/gpdefs.py
-lib/gedit-2/plugins/gpdefs.pyc
-lib/gedit-2/plugins/gpdefs.pyo
-%%PYTHON%%lib/gedit-2/plugins/joinlines.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/joinlines.py
-%%PYTHON%%lib/gedit-2/plugins/joinlines.pyc
-%%PYTHON%%lib/gedit-2/plugins/joinlines.pyo
-lib/gedit-2/plugins/libbookmarks.a
-lib/gedit-2/plugins/libbookmarks.la
-lib/gedit-2/plugins/libbookmarks.so
-lib/gedit-2/plugins/libcharmap.a
-lib/gedit-2/plugins/libcharmap.la
-lib/gedit-2/plugins/libcharmap.so
-lib/gedit-2/plugins/libdrawspaces.a
-lib/gedit-2/plugins/libdrawspaces.la
-lib/gedit-2/plugins/libdrawspaces.so
-lib/gedit-2/plugins/libshowtabbar.a
-lib/gedit-2/plugins/libshowtabbar.la
-lib/gedit-2/plugins/libshowtabbar.so
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.py
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyc
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/dialogs.pyo
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.py
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyc
-%%PYTHON%%lib/gedit-2/plugins/sessionsaver/store.pyo
-lib/gedit-2/plugins/showtabbar.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.py
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyc
-%%PYTHON%%lib/gedit-2/plugins/smartspaces.pyo
-%%PYTHON%%lib/gedit-2/plugins/terminal.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/terminal.py
-%%PYTHON%%lib/gedit-2/plugins/terminal.pyc
-%%PYTHON%%lib/gedit-2/plugins/terminal.pyo
-share/gedit-2/plugins/bookmarks/bookmark.png
-share/gedit-2/plugins/drawspaces/drawspaces.ui
-%%PYTHON%%share/gedit-2/plugins/sessionsaver/sessionsaver.ui
-share/locale/ar/LC_MESSAGES/gedit-plugins.mo
-share/locale/az/LC_MESSAGES/gedit-plugins.mo
-share/locale/be/LC_MESSAGES/gedit-plugins.mo
-share/locale/be@latin/LC_MESSAGES/gedit-plugins.mo
-share/locale/bg/LC_MESSAGES/gedit-plugins.mo
-share/locale/ca/LC_MESSAGES/gedit-plugins.mo
-share/locale/cs/LC_MESSAGES/gedit-plugins.mo
-share/locale/da/LC_MESSAGES/gedit-plugins.mo
-share/locale/de/LC_MESSAGES/gedit-plugins.mo
-share/locale/dz/LC_MESSAGES/gedit-plugins.mo
-share/locale/el/LC_MESSAGES/gedit-plugins.mo
-share/locale/en_CA/LC_MESSAGES/gedit-plugins.mo
-share/locale/en_GB/LC_MESSAGES/gedit-plugins.mo
-share/locale/es/LC_MESSAGES/gedit-plugins.mo
-share/locale/et/LC_MESSAGES/gedit-plugins.mo
-share/locale/eu/LC_MESSAGES/gedit-plugins.mo
-share/locale/fi/LC_MESSAGES/gedit-plugins.mo
-share/locale/fr/LC_MESSAGES/gedit-plugins.mo
-share/locale/ga/LC_MESSAGES/gedit-plugins.mo
-share/locale/gl/LC_MESSAGES/gedit-plugins.mo
-share/locale/gu/LC_MESSAGES/gedit-plugins.mo
-share/locale/he/LC_MESSAGES/gedit-plugins.mo
-share/locale/hi/LC_MESSAGES/gedit-plugins.mo
-share/locale/hr/LC_MESSAGES/gedit-plugins.mo
-share/locale/hu/LC_MESSAGES/gedit-plugins.mo
-share/locale/it/LC_MESSAGES/gedit-plugins.mo
-share/locale/ja/LC_MESSAGES/gedit-plugins.mo
-share/locale/kn/LC_MESSAGES/gedit-plugins.mo
-share/locale/ko/LC_MESSAGES/gedit-plugins.mo
-share/locale/lt/LC_MESSAGES/gedit-plugins.mo
-share/locale/lv/LC_MESSAGES/gedit-plugins.mo
-share/locale/mk/LC_MESSAGES/gedit-plugins.mo
-share/locale/ml/LC_MESSAGES/gedit-plugins.mo
-share/locale/mn/LC_MESSAGES/gedit-plugins.mo
-share/locale/ms/LC_MESSAGES/gedit-plugins.mo
-share/locale/nb/LC_MESSAGES/gedit-plugins.mo
-share/locale/ne/LC_MESSAGES/gedit-plugins.mo
-share/locale/nl/LC_MESSAGES/gedit-plugins.mo
-share/locale/nn/LC_MESSAGES/gedit-plugins.mo
-share/locale/oc/LC_MESSAGES/gedit-plugins.mo
-share/locale/or/LC_MESSAGES/gedit-plugins.mo
-share/locale/pa/LC_MESSAGES/gedit-plugins.mo
-share/locale/pl/LC_MESSAGES/gedit-plugins.mo
-share/locale/pt/LC_MESSAGES/gedit-plugins.mo
-share/locale/pt_BR/LC_MESSAGES/gedit-plugins.mo
-share/locale/ro/LC_MESSAGES/gedit-plugins.mo
-share/locale/ru/LC_MESSAGES/gedit-plugins.mo
-share/locale/rw/LC_MESSAGES/gedit-plugins.mo
-share/locale/sk/LC_MESSAGES/gedit-plugins.mo
-share/locale/sl/LC_MESSAGES/gedit-plugins.mo
-share/locale/sq/LC_MESSAGES/gedit-plugins.mo
-share/locale/sr/LC_MESSAGES/gedit-plugins.mo
-share/locale/sr@Latn/LC_MESSAGES/gedit-plugins.mo
-share/locale/sv/LC_MESSAGES/gedit-plugins.mo
-share/locale/ta/LC_MESSAGES/gedit-plugins.mo
-share/locale/th/LC_MESSAGES/gedit-plugins.mo
-share/locale/tr/LC_MESSAGES/gedit-plugins.mo
-share/locale/uk/LC_MESSAGES/gedit-plugins.mo
-share/locale/vi/LC_MESSAGES/gedit-plugins.mo
-share/locale/wa/LC_MESSAGES/gedit-plugins.mo
-share/locale/zh_CN/LC_MESSAGES/gedit-plugins.mo
-share/locale/zh_HK/LC_MESSAGES/gedit-plugins.mo
-share/locale/zh_TW/LC_MESSAGES/gedit-plugins.mo
-%%PYTHON%%@dirrm lib/gedit-2/plugins/sessionsaver
-@dirrm share/gedit-2/plugins/sessionsaver
-@dirrm share/gedit-2/plugins/drawspaces
-@dirrm share/gedit-2/plugins/bookmarks
-@dirrm share/gedit-2/plugins
-@dirrm share/gedit-2
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
deleted file mode 100644
index 07b76758f..000000000
--- a/editors/gedit/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# New ports collection makefile for: gedit2
-# Date created: 14 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/editors/gedit/Makefile,v 1.96 2009/03/15 06:13:05 marcus Exp $
-#
-
-PORTNAME= gedit
-PORTVERSION= 2.26.0
-CATEGORIES= editors gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A small but powerful text editor for GNOME 2 Desktop Environment
-
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-
-USE_XORG= sm
-USE_BZIP2= yes
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-USE_LDCONFIG= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \
- desktopfileutils gnomedocutils ltasneededhack
-WANT_GNOME= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="2.20"
-
-MAN1= gedit.1
-GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas
-
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mpygtksourceview}!=""
-USE_PYTHON= yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygtksourceview
-CONFIGURE_ARGS+=--enable-python
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+=--disable-python
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-#pre-build:
-# ${MKDIR} ${WRKSRC}/bindings/python/.deps
-#.for ff in gedit_la-gedit.Plo gedit_la-geditcommands.Plo gedit_la-geditutils.Plo
-# ${TOUCH} ${WRKSRC}/bindings/python/.deps/${ff}
-#.endfor
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo
deleted file mode 100644
index 14b1f2704..000000000
--- a/editors/gedit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gedit-2.26.0.tar.bz2) = 577b30e6f17f6dce0af7be3e522d6058
-SHA256 (gnome2/gedit-2.26.0.tar.bz2) = c1fde28ba54e2b6b9457b7a21e40f88989428838d2ef6e9fbd496955442d3552
-SIZE (gnome2/gedit-2.26.0.tar.bz2) = 4198506
diff --git a/editors/gedit/pkg-descr b/editors/gedit/pkg-descr
deleted file mode 100644
index 29135d79f..000000000
--- a/editors/gedit/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-gEdit is a Gtk+-2 text editor. Its features include:
-
- * Complete integration with the GNOME Environment, including GnomeMDI
- * Global Search and Replace
- * Dynamically loaded fonts
- * Splitscreen Mode
- * Printing support
- * Configurable Plugins system
- * Unlimited Undo/Redo
-
-WWW: http://www.gnome.org/projects/gedit/
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist
deleted file mode 100644
index 156f54593..000000000
--- a/editors/gedit/pkg-plist
+++ /dev/null
@@ -1,625 +0,0 @@
-bin/gedit
-bin/gnome-text-editor
-include/gedit-%%VERSION%%/gedit/gedit-app.h
-include/gedit-%%VERSION%%/gedit/gedit-convert.h
-include/gedit-%%VERSION%%/gedit/gedit-debug.h
-include/gedit-%%VERSION%%/gedit/gedit-document.h
-include/gedit-%%VERSION%%/gedit/gedit-encodings-option-menu.h
-include/gedit-%%VERSION%%/gedit/gedit-encodings.h
-include/gedit-%%VERSION%%/gedit/gedit-file-chooser-dialog.h
-include/gedit-%%VERSION%%/gedit/gedit-help.h
-include/gedit-%%VERSION%%/gedit/gedit-message-area.h
-include/gedit-%%VERSION%%/gedit/gedit-message-bus.h
-include/gedit-%%VERSION%%/gedit/gedit-message-type.h
-include/gedit-%%VERSION%%/gedit/gedit-message.h
-include/gedit-%%VERSION%%/gedit/gedit-metadata-manager.h
-include/gedit-%%VERSION%%/gedit/gedit-notebook.h
-include/gedit-%%VERSION%%/gedit/gedit-panel.h
-include/gedit-%%VERSION%%/gedit/gedit-plugin-loader.h
-include/gedit-%%VERSION%%/gedit/gedit-plugin.h
-include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h
-include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h
-include/gedit-%%VERSION%%/gedit/gedit-progress-message-area.h
-include/gedit-%%VERSION%%/gedit/gedit-statusbar.h
-include/gedit-%%VERSION%%/gedit/gedit-status-combo-box.h
-include/gedit-%%VERSION%%/gedit/gedit-tab.h
-include/gedit-%%VERSION%%/gedit/gedit-utils.h
-include/gedit-%%VERSION%%/gedit/gedit-view.h
-include/gedit-%%VERSION%%/gedit/gedit-window.h
-lib/gedit-2/plugin-loaders/libcloader.a
-lib/gedit-2/plugin-loaders/libcloader.la
-lib/gedit-2/plugin-loaders/libcloader.so
-%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.a
-%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.la
-%%PYTHON%%lib/gedit-2/plugin-loaders/libpythonloader.so
-lib/gedit-2/plugins/changecase.gedit-plugin
-lib/gedit-2/plugins/docinfo.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/externaltools.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/ElementTree.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/capture.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/functions.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/library.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/library.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/manager.pyo
-%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.py
-%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyc
-%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.pyo
-lib/gedit-2/plugins/filebrowser.gedit-plugin
-lib/gedit-2/plugins/indent.gedit-plugin
-lib/gedit-2/plugins/libchangecase.a
-lib/gedit-2/plugins/libchangecase.la
-lib/gedit-2/plugins/libchangecase.so
-lib/gedit-2/plugins/libdocinfo.a
-lib/gedit-2/plugins/libdocinfo.la
-lib/gedit-2/plugins/libdocinfo.so
-lib/gedit-2/plugins/libfilebrowser.a
-lib/gedit-2/plugins/libfilebrowser.la
-lib/gedit-2/plugins/libfilebrowser.so
-lib/gedit-2/plugins/libindent.a
-lib/gedit-2/plugins/libindent.la
-lib/gedit-2/plugins/libindent.so
-lib/gedit-2/plugins/libmodelines.a
-lib/gedit-2/plugins/libmodelines.la
-lib/gedit-2/plugins/libmodelines.so
-lib/gedit-2/plugins/libsample.a
-lib/gedit-2/plugins/libsample.la
-lib/gedit-2/plugins/libsample.so
-lib/gedit-2/plugins/libsort.a
-lib/gedit-2/plugins/libsort.la
-lib/gedit-2/plugins/libsort.so
-lib/gedit-2/plugins/libspell.a
-lib/gedit-2/plugins/libspell.la
-lib/gedit-2/plugins/libspell.so
-lib/gedit-2/plugins/libtaglist.a
-lib/gedit-2/plugins/libtaglist.la
-lib/gedit-2/plugins/libtaglist.so
-lib/gedit-2/plugins/libtime.a
-lib/gedit-2/plugins/libtime.la
-lib/gedit-2/plugins/libtime.so
-lib/gedit-2/plugins/modelines.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/__init__.pyo
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/config.pyo
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.py
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyc
-%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo
-lib/gedit-2/plugins/sample.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/snippets.gedit-plugin
-%%PYTHON%%lib/gedit-2/plugins/snippets/Document.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Document.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/ElementTree.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Exporter.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Helper.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Importer.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Library.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Library.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Manager.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Parser.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Placeholder.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/Snippet.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SnippetComplete.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/SubstitutionParser.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/WindowHelper.pyo
-%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.py
-%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyc
-%%PYTHON%%lib/gedit-2/plugins/snippets/__init__.pyo
-lib/gedit-2/plugins/sort.gedit-plugin
-lib/gedit-2/plugins/spell.gedit-plugin
-lib/gedit-2/plugins/taglist.gedit-plugin
-lib/gedit-2/plugins/time.gedit-plugin
-libdata/pkgconfig/gedit-%%VERSION%%.pc
-libexec/gedit-2/gedit-bugreport.sh
-share/applications/gedit.desktop
-%%DOCSDIR%%/GeditApp.html
-%%DOCSDIR%%/GeditDocument.html
-%%DOCSDIR%%/GeditEncodingsOptionMenu.html
-%%DOCSDIR%%/GeditFileChooserDialog.html
-%%DOCSDIR%%/GeditMessage.html
-%%DOCSDIR%%/GeditMessageArea.html
-%%DOCSDIR%%/GeditMessageBus.html
-%%DOCSDIR%%/GeditNotebook.html
-%%DOCSDIR%%/GeditPanel.html
-%%DOCSDIR%%/GeditPlugin.html
-%%DOCSDIR%%/GeditProgressMessageArea.html
-%%DOCSDIR%%/GeditStatusbar.html
-%%DOCSDIR%%/GeditTab.html
-%%DOCSDIR%%/GeditView.html
-%%DOCSDIR%%/GeditWindow.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/gedit-GeditMessageType.html
-%%DOCSDIR%%/gedit-GeditPrintJob.html
-%%DOCSDIR%%/gedit-GeditPrintJobPreview.html
-%%DOCSDIR%%/gedit-gedit-convert.html
-%%DOCSDIR%%/gedit-gedit-debug.html
-%%DOCSDIR%%/gedit-gedit-encodings.html
-%%DOCSDIR%%/gedit-gedit-help.html
-%%DOCSDIR%%/gedit-gedit-metadata-manager.html
-%%DOCSDIR%%/gedit-gedit-prefs-manager-app.html
-%%DOCSDIR%%/gedit-gedit-prefs-manager.html
-%%DOCSDIR%%/gedit-gedit-utils.html
-%%DOCSDIR%%/gedit.devhelp
-%%DOCSDIR%%/gedit.devhelp2
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-share/gedit-2/icons/gedit-plugin.png
-share/gedit-2/logo/gedit-logo.png
-@exec mkdir -p %D/share/gedit-2/plugins/changecase
-share/gedit-2/plugins/docinfo/docinfo.ui
-%%PYTHON%%share/gedit-2/plugins/externaltools/ui/tools.ui
-%%PYTHON%%share/gedit-2/plugins/externaltools/ui/outputpanel.ui
-share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml
-@exec mkdir -p %D/share/gedit-2/plugins/indent
-share/gedit-2/plugins/modelines/language-mappings
-%%PYTHON%%share/gedit-2/plugins/pythonconsole/ui/config.ui
-@exec mkdir -p %D/share/gedit-2/plugins/sample
-%%PYTHON%%share/gedit-2/plugins/snippets/c.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/chdr.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/cpp.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/css.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/docbook.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/global.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/haskell.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/html.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/idl.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/java.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/javascript.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/lang/snippets.lang
-%%PYTHON%%share/gedit-2/plugins/snippets/latex.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/perl.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/php.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/python.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/ruby.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/sh.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/snippets.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/tcl.xml
-%%PYTHON%%share/gedit-2/plugins/snippets/ui/snippets.ui
-%%PYTHON%%share/gedit-2/plugins/snippets/xml.xml
-share/gedit-2/plugins/sort/sort.ui
-share/gedit-2/plugins/spell/languages-dialog.ui
-share/gedit-2/plugins/spell/spell-checker.ui
-share/gedit-2/plugins/taglist/HTML.tags.gz
-share/gedit-2/plugins/taglist/Latex.tags.gz
-share/gedit-2/plugins/taglist/XSLT.tags.gz
-share/gedit-2/plugins/taglist/XUL.tags.gz
-share/gedit-2/plugins/time/time.ui
-%%PYTHON%%share/gedit-2/plugins/tools/build
-%%PYTHON%%share/gedit-2/plugins/tools/open-terminal-here
-%%PYTHON%%share/gedit-2/plugins/tools/remove-trailing-spaces
-%%PYTHON%%share/gedit-2/plugins/tools/run-command
-share/gedit-2/ui/gedit-encodings-dialog.ui
-share/gedit-2/ui/gedit-open-location-dialog.ui
-share/gedit-2/ui/gedit-preferences-dialog.ui
-share/gedit-2/ui/gedit-print-preferences.ui
-share/gedit-2/ui/gedit-search-dialog.ui
-share/gedit-2/ui/gedit-ui.xml
-share/gnome/help/gedit/C/figures/gedit_format_bold.png
-share/gnome/help/gedit/C/figures/gedit_format_italic.png
-share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/C/figures/gedit_format_underline.png
-share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/C/figures/gedit_window.png
-share/gnome/help/gedit/C/gedit.xml
-share/gnome/help/gedit/C/legal.xml
-share/gnome/help/gedit/bg/figures/gedit_format_bold.png
-share/gnome/help/gedit/bg/figures/gedit_format_italic.png
-share/gnome/help/gedit/bg/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/bg/figures/gedit_format_underline.png
-share/gnome/help/gedit/bg/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/bg/figures/gedit_window.png
-share/gnome/help/gedit/bg/gedit.xml
-share/gnome/help/gedit/bg/legal.xml
-share/gnome/help/gedit/da/figures/gedit_format_bold.png
-share/gnome/help/gedit/da/figures/gedit_format_italic.png
-share/gnome/help/gedit/da/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/da/figures/gedit_format_underline.png
-share/gnome/help/gedit/da/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/da/figures/gedit_window.png
-share/gnome/help/gedit/da/gedit.xml
-share/gnome/help/gedit/da/legal.xml
-share/gnome/help/gedit/de/figures/gedit_format_bold.png
-share/gnome/help/gedit/de/figures/gedit_format_italic.png
-share/gnome/help/gedit/de/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/de/figures/gedit_format_underline.png
-share/gnome/help/gedit/de/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/de/figures/gedit_window.png
-share/gnome/help/gedit/de/gedit.xml
-share/gnome/help/gedit/de/legal.xml
-share/gnome/help/gedit/es/figures/gedit_format_bold.png
-share/gnome/help/gedit/es/figures/gedit_format_italic.png
-share/gnome/help/gedit/es/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/es/figures/gedit_format_underline.png
-share/gnome/help/gedit/es/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/es/figures/gedit_window.png
-share/gnome/help/gedit/es/gedit.xml
-share/gnome/help/gedit/es/legal.xml
-share/gnome/help/gedit/fi/figures/gedit_format_bold.png
-share/gnome/help/gedit/fi/figures/gedit_format_italic.png
-share/gnome/help/gedit/fi/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/fi/figures/gedit_format_underline.png
-share/gnome/help/gedit/fi/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/fi/figures/gedit_window.png
-share/gnome/help/gedit/fi/gedit.xml
-share/gnome/help/gedit/fi/legal.xml
-share/gnome/help/gedit/fr/figures/gedit_format_bold.png
-share/gnome/help/gedit/fr/figures/gedit_format_italic.png
-share/gnome/help/gedit/fr/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/fr/figures/gedit_format_underline.png
-share/gnome/help/gedit/fr/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/fr/figures/gedit_window.png
-share/gnome/help/gedit/fr/gedit.xml
-share/gnome/help/gedit/fr/legal.xml
-share/gnome/help/gedit/hu/figures/gedit_format_bold.png
-share/gnome/help/gedit/hu/figures/gedit_format_italic.png
-share/gnome/help/gedit/hu/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/hu/figures/gedit_format_underline.png
-share/gnome/help/gedit/hu/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/hu/figures/gedit_window.png
-share/gnome/help/gedit/hu/gedit.xml
-share/gnome/help/gedit/hu/legal.xml
-share/gnome/help/gedit/it/figures/gedit_format_bold.png
-share/gnome/help/gedit/it/figures/gedit_format_italic.png
-share/gnome/help/gedit/it/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/it/figures/gedit_format_underline.png
-share/gnome/help/gedit/it/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/it/figures/gedit_window.png
-share/gnome/help/gedit/it/gedit.xml
-share/gnome/help/gedit/it/legal.xml
-share/gnome/help/gedit/ja/figures/gedit_format_bold.png
-share/gnome/help/gedit/ja/figures/gedit_format_italic.png
-share/gnome/help/gedit/ja/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ja/figures/gedit_format_underline.png
-share/gnome/help/gedit/ja/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ja/figures/gedit_window.png
-share/gnome/help/gedit/ja/gedit.xml
-share/gnome/help/gedit/ja/legal.xml
-share/gnome/help/gedit/ko/figures/gedit_format_bold.png
-share/gnome/help/gedit/ko/figures/gedit_format_italic.png
-share/gnome/help/gedit/ko/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ko/figures/gedit_format_underline.png
-share/gnome/help/gedit/ko/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ko/figures/gedit_window.png
-share/gnome/help/gedit/ko/gedit.xml
-share/gnome/help/gedit/ko/legal.xml
-share/gnome/help/gedit/oc/figures/gedit_format_bold.png
-share/gnome/help/gedit/oc/figures/gedit_format_italic.png
-share/gnome/help/gedit/oc/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/oc/figures/gedit_format_underline.png
-share/gnome/help/gedit/oc/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/oc/figures/gedit_window.png
-share/gnome/help/gedit/oc/gedit.xml
-share/gnome/help/gedit/oc/legal.xml
-share/gnome/help/gedit/pt_BR/figures/gedit_format_bold.png
-share/gnome/help/gedit/pt_BR/figures/gedit_format_italic.png
-share/gnome/help/gedit/pt_BR/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/pt_BR/figures/gedit_format_underline.png
-share/gnome/help/gedit/pt_BR/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/pt_BR/figures/gedit_window.png
-share/gnome/help/gedit/pt_BR/gedit.xml
-share/gnome/help/gedit/pt_BR/legal.xml
-share/gnome/help/gedit/ru/figures/gedit_format_bold.png
-share/gnome/help/gedit/ru/figures/gedit_format_italic.png
-share/gnome/help/gedit/ru/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/ru/figures/gedit_format_underline.png
-share/gnome/help/gedit/ru/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/ru/figures/gedit_window.png
-share/gnome/help/gedit/ru/gedit.xml
-share/gnome/help/gedit/ru/legal.xml
-share/gnome/help/gedit/sv/figures/gedit_format_bold.png
-share/gnome/help/gedit/sv/figures/gedit_format_italic.png
-share/gnome/help/gedit/sv/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/sv/figures/gedit_format_underline.png
-share/gnome/help/gedit/sv/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/sv/figures/gedit_window.png
-share/gnome/help/gedit/sv/gedit.xml
-share/gnome/help/gedit/sv/legal.xml
-share/gnome/help/gedit/th/figures/gedit_format_bold.png
-share/gnome/help/gedit/th/figures/gedit_format_italic.png
-share/gnome/help/gedit/th/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/th/figures/gedit_format_underline.png
-share/gnome/help/gedit/th/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/th/figures/gedit_window.png
-share/gnome/help/gedit/th/gedit.xml
-share/gnome/help/gedit/th/legal.xml
-share/gnome/help/gedit/uk/figures/gedit_format_bold.png
-share/gnome/help/gedit/uk/figures/gedit_format_italic.png
-share/gnome/help/gedit/uk/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/uk/figures/gedit_format_underline.png
-share/gnome/help/gedit/uk/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/uk/figures/gedit_window.png
-share/gnome/help/gedit/uk/gedit.xml
-share/gnome/help/gedit/uk/legal.xml
-share/gnome/help/gedit/zh_CN/figures/gedit_format_bold.png
-share/gnome/help/gedit/zh_CN/figures/gedit_format_italic.png
-share/gnome/help/gedit/zh_CN/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/zh_CN/figures/gedit_format_underline.png
-share/gnome/help/gedit/zh_CN/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/zh_CN/figures/gedit_window.png
-share/gnome/help/gedit/zh_CN/gedit.xml
-share/gnome/help/gedit/zh_CN/legal.xml
-share/gnome/help/gedit/zh_HK/figures/gedit_format_bold.png
-share/gnome/help/gedit/zh_HK/figures/gedit_format_italic.png
-share/gnome/help/gedit/zh_HK/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/zh_HK/figures/gedit_format_underline.png
-share/gnome/help/gedit/zh_HK/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/zh_HK/figures/gedit_window.png
-share/gnome/help/gedit/zh_HK/gedit.xml
-share/gnome/help/gedit/zh_HK/legal.xml
-share/gnome/help/gedit/zh_TW/figures/gedit_format_bold.png
-share/gnome/help/gedit/zh_TW/figures/gedit_format_italic.png
-share/gnome/help/gedit/zh_TW/figures/gedit_format_strikethrough.png
-share/gnome/help/gedit/zh_TW/figures/gedit_format_underline.png
-share/gnome/help/gedit/zh_TW/figures/gedit_recent_files_menu_icon.png
-share/gnome/help/gedit/zh_TW/figures/gedit_window.png
-share/gnome/help/gedit/zh_TW/gedit.xml
-share/gnome/help/gedit/zh_TW/legal.xml
-share/locale/af/LC_MESSAGES/gedit.mo
-share/locale/am/LC_MESSAGES/gedit.mo
-share/locale/ar/LC_MESSAGES/gedit.mo
-share/locale/as/LC_MESSAGES/gedit.mo
-share/locale/ast/LC_MESSAGES/gedit.mo
-share/locale/az/LC_MESSAGES/gedit.mo
-share/locale/be/LC_MESSAGES/gedit.mo
-share/locale/be@latin/LC_MESSAGES/gedit.mo
-share/locale/bg/LC_MESSAGES/gedit.mo
-share/locale/bn/LC_MESSAGES/gedit.mo
-share/locale/bn_IN/LC_MESSAGES/gedit.mo
-share/locale/br/LC_MESSAGES/gedit.mo
-share/locale/bs/LC_MESSAGES/gedit.mo
-share/locale/ca/LC_MESSAGES/gedit.mo
-share/locale/cs/LC_MESSAGES/gedit.mo
-share/locale/cy/LC_MESSAGES/gedit.mo
-share/locale/da/LC_MESSAGES/gedit.mo
-share/locale/de/LC_MESSAGES/gedit.mo
-share/locale/dz/LC_MESSAGES/gedit.mo
-share/locale/el/LC_MESSAGES/gedit.mo
-share/locale/en_CA/LC_MESSAGES/gedit.mo
-share/locale/en_GB/LC_MESSAGES/gedit.mo
-share/locale/es/LC_MESSAGES/gedit.mo
-share/locale/et/LC_MESSAGES/gedit.mo
-share/locale/eu/LC_MESSAGES/gedit.mo
-share/locale/fa/LC_MESSAGES/gedit.mo
-share/locale/fi/LC_MESSAGES/gedit.mo
-share/locale/fr/LC_MESSAGES/gedit.mo
-share/locale/ga/LC_MESSAGES/gedit.mo
-share/locale/gl/LC_MESSAGES/gedit.mo
-share/locale/gu/LC_MESSAGES/gedit.mo
-share/locale/he/LC_MESSAGES/gedit.mo
-share/locale/hi/LC_MESSAGES/gedit.mo
-share/locale/hr/LC_MESSAGES/gedit.mo
-share/locale/hu/LC_MESSAGES/gedit.mo
-share/locale/hy/LC_MESSAGES/gedit.mo
-share/locale/id/LC_MESSAGES/gedit.mo
-share/locale/is/LC_MESSAGES/gedit.mo
-share/locale/it/LC_MESSAGES/gedit.mo
-share/locale/ja/LC_MESSAGES/gedit.mo
-share/locale/ka/LC_MESSAGES/gedit.mo
-share/locale/kn/LC_MESSAGES/gedit.mo
-share/locale/ko/LC_MESSAGES/gedit.mo
-share/locale/ku/LC_MESSAGES/gedit.mo
-share/locale/la/LC_MESSAGES/gedit.mo
-share/locale/lt/LC_MESSAGES/gedit.mo
-share/locale/lv/LC_MESSAGES/gedit.mo
-share/locale/mai/LC_MESSAGES/gedit.mo
-share/locale/mg/LC_MESSAGES/gedit.mo
-share/locale/mi/LC_MESSAGES/gedit.mo
-share/locale/mk/LC_MESSAGES/gedit.mo
-share/locale/ml/LC_MESSAGES/gedit.mo
-share/locale/mn/LC_MESSAGES/gedit.mo
-share/locale/mr/LC_MESSAGES/gedit.mo
-share/locale/ms/LC_MESSAGES/gedit.mo
-share/locale/nb/LC_MESSAGES/gedit.mo
-share/locale/ne/LC_MESSAGES/gedit.mo
-share/locale/nl/LC_MESSAGES/gedit.mo
-share/locale/nn/LC_MESSAGES/gedit.mo
-share/locale/oc/LC_MESSAGES/gedit.mo
-share/locale/or/LC_MESSAGES/gedit.mo
-share/locale/pa/LC_MESSAGES/gedit.mo
-share/locale/pl/LC_MESSAGES/gedit.mo
-share/locale/ps/LC_MESSAGES/gedit.mo
-share/locale/pt/LC_MESSAGES/gedit.mo
-share/locale/pt_BR/LC_MESSAGES/gedit.mo
-share/locale/ro/LC_MESSAGES/gedit.mo
-share/locale/ru/LC_MESSAGES/gedit.mo
-share/locale/rw/LC_MESSAGES/gedit.mo
-share/locale/si/LC_MESSAGES/gedit.mo
-share/locale/sk/LC_MESSAGES/gedit.mo
-share/locale/sl/LC_MESSAGES/gedit.mo
-share/locale/sq/LC_MESSAGES/gedit.mo
-share/locale/sr/LC_MESSAGES/gedit.mo
-share/locale/sr@latin/LC_MESSAGES/gedit.mo
-share/locale/sv/LC_MESSAGES/gedit.mo
-share/locale/ta/LC_MESSAGES/gedit.mo
-share/locale/te/LC_MESSAGES/gedit.mo
-share/locale/th/LC_MESSAGES/gedit.mo
-share/locale/tk/LC_MESSAGES/gedit.mo
-share/locale/tr/LC_MESSAGES/gedit.mo
-share/locale/uk/LC_MESSAGES/gedit.mo
-share/locale/vi/LC_MESSAGES/gedit.mo
-share/locale/wa/LC_MESSAGES/gedit.mo
-share/locale/xh/LC_MESSAGES/gedit.mo
-share/locale/zh_CN/LC_MESSAGES/gedit.mo
-share/locale/zh_HK/LC_MESSAGES/gedit.mo
-share/locale/zh_TW/LC_MESSAGES/gedit.mo
-share/omf/gedit/gedit-C.omf
-share/omf/gedit/gedit-bg.omf
-share/omf/gedit/gedit-da.omf
-share/omf/gedit/gedit-de.omf
-share/omf/gedit/gedit-es.omf
-share/omf/gedit/gedit-fi.omf
-share/omf/gedit/gedit-fr.omf
-share/omf/gedit/gedit-hu.omf
-share/omf/gedit/gedit-it.omf
-share/omf/gedit/gedit-ja.omf
-share/omf/gedit/gedit-ko.omf
-share/omf/gedit/gedit-oc.omf
-share/omf/gedit/gedit-pt_BR.omf
-share/omf/gedit/gedit-ru.omf
-share/omf/gedit/gedit-sv.omf
-share/omf/gedit/gedit-th.omf
-share/omf/gedit/gedit-uk.omf
-share/omf/gedit/gedit-zh_CN.omf
-share/omf/gedit/gedit-zh_HK.omf
-share/omf/gedit/gedit-zh_TW.omf
-@dirrm share/omf/gedit
-@dirrm share/gnome/help/gedit/zh_TW/figures
-@dirrm share/gnome/help/gedit/zh_TW
-@dirrm share/gnome/help/gedit/zh_HK/figures
-@dirrm share/gnome/help/gedit/zh_HK
-@dirrm share/gnome/help/gedit/zh_CN/figures
-@dirrm share/gnome/help/gedit/zh_CN
-@dirrm share/gnome/help/gedit/uk/figures
-@dirrm share/gnome/help/gedit/uk
-@dirrm share/gnome/help/gedit/th/figures
-@dirrm share/gnome/help/gedit/th
-@dirrm share/gnome/help/gedit/sv/figures
-@dirrm share/gnome/help/gedit/sv
-@dirrm share/gnome/help/gedit/ru/figures
-@dirrm share/gnome/help/gedit/ru
-@dirrm share/gnome/help/gedit/pt_BR/figures
-@dirrm share/gnome/help/gedit/pt_BR
-@dirrm share/gnome/help/gedit/oc/figures
-@dirrm share/gnome/help/gedit/oc
-@dirrm share/gnome/help/gedit/ko/figures
-@dirrm share/gnome/help/gedit/ko
-@dirrm share/gnome/help/gedit/ja/figures
-@dirrm share/gnome/help/gedit/ja
-@dirrm share/gnome/help/gedit/it/figures
-@dirrm share/gnome/help/gedit/it
-@dirrm share/gnome/help/gedit/hu/figures
-@dirrm share/gnome/help/gedit/hu
-@dirrm share/gnome/help/gedit/fr/figures
-@dirrm share/gnome/help/gedit/fr
-@dirrm share/gnome/help/gedit/fi/figures
-@dirrm share/gnome/help/gedit/fi
-@dirrm share/gnome/help/gedit/es/figures
-@dirrm share/gnome/help/gedit/es
-@dirrm share/gnome/help/gedit/de/figures
-@dirrm share/gnome/help/gedit/de
-@dirrm share/gnome/help/gedit/da/figures
-@dirrm share/gnome/help/gedit/da
-@dirrm share/gnome/help/gedit/bg/figures
-@dirrm share/gnome/help/gedit/bg
-@dirrm share/gnome/help/gedit/C/figures
-@dirrm share/gnome/help/gedit/C
-@dirrm share/gnome/help/gedit
-@dirrm share/gedit-2/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/tools
-@dirrm share/gedit-2/plugins/time
-@dirrm share/gedit-2/plugins/taglist
-@dirrm share/gedit-2/plugins/spell
-@dirrm share/gedit-2/plugins/sort
-%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang
-%%PYTHON%%@dirrm share/gedit-2/plugins/snippets
-@dirrm share/gedit-2/plugins/sample
-%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/pythonconsole
-@dirrm share/gedit-2/plugins/modelines
-@dirrm share/gedit-2/plugins/indent
-@dirrm share/gedit-2/plugins/filebrowser
-%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools/ui
-%%PYTHON%%@dirrm share/gedit-2/plugins/externaltools
-@dirrm share/gedit-2/plugins/docinfo
-@dirrm share/gedit-2/plugins/changecase
-@dirrm share/gedit-2/plugins
-@dirrm share/gedit-2/logo
-@dirrm share/gedit-2/icons
-@dirrm share/gedit-2
-@dirrm %%DOCSDIR%%
-@dirrmtry share/applications
-@dirrmtry libexec/gedit-2
-%%PYTHON%%@dirrm lib/gedit-2/plugins/snippets
-%%PYTHON%%@dirrm lib/gedit-2/plugins/pythonconsole
-%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools
-@dirrmtry lib/gedit-2/plugins
-@dirrmtry lib/gedit-2/plugin-loaders
-@dirrmtry lib/gedit-2
-@dirrm include/gedit-%%VERSION%%/gedit
-@dirrm include/gedit-%%VERSION%%
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@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/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/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/mi/LC_MESSAGES
-@dirrmtry share/locale/mi
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/la/LC_MESSAGES
-@dirrmtry share/locale/la
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@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/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile
deleted file mode 100644
index ba5108007..000000000
--- a/editors/mlview/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Ports collection Makefile for: mlview
-# Date created: 24 September 2003
-# Whom: Simon Barner <barner@gmx.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mlview
-PORTVERSION= 0.8
-PORTREVISION= 8
-CATEGORIES= editors gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A tree oriented XML editor for Gnome
-
-USE_BZIP2= yes
-USE_AUTOTOOLS= autoconf:262 libtool:15
-USE_GNOME= eel2 gnomehack gnomeprefix gtksourceview
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ENV= 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`"
-
-GCONF_SCHEMAS= mlview.schemas
-
-.include <bsd.port.pre.mk>
-
-# Autodetect dbus
-.if exists (${LOCALBASE}/lib/libdbus-1.so.3)
-WITH_DBUS= yes
-.endif
-
-.if defined (WITH_DBUS)
-LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus
-CONFIGURE_ARGS+="--enable-dbus=yes"
-.endif
-
-pre-everything::
-.if !defined (WITH_DBUS)
- @${ECHO_CMD}
- @${ECHO_CMD} Re-run with -DWITH_DBUS in order to enable dbus support!
- @${ECHO_CMD}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/editors/mlview/distinfo b/editors/mlview/distinfo
deleted file mode 100644
index f401ab110..000000000
--- a/editors/mlview/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/mlview-0.8.tar.bz2) = ffbf4dbbe32d8312ca516633bf57b921
-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 46ba9f2cf..000000000
--- 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 4dfbe32c7..000000000
--- 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 3265da17e..000000000
--- 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 c95ef6817..000000000
--- 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 853d30d25..000000000
--- 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 8d5b65506..000000000
--- 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 72dd45a7c..000000000
--- 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 c9bdba8f2..000000000
--- 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 82cc65126..000000000
--- 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 d3811f82c..000000000
--- 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 4dac738f4..000000000
--- 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 d570c2d48..000000000
--- 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 070393de5..000000000
--- a/editors/mlview/pkg-plist
+++ /dev/null
@@ -1,66 +0,0 @@
-bin/mlview
-bin/mlviewctl
-lib/libmlview.a
-lib/libmlview.la
-lib/libmlview.so
-lib/libmlview.so.8
-lib/libmlviewdbusclient.a
-lib/libmlviewdbusclient.la
-lib/libmlviewdbusclient.so.8
-lib/libmlviewdbusclient.so
-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
-@dirrmtry share/applications