diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-10-03 10:53:39 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-10-03 10:53:39 +0000 |
commit | 2b2a2025a8143cfe3a2eceb0d3eff65138c3356e (patch) | |
tree | 34aa8b6794d52c8559008c23a6728a9831a7ca91 /editors | |
parent | 33b0a2923827c5f336363b74d86561c0878df822 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/mlview/Makefile | 28 | ||||
-rw-r--r-- | editors/mlview/distinfo | 2 | ||||
-rw-r--r-- | editors/mlview/files/patch-configure.in | 14 | ||||
-rw-r--r-- | editors/mlview/files/patch-desktop.in | 19 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-app-context.c | 18 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-editor-dbc.c | 22 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-editor-dbo.c | 22 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-ping-dbc.c | 22 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-ping-dbo.c | 22 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-service.c | 39 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-source-view.c | 23 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-tree-view.c | 23 | ||||
-rw-r--r-- | editors/mlview/files/patch-src_mlview-view-adapter.c | 23 | ||||
-rw-r--r-- | editors/mlview/pkg-descr | 4 | ||||
-rw-r--r-- | editors/mlview/pkg-plist | 65 |
16 files changed, 0 insertions, 347 deletions
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 |