summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libmatecomponent/Makefile35
-rw-r--r--devel/libmatecomponent/distinfo2
-rw-r--r--devel/libmatecomponent/files/patch-activation-server_Makefile.am11
-rw-r--r--devel/libmatecomponent/files/patch-activation-server_activation-server-main.c11
-rw-r--r--devel/libmatecomponent/files/patch-utils_matecomponent-slay.in21
-rw-r--r--devel/libmatecomponent/pkg-descr5
-rw-r--r--devel/libmatecomponent/pkg-plist323
-rw-r--r--devel/libmatenotify/Makefile41
-rw-r--r--devel/libmatenotify/distinfo2
-rw-r--r--devel/libmatenotify/pkg-descr10
-rw-r--r--devel/libmatenotify/pkg-plist24
-rw-r--r--devel/mate-common/Makefile28
-rw-r--r--devel/mate-common/distinfo2
-rw-r--r--devel/mate-common/files/patch-macros_mate-autogen35
-rw-r--r--devel/mate-common/pkg-descr4
-rw-r--r--devel/mate-common/pkg-plist8
-rw-r--r--devel/mate-conf/Makefile60
-rw-r--r--devel/mate-conf/distinfo2
-rw-r--r--devel/mate-conf/files/patch-gsettings_mateconfsettingsbackend.c9
-rw-r--r--devel/mate-conf/files/patch-mateconf_default.path.in11
-rw-r--r--devel/mate-conf/files/patch-mateconf_mateconftool.c20
-rw-r--r--devel/mate-conf/pkg-descr18
-rw-r--r--devel/mate-conf/pkg-plist211
-rw-r--r--devel/mate-corba/Makefile46
-rw-r--r--devel/mate-corba/distinfo2
-rw-r--r--devel/mate-corba/files/patch-src_orb_orb-core_matecorba-typelib.c10
-rw-r--r--devel/mate-corba/pkg-descr5
-rw-r--r--devel/mate-corba/pkg-plist101
-rw-r--r--devel/mate-vfs/Makefile118
-rw-r--r--devel/mate-vfs/distinfo2
-rw-r--r--devel/mate-vfs/files/patch-libmatevfs_mate-vfs-application-registry.c26
-rw-r--r--devel/mate-vfs/files/patch-libmatevfs_mate-vfs-filesystem-type.c18
-rw-r--r--devel/mate-vfs/files/patch-libmatevfs_mate-vfs-hal-mounts.c33
-rw-r--r--devel/mate-vfs/files/patch-libmatevfs_xdgmime.c11
-rw-r--r--devel/mate-vfs/files/patch-libmatevfs_xdgmimecache.h12
-rw-r--r--devel/mate-vfs/files/patch-mate-vfs-2.0.pc.in9
-rw-r--r--devel/mate-vfs/files/patch-mate-vfs-module-2.0.pc.in9
-rw-r--r--devel/mate-vfs/files/patch-modules_file-method-acl.c11
-rw-r--r--devel/mate-vfs/files/patch-modules_gzip-method.c10
-rw-r--r--devel/mate-vfs/pkg-deinstall.in20
-rw-r--r--devel/mate-vfs/pkg-descr7
-rw-r--r--devel/mate-vfs/pkg-install.in20
-rw-r--r--devel/mate-vfs/pkg-plist315
-rw-r--r--devel/python-corba/Makefile32
-rw-r--r--devel/python-corba/distinfo2
-rw-r--r--devel/python-corba/pkg-descr11
-rw-r--r--devel/python-corba/pkg-plist12
47 files changed, 0 insertions, 1735 deletions
diff --git a/devel/libmatecomponent/Makefile b/devel/libmatecomponent/Makefile
deleted file mode 100644
index 73b245a..0000000
--- a/devel/libmatecomponent/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports-experimental/devel/libmatecomponent/Makefile,v 1.4 2012/07/27 01:34:25 mezz Exp $
-
-PORTNAME= libmatecomponent
-PORTVERSION= 1.4.0
-CATEGORIES= devel mate
-MASTER_SITES= MATE
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A component and compound document system for MATE
-
-BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
-LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
-
-USE_XZ= yes
-USE_MATE= autogen common:build corba intlhack ltverhack matehack
-USES= bison
-USE_GMAKE= yes
-USE_GNOME= glib20 libxml2
-USE_PERL5= yes
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
-USE_PKGCONFIG= build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-MAN1= matecomponent-activation-server.1
-
-.include <bsd.port.mk>
diff --git a/devel/libmatecomponent/distinfo b/devel/libmatecomponent/distinfo
deleted file mode 100644
index cbdcb49..0000000
--- a/devel/libmatecomponent/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/libmatecomponent-1.4.0.tar.xz) = c604056ec36fe23e2912e7fef2616ea9fe02b70f6638696c133cdb693e38ac13
-SIZE (mate/libmatecomponent-1.4.0.tar.xz) = 741080
diff --git a/devel/libmatecomponent/files/patch-activation-server_Makefile.am b/devel/libmatecomponent/files/patch-activation-server_Makefile.am
deleted file mode 100644
index b89036e..0000000
--- a/devel/libmatecomponent/files/patch-activation-server_Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- activation-server/Makefile.am.orig 2012-07-05 15:29:51.000000000 -0500
-+++ activation-server/Makefile.am 2012-07-05 15:32:37.000000000 -0500
-@@ -12,7 +12,7 @@
- -I$(top_builddir)/matecomponent-activation \
- -I$(top_srcdir)/matecomponent-activation \
- -DPREFIX=\""$(prefix)"\" \
-- -DSERVERINFODIR=\"$(libdir)/matecomponent/servers\" \
-+ -DSERVERINFODIR=\"$(prefix)/libdata/matecomponent/servers:${LOCALBASE}/libdata/matecomponent/servers\" \
- -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \
- $(SERVER_CFLAGS) \
- $(WARN_CFLAGS) \
diff --git a/devel/libmatecomponent/files/patch-activation-server_activation-server-main.c b/devel/libmatecomponent/files/patch-activation-server_activation-server-main.c
deleted file mode 100644
index 964a5ee..0000000
--- a/devel/libmatecomponent/files/patch-activation-server_activation-server-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- activation-server/activation-server-main.c.orig 2012-07-04 23:17:22.000000000 -0500
-+++ activation-server/activation-server-main.c 2012-07-04 23:17:42.000000000 -0500
-@@ -239,7 +239,7 @@
- g_string_append (mate_od_source_dir,
- mate_dirs[i]);
- g_string_append (mate_od_source_dir,
-- "/lib/matecomponent/servers" G_SEARCHPATH_SEPARATOR_S);
-+ "/libdata/matecomponent/servers" G_SEARCHPATH_SEPARATOR_S);
- }
- g_strfreev (mate_dirs);
- g_string_append (real_od_source_dir,
diff --git a/devel/libmatecomponent/files/patch-utils_matecomponent-slay.in b/devel/libmatecomponent/files/patch-utils_matecomponent-slay.in
deleted file mode 100644
index 0da0012..0000000
--- a/devel/libmatecomponent/files/patch-utils_matecomponent-slay.in
+++ /dev/null
@@ -1,21 +0,0 @@
---- utils/matecomponent-slay.in.orig 2012-07-04 23:13:41.000000000 -0500
-+++ utils/matecomponent-slay.in 2012-07-04 23:14:52.000000000 -0500
-@@ -64,15 +64,15 @@
-
- # get MateComponent files
- #
--@matecomponent_dirs = ( "@prefix@/lib/matecomponent/servers" );
-+@matecomponent_dirs = ( "@prefix@/libdata/matecomponent/servers" );
- foreach $dir (split(':', $ENV{'MATECOMPONENT_ACTIVATION_INFO_PATH'})) {
- if (-d $dir) {
- push @matecomponent_dirs, $dir;
- }
- }
- foreach $dir (split(':', $ENV{'MATE2_PATH'})) {
-- if (-d "$dir/lib/matecomponent/servers") {
-- push @matecomponent_dirs, "$dir/lib/matecomponent/servers";
-+ if (-d "$dir/libdata/matecomponent/servers") {
-+ push @matecomponent_dirs, "$dir/libdata/matecomponent/servers";
- }
- }
-
diff --git a/devel/libmatecomponent/pkg-descr b/devel/libmatecomponent/pkg-descr
deleted file mode 100644
index 2f45fa5..0000000
--- a/devel/libmatecomponent/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-libmatecomponent is a set of language- and system-independent CORBA interfaces
-for creating reusable components and controls, and for creating
-compound documents.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/libmatecomponent/pkg-plist b/devel/libmatecomponent/pkg-plist
deleted file mode 100644
index a07ce3f..0000000
--- a/devel/libmatecomponent/pkg-plist
+++ /dev/null
@@ -1,323 +0,0 @@
-bin/matecomponent-activation-client
-bin/matecomponent-activation-run-query
-bin/matecomponent-echo-client-2
-bin/matecomponent-slay
-etc/matecomponent-activation/matecomponent-activation-config.xml
-include/libmatecomponent-2.0/libmatecomponent.h
-include/libmatecomponent-2.0/matecomponent/MateComponent.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-app-client.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-application.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-arg.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-context.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-event-source.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-exception.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-foreign-object.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-generic-factory.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-i18n.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-item-container.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-item-handler.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-listener.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-macros.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-main.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-moniker-extender.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-moniker-simple.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-moniker-util.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-moniker.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-object.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-persist-client.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-persist-file.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-persist-stream.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-persist.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-property-bag-client.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-property-bag.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-shlib-factory.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-storage-memory.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-storage.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-stream-client.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-stream-memory.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-stream.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-types.h
-include/libmatecomponent-2.0/matecomponent/matecomponent-xobject.h
-include/matecomponent-activation-2.0/matecomponent-activation/MateComponent_Activation_types.h
-include/matecomponent-activation-2.0/matecomponent-activation/MateComponent_GenericFactory.h
-include/matecomponent-activation-2.0/matecomponent-activation/MateComponent_Unknown.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-activate.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-async.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-init.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-mime.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-register.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-server-info.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-shlib.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation-version.h
-include/matecomponent-activation-2.0/matecomponent-activation/matecomponent-activation.h
-lib/libmatecomponent-2.a
-lib/libmatecomponent-2.la
-lib/libmatecomponent-2.so
-lib/libmatecomponent-2.so.0
-lib/libmatecomponent-activation.a
-lib/libmatecomponent-activation.la
-lib/libmatecomponent-activation.so
-lib/libmatecomponent-activation.so.4
-lib/matecomponent-2.0/samples/matecomponent-echo-2
-lib/matecomponent/monikers/libmoniker_std_2.a
-lib/matecomponent/monikers/libmoniker_std_2.la
-lib/matecomponent/monikers/libmoniker_std_2.so
-lib/matecorba-2.0/MateComponent_module.a
-lib/matecorba-2.0/MateComponent_module.la
-lib/matecorba-2.0/MateComponent_module.so
-libdata/matecomponent/servers/MateComponent_CosNaming_NamingContext.server
-libdata/matecomponent/servers/MateComponent_Moniker_std.server
-libdata/matecomponent/servers/MateComponent_Sample_Echo.server
-libdata/pkgconfig/libmatecomponent-2.0.pc
-libdata/pkgconfig/matecomponent-activation-2.0.pc
-libexec/matecomponent-activation-server
-sbin/matecomponent-activation-sysconf
-%%DOCSDIR%%/debugging.html
-%%DOCSDIR%%/factories.html
-%%DOCSDIR%%/general.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/ix01.html
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/libmatecomponent-faq.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-app-client.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-application.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-arg.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-config-database.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-context.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-event-source.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-exception.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-generic-factory.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-i18n.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-item-container.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-item-handler.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-listener.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-main.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-moniker-context.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-moniker-extender.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-moniker-simple.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-moniker-util.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-moniker.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-object.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-persist-client.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-persist-file.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-persist-stream.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-persist.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-property-bag-client.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-property-bag.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-running-context.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-shlib-factory.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-shutdown.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-storage-memory.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-storage.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-stream-client.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-stream-memory.html
-%%DOCSDIR%%/libmatecomponent-matecomponent-types.html
-%%DOCSDIR%%/libmatecomponent.devhelp
-%%DOCSDIR%%/libmatecomponent.devhelp2
-%%DOCSDIR%%/misc.html
-%%DOCSDIR%%/monikers-overview.html
-%%DOCSDIR%%/monikers.html
-%%DOCSDIR%%/persist-file.png
-%%DOCSDIR%%/persist-storage.png
-%%DOCSDIR%%/persist-stream.png
-%%DOCSDIR%%/persist.html
-%%DOCSDIR%%/persist.png
-%%DOCSDIR%%/properties.html
-%%DOCSDIR%%/property-bags.html
-%%DOCSDIR%%/refcounting.html
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/running-context.png
-%%DOCSDIR%%/storage.png
-%%DOCSDIR%%/stream.png
-%%DOCSDIR%%/streams.html
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/unknown.png
-%%DOCSDIR%%/up.png
-share/doc/matecomponent-activation/api-reference.html
-share/doc/matecomponent-activation/architecture.html
-share/doc/matecomponent-activation/async-activation.html
-share/doc/matecomponent-activation/attribute-tag.html
-share/doc/matecomponent-activation/checklist.html
-share/doc/matecomponent-activation/configuring.html
-share/doc/matecomponent-activation/home.png
-share/doc/matecomponent-activation/index.html
-share/doc/matecomponent-activation/index.sgml
-share/doc/matecomponent-activation/left.png
-share/doc/matecomponent-activation/lgpl.html
-share/doc/matecomponent-activation/matecomponent-activation-Debugging.html
-share/doc/matecomponent-activation/matecomponent-activation-Initialization.html
-share/doc/matecomponent-activation/matecomponent-activation-Query-and-Activation.html
-share/doc/matecomponent-activation/matecomponent-activation-Registration.html
-share/doc/matecomponent-activation/matecomponent-activation-Utilities.html
-share/doc/matecomponent-activation/matecomponent-activation.devhelp
-share/doc/matecomponent-activation/matecomponent-activation.devhelp2
-share/doc/matecomponent-activation/matecomponent-activation.png
-share/doc/matecomponent-activation/migrating.html
-share/doc/matecomponent-activation/query-langage.html
-share/doc/matecomponent-activation/query-syntax.html
-share/doc/matecomponent-activation/right.png
-share/doc/matecomponent-activation/server-arch.html
-share/doc/matecomponent-activation/server-xml-reference.html
-share/doc/matecomponent-activation/style.css
-share/doc/matecomponent-activation/terms.html
-share/doc/matecomponent-activation/tutorial.html
-share/doc/matecomponent-activation/up.png
-share/idl/matecomponent-2.0/MateComponent.idl
-share/idl/matecomponent-2.0/MateComponent_Application.idl
-share/idl/matecomponent-2.0/MateComponent_Canvas.idl
-share/idl/matecomponent-2.0/MateComponent_Clipboard.idl
-share/idl/matecomponent-2.0/MateComponent_Context.idl
-share/idl/matecomponent-2.0/MateComponent_Control.idl
-share/idl/matecomponent-2.0/MateComponent_Embeddable.idl
-share/idl/matecomponent-2.0/MateComponent_Exception.idl
-share/idl/matecomponent-2.0/MateComponent_Gdk.idl
-share/idl/matecomponent-2.0/MateComponent_ItemContainer.idl
-share/idl/matecomponent-2.0/MateComponent_Listener.idl
-share/idl/matecomponent-2.0/MateComponent_Moniker.idl
-share/idl/matecomponent-2.0/MateComponent_Persist.idl
-share/idl/matecomponent-2.0/MateComponent_Print.idl
-share/idl/matecomponent-2.0/MateComponent_Property.idl
-share/idl/matecomponent-2.0/MateComponent_Sample_Echo.idl
-share/idl/matecomponent-2.0/MateComponent_Storage.idl
-share/idl/matecomponent-2.0/MateComponent_UI.idl
-share/idl/matecomponent-2.0/MateComponent_Zoomable.idl
-share/idl/matecomponent-activation-2.0/MateComponent_ActivationContext.idl
-share/idl/matecomponent-activation-2.0/MateComponent_Activation_types.idl
-share/idl/matecomponent-activation-2.0/MateComponent_GenericFactory.idl
-share/idl/matecomponent-activation-2.0/MateComponent_ObjectDirectory.idl
-share/idl/matecomponent-activation-2.0/MateComponent_Unknown.idl
-share/locale/am/LC_MESSAGES/libmatecomponent.mo
-share/locale/ar/LC_MESSAGES/libmatecomponent.mo
-share/locale/as/LC_MESSAGES/libmatecomponent.mo
-share/locale/ast/LC_MESSAGES/libmatecomponent.mo
-share/locale/az/LC_MESSAGES/libmatecomponent.mo
-share/locale/be/LC_MESSAGES/libmatecomponent.mo
-share/locale/bg/LC_MESSAGES/libmatecomponent.mo
-share/locale/bn/LC_MESSAGES/libmatecomponent.mo
-share/locale/bn_IN/LC_MESSAGES/libmatecomponent.mo
-share/locale/br/LC_MESSAGES/libmatecomponent.mo
-share/locale/bs/LC_MESSAGES/libmatecomponent.mo
-share/locale/ca/LC_MESSAGES/libmatecomponent.mo
-share/locale/ca@valencia/LC_MESSAGES/libmatecomponent.mo
-share/locale/cs/LC_MESSAGES/libmatecomponent.mo
-share/locale/cy/LC_MESSAGES/libmatecomponent.mo
-share/locale/da/LC_MESSAGES/libmatecomponent.mo
-share/locale/de/LC_MESSAGES/libmatecomponent.mo
-share/locale/dz/LC_MESSAGES/libmatecomponent.mo
-share/locale/el/LC_MESSAGES/libmatecomponent.mo
-share/locale/en@shaw/LC_MESSAGES/libmatecomponent.mo
-share/locale/en_CA/LC_MESSAGES/libmatecomponent.mo
-share/locale/en_GB/LC_MESSAGES/libmatecomponent.mo
-share/locale/eo/LC_MESSAGES/libmatecomponent.mo
-share/locale/es/LC_MESSAGES/libmatecomponent.mo
-share/locale/et/LC_MESSAGES/libmatecomponent.mo
-share/locale/eu/LC_MESSAGES/libmatecomponent.mo
-share/locale/fa/LC_MESSAGES/libmatecomponent.mo
-share/locale/fi/LC_MESSAGES/libmatecomponent.mo
-share/locale/fr/LC_MESSAGES/libmatecomponent.mo
-share/locale/ga/LC_MESSAGES/libmatecomponent.mo
-share/locale/gl/LC_MESSAGES/libmatecomponent.mo
-share/locale/gu/LC_MESSAGES/libmatecomponent.mo
-share/locale/he/LC_MESSAGES/libmatecomponent.mo
-share/locale/hi/LC_MESSAGES/libmatecomponent.mo
-share/locale/hr/LC_MESSAGES/libmatecomponent.mo
-share/locale/hu/LC_MESSAGES/libmatecomponent.mo
-share/locale/hy/LC_MESSAGES/libmatecomponent.mo
-share/locale/id/LC_MESSAGES/libmatecomponent.mo
-share/locale/is/LC_MESSAGES/libmatecomponent.mo
-share/locale/it/LC_MESSAGES/libmatecomponent.mo
-share/locale/ja/LC_MESSAGES/libmatecomponent.mo
-share/locale/ka/LC_MESSAGES/libmatecomponent.mo
-share/locale/kn/LC_MESSAGES/libmatecomponent.mo
-share/locale/ko/LC_MESSAGES/libmatecomponent.mo
-share/locale/ku/LC_MESSAGES/libmatecomponent.mo
-share/locale/li/LC_MESSAGES/libmatecomponent.mo
-share/locale/lt/LC_MESSAGES/libmatecomponent.mo
-share/locale/lv/LC_MESSAGES/libmatecomponent.mo
-share/locale/mai/LC_MESSAGES/libmatecomponent.mo
-share/locale/mg/LC_MESSAGES/libmatecomponent.mo
-share/locale/mk/LC_MESSAGES/libmatecomponent.mo
-share/locale/ml/LC_MESSAGES/libmatecomponent.mo
-share/locale/mn/LC_MESSAGES/libmatecomponent.mo
-share/locale/mr/LC_MESSAGES/libmatecomponent.mo
-share/locale/ms/LC_MESSAGES/libmatecomponent.mo
-share/locale/nb/LC_MESSAGES/libmatecomponent.mo
-share/locale/ne/LC_MESSAGES/libmatecomponent.mo
-share/locale/nl/LC_MESSAGES/libmatecomponent.mo
-share/locale/nn/LC_MESSAGES/libmatecomponent.mo
-share/locale/oc/LC_MESSAGES/libmatecomponent.mo
-share/locale/or/LC_MESSAGES/libmatecomponent.mo
-share/locale/pa/LC_MESSAGES/libmatecomponent.mo
-share/locale/pl/LC_MESSAGES/libmatecomponent.mo
-share/locale/pt/LC_MESSAGES/libmatecomponent.mo
-share/locale/pt_BR/LC_MESSAGES/libmatecomponent.mo
-share/locale/ro/LC_MESSAGES/libmatecomponent.mo
-share/locale/ru/LC_MESSAGES/libmatecomponent.mo
-share/locale/rw/LC_MESSAGES/libmatecomponent.mo
-share/locale/sk/LC_MESSAGES/libmatecomponent.mo
-share/locale/sl/LC_MESSAGES/libmatecomponent.mo
-share/locale/sq/LC_MESSAGES/libmatecomponent.mo
-share/locale/sr/LC_MESSAGES/libmatecomponent.mo
-share/locale/sr@latin/LC_MESSAGES/libmatecomponent.mo
-share/locale/sv/LC_MESSAGES/libmatecomponent.mo
-share/locale/ta/LC_MESSAGES/libmatecomponent.mo
-share/locale/te/LC_MESSAGES/libmatecomponent.mo
-share/locale/th/LC_MESSAGES/libmatecomponent.mo
-share/locale/tr/LC_MESSAGES/libmatecomponent.mo
-share/locale/uk/LC_MESSAGES/libmatecomponent.mo
-share/locale/vi/LC_MESSAGES/libmatecomponent.mo
-share/locale/wa/LC_MESSAGES/libmatecomponent.mo
-share/locale/xh/LC_MESSAGES/libmatecomponent.mo
-share/locale/yi/LC_MESSAGES/libmatecomponent.mo
-share/locale/zh_CN/LC_MESSAGES/libmatecomponent.mo
-share/locale/zh_HK/LC_MESSAGES/libmatecomponent.mo
-share/locale/zh_TW/LC_MESSAGES/libmatecomponent.mo
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@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/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrm share/idl/matecomponent-activation-2.0
-@dirrm share/idl/matecomponent-2.0
-@dirrmtry share/idl
-@dirrm share/doc/matecomponent-activation
-@dirrm %%DOCSDIR%%
-@dirrm lib/matecorba-2.0
-@dirrm include/matecomponent-activation-2.0/matecomponent-activation
-@dirrm include/matecomponent-activation-2.0
-@dirrm include/libmatecomponent-2.0/matecomponent
-@dirrm include/libmatecomponent-2.0
-@dirrm etc/matecomponent-activation
diff --git a/devel/libmatenotify/Makefile b/devel/libmatenotify/Makefile
deleted file mode 100644
index 47b2f6e..0000000
--- a/devel/libmatenotify/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: libnotify
-# Date created: 2005-08-06
-# Whom: Andreas Kohn <andreas@syndrom23.de>
-#
-# $FreeBSD$
-# $MCom: ports-experimental/devel/libmatenotify/Makefile,v 1.3 2012/07/27 01:34:25 mezz Exp $
-#
-
-PORTNAME= libmatenotify
-PORTVERSION= 1.4.1
-CATEGORIES= devel mate
-MASTER_SITES= MATE
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A library for desktop notifications
-
-BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
- g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
-LICENSE= LGPL21
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USE_XZ= yes
-USE_MATE= autogen common:build ltverhack matehack
-USE_GMAKE= yes
-USE_GNOME= glib20 gtk20
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
-USE_PKGCONFIG= build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-gtk-doc \
- --with-html-dir=${PREFIX}/share/doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-.include <bsd.port.mk>
diff --git a/devel/libmatenotify/distinfo b/devel/libmatenotify/distinfo
deleted file mode 100644
index 4606620..0000000
--- a/devel/libmatenotify/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/libmatenotify-1.4.1.tar.xz) = a94c25ceb22692d998b209adaa9894e2f220a1c6aed72f50a43b1c925cacf137
-SIZE (mate/libmatenotify-1.4.1.tar.xz) = 55452
diff --git a/devel/libmatenotify/pkg-descr b/devel/libmatenotify/pkg-descr
deleted file mode 100644
index 3a5f1ae..0000000
--- a/devel/libmatenotify/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The Desktop Notifications framework provides a standard way of doing passive
-pop-up notifications on the desktop. These are designed to notify the
-user of something without interrupting their work with a dialog box that they
-must close. Passive popups can automatically disappear after a short period
-of time.
-
-This port contains the library and a small command line client.
-See deskutils/mate-notification-daemon for the daemon.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/libmatenotify/pkg-plist b/devel/libmatenotify/pkg-plist
deleted file mode 100644
index d8021c6..0000000
--- a/devel/libmatenotify/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/mate-notify-send
-include/libmatenotify/notification.h
-include/libmatenotify/notify-enum-types.h
-include/libmatenotify/notify-features.h
-include/libmatenotify/notify.h
-lib/libmatenotify.a
-lib/libmatenotify.la
-lib/libmatenotify.so
-lib/libmatenotify.so.1
-libdata/pkgconfig/libmatenotify.pc
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/libmatenotify-notification.html
-%%DOCSDIR%%/libmatenotify-notify.html
-%%DOCSDIR%%/libmatenotify.devhelp
-%%DOCSDIR%%/libmatenotify.devhelp2
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-@dirrm %%DOCSDIR%%
-@dirrm include/libmatenotify
diff --git a/devel/mate-common/Makefile b/devel/mate-common/Makefile
deleted file mode 100644
index 1a475bc..0000000
--- a/devel/mate-common/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: gnomecommon
-# Date created: 04 April 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports-experimental/devel/mate-common/Makefile,v 1.2 2012/07/26 04:37:52 mezz Exp $
-#
-
-PORTNAME= mate-common
-PORTVERSION= 1.4.0
-PORTREVISION= 1
-CATEGORIES= devel mate
-MASTER_SITES= MATE
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Common automake macros for MATE
-
-USE_XZ= yes
-USE_MATE= autogen
-USE_GMAKE= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env
-USE_PKGCONFIG= both
-GNU_CONFIGURE= yes
-
-MAN1= mate-autogen.1 mate-doc-common.1
-
-.include <bsd.port.mk>
diff --git a/devel/mate-common/distinfo b/devel/mate-common/distinfo
deleted file mode 100644
index 43e36a5..0000000
--- a/devel/mate-common/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/mate-common-1.4.0.tar.xz) = 3ee494158e24b03ef2e92e9c9defef76769bdb017c49412e7a97aab4e698f72a
-SIZE (mate/mate-common-1.4.0.tar.xz) = 24280
diff --git a/devel/mate-common/files/patch-macros_mate-autogen b/devel/mate-common/files/patch-macros_mate-autogen
deleted file mode 100644
index 5f379b2..0000000
--- a/devel/mate-common/files/patch-macros_mate-autogen
+++ /dev/null
@@ -1,35 +0,0 @@
-https://bugs.gentoo.org/show_bug.cgi?id=427432
-https://bugzilla.gnome.org/show_bug.cgi?id=680363
-
---- macros/mate-autogen.orig 2009-05-27 23:29:07.000000000 +0200
-+++ macros/mate-autogen 2012-07-24 10:29:13.064750613 +0200
-@@ -77,6 +77,7 @@
- vc_min_version=$4
- vc_source=$5
- vc_status=1
-+ vc_option="--version"
-
- vc_checkprog=`eval echo "\\$$vc_variable"`
- if [ -n "$vc_checkprog" ]; then
-@@ -89,11 +90,19 @@
- else
- vc_comparator=">="
- fi
-+ # The most reliable way to check pkg-config version is to query the actual
-+ # virtual
-+ # pkg-config package entry's modversion. This works in all known
-+ # implementations.
-+
-+ if test "x$vc_package" = "xpkg-config"; then
-+ vc_option="--modversion pkg-config"
-+ fi
- printbold "checking for $vc_package $vc_comparator $vc_min_version..."
- for vc_checkprog in $vc_checkprogs; do
- echo $ECHO_N " testing $vc_checkprog... " $ECHO_C
-- if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then
-- vc_actual_version=`$vc_checkprog --version | head -n 1 | \
-+ if $vc_checkprog $vc_option < /dev/null > /dev/null 2>&1; then
-+ vc_actual_version=`$vc_checkprog $vc_option | head -n 1 | \
- sed 's/^.*[ ]\([0-9.]*[a-z]*\).*$/\1/'`
- if compare_versions $vc_min_version $vc_actual_version; then
- echo "found $vc_actual_version"
diff --git a/devel/mate-common/pkg-descr b/devel/mate-common/pkg-descr
deleted file mode 100644
index cc145d2..0000000
--- a/devel/mate-common/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is a collection of automake macros used for developing new MATE
-applications.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/mate-common/pkg-plist b/devel/mate-common/pkg-plist
deleted file mode 100644
index 1580f9c..0000000
--- a/devel/mate-common/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/mate-autogen
-bin/mate-doc-common
-share/aclocal/mate-common.m4
-share/aclocal/mate-compiler-flags.m4
-%%DATADIR%%/data/omf.make
-%%DATADIR%%/data/xmldocs.make
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%
diff --git a/devel/mate-conf/Makefile b/devel/mate-conf/Makefile
deleted file mode 100644
index e59ba39..0000000
--- a/devel/mate-conf/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: gconf2
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports-experimental/devel/mate-conf/Makefile,v 1.4 2012/07/27 01:34:25 mezz Exp $
-#
-
-PORTNAME= mate-conf
-PORTVERSION= 1.4.0
-PORTREVISION= 1
-CATEGORIES= devel mate
-MASTER_SITES= MATE
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A configuration database system for MATE
-
-BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
- g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- polkit-gobject-1:${PORTSDIR}/sysutils/polkit
-RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-
-USE_XZ= yes
-USE_MATE= autogen common:build corba ltverhack intlhack matehack
-USE_GMAKE= yes
-USE_GNOME= glib20 gtk20 libxml2
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
-USE_PKGCONFIG= build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc \
- --with-gtk=2.0
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= mateconf-gsettings-data-convert.1 \
- mateconf-gsettings-schema-convert.1 mateconftool-2.1
-
-OPTIONS= LDAP "Enable LDAP support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_LDAP)
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+=--with-openldap
-PLIST_SUB+= LDAP=""
-.else
-CONFIGURE_ARGS+=--without-openldap
-PLIST_SUB+= LDAP="@comment "
-.endif
-
-post-install:
- -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules
-
-.include <bsd.port.post.mk>
diff --git a/devel/mate-conf/distinfo b/devel/mate-conf/distinfo
deleted file mode 100644
index 3714a5a..0000000
--- a/devel/mate-conf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/mate-conf-1.4.0.tar.xz) = b4336139b2c776b022c7a6738b5f8813dbfb4f10ce8539dded5b2be56b0b9b77
-SIZE (mate/mate-conf-1.4.0.tar.xz) = 959816
diff --git a/devel/mate-conf/files/patch-gsettings_mateconfsettingsbackend.c b/devel/mate-conf/files/patch-gsettings_mateconfsettingsbackend.c
deleted file mode 100644
index c852888..0000000
--- a/devel/mate-conf/files/patch-gsettings_mateconfsettingsbackend.c
+++ /dev/null
@@ -1,9 +0,0 @@
---- gsettings/mateconfsettingsbackend.c.orig 2010-11-14 12:54:57.000000000 -0500
-+++ gsettings/mateconfsettingsbackend.c 2010-11-14 12:55:08.000000000 -0500
-@@ -924,5 +924,5 @@ gconf_settings_backend_register (GIOModu
- g_io_extension_point_implement (G_SETTINGS_BACKEND_EXTENSION_POINT_NAME,
- MATECONF_TYPE_SETTINGS_BACKEND,
- "mateconf",
-- -1);
-+ 10);
- }
diff --git a/devel/mate-conf/files/patch-mateconf_default.path.in b/devel/mate-conf/files/patch-mateconf_default.path.in
deleted file mode 100644
index ba8c40b..0000000
--- a/devel/mate-conf/files/patch-mateconf_default.path.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- mateconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500
-+++ mateconf/default.path.in 2009-03-06 17:11:25.000000000 -0500
-@@ -21,7 +21,7 @@ include "$(HOME)/.mateconf.path"
- xml:readwrite:$(HOME)/.mateconf
-
- # Location for system-wide settings that are set by the defaults mechanism
--xml:readonly:/etc/mateconf/mateconf.xml.system
-+xml:readonly:@sysmateconfdir@/mateconf.xml.system
-
- # To read in any defaults settings that the Sys Admin may have created
- # prior to a desktop system upgrade. The SysAdmin can stick default values
diff --git a/devel/mate-conf/files/patch-mateconf_mateconftool.c b/devel/mate-conf/files/patch-mateconf_mateconftool.c
deleted file mode 100644
index 8ae9712..0000000
--- a/devel/mate-conf/files/patch-mateconf_mateconftool.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- mateconf/mateconftool.c.orig 2012-07-31 18:18:59.000000000 -0500
-+++ mateconf/mateconftool.c 2012-07-31 18:19:33.000000000 -0500
-@@ -1041,7 +1041,7 @@
- mateconf_engine_unref (conf);
-
- /* http://projects.archlinux.org/svntogit/packages.git/plain/gconf/trunk/gconf-reload.patch */
-- g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " MATECONF_SERVERDIR "/" MATECONFD, NULL, NULL, NULL, NULL);
-+ g_spawn_command_line_sync ("/usr/bin/killall -TERM " MATECONF_SERVERDIR "/" MATECONFD, NULL, NULL, NULL, NULL);
-
- return retval;
- }
-@@ -1056,7 +1056,7 @@
- mateconf_engine_unref (conf);
-
- /* http://projects.archlinux.org/svntogit/packages.git/plain/gconf/trunk/gconf-reload.patch */
-- g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " MATECONF_SERVERDIR "/" MATECONFD, NULL, NULL, NULL, NULL);
-+ g_spawn_command_line_sync ("/usr/bin/killall -TERM " MATECONF_SERVERDIR "/" MATECONFD, NULL, NULL, NULL, NULL);
-
- return retval;
- }
diff --git a/devel/mate-conf/pkg-descr b/devel/mate-conf/pkg-descr
deleted file mode 100644
index 895a6ee..0000000
--- a/devel/mate-conf/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-mate-conf extends the concept of a configuration registry. It provides
-a simple way for applications and administrators to store data;
-often mate-conf is used to store preferences for applications.
-
-Some of the features of mate-conf are:
-mate-conf provides:
-
- * Documentation for each configuration key, so that administrators
- can better modify the value.
-
- * Notifications to interested applications when configuration data
- is changed. The notification service works across networks,
- affecting all login sessions for a single user.
-
- * Proper locking so that configuration data doesn't get corrupted
- when accessed by multiple applications at the same time.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/mate-conf/pkg-plist b/devel/mate-conf/pkg-plist
deleted file mode 100644
index 7adce62..0000000
--- a/devel/mate-conf/pkg-plist
+++ /dev/null
@@ -1,211 +0,0 @@
-bin/mateconf-gsettings-data-convert
-bin/mateconf-gsettings-schema-convert
-bin/mateconf-merge-tree
-bin/mateconftool-2
-etc/dbus-1/system.d/org.mate.MateConf.Defaults.conf
-%%LDAP%%etc/mateconf/2/evoldap.conf
-etc/mateconf/2/path
-etc/xdg/autostart/mateconf-gsettings-data-convert.desktop
-include/mateconf/2/mateconf/mateconf-changeset.h
-include/mateconf/2/mateconf/mateconf-client.h
-include/mateconf/2/mateconf/mateconf-engine.h
-include/mateconf/2/mateconf/mateconf-enum-types.h
-include/mateconf/2/mateconf/mateconf-error.h
-include/mateconf/2/mateconf/mateconf-listeners.h
-include/mateconf/2/mateconf/mateconf-schema.h
-include/mateconf/2/mateconf/mateconf-value.h
-include/mateconf/2/mateconf/mateconf.h
-%%LDAP%%lib/MateConf/2/libmateconfbackend-evoldap.a
-%%LDAP%%lib/MateConf/2/libmateconfbackend-evoldap.la
-%%LDAP%%lib/MateConf/2/libmateconfbackend-evoldap.so
-lib/MateConf/2/libmateconfbackend-oldxml.a
-lib/MateConf/2/libmateconfbackend-oldxml.la
-lib/MateConf/2/libmateconfbackend-oldxml.so
-lib/MateConf/2/libmateconfbackend-xml.a
-lib/MateConf/2/libmateconfbackend-xml.la
-lib/MateConf/2/libmateconfbackend-xml.so
-lib/girepository-1.0/MateConf-2.0.typelib
-lib/gio/modules/libgsettingsmateconfbackend.a
-lib/gio/modules/libgsettingsmateconfbackend.la
-lib/gio/modules/libgsettingsmateconfbackend.so
-lib/libmateconf-2.a
-lib/libmateconf-2.la
-lib/libmateconf-2.so
-lib/libmateconf-2.so.4
-libdata/pkgconfig/mateconf-2.0.pc
-libexec/mateconf-defaults-mechanism
-libexec/mateconf-sanity-check-2
-libexec/mateconfd-2
-%%LDAP%%share/MateConf/schema/evoldap.schema
-share/aclocal/mateconf-2.m4
-share/dbus-1/services/org.mate.MateConf.service
-share/dbus-1/system-services/org.mate.MateConf.Defaults.service
-share/doc/mateconf/ch01.html
-share/doc/mateconf/home.png
-share/doc/mateconf/index.html
-share/doc/mateconf/index.sgml
-share/doc/mateconf/left.png
-share/doc/mateconf/mateconf-mateconf-backend.html
-share/doc/mateconf/mateconf-mateconf-changeset.html
-share/doc/mateconf/mateconf-mateconf-client.html
-share/doc/mateconf/mateconf-mateconf-engine.html
-share/doc/mateconf/mateconf-mateconf-error.html
-share/doc/mateconf/mateconf-mateconf-internals.html
-share/doc/mateconf/mateconf-mateconf-listeners.html
-share/doc/mateconf/mateconf-mateconf-locale.html
-share/doc/mateconf/mateconf-mateconf-schema.html
-share/doc/mateconf/mateconf-mateconf-sources.html
-share/doc/mateconf/mateconf-mateconf-value.html
-share/doc/mateconf/mateconf-mateconf.html
-share/doc/mateconf/mateconf.devhelp
-share/doc/mateconf/mateconf.devhelp2
-share/doc/mateconf/right.png
-share/doc/mateconf/style.css
-share/doc/mateconf/up.png
-share/gir-1.0/MateConf-2.0.gir
-share/locale/af/LC_MESSAGES/mate-conf.mo
-share/locale/am/LC_MESSAGES/mate-conf.mo
-share/locale/ar/LC_MESSAGES/mate-conf.mo
-share/locale/as/LC_MESSAGES/mate-conf.mo
-share/locale/ast/LC_MESSAGES/mate-conf.mo
-share/locale/az/LC_MESSAGES/mate-conf.mo
-share/locale/be/LC_MESSAGES/mate-conf.mo
-share/locale/bg/LC_MESSAGES/mate-conf.mo
-share/locale/bn/LC_MESSAGES/mate-conf.mo
-share/locale/bn_IN/LC_MESSAGES/mate-conf.mo
-share/locale/bs/LC_MESSAGES/mate-conf.mo
-share/locale/ca/LC_MESSAGES/mate-conf.mo
-share/locale/ca@valencia/LC_MESSAGES/mate-conf.mo
-share/locale/cs/LC_MESSAGES/mate-conf.mo
-share/locale/cy/LC_MESSAGES/mate-conf.mo
-share/locale/da/LC_MESSAGES/mate-conf.mo
-share/locale/de/LC_MESSAGES/mate-conf.mo
-share/locale/dz/LC_MESSAGES/mate-conf.mo
-share/locale/el/LC_MESSAGES/mate-conf.mo
-share/locale/en@shaw/LC_MESSAGES/mate-conf.mo
-share/locale/en_CA/LC_MESSAGES/mate-conf.mo
-share/locale/en_GB/LC_MESSAGES/mate-conf.mo
-share/locale/eo/LC_MESSAGES/mate-conf.mo
-share/locale/es/LC_MESSAGES/mate-conf.mo
-share/locale/es_CL/LC_MESSAGES/mate-conf.mo
-share/locale/et/LC_MESSAGES/mate-conf.mo
-share/locale/eu/LC_MESSAGES/mate-conf.mo
-share/locale/fa/LC_MESSAGES/mate-conf.mo
-share/locale/fi/LC_MESSAGES/mate-conf.mo
-share/locale/fr/LC_MESSAGES/mate-conf.mo
-share/locale/ga/LC_MESSAGES/mate-conf.mo
-share/locale/gl/LC_MESSAGES/mate-conf.mo
-share/locale/gu/LC_MESSAGES/mate-conf.mo
-share/locale/he/LC_MESSAGES/mate-conf.mo
-share/locale/hi/LC_MESSAGES/mate-conf.mo
-share/locale/hr/LC_MESSAGES/mate-conf.mo
-share/locale/hu/LC_MESSAGES/mate-conf.mo
-share/locale/hy/LC_MESSAGES/mate-conf.mo
-share/locale/id/LC_MESSAGES/mate-conf.mo
-share/locale/is/LC_MESSAGES/mate-conf.mo
-share/locale/it/LC_MESSAGES/mate-conf.mo
-share/locale/ja/LC_MESSAGES/mate-conf.mo
-share/locale/ka/LC_MESSAGES/mate-conf.mo
-share/locale/kn/LC_MESSAGES/mate-conf.mo
-share/locale/ko/LC_MESSAGES/mate-conf.mo
-share/locale/ku/LC_MESSAGES/mate-conf.mo
-share/locale/lt/LC_MESSAGES/mate-conf.mo
-share/locale/lv/LC_MESSAGES/mate-conf.mo
-share/locale/mai/LC_MESSAGES/mate-conf.mo
-share/locale/mg/LC_MESSAGES/mate-conf.mo
-share/locale/mk/LC_MESSAGES/mate-conf.mo
-share/locale/ml/LC_MESSAGES/mate-conf.mo
-share/locale/mn/LC_MESSAGES/mate-conf.mo
-share/locale/mr/LC_MESSAGES/mate-conf.mo
-share/locale/ms/LC_MESSAGES/mate-conf.mo
-share/locale/nb/LC_MESSAGES/mate-conf.mo
-share/locale/ne/LC_MESSAGES/mate-conf.mo
-share/locale/nl/LC_MESSAGES/mate-conf.mo
-share/locale/nn/LC_MESSAGES/mate-conf.mo
-share/locale/oc/LC_MESSAGES/mate-conf.mo
-share/locale/or/LC_MESSAGES/mate-conf.mo
-share/locale/pa/LC_MESSAGES/mate-conf.mo
-share/locale/pl/LC_MESSAGES/mate-conf.mo
-share/locale/pt/LC_MESSAGES/mate-conf.mo
-share/locale/pt_BR/LC_MESSAGES/mate-conf.mo
-share/locale/ro/LC_MESSAGES/mate-conf.mo
-share/locale/ru/LC_MESSAGES/mate-conf.mo
-share/locale/rw/LC_MESSAGES/mate-conf.mo
-share/locale/si/LC_MESSAGES/mate-conf.mo
-share/locale/sk/LC_MESSAGES/mate-conf.mo
-share/locale/sl/LC_MESSAGES/mate-conf.mo
-share/locale/sq/LC_MESSAGES/mate-conf.mo
-share/locale/sr/LC_MESSAGES/mate-conf.mo
-share/locale/sr@latin/LC_MESSAGES/mate-conf.mo
-share/locale/sv/LC_MESSAGES/mate-conf.mo
-share/locale/ta/LC_MESSAGES/mate-conf.mo
-share/locale/te/LC_MESSAGES/mate-conf.mo
-share/locale/th/LC_MESSAGES/mate-conf.mo
-share/locale/tr/LC_MESSAGES/mate-conf.mo
-share/locale/uk/LC_MESSAGES/mate-conf.mo
-share/locale/vi/LC_MESSAGES/mate-conf.mo
-share/locale/xh/LC_MESSAGES/mate-conf.mo
-share/locale/yi/LC_MESSAGES/mate-conf.mo
-share/locale/zh_CN/LC_MESSAGES/mate-conf.mo
-share/locale/zh_HK/LC_MESSAGES/mate-conf.mo
-share/locale/zh_TW/LC_MESSAGES/mate-conf.mo
-share/polkit-1/actions/org.mate.mateconf.defaults.policy
-share/sgml/mateconf/mateconf-1.0.dtd
-@dirrm share/sgml/mateconf
-%%LDAP%%@dirrm share/MateConf/schema
-%%LDAP%%@dirrm share/MateConf
-@dirrmtry share/polkit-1/actions
-@dirrmtry share/polkit-1
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@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/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/es_CL/LC_MESSAGES
-@dirrmtry share/locale/es_CL
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/gir-1.0
-@dirrm share/doc/mateconf
-@dirrmtry lib/girepository-1.0
-@dirrm lib/MateConf/2
-@dirrm lib/MateConf
-@dirrm include/mateconf/2/mateconf
-@dirrm include/mateconf/2
-@dirrm include/mateconf
-@dirrm etc/mateconf/2
-@dirrmtry etc/dbus-1/system.d
-@dirrmtry etc/dbus-1
-@exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
-@unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true
diff --git a/devel/mate-corba/Makefile b/devel/mate-corba/Makefile
deleted file mode 100644
index d6a9ac8..0000000
--- a/devel/mate-corba/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: orbit2
-# Date Created: 16 Aug 1998
-# Whom: Chia-liang Kao <clkao@CirX.ORG>
-#
-# $FreeBSD$
-# $MCom: ports-experimental/devel/mate-corba/Makefile,v 1.4 2012/07/27 01:34:25 mezz Exp $
-#
-
-PORTNAME= mate-corba
-PORTVERSION= 1.4.0
-CATEGORIES= devel mate
-MASTER_SITES= MATE
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= High-performance CORBA ORB with support for the C language
-
-BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
-
-USE_XZ= yes
-USE_MATE= autogen common:build ltverhack matehack
-USE_GMAKE= yes
-USE_GNOME= glib20 libidl
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
-USE_PKGCONFIG= build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/src/orb/orb-core/matecorba-typelib.c
-
-post-install:
- @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/matecorbarc.default
- @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/matecorbarc.default
- @if [ ! -f ${PREFIX}/etc/matecorbarc ]; then \
- ${CP} -p ${PREFIX}/etc/matecorbarc.default ${PREFIX}/etc/matecorbarc ; \
- fi
- @${MKDIR} ${PREFIX}/lib/matecorba-2.0/idl-backends
-
-.include <bsd.port.mk>
diff --git a/devel/mate-corba/distinfo b/devel/mate-corba/distinfo
deleted file mode 100644
index 2f50989..0000000
--- a/devel/mate-corba/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/mate-corba-1.4.0.tar.xz) = d3027f59a179729e3e97ea9ef244c56bfe6df0066370f7680abc358b99d84e40
-SIZE (mate/mate-corba-1.4.0.tar.xz) = 381772
diff --git a/devel/mate-corba/files/patch-src_orb_orb-core_matecorba-typelib.c b/devel/mate-corba/files/patch-src_orb_orb-core_matecorba-typelib.c
deleted file mode 100644
index 84c67a7..0000000
--- a/devel/mate-corba/files/patch-src_orb_orb-core_matecorba-typelib.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/orb/orb-core/matecorba-typelib.c.orig 2007-07-27 10:58:37.000000000 -0500
-+++ src/orb/orb-core/matecorba-typelib.c 2007-07-27 10:58:41.000000000 -0500
-@@ -218,6 +218,7 @@
- paths = g_ptr_array_sized_new (8);
-
- g_ptr_array_add (paths, g_strdup (MATECORBA_TYPELIB_DIR));
-+ add_if_unique(paths, "%%LOCALBASE%%", TRUE);
-
- if ((path = g_getenv ("MATECORBA_TYPELIB_PATH"))) {
- char **strv;
diff --git a/devel/mate-corba/pkg-descr b/devel/mate-corba/pkg-descr
deleted file mode 100644
index 79f43b4..0000000
--- a/devel/mate-corba/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-mate-corba is a high-performance CORBA ORB with support for the C language.
-It allows programs to communicate with each other, regardless of their
-physical and logical locations.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/mate-corba/pkg-plist b/devel/mate-corba/pkg-plist
deleted file mode 100644
index 44f0915..0000000
--- a/devel/mate-corba/pkg-plist
+++ /dev/null
@@ -1,101 +0,0 @@
-bin/matecorba-idl-2
-bin/matecorba-ior-decode-2
-bin/matecorba-linc-cleanup-sockets
-bin/matecorba-typelib-dump
-bin/matecorba2-config
-@unexec if cmp -s %D/etc/matecorbarc.default %D/etc/matecorbarc; then rm -f %D/etc/matecorbarc; fi
-etc/matecorbarc.default
-@exec if [ ! -f %D/etc/matecorbarc ] ; then cp -p %D/%F %B/matecorbarc; fi
-include/matecorba-2.0/MateCORBAservices/CosNaming.h
-include/matecorba-2.0/MateCORBAservices/CosNaming_impl.h
-include/matecorba-2.0/MateCORBAservices/matecorba-imodule.h
-include/matecorba-2.0/matecorba-idl/matecorba-idl-backend.h
-include/matecorba-2.0/matecorba/dynamic/dynamic-defs.h
-include/matecorba-2.0/matecorba/dynamic/dynamic.h
-include/matecorba-2.0/matecorba/matecorba-config.h
-include/matecorba-2.0/matecorba/matecorba-types.h
-include/matecorba-2.0/matecorba/matecorba.h
-include/matecorba-2.0/matecorba/orb-core/allocators.h
-include/matecorba-2.0/matecorba/orb-core/corba-any-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-any.h
-include/matecorba-2.0/matecorba/orb-core/corba-context-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-context.h
-include/matecorba-2.0/matecorba/orb-core/corba-defs.h
-include/matecorba-2.0/matecorba/orb-core/corba-environment-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-environment.h
-include/matecorba-2.0/matecorba/orb-core/corba-nvlist.h
-include/matecorba-2.0/matecorba/orb-core/corba-object-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-object.h
-include/matecorba-2.0/matecorba/orb-core/corba-orb-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-orb.h
-include/matecorba-2.0/matecorba/orb-core/corba-pobj.h
-include/matecorba-2.0/matecorba/orb-core/corba-policy-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-string.h
-include/matecorba-2.0/matecorba/orb-core/corba-typecode-type.h
-include/matecorba-2.0/matecorba/orb-core/corba-typecode.h
-include/matecorba-2.0/matecorba/orb-core/iop-defs.h
-include/matecorba-2.0/matecorba/orb-core/matecorba-interface.h
-include/matecorba-2.0/matecorba/orb-core/matecorba-object.h
-include/matecorba-2.0/matecorba/orb-core/matecorba-small.h
-include/matecorba-2.0/matecorba/orb-core/orb-core-types.h
-include/matecorba-2.0/matecorba/orb-core/orb-core.h
-include/matecorba-2.0/matecorba/orb-core/orb-types.h
-include/matecorba-2.0/matecorba/poa/matecorba-adaptor.h
-include/matecorba-2.0/matecorba/poa/poa-basics.h
-include/matecorba-2.0/matecorba/poa/poa-defs.h
-include/matecorba-2.0/matecorba/poa/poa-policy.h
-include/matecorba-2.0/matecorba/poa/poa-types.h
-include/matecorba-2.0/matecorba/poa/poa.h
-include/matecorba-2.0/matecorba/poa/portableserver-current-type.h
-include/matecorba-2.0/matecorba/poa/portableserver-poa-type.h
-include/matecorba-2.0/matecorba/util/basic_types.h
-include/matecorba-2.0/matecorba/util/matecorba-genrand.h
-include/matecorba-2.0/matecorba/util/matecorba-util.h
-lib/libMateCORBA-2.a
-lib/libMateCORBA-2.la
-lib/libMateCORBA-2.so
-lib/libMateCORBA-2.so.0
-lib/libMateCORBA-imodule-2.a
-lib/libMateCORBA-imodule-2.la
-lib/libMateCORBA-imodule-2.so
-lib/libMateCORBA-imodule-2.so.0
-lib/libMateCORBACosNaming-2.a
-lib/libMateCORBACosNaming-2.la
-lib/libMateCORBACosNaming-2.so
-lib/libMateCORBACosNaming-2.so.0
-lib/libname-matecorba-server-2.a
-lib/matecorba-2.0/Everything_module.a
-lib/matecorba-2.0/Everything_module.la
-lib/matecorba-2.0/Everything_module.so
-libdata/pkgconfig/MateCORBA-2.0.pc
-libdata/pkgconfig/MateCORBA-CosNaming-2.0.pc
-libdata/pkgconfig/MateCORBA-idl-2.0.pc
-libdata/pkgconfig/MateCORBA-imodule-2.0.pc
-share/aclocal/MateCORBA2.m4
-share/doc/MateCORBA2/MateCORBA2-matecorba2-allocators.html
-share/doc/MateCORBA2/MateCORBA2-matecorba2-small.html
-share/doc/MateCORBA2/MateCORBA2.devhelp
-share/doc/MateCORBA2/MateCORBA2.devhelp2
-share/doc/MateCORBA2/general.html
-share/doc/MateCORBA2/home.png
-share/doc/MateCORBA2/index.html
-share/doc/MateCORBA2/index.sgml
-share/doc/MateCORBA2/left.png
-share/doc/MateCORBA2/right.png
-share/doc/MateCORBA2/style.css
-share/doc/MateCORBA2/up.png
-share/idl/matecorba-2.0/CosNaming.idl
-@dirrm share/idl/matecorba-2.0
-@dirrmtry share/idl
-@dirrm share/doc/MateCORBA2
-@exec /bin/mkdir -p %D/lib/matecorba-2.0/idl-backends
-@dirrmtry lib/matecorba-2.0/idl-backends
-@dirrmtry lib/matecorba-2.0
-@dirrm include/matecorba-2.0/matecorba/util
-@dirrm include/matecorba-2.0/matecorba/poa
-@dirrm include/matecorba-2.0/matecorba/orb-core
-@dirrm include/matecorba-2.0/matecorba/dynamic
-@dirrm include/matecorba-2.0/matecorba-idl
-@dirrm include/matecorba-2.0/matecorba
-@dirrm include/matecorba-2.0/MateCORBAservices
-@dirrm include/matecorba-2.0
diff --git a/devel/mate-vfs/Makefile b/devel/mate-vfs/Makefile
deleted file mode 100644
index 9999827..0000000
--- a/devel/mate-vfs/Makefile
+++ /dev/null
@@ -1,118 +0,0 @@
-# New ports collection makefile for: gnomevfs2
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports-experimental/devel/mate-vfs/Makefile,v 1.3 2012/07/26 04:37:53 mezz Exp $
-#
-
-PORTNAME= mate-vfs
-PORTVERSION= 1.4.0
-CATEGORIES= devel mate
-MASTER_SITES= MATE
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= MATE Virtual File System
-
-BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
-
-USE_XZ= yes
-USE_MATE= autogen common:build conf intlhack ltverhack matehack mimedata
-USE_GMAKE= yes
-USE_GNOME= glib20 libxml2
-USE_GETTEXT= yes
-USE_OPENSSL= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
-USE_PKGCONFIG= build
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-openssl \
- --disable-gnutls \
- --disable-howl \
- --with-hal-mount=/sbin/mount \
- --with-hal-umount=/sbin/umount \
- --disable-gtk-doc \
- --with-html-dir=${PREFIX}/share/doc \
- ${MATECONF_PREFIX}
-CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include \
- -DPTHREAD_LIB="${PTHREAD_LIBS}"
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-
-PKGINSTALL= ${WRKDIR}/pkg-install
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-
-MATECONF_SCHEMAS=desktop_default_applications.schemas \
- desktop_mate_url_handlers.schemas system_dns_sd.schemas \
- system_http_proxy.schemas system_smb.schemas
-
-OPTIONS= SAMBA "Enable SMB volume support" on \
- MDNS "Enable Bonjour/Rendezvous support" on \
- HAL "Enable HAL support" on \
- FAM "Enable FAM support" on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_FAM)
-CONFIGURE_ARGS+=--enable-fam=yes
-USE_FAM= yes
-.else
-CONFIGURE_ARGS+=--disable-fam
-.endif
-
-.if exists(${LOCALBASE}/lib/libkrb5.so)
-LIB_DEPENDS+= krb5.26:${PORTSDIR}/security/heimdal
-.endif
-
-.if !defined(WITHOUT_HAL)
-CONFIGURE_ARGS+=--enable-hal
-LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal
-.else
-CONFIGURE_ARGS+=--disable-hal
-.endif
-
-.if !defined(WITHOUT_SAMBA)
-LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient
-PLIST_SUB+= SAMBA=""
-.else
-PLIST_SUB+= SAMBA="@comment "
-CONFIGURE_ARGS+=--disable-samba
-.endif
-
-.if !defined(WITHOUT_MDNS)
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
-.else
-CONFIGURE_ARGS+=--disable-avahi
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|@PTHREAD_LIB@|${PTHREAD_LIBS}|' \
- ${WRKSRC}/mate-vfs-2.0.pc.in ${WRKSRC}/mate-vfs-module-2.0.pc.in
- @${REINPLACE_CMD} -e 's|[(]libdir[)]/mate-vfs-2.0/include|(includedir)/mate-vfs-2.0/include|g' \
- ${WRKSRC}/libmatevfs/Makefile.am
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/libmatevfs/xdgmime.c \
- ${WRKSRC}/libmatevfs/mate-vfs-hal-mounts.c
- @${REINPLACE_CMD} -e '/module_flags/s|-module -no-undefined|-module -no-undefined ${PTHREAD_LIB}|g' \
- ${WRKSRC}/modules/Makefile.am
- @${REINPLACE_CMD} -e 's|-lacl||g ; s|-ldl||g' \
- ${WRKSRC}/configure.in
- @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL}
- @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL}
-
-pre-configure:
-.if defined(WITHOUT_KERBEROS)
- @${ECHO_CMD} "${PKGNAME}: KERBEROS is required."
- @${FALSE}
-.endif
-
-post-install:
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} \
- ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.post.mk>
diff --git a/devel/mate-vfs/distinfo b/devel/mate-vfs/distinfo
deleted file mode 100644
index f1e71ae..0000000
--- a/devel/mate-vfs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/mate-vfs-1.4.0.tar.xz) = 0e5e0c4cb607c13d6d356c59699de78d93f2b72e620b99244bf4fc329925dd9b
-SIZE (mate/mate-vfs-1.4.0.tar.xz) = 1107488
diff --git a/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-application-registry.c b/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-application-registry.c
deleted file mode 100644
index c05b5a7..0000000
--- a/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-application-registry.c
+++ /dev/null
@@ -1,26 +0,0 @@
---- libmatevfs/mate-vfs-application-registry.c.orig Sun May 22 23:09:39 2005
-+++ libmatevfs/mate-vfs-application-registry.c Sun May 22 23:14:22 2005
-@@ -943,6 +943,8 @@ load_application_info (void)
- static void
- mate_vfs_application_registry_init (void)
- {
-+ gchar *tmp;
-+
- if (mate_vfs_application_registry_initialized)
- return;
-
-@@ -963,6 +965,14 @@ mate_vfs_application_registry_init (voi
- "application-registry",
- NULL);
- mate_registry_dir.system_dir = TRUE;
-+
-+ tmp = g_strconcat (g_get_home_dir(), "/.mate", NULL);
-+ if (mkdir (tmp, 0700) &&
-+ errno != EEXIST) {
-+ g_warning("Could not create per-user MATE configuration directory: %s",
-+ tmp);
-+ }
-+ g_free(tmp);
-
- user_registry_dir.dirname = g_build_filename (g_get_home_dir(),
- ".mate",
diff --git a/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-filesystem-type.c b/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-filesystem-type.c
deleted file mode 100644
index f3bbd2e..0000000
--- a/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-filesystem-type.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- libmatevfs/mate-vfs-filesystem-type.c.orig 2009-10-08 10:03:36.000000000 -0400
-+++ libmatevfs/mate-vfs-filesystem-type.c 2009-10-10 11:57:06.000000000 -0400
-@@ -70,6 +70,7 @@ static struct FSInfo fs_data[] = {
- { "nfs" , N_("NFS Network Volume"), 1 },
- { "ntfs" , N_("Windows NT Volume"), 0 },
- { "ntfs-3g" , N_("Windows NT Volume"), 1 },
-+ { "nullfs" , N_("BSD Loopback Volume"), 1 },
- { "nilfs2" , N_("NILFS Linux Volume"), 1 },
- { "nwfs" , N_("Netware Volume"), 0 },
- { "proc" , N_("System Volume"), 0 },
-@@ -90,6 +91,7 @@ static struct FSInfo fs_data[] = {
- { "xenix" , N_("Xenix Volume"), 0 },
- { "xfs" , N_("XFS Linux Volume"), 1 },
- { "xiafs" , N_("XIAFS Volume"), 0 },
-+ { "zfs" , N_("ZFS Volume"), 1 },
- { "cifs" , N_("CIFS Volume"), 1 },
- };
-
diff --git a/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-hal-mounts.c b/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-hal-mounts.c
deleted file mode 100644
index f6b732f..0000000
--- a/devel/mate-vfs/files/patch-libmatevfs_mate-vfs-hal-mounts.c
+++ /dev/null
@@ -1,33 +0,0 @@
---- libmatevfs/mate-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006
-+++ libmatevfs/mate-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006
-@@ -627,20 +629,30 @@ _hal_volume_policy_check (MateVFSVolume
- "/",
- "/bin",
- "/boot",
-+ "/compat/linux/proc",
-+ "/compat/linux/sys",
- "/dev",
- "/etc",
- "/home",
- "/lib",
- "/lib64",
-+ "/libexec",
- "/media",
- "/mnt",
- "/opt",
-+ "/rescue",
- "/root",
- "/sbin",
- "/srv",
- "/tmp",
- "/usr",
-+ "/usr/local",
-+ "/usr/obj",
-+ "/usr/ports",
-+ "/usr/src",
-+ "/usr/X11R6",
- "/var",
-+ "/var/tmp",
- "/proc",
- "/sbin",
- NULL
diff --git a/devel/mate-vfs/files/patch-libmatevfs_xdgmime.c b/devel/mate-vfs/files/patch-libmatevfs_xdgmime.c
deleted file mode 100644
index 1061011..0000000
--- a/devel/mate-vfs/files/patch-libmatevfs_xdgmime.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libmatevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005
-+++ libmatevfs/xdgmime.c Wed Aug 24 16:52:47 2005
-@@ -234,7 +234,7 @@
-
- xdg_data_dirs = getenv ("XDG_DATA_DIRS");
- if (xdg_data_dirs == NULL)
-- xdg_data_dirs = "/usr/local/share/:/usr/share/";
-+ xdg_data_dirs = "%%LOCALBASE%%/share/";
-
- ptr = xdg_data_dirs;
-
diff --git a/devel/mate-vfs/files/patch-libmatevfs_xdgmimecache.h b/devel/mate-vfs/files/patch-libmatevfs_xdgmimecache.h
deleted file mode 100644
index 06e52ac..0000000
--- a/devel/mate-vfs/files/patch-libmatevfs_xdgmimecache.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- libmatevfs/xdgmimecache.h.orig 2008-06-12 10:25:40.000000000 -0400
-+++ libmatevfs/xdgmimecache.h 2008-06-14 00:49:59.000000000 -0400
-@@ -46,6 +46,9 @@ typedef struct _XdgMimeCache XdgMimeCach
- #define _xdg_mime_cache_get_icon XDG_RESERVED_ENTRY(cache_get_icon)
- #define _xdg_mime_cache_get_generic_icon XDG_RESERVED_ENTRY(cache_get_generic_icon)
- #define _xdg_mime_cache_glob_dump XDG_RESERVED_ENTRY(cache_glob_dump)
-+#define _xdg_mime_cache_is_valid_mime_type XDG_RESERVED_ENTRY(cache_is_valid_mime_type)
-+#define _xdg_mime_cache_mime_type_equal XDG_RESERVED_ENTRY(cache_mime_type_equal)
-+#define _xdg_mime_cache_media_type_equal XDG_RESERVED_ENTRY(cache_media_type_equal)
- #endif
-
- extern XdgMimeCache **_caches;
diff --git a/devel/mate-vfs/files/patch-mate-vfs-2.0.pc.in b/devel/mate-vfs/files/patch-mate-vfs-2.0.pc.in
deleted file mode 100644
index c81bcd2..0000000
--- a/devel/mate-vfs/files/patch-mate-vfs-2.0.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- mate-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006
-+++ mate-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006
-@@ -8,5 +8,5 @@
- Description: The MATE virtual file-system libraries
- Version: @VERSION@
- Requires: mateconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0
--Libs: -L${libdir} -lmatevfs-2
-+Libs: -L${libdir} -lmatevfs-2 @PTHREAD_LIB@
- Cflags: -I${includedir}/mate-vfs-2.0 -I${libdir}/mate-vfs-2.0/include
diff --git a/devel/mate-vfs/files/patch-mate-vfs-module-2.0.pc.in b/devel/mate-vfs/files/patch-mate-vfs-module-2.0.pc.in
deleted file mode 100644
index d672b66..0000000
--- a/devel/mate-vfs/files/patch-mate-vfs-module-2.0.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- mate-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006
-+++ mate-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006
-@@ -8,5 +8,5 @@
- Description: The MATE virtual file-system module include info
- Version: @VERSION@
- Requires: mateconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0
--Libs: -L${libdir} -lmatevfs-2
-+Libs: -L${libdir} -lmatevfs-2 @PTHREAD_LIB@
- Cflags: -I${includedir}/mate-vfs-2.0 -I${includedir}/mate-vfs-module-2.0 -I${libdir}/mate-vfs-2.0/include
diff --git a/devel/mate-vfs/files/patch-modules_file-method-acl.c b/devel/mate-vfs/files/patch-modules_file-method-acl.c
deleted file mode 100644
index 7ec9a33..0000000
--- a/devel/mate-vfs/files/patch-modules_file-method-acl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006
-+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006
-@@ -45,7 +45,7 @@
- #endif
-
- #ifdef HAVE_POSIX_ACL
--# include <acl/libacl.h>
-+# include <sys/acl.h>
- #define HAVE_ACL 1
- #endif
-
diff --git a/devel/mate-vfs/files/patch-modules_gzip-method.c b/devel/mate-vfs/files/patch-modules_gzip-method.c
deleted file mode 100644
index 3288d18..0000000
--- a/devel/mate-vfs/files/patch-modules_gzip-method.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- modules/gzip-method.c.orig 2010-03-25 16:05:12.000000000 -0400
-+++ modules/gzip-method.c 2010-03-25 16:06:56.000000000 -0400
-@@ -30,6 +30,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <time.h>
-+#undef _LARGEFILE64_SOURCE
- #include <zlib.h>
-
- struct _GZipMethodHandle {
diff --git a/devel/mate-vfs/pkg-deinstall.in b/devel/mate-vfs/pkg-deinstall.in
deleted file mode 100644
index fb31c68..0000000
--- a/devel/mate-vfs/pkg-deinstall.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-# $MCom$
-#
-# Restore mateconf keys of libmate.
-
-if [ "$2" != "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/mateconf/schemas/desktop_mate_applications_terminal.schemas
-
-if [ -f ${SCHEMAS} ]; then
- env MATECONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/mateconf/mateconf.xml.defaults \
- %%LOCALBASE%%/bin/mateconftool-2 --makefile-install-rule ${SCHEMAS} \
- > /dev/null || /usr/bin/true
-fi
-
-exit 0
diff --git a/devel/mate-vfs/pkg-descr b/devel/mate-vfs/pkg-descr
deleted file mode 100644
index a1d03c6..0000000
--- a/devel/mate-vfs/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The MATE Virtual File System allows applications and users to treat
-any number of file system concepts as a part of the local filesystem.
-With MateVFS, filesystems across the internet, on connected devices,
-and in multiple formats are as simple to access (and write code for)
-as any directory on the local machine.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/mate-vfs/pkg-install.in b/devel/mate-vfs/pkg-install.in
deleted file mode 100644
index 6619cf5..0000000
--- a/devel/mate-vfs/pkg-install.in
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-# $MCom$
-#
-# Restore mateconf keys of libmate.
-
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-
-SCHEMAS=%%LOCALBASE%%/etc/mateconf/schemas/desktop_mate_applications_terminal.schemas
-
-if [ -f ${SCHEMAS} ]; then
- env MATECONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/mateconf/mateconf.xml.defaults \
- %%LOCALBASE%%/bin/mateconftool-2 --makefile-install-rule ${SCHEMAS} \
- > /dev/null || /usr/bin/true
-fi
-
-exit 0
diff --git a/devel/mate-vfs/pkg-plist b/devel/mate-vfs/pkg-plist
deleted file mode 100644
index 1e819b6..0000000
--- a/devel/mate-vfs/pkg-plist
+++ /dev/null
@@ -1,315 +0,0 @@
-bin/matevfs-cat
-bin/matevfs-copy
-bin/matevfs-df
-bin/matevfs-info
-bin/matevfs-ls
-bin/matevfs-mkdir
-bin/matevfs-monitor
-bin/matevfs-mv
-bin/matevfs-rm
-etc/mate-vfs-2.0/modules/default-modules.conf
-etc/mate-vfs-2.0/modules/smb-module.conf
-etc/mate-vfs-2.0/modules/ssl-modules.conf
-include/mate-vfs-2.0/include/mate-vfs-file-size.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-ace.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-acl.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-address.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-application-registry.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-async-ops.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-cancellation.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-context.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-directory.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-dns-sd.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-drive.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-enum-types.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-file-info.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-file-size.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-find-directory.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-handle.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-init.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-job-limit.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-mime-deprecated.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-mime-handlers.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-mime-info-cache.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-mime-monitor.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-mime-utils.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-mime.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-module-callback.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-monitor.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-ops.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-resolve.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-result.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-standard-callbacks.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-types.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-uri.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-utils.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-version.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-volume-monitor.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-volume.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs-xfer.h
-include/mate-vfs-2.0/libmatevfs/mate-vfs.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-cancellable-ops.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-inet-connection.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-method.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-mime-info.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-module-callback-module-api.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-module-shared.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-module.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-parse-ls.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-pty.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-socket-buffer.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-socket.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-ssl.h
-include/mate-vfs-module-2.0/libmatevfs/mate-vfs-transform.h
-lib/libmatevfs-2.a
-lib/libmatevfs-2.la
-lib/libmatevfs-2.so
-lib/libmatevfs-2.so.0
-lib/mate-vfs-2.0/modules/libbzip2.a
-lib/mate-vfs-2.0/modules/libbzip2.la
-lib/mate-vfs-2.0/modules/libbzip2.so
-lib/mate-vfs-2.0/modules/libcomputer.a
-lib/mate-vfs-2.0/modules/libcomputer.la
-lib/mate-vfs-2.0/modules/libcomputer.so
-lib/mate-vfs-2.0/modules/libdns-sd.a
-lib/mate-vfs-2.0/modules/libdns-sd.la
-lib/mate-vfs-2.0/modules/libdns-sd.so
-lib/mate-vfs-2.0/modules/libfile.a
-lib/mate-vfs-2.0/modules/libfile.la
-lib/mate-vfs-2.0/modules/libfile.so
-lib/mate-vfs-2.0/modules/libftp.a
-lib/mate-vfs-2.0/modules/libftp.la
-lib/mate-vfs-2.0/modules/libftp.so
-lib/mate-vfs-2.0/modules/libgzip.a
-lib/mate-vfs-2.0/modules/libgzip.la
-lib/mate-vfs-2.0/modules/libgzip.so
-lib/mate-vfs-2.0/modules/libhttp.a
-lib/mate-vfs-2.0/modules/libhttp.la
-lib/mate-vfs-2.0/modules/libhttp.so
-lib/mate-vfs-2.0/modules/libnetwork.a
-lib/mate-vfs-2.0/modules/libnetwork.la
-lib/mate-vfs-2.0/modules/libnetwork.so
-lib/mate-vfs-2.0/modules/libnntp.a
-lib/mate-vfs-2.0/modules/libnntp.la
-lib/mate-vfs-2.0/modules/libnntp.so
-lib/mate-vfs-2.0/modules/libsftp.a
-lib/mate-vfs-2.0/modules/libsftp.la
-lib/mate-vfs-2.0/modules/libsftp.so
-lib/mate-vfs-2.0/modules/libsmb.a
-lib/mate-vfs-2.0/modules/libsmb.la
-lib/mate-vfs-2.0/modules/libsmb.so
-lib/mate-vfs-2.0/modules/libtar.a
-lib/mate-vfs-2.0/modules/libtar.la
-lib/mate-vfs-2.0/modules/libtar.so
-lib/mate-vfs-2.0/modules/libvfs-test.a
-lib/mate-vfs-2.0/modules/libvfs-test.la
-lib/mate-vfs-2.0/modules/libvfs-test.so
-libdata/pkgconfig/mate-vfs-2.0.pc
-libdata/pkgconfig/mate-vfs-module-2.0.pc
-libexec/mate-vfs-daemon
-share/dbus-1/services/mate-vfs-daemon.service
-share/doc/mate-vfs-2.0/about.html
-share/doc/mate-vfs-2.0/data-types.html
-share/doc/mate-vfs-2.0/home.png
-share/doc/mate-vfs-2.0/index.html
-share/doc/mate-vfs-2.0/index.sgml
-share/doc/mate-vfs-2.0/left.png
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-application-registry.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-async-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-cancellation.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-context.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-directory-basic-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-directory-find-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-directory-list-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-dns-sd.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-drive.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-advanced-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-basic-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-info-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-info.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-rw-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-size.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-file-trunc-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-inet-connection.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-init.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-method.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-mime-database-deprecated.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-mime-database.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-mime-monitor.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-mime-utils.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-mime.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-module-callback-module-api.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-module-callback.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-module-shared.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-module.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-monitor.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-parse-ls.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-resolve.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-result.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-socket-buffer.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-socket.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-ssl.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-standard-callbacks.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-transform.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-uri.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-utils.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-volume-monitor.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-volume.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0-mate-vfs-xfer.html
-share/doc/mate-vfs-2.0/mate-vfs-2.0.devhelp
-share/doc/mate-vfs-2.0/mate-vfs-2.0.devhelp2
-share/doc/mate-vfs-2.0/mate-vfs-basic-file-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-directory-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-file-and-dirs-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-file-async-ops.html
-share/doc/mate-vfs-2.0/mate-vfs-first-steps.html
-share/doc/mate-vfs-2.0/mate-vfs-writing-modules.html
-share/doc/mate-vfs-2.0/mime-registry.html
-share/doc/mate-vfs-2.0/modules.html
-share/doc/mate-vfs-2.0/networking.html
-share/doc/mate-vfs-2.0/right.png
-share/doc/mate-vfs-2.0/style.css
-share/doc/mate-vfs-2.0/up.png
-share/doc/mate-vfs-2.0/volumes.html
-share/locale/af/LC_MESSAGES/mate-vfs.mo
-share/locale/am/LC_MESSAGES/mate-vfs.mo
-share/locale/ar/LC_MESSAGES/mate-vfs.mo
-share/locale/as/LC_MESSAGES/mate-vfs.mo
-share/locale/ast/LC_MESSAGES/mate-vfs.mo
-share/locale/az/LC_MESSAGES/mate-vfs.mo
-share/locale/be/LC_MESSAGES/mate-vfs.mo
-share/locale/bg/LC_MESSAGES/mate-vfs.mo
-share/locale/bn/LC_MESSAGES/mate-vfs.mo
-share/locale/bn_IN/LC_MESSAGES/mate-vfs.mo
-share/locale/bs/LC_MESSAGES/mate-vfs.mo
-share/locale/ca/LC_MESSAGES/mate-vfs.mo
-share/locale/ca@valencia/LC_MESSAGES/mate-vfs.mo
-share/locale/cs/LC_MESSAGES/mate-vfs.mo
-share/locale/cy/LC_MESSAGES/mate-vfs.mo
-share/locale/da/LC_MESSAGES/mate-vfs.mo
-share/locale/de/LC_MESSAGES/mate-vfs.mo
-share/locale/dz/LC_MESSAGES/mate-vfs.mo
-share/locale/el/LC_MESSAGES/mate-vfs.mo
-share/locale/en@shaw/LC_MESSAGES/mate-vfs.mo
-share/locale/en_CA/LC_MESSAGES/mate-vfs.mo
-share/locale/en_GB/LC_MESSAGES/mate-vfs.mo
-share/locale/eo/LC_MESSAGES/mate-vfs.mo
-share/locale/es/LC_MESSAGES/mate-vfs.mo
-share/locale/et/LC_MESSAGES/mate-vfs.mo
-share/locale/eu/LC_MESSAGES/mate-vfs.mo
-share/locale/fa/LC_MESSAGES/mate-vfs.mo
-share/locale/fi/LC_MESSAGES/mate-vfs.mo
-share/locale/fr/LC_MESSAGES/mate-vfs.mo
-share/locale/ga/LC_MESSAGES/mate-vfs.mo
-share/locale/gl/LC_MESSAGES/mate-vfs.mo
-share/locale/gu/LC_MESSAGES/mate-vfs.mo
-share/locale/he/LC_MESSAGES/mate-vfs.mo
-share/locale/hi/LC_MESSAGES/mate-vfs.mo
-share/locale/hr/LC_MESSAGES/mate-vfs.mo
-share/locale/hu/LC_MESSAGES/mate-vfs.mo
-share/locale/id/LC_MESSAGES/mate-vfs.mo
-share/locale/is/LC_MESSAGES/mate-vfs.mo
-share/locale/it/LC_MESSAGES/mate-vfs.mo
-share/locale/ja/LC_MESSAGES/mate-vfs.mo
-share/locale/ka/LC_MESSAGES/mate-vfs.mo
-share/locale/kn/LC_MESSAGES/mate-vfs.mo
-share/locale/ko/LC_MESSAGES/mate-vfs.mo
-share/locale/ku/LC_MESSAGES/mate-vfs.mo
-share/locale/li/LC_MESSAGES/mate-vfs.mo
-share/locale/lt/LC_MESSAGES/mate-vfs.mo
-share/locale/lv/LC_MESSAGES/mate-vfs.mo
-share/locale/mai/LC_MESSAGES/mate-vfs.mo
-share/locale/mg/LC_MESSAGES/mate-vfs.mo
-share/locale/mk/LC_MESSAGES/mate-vfs.mo
-share/locale/ml/LC_MESSAGES/mate-vfs.mo
-share/locale/mn/LC_MESSAGES/mate-vfs.mo
-share/locale/mr/LC_MESSAGES/mate-vfs.mo
-share/locale/ms/LC_MESSAGES/mate-vfs.mo
-share/locale/nb/LC_MESSAGES/mate-vfs.mo
-share/locale/ne/LC_MESSAGES/mate-vfs.mo
-share/locale/nl/LC_MESSAGES/mate-vfs.mo
-share/locale/nn/LC_MESSAGES/mate-vfs.mo
-share/locale/nso/LC_MESSAGES/mate-vfs.mo
-share/locale/oc/LC_MESSAGES/mate-vfs.mo
-share/locale/or/LC_MESSAGES/mate-vfs.mo
-share/locale/pa/LC_MESSAGES/mate-vfs.mo
-share/locale/pl/LC_MESSAGES/mate-vfs.mo
-share/locale/pt/LC_MESSAGES/mate-vfs.mo
-share/locale/pt_BR/LC_MESSAGES/mate-vfs.mo
-share/locale/ro/LC_MESSAGES/mate-vfs.mo
-share/locale/ru/LC_MESSAGES/mate-vfs.mo
-share/locale/rw/LC_MESSAGES/mate-vfs.mo
-share/locale/sk/LC_MESSAGES/mate-vfs.mo
-share/locale/sl/LC_MESSAGES/mate-vfs.mo
-share/locale/sq/LC_MESSAGES/mate-vfs.mo
-share/locale/sr/LC_MESSAGES/mate-vfs.mo
-share/locale/sr@ije/LC_MESSAGES/mate-vfs.mo
-share/locale/sr@latin/LC_MESSAGES/mate-vfs.mo
-share/locale/sv/LC_MESSAGES/mate-vfs.mo
-share/locale/ta/LC_MESSAGES/mate-vfs.mo
-share/locale/te/LC_MESSAGES/mate-vfs.mo
-share/locale/th/LC_MESSAGES/mate-vfs.mo
-share/locale/tr/LC_MESSAGES/mate-vfs.mo
-share/locale/uk/LC_MESSAGES/mate-vfs.mo
-share/locale/uz/LC_MESSAGES/mate-vfs.mo
-share/locale/uz@cyrillic/LC_MESSAGES/mate-vfs.mo
-share/locale/vi/LC_MESSAGES/mate-vfs.mo
-share/locale/wa/LC_MESSAGES/mate-vfs.mo
-share/locale/xh/LC_MESSAGES/mate-vfs.mo
-share/locale/yi/LC_MESSAGES/mate-vfs.mo
-share/locale/zh_CN/LC_MESSAGES/mate-vfs.mo
-share/locale/zh_HK/LC_MESSAGES/mate-vfs.mo
-share/locale/zh_TW/LC_MESSAGES/mate-vfs.mo
-share/locale/zu/LC_MESSAGES/mate-vfs.mo
-@dirrmtry share/locale/zu/LC_MESSAGES
-@dirrmtry share/locale/zu
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
-@dirrmtry share/locale/uz@cyrillic
-@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/sr@ije/LC_MESSAGES
-@dirrmtry share/locale/sr@ije
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nso/LC_MESSAGES
-@dirrmtry share/locale/nso
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrm share/doc/mate-vfs-2.0
-@dirrmtry share/dbus-1/services
-@dirrmtry share/dbus-1
-@dirrm include/mate-vfs-module-2.0/libmatevfs
-@dirrm include/mate-vfs-module-2.0
-@dirrm include/mate-vfs-2.0/libmatevfs
-@dirrm include/mate-vfs-2.0/include
-@dirrm include/mate-vfs-2.0
-@dirrm etc/mate-vfs-2.0/modules
-@dirrm etc/mate-vfs-2.0
diff --git a/devel/python-corba/Makefile b/devel/python-corba/Makefile
deleted file mode 100644
index ac7ab6d..0000000
--- a/devel/python-corba/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: py-orbit2
-# Date created: 04 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom$
-#
-
-PORTNAME= python-corba
-PORTVERSION= 1.4.0
-CATEGORIES= devel python mate
-MASTER_SITES= MATE
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DIST_SUBDIR= mate
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Python bindings for MateCORBA2
-
-USE_XZ= yes
-USE_MATE= autogen common:build corba matehack
-USE_GMAKE= yes
-USE_PYTHON= yes
-USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
-USE_PKGCONFIG= build
-GNU_CONFIGURE= yes
-LDFLAGS+= ${PTHREAD_LIBS}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|\./libtool|${LIBTOOL}|g' \
- ${WRKSRC}/configure.in
-
-.include <bsd.port.mk>
diff --git a/devel/python-corba/distinfo b/devel/python-corba/distinfo
deleted file mode 100644
index 9e74fbb..0000000
--- a/devel/python-corba/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mate/python-corba-1.4.0.tar.xz) = 275570e06e3bd39e705790f24d6a492b0272fb83304b47deb08361500d63e0e5
-SIZE (mate/python-corba-1.4.0.tar.xz) = 94460
diff --git a/devel/python-corba/pkg-descr b/devel/python-corba/pkg-descr
deleted file mode 100644
index 65b6126..0000000
--- a/devel/python-corba/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-To paraphrase the README:
-
-This is a Python language binding for the MateCORBA2 CORBA implementation.
-It aims to take advantage of new features found in MateCORBA2 to make
-language bindings more efficient. This includes:
- - Use of MateCORBA2 type libraries to generate stubs
- - use of the ORBit_small_invoke_stub() call for operation
- invocation, which allows for short circuited invocation on local
- objects.
-
-WWW: http://mate-desktop.org/
diff --git a/devel/python-corba/pkg-plist b/devel/python-corba/pkg-plist
deleted file mode 100644
index 919b2c8..0000000
--- a/devel/python-corba/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-include/pymatecorba-2/pymatecorba.h
-%%PYTHON_SITELIBDIR%%/MATECORBA.py
-%%PYTHON_SITELIBDIR%%/MATECORBA.pyc
-%%PYTHON_SITELIBDIR%%/MATECORBA.pyo
-%%PYTHON_SITELIBDIR%%/MateCORBA.a
-%%PYTHON_SITELIBDIR%%/MateCORBA.la
-%%PYTHON_SITELIBDIR%%/MateCORBA.so
-%%PYTHON_SITELIBDIR%%/MatePortableServer.py
-%%PYTHON_SITELIBDIR%%/MatePortableServer.pyc
-%%PYTHON_SITELIBDIR%%/MatePortableServer.pyo
-libdata/pkgconfig/pymatecorba-2.pc
-@dirrm include/pymatecorba-2