Landry Breuil wrote:
[...]

> devel/libxfce4util :
> http://gcu.info/~gaston/patches/devel-libxfce4util.diff
> - patches/patch-Makefile_in is not any longer relevant. Nothing special
>   here, only version bump..

we need this patch, to removing the gtk-docs

> - Why not move this port into x11/xfce4 too ? It'll be more 'consistent'
>   with other Xfce libs...

remove USE_BZIP2
regen PLIST, patches, distinfo

> x11/xfce4/libxfcegui4 :
> http://gcu.info/~gaston/patches/x11-xfce4-libxfcegui4.diff
> - databases/dbh and textproc/libxml are not dependencies anymore, byebye
> - don't know if MODGNU_SHARED_LIBS is still necessary

remove PKGNAME, MODGNU_SHARED_LIBS, EXTRACT_SUFX > add to Makefile.inc

> - patches not necessary

we need this patch

@conflict xfce4-panel-4.2.3 for icons
regen PLIST, patches, distinfo

> x11/xfce4/libxfce4mcs :
> http://gcu.info/~gaston/patches/x11-xfce4-libxfce4mcs.diff
> - don't know if MODGNU_SHARED_LIBS is still necessary
> - patches not necessary
s.o.

> x11/xfce4/xfce-mcs-manager :
> http://gcu.info/~gaston/patches/x11-xfce4-xfce-mcs-manager.diff
> - nothing special
>
> x11/xfce4/xfce-mcs-plugins :
> http://gcu.info/~gaston/patches/x11-xfce4-xfce-mcs-plugins.diff
> - nothing special

remove PKGNAME, EXTRACT_SUFX
regen PLIST, patches, distinfo

> x11/xfce4/Makefile.inc :
> http://gcu.info/~gaston/patches/x11-xfce4-Makefile.inc.diff
> - USE_BZIP2 added for sources

removed and add EXTRACT_SUFX

> xfprint still needs to be ported, but i don't have a printer.. i'll have
> a look at it someday.

i`m working on a port of xfprint

tested on i386 current
cvs-patches attached

the rest need more test and review


Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/devel/libxfce4util/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    16 Dec 2006 12:22:33 -0000      1.7
+++ Makefile    10 Apr 2007 18:20:01 -0000
@@ -1,12 +1,13 @@
 # $OpenBSD: Makefile,v 1.7 2006/12/16 12:22:33 espie Exp $
 
 COMMENT=       "basic utility library for xfce4"
-V=             4.2.3.2
-DISTNAME=      libxfce4util-${V}
-SHARED_LIBS=   xfce4util 1.9
+V=             4.4.0
+DISTNAME=      libxfce4util-4.4.0
+SHARED_LIBS=   xfce4util 1.10
 
 CATEGORIES=    devel
 MASTER_SITES=  http://www.xfce.org/archive/xfce-${V}/src/
+EXTRACT_SUFX=  .tar.bz2
 DIST_SUBDIR=   xfce4
 
 HOMEPAGE=      http://www.xfce.org/
@@ -21,7 +22,7 @@ USE_LIBTOOL=  Yes
 
 WANTLIB=       c
 MODULES=       devel/gettext
-LIB_DEPENDS=   glib-2.0.>=400.8,gobject-2.0.>=400.8::devel/glib2
+LIB_DEPENDS=   glib-2.0.>=1000,gobject-2.0.>=1000::devel/glib2
 
 CONFIGURE_STYLE=gnu
 CONFIGURE_ARGS+=--disable-gtk-doc
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/devel/libxfce4util/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    5 Apr 2007 15:37:56 -0000       1.5
+++ distinfo    9 Apr 2007 12:14:23 -0000
@@ -1,5 +1,5 @@
-MD5 (xfce4/libxfce4util-4.2.3.2.tar.gz) = LTErpI2mElAdZ3b4tKZXlw==
-RMD160 (xfce4/libxfce4util-4.2.3.2.tar.gz) = kR8wsrx+oD/KMkobOojPaNoGKs0=
-SHA1 (xfce4/libxfce4util-4.2.3.2.tar.gz) = shSj/nwvZf2Vh0IC/uWdrpQvtg8=
-SHA256 (xfce4/libxfce4util-4.2.3.2.tar.gz) = 
NE4N7JGD+8kPOO2Ifwzk+rgtUMMHaukr0nCG8/ptcXA=
-SIZE (xfce4/libxfce4util-4.2.3.2.tar.gz) = 469106
+MD5 (xfce4/libxfce4util-4.4.0.tar.bz2) = VD+47+ltboP4l6fGTEjp5g==
+RMD160 (xfce4/libxfce4util-4.4.0.tar.bz2) = D3OL0dJPRsKMlpRw1ZKRiGlPVB0=
+SHA1 (xfce4/libxfce4util-4.4.0.tar.bz2) = 8hRiG4NqGWeDJYyHAPRePcTBVuM=
+SHA256 (xfce4/libxfce4util-4.4.0.tar.bz2) = 
R8oK6N0rxl8FYDyiocN618ijfl2+7JI7SAt36CEtF4Y=
+SIZE (xfce4/libxfce4util-4.4.0.tar.bz2) = 326862
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/openbsd/ports/devel/libxfce4util/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   14 Nov 2005 05:12:29 -0000      1.2
+++ patches/patch-Makefile_in   9 Apr 2007 14:07:03 -0000
@@ -1,11 +1,11 @@
 $OpenBSD: patch-Makefile_in,v 1.2 2005/11/14 05:12:29 jolan Exp $
---- Makefile.in.orig   Mon Nov  7 14:20:04 2005
-+++ Makefile.in        Thu Nov 10 05:28:55 2005
-@@ -189,7 +189,6 @@ sysconfdir = @sysconfdir@
+--- Makefile.in.orig   Sat Jan 20 10:57:53 2007
++++ Makefile.in        Mon Apr  9 16:06:53 2007
+@@ -213,7 +213,6 @@ sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  SUBDIRS = \
        libxfce4util                                                    \
 -      docs                                                            \
-       m4                                                              \
+       po                                                              \
        xfce4-kiosk-query
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/devel/libxfce4util/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   14 Nov 2005 05:12:29 -0000      1.2
+++ pkg/PLIST   9 Apr 2007 14:08:56 -0000
@@ -5,25 +5,50 @@ include/xfce4/libxfce4util/
 include/xfce4/libxfce4util/debug.h
 include/xfce4/libxfce4util/i18n.h
 include/xfce4/libxfce4util/libxfce4util-config.h
+include/xfce4/libxfce4util/libxfce4util-enum-types.h
 include/xfce4/libxfce4util/libxfce4util.h
 include/xfce4/libxfce4util/utf8.h
-include/xfce4/libxfce4util/util-enum-types.h
 include/xfce4/libxfce4util/util.h
 include/xfce4/libxfce4util/xfce-desktopentry.h
 include/xfce4/libxfce4util/xfce-fileutils.h
 include/xfce4/libxfce4util/xfce-generics.h
+include/xfce4/libxfce4util/xfce-i18n.h
 include/xfce4/libxfce4util/xfce-kiosk.h
+include/xfce4/libxfce4util/xfce-license.h
 include/xfce4/libxfce4util/xfce-miscutils.h
 include/xfce4/libxfce4util/xfce-rc.h
 include/xfce4/libxfce4util/xfce-resource.h
+include/xfce4/libxfce4util/xfce-utf8.h
 lib/libxfce4util.a
 lib/libxfce4util.la
 lib/pkgconfig/
 lib/pkgconfig/libxfce4util-1.0.pc
 sbin/xfce4-kiosk-query
-share/xfce4/
-share/xfce4/m4/
-share/xfce4/m4/X11.m4
-share/xfce4/m4/debug.m4
-share/xfce4/m4/depends.m4
-share/xfce4/m4/i18n.m4
+share/locale/ca/LC_MESSAGES/libxfce4util.mo
+share/locale/cs/LC_MESSAGES/libxfce4util.mo
+share/locale/cy/
+share/locale/cy/LC_MESSAGES/
+share/locale/cy/LC_MESSAGES/libxfce4util.mo
+share/locale/de/LC_MESSAGES/libxfce4util.mo
+share/locale/dz/
+share/locale/dz/LC_MESSAGES/
+share/locale/dz/LC_MESSAGES/libxfce4util.mo
+share/locale/fi/LC_MESSAGES/libxfce4util.mo
+share/locale/fr/LC_MESSAGES/libxfce4util.mo
+share/locale/gl/LC_MESSAGES/libxfce4util.mo
+share/locale/he/LC_MESSAGES/libxfce4util.mo
+share/locale/ja/LC_MESSAGES/libxfce4util.mo
+share/locale/ka/
+share/locale/ka/LC_MESSAGES/
+share/locale/ka/LC_MESSAGES/libxfce4util.mo
+share/locale/ko/LC_MESSAGES/libxfce4util.mo
+share/locale/lt/
+share/locale/lt/LC_MESSAGES/
+share/locale/lt/LC_MESSAGES/libxfce4util.mo
+share/locale/mk/
+share/locale/mk/LC_MESSAGES/
+share/locale/mk/LC_MESSAGES/libxfce4util.mo
+share/locale/nl/LC_MESSAGES/libxfce4util.mo
+share/locale/pl/LC_MESSAGES/libxfce4util.mo
+share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo
+share/locale/uk/LC_MESSAGES/libxfce4util.mo
Index: Makefile.inc
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/Makefile.inc,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile.inc
--- Makefile.inc        25 Sep 2006 03:01:46 -0000      1.4
+++ Makefile.inc        10 Apr 2007 17:51:48 -0000
@@ -1,6 +1,8 @@
 # $OpenBSD: Makefile.inc,v 1.4 2006/09/25 03:01:46 pedro Exp $
 
 CATEGORIES=    x11
+
+EXTRACT_SUFX=  .tar.bz2
 DIST_SUBDIR=   xfce4
 
 USE_LIBTOOL?=  Yes
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfce4mcs/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    16 Dec 2006 12:22:36 -0000      1.8
+++ Makefile    10 Apr 2007 18:46:52 -0000
@@ -1,18 +1,10 @@
 # $OpenBSD: Makefile,v 1.8 2006/12/16 12:22:36 espie Exp $
 
 COMMENT=       "settings management library used by most xfce4 modules"
-DISTNAME=      libxfce4mcs-${V}
-PKGNAME=       ${DISTNAME}p0
-V=             4.2.3
-SHARED_LIBS=   xfce4mcs-client 2.5 \
-               xfce4mcs-manager 2.5
-MODGNU_SHARED_LIBS= \
-       xfce4mcs-client \
-       '-export-dynamic -export-symbols-regex "^[^_].*" -L${X11BASE}/lib' \
-       xfce4mcs-manager \
-       '-export-dynamic -export-symbols-regex "^[^_].*" -L${X11BASE}/lib'
-LIBxfce4mcs-client_ALIAS=      xfce4mcs_client
-LIBxfce4mcs-manager_ALIAS=     xfce4mcs_manager
+V=             4.4.0
+DISTNAME=      libxfce4mcs-4.4.0
+SHARED_LIBS=   xfce4mcs-client 3.0 \
+               xfce4mcs-manager 3.0
 
 MASTER_SITES=  http://www.xfce.org/archive/xfce-${V}/src/
 
@@ -25,8 +17,11 @@ PERMIT_PACKAGE_CDROM=        Yes
 PERMIT_PACKAGE_FTP=    Yes
 
 MODULES=       devel/gettext
-LIB_DEPENDS=   glib-2.0,gobject-2.0::devel/glib2 \
-               xfce4util.>=1.6::devel/libxfce4util
-WANTLIB=       ICE SM X11
+LIB_DEPENDS=   glib-2.0.>=1000,gobject-2.0.>=1000::devel/glib2 \
+               startup-notification-1::devel/startup-notification \
+               xfce4util.>=1.10::devel/libxfce4util
+WANTLIB=       ICE SM X11 Xau Xdmcp
+
+CONFIGURE_ARGS+=--disable-gtk-doc
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfce4mcs/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Apr 2007 17:36:26 -0000       1.4
+++ distinfo    9 Apr 2007 14:39:22 -0000
@@ -1,5 +1,5 @@
-MD5 (xfce4/libxfce4mcs-4.2.3.tar.gz) = syRAJL6n9XVvTA9UG8JBKA==
-RMD160 (xfce4/libxfce4mcs-4.2.3.tar.gz) = h0R3mC9HFQearOd1sXjnY1IZhEM=
-SHA1 (xfce4/libxfce4mcs-4.2.3.tar.gz) = 5+kmy8MZqJPVPF2r7V8GUayyD24=
-SHA256 (xfce4/libxfce4mcs-4.2.3.tar.gz) = 
UqOjsDTLZ94iQlLNkFdjJ3CA+aBo8yqHn28w4Y5fyNw=
-SIZE (xfce4/libxfce4mcs-4.2.3.tar.gz) = 384594
+MD5 (xfce4/libxfce4mcs-4.4.0.tar.bz2) = IkhjUJt/VG+hyhmDdMQk0w==
+RMD160 (xfce4/libxfce4mcs-4.4.0.tar.bz2) = HxTsqZM8vwshgb/U8oDOAQ12kwo=
+SHA1 (xfce4/libxfce4mcs-4.4.0.tar.bz2) = Esky2QRfZnIiWrMee6XGdlp5MR8=
+SHA256 (xfce4/libxfce4mcs-4.4.0.tar.bz2) = 
NfLNIk+Y08KW2PSmKZoemdCahB1lubNDHtyhAsFXiPo=
+SIZE (xfce4/libxfce4mcs-4.4.0.tar.bz2) = 259923
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfce4mcs/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   10 Nov 2005 22:57:38 -0000      1.2
+++ patches/patch-Makefile_in   9 Apr 2007 19:40:47 -0000
@@ -1,12 +1,13 @@
 $OpenBSD: patch-Makefile_in,v 1.2 2005/11/10 22:57:38 jolan Exp $
---- Makefile.in.orig   Sun Nov  6 04:45:15 2005
-+++ Makefile.in        Thu Nov 10 05:38:33 2005
-@@ -194,7 +194,7 @@ sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = libxfce4mcs docs
-+SUBDIRS = libxfce4mcs
+--- Makefile.in.orig   Sat Jan 20 15:55:14 2007
++++ Makefile.in        Mon Apr  9 21:40:36 2007
+@@ -213,8 +213,7 @@ target_cpu = @target_cpu@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ SUBDIRS = \
+-      libxfce4mcs                                                     \
+-      docs
++      libxfce4mcs
+ 
  EXTRA_DIST = \
        AUTHORS                                                         \
-       COPYING                                                         \
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfcegui4/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    16 Dec 2006 12:22:36 -0000      1.10
+++ Makefile    10 Apr 2007 18:09:45 -0000
@@ -1,12 +1,9 @@
 # $OpenBSD: Makefile,v 1.10 2006/12/16 12:22:36 espie Exp $
 
 COMMENT=       "widget library for xfce4"
-V=             4.2.3
+V=             4.4.0
 DISTNAME=      libxfcegui4-${V}
-PKGNAME=       ${DISTNAME}p3
-SHARED_LIBS=   xfcegui4 3.6
-MODGNU_SHARED_LIBS=    xfcegui4 \
-       '-export-dynamic -export-symbols-regex "^[^_].*" -L${X11BASE}/lib'
+SHARED_LIBS=   xfcegui4 4.0
 MASTER_SITES=  http://www.xfce.org/archive/xfce-${V}/src/
 
 HOMEPAGE=      http://www.xfce.org/
@@ -18,15 +15,14 @@ PERMIT_PACKAGE_CDROM=       Yes
 PERMIT_PACKAGE_FTP=    Yes
 
 MODULES=       devel/gettext
-BUILD_DEPENDS= ::databases/dbh \
-               ::textproc/libxml
-LIB_DEPENDS=   xfce4util.>=1.6::devel/libxfce4util \
-               atk-1.0.>=800.0::devel/atk \
-               
gmodule-2.0.>=400.8,gobject-2.0.>=400.8,glib-2.0.>=400.8::devel/glib2 \
+LIB_DEPENDS=   xfce4util.>=1.10::devel/libxfce4util \
+               atk-1.0.>=1011.3::devel/atk \
+               
gmodule-2.0.>=1000.3,gobject-2.0.>=1000.3,glib-2.0.>=1000.3::devel/glib2 \
                pango-1.0,pangocairo-1.0,pangoft2-1.0::devel/pango \
                startup-notification-1::devel/startup-notification \
-               
gdk-x11-2.0.>=400.14,gdk_pixbuf-2.0.>=400.14,gtk-x11-2.0.>=400.14::x11/gtk+2
-WANTLIB=       ICE SM X11 Xext Xrender cairo fontconfig freetype glitz m png z
+               
gdk-x11-2.0.>=802,gdk_pixbuf-2.0.>=802,gtk-x11-2.0.>=802::x11/gtk+2
+WANTLIB=       ICE SM X11 Xau Xdmcp Xrender cairo expat fontconfig \
+               freetype glitz m png z
 
 CONFIGURE_ARGS+=--disable-gtk-doc
 
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfcegui4/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Apr 2007 17:36:26 -0000       1.4
+++ distinfo    9 Apr 2007 14:29:44 -0000
@@ -1,5 +1,5 @@
-MD5 (xfce4/libxfcegui4-4.2.3.tar.gz) = XSuueMXvZukUrnqTC73rVw==
-RMD160 (xfce4/libxfcegui4-4.2.3.tar.gz) = kz3mLISauYNt1RcEQJGfoqo6AfA=
-SHA1 (xfce4/libxfcegui4-4.2.3.tar.gz) = F9FL0dY8/EbkVxtuG38sQsk2eYQ=
-SHA256 (xfce4/libxfcegui4-4.2.3.tar.gz) = 
ZVyMhlfBbPT7lAByK+saZYQcCFHiehOMCLGQjV4lQUI=
-SIZE (xfce4/libxfcegui4-4.2.3.tar.gz) = 883443
+MD5 (xfce4/libxfcegui4-4.4.0.tar.bz2) = Ewz2eIH3nE9uxIgaHQ1Yjw==
+RMD160 (xfce4/libxfcegui4-4.4.0.tar.bz2) = /oO9VZ8XMAJAatY7MjiKLsvnoNI=
+SHA1 (xfce4/libxfcegui4-4.4.0.tar.bz2) = Z6GSCca1FU06cffud8KxW6NHW9k=
+SHA256 (xfce4/libxfcegui4-4.4.0.tar.bz2) = 
gKvU09IYJdjOo2LxPcA6U87JAt0guQiv2KHX2nZA2sE=
+SIZE (xfce4/libxfcegui4-4.4.0.tar.bz2) = 562299
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfcegui4/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   10 Nov 2005 22:57:38 -0000      1.2
+++ patches/patch-Makefile_in   9 Apr 2007 14:28:40 -0000
@@ -1,12 +1,11 @@
 $OpenBSD: patch-Makefile_in,v 1.2 2005/11/10 22:57:38 jolan Exp $
---- Makefile.in.orig   Sun Nov  6 04:44:28 2005
-+++ Makefile.in        Thu Nov 10 05:34:13 2005
-@@ -249,7 +249,7 @@ sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--SUBDIRS = libxfcegui4 xfce4-modules docs po pixmaps
-+SUBDIRS = libxfcegui4 xfce4-modules po pixmaps
- hicolordir = $(datadir)/xfce4
- hicolor_DATA = hicolor-index.theme
- EXTRA_DIST = \
+--- Makefile.in.orig   Sat Jan 20 16:17:50 2007
++++ Makefile.in        Mon Apr  9 16:28:30 2007
+@@ -233,7 +233,6 @@ target_alias = @target_alias@
+ SUBDIRS = \
+       icons                                                           \
+       libxfcegui4                                                     \
+-      docs                                                            \
+       po
+ 
+ AUTOMAKE_OPTIONS = \
Index: patches/patch-xfce4-modules_combo_Makefile_in
===================================================================
RCS file: 
/cvs/openbsd/ports/x11/xfce4/libxfcegui4/patches/patch-xfce4-modules_combo_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-xfce4-modules_combo_Makefile_in
--- patches/patch-xfce4-modules_combo_Makefile_in       27 Dec 2005 21:06:09 
-0000      1.1
+++ patches/patch-xfce4-modules_combo_Makefile_in       9 Apr 2007 19:21:33 
-0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-xfce4-modules_combo_Makefile_in,v 1.1 2005/12/27 21:06:09 
naddy Exp $
---- xfce4-modules/combo/Makefile.in.orig       Tue Dec 27 00:12:04 2005
-+++ xfce4-modules/combo/Makefile.in    Tue Dec 27 00:14:57 2005
-@@ -247,7 +247,7 @@ plugindir = $(libdir)/xfce4/modules
- plugin_LTLIBRARIES = libxfce4_combo.la
- libxfce4_comboincludedir = $(includedir)/xfce4/xfce4-modules
- libxfce4_combo_la_SOURCES = combo.c 
--libxfce4_combo_la_LDFLAGS = -export-dynamic $(am__append_1)
-+libxfce4_combo_la_LDFLAGS = -export-dynamic -module -avoid-version
- @[EMAIL PROTECTED] = \
- @HAVE_CYGWIN_TRUE@    @GTK_LIBS@                                              
        \
- @HAVE_CYGWIN_TRUE@    @LIBDBH_LIBS@
Index: patches/patch-xfce4-modules_mime-applications_Makefile_in
===================================================================
RCS file: 
/cvs/openbsd/ports/x11/xfce4/libxfcegui4/patches/patch-xfce4-modules_mime-applications_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-xfce4-modules_mime-applications_Makefile_in
--- patches/patch-xfce4-modules_mime-applications_Makefile_in   27 Dec 2005 
21:06:09 -0000      1.1
+++ patches/patch-xfce4-modules_mime-applications_Makefile_in   9 Apr 2007 
19:21:43 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-xfce4-modules_mime-applications_Makefile_in,v 1.1 2005/12/27 
21:06:09 naddy Exp $
---- xfce4-modules/mime-applications/Makefile.in.orig   Tue Dec 27 00:13:56 2005
-+++ xfce4-modules/mime-applications/Makefile.in        Tue Dec 27 00:14:25 2005
-@@ -248,7 +248,7 @@ plugindir = $(libdir)/xfce4/modules
- plugin_LTLIBRARIES = libxfce4_mime.la 
- libxfce4_mimeincludedir = $(includedir)/xfce4/xfce4-modules
- libxfce4_mime_la_SOURCES = mime.c 
--libxfce4_mime_la_LDFLAGS = -export-dynamic -module $(am__append_1)
-+libxfce4_mime_la_LDFLAGS = -export-dynamic -module -avoid-version
- @[EMAIL PROTECTED] = \
- @HAVE_CYGWIN_TRUE@    @LIBXFCE4UTIL_LIBS@                                     
        \
- @HAVE_CYGWIN_TRUE@    @GTK_LIBS@                                              
        \
Index: patches/patch-xfce4-modules_mime-icons_Makefile_in
===================================================================
RCS file: 
/cvs/openbsd/ports/x11/xfce4/libxfcegui4/patches/patch-xfce4-modules_mime-icons_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-xfce4-modules_mime-icons_Makefile_in
--- patches/patch-xfce4-modules_mime-icons_Makefile_in  27 Dec 2005 21:06:09 
-0000      1.1
+++ patches/patch-xfce4-modules_mime-icons_Makefile_in  9 Apr 2007 19:21:50 
-0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-xfce4-modules_mime-icons_Makefile_in,v 1.1 2005/12/27 21:06:09 
naddy Exp $
---- xfce4-modules/mime-icons/Makefile.in.orig  Tue Dec 27 00:15:10 2005
-+++ xfce4-modules/mime-icons/Makefile.in       Tue Dec 27 00:15:29 2005
-@@ -251,7 +251,7 @@ plugindir = $(libdir)/xfce4/modules
- plugin_LTLIBRARIES = libxfce4_mime_icons.la
- libxfce4_mime_iconsincludedir = $(includedir)/xfce4/xfce4-modules
- libxfce4_mime_icons_la_SOURCES = mime_icons.c icon-theme.c icon-theme.h
--libxfce4_mime_icons_la_LDFLAGS = -export-dynamic $(am__append_1)
-+libxfce4_mime_icons_la_LDFLAGS = -export-dynamic -module -avoid-version
- @[EMAIL PROTECTED] = \
- @HAVE_CYGWIN_TRUE@    $(top_builddir)/libxfcegui4/libxfcegui4.la              
        \
- @HAVE_CYGWIN_TRUE@    @LIBXFCE4UTIL_LIBS@                                     
        \
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfcegui4/pkg/PFRAG.shared,v
retrieving revision 1.4
diff -u -p -r1.4 PFRAG.shared
--- pkg/PFRAG.shared    27 Dec 2005 21:06:09 -0000      1.4
+++ pkg/PFRAG.shared    9 Apr 2007 14:18:48 -0000
@@ -1,5 +1,2 @@
 @comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/27 21:06:09 naddy Exp $
 @lib lib/libxfcegui4.so.${LIBxfcegui4_VERSION}
-lib/xfce4/modules/libxfce4_combo.so
-lib/xfce4/modules/libxfce4_mime.so
-lib/xfce4/modules/libxfce4_mime_icons.so
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/libxfcegui4/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   10 Nov 2005 22:57:38 -0000      1.3
+++ pkg/PLIST   10 Apr 2007 18:38:51 -0000
@@ -1,10 +1,12 @@
 @comment $OpenBSD: PLIST,v 1.3 2005/11/10 22:57:38 jolan Exp $
[EMAIL PROTECTED] xfce4-panel-4.2.3
 %%SHARED%%
 include/xfce4/
 include/xfce4/libxfcegui4/
 include/xfce4/libxfcegui4/dialogs.h
 include/xfce4/libxfcegui4/gtk_style.h
 include/xfce4/libxfcegui4/gtktoxevent.h
+include/xfce4/libxfcegui4/gui-enum-types.h
 include/xfce4/libxfcegui4/icons.h
 include/xfce4/libxfcegui4/libnetk.h
 include/xfce4/libxfcegui4/libxfcegui4-config.h
@@ -30,7 +32,11 @@ include/xfce4/libxfcegui4/xfce-exec.h
 include/xfce4/libxfcegui4/xfce-filechooser.h
 include/xfce4/libxfcegui4/xfce-gdk-extensions.h
 include/xfce4/libxfcegui4/xfce-gtk-extensions.h
+include/xfce4/libxfcegui4/xfce-heading.h
 include/xfce4/libxfcegui4/xfce-icontheme.h
+include/xfce4/libxfcegui4/xfce-startup-notification.h
+include/xfce4/libxfcegui4/xfce-titled-dialog.h
+include/xfce4/libxfcegui4/xfce-widget-helpers.h
 include/xfce4/libxfcegui4/xfce_aboutdialog.h
 include/xfce4/libxfcegui4/xfce_clock.h
 include/xfce4/libxfcegui4/xfce_decorbutton.h
@@ -44,34 +50,43 @@ include/xfce4/libxfcegui4/xfce_scaled_im
 include/xfce4/libxfcegui4/xfce_systemtray.h
 include/xfce4/libxfcegui4/xfce_togglebutton.h
 include/xfce4/libxfcegui4/xinerama.h
-include/xfce4/xfce4-modules/
-include/xfce4/xfce4-modules/combo.h
-include/xfce4/xfce4-modules/constants.h
-include/xfce4/xfce4-modules/mime.h
-include/xfce4/xfce4-modules/mime_icons.h
 lib/libxfcegui4.a
 lib/libxfcegui4.la
 lib/pkgconfig/
 lib/pkgconfig/libxfcegui4-1.0.pc
-lib/xfce4/
-lib/xfce4/modules/
-lib/xfce4/modules/libxfce4_combo.a
-lib/xfce4/modules/libxfce4_combo.la
-lib/xfce4/modules/libxfce4_mime.a
-lib/xfce4/modules/libxfce4_mime.la
-lib/xfce4/modules/libxfce4_mime_icons.a
-lib/xfce4/modules/libxfce4_mime_icons.la
-share/locale/af/
-share/locale/af/LC_MESSAGES/
-share/locale/af/LC_MESSAGES/libxfcegui4.mo
+share/icons/
+share/icons/hicolor/
+share/icons/hicolor/48x48/
+share/icons/hicolor/48x48/apps/
+share/icons/hicolor/48x48/apps/xfce-edit.png
+share/icons/hicolor/48x48/apps/xfce-filemanager.png
+share/icons/hicolor/48x48/apps/xfce-games.png
+share/icons/hicolor/48x48/apps/xfce-graphics.png
+share/icons/hicolor/48x48/apps/xfce-internet.png
+share/icons/hicolor/48x48/apps/xfce-man.png
+share/icons/hicolor/48x48/apps/xfce-multimedia.png
+share/icons/hicolor/48x48/apps/xfce-printer.png
+share/icons/hicolor/48x48/apps/xfce-schedule.png
+share/icons/hicolor/48x48/apps/xfce-sound.png
+share/icons/hicolor/48x48/apps/xfce-terminal.png
+share/icons/hicolor/48x48/apps/xfce-unknown.png
+share/icons/hicolor/48x48/apps/xfce-utils.png
+share/icons/hicolor/scalable/
+share/icons/hicolor/scalable/apps/
+share/icons/hicolor/scalable/apps/xfce-filemanager.svg
 share/locale/be/LC_MESSAGES/libxfcegui4.mo
 share/locale/bn_IN/
 share/locale/bn_IN/LC_MESSAGES/
 share/locale/bn_IN/LC_MESSAGES/libxfcegui4.mo
 share/locale/ca/LC_MESSAGES/libxfcegui4.mo
 share/locale/cs/LC_MESSAGES/libxfcegui4.mo
-share/locale/da/LC_MESSAGES/libxfcegui4.mo
+share/locale/cy/
+share/locale/cy/LC_MESSAGES/
+share/locale/cy/LC_MESSAGES/libxfcegui4.mo
 share/locale/de/LC_MESSAGES/libxfcegui4.mo
+share/locale/dz/
+share/locale/dz/LC_MESSAGES/
+share/locale/dz/LC_MESSAGES/libxfcegui4.mo
 share/locale/el/LC_MESSAGES/libxfcegui4.mo
 share/locale/en_GB/
 share/locale/en_GB/LC_MESSAGES/
@@ -87,6 +102,7 @@ share/locale/fa/LC_MESSAGES/
 share/locale/fa/LC_MESSAGES/libxfcegui4.mo
 share/locale/fi/LC_MESSAGES/libxfcegui4.mo
 share/locale/fr/LC_MESSAGES/libxfcegui4.mo
+share/locale/gl/LC_MESSAGES/libxfcegui4.mo
 share/locale/gu/
 share/locale/gu/LC_MESSAGES/
 share/locale/gu/LC_MESSAGES/libxfcegui4.mo
@@ -97,13 +113,16 @@ share/locale/hy/LC_MESSAGES/
 share/locale/hy/LC_MESSAGES/libxfcegui4.mo
 share/locale/it/LC_MESSAGES/libxfcegui4.mo
 share/locale/ja/LC_MESSAGES/libxfcegui4.mo
+share/locale/ka/
+share/locale/ka/LC_MESSAGES/
+share/locale/ka/LC_MESSAGES/libxfcegui4.mo
 share/locale/ko/LC_MESSAGES/libxfcegui4.mo
-share/locale/ku/
-share/locale/ku/LC_MESSAGES/
-share/locale/ku/LC_MESSAGES/libxfcegui4.mo
 share/locale/lt/
 share/locale/lt/LC_MESSAGES/
 share/locale/lt/LC_MESSAGES/libxfcegui4.mo
+share/locale/mk/
+share/locale/mk/LC_MESSAGES/
+share/locale/mk/LC_MESSAGES/libxfcegui4.mo
 share/locale/mr/
 share/locale/mr/LC_MESSAGES/
 share/locale/mr/LC_MESSAGES/libxfcegui4.mo
@@ -116,7 +135,6 @@ share/locale/pt_BR/LC_MESSAGES/libxfcegu
 share/locale/ro/LC_MESSAGES/libxfcegui4.mo
 share/locale/ru/LC_MESSAGES/libxfcegui4.mo
 share/locale/sk/LC_MESSAGES/libxfcegui4.mo
-share/locale/sl/LC_MESSAGES/libxfcegui4.mo
 share/locale/sv/LC_MESSAGES/libxfcegui4.mo
 share/locale/ta/
 share/locale/ta/LC_MESSAGES/
@@ -124,13 +142,3 @@ share/locale/ta/LC_MESSAGES/libxfcegui4.
 share/locale/uk/LC_MESSAGES/libxfcegui4.mo
 share/locale/zh_CN/LC_MESSAGES/libxfcegui4.mo
 share/locale/zh_TW/LC_MESSAGES/libxfcegui4.mo
-share/xfce4/
-share/xfce4/hicolor-index.theme
-share/xfce4/mime/
-share/xfce4/mime/applications.xml
-share/xfce4/mime/freedesktop.org.xml
-share/xfce4/mime/gnome.mime.xml
-share/xfce4/mime/hicolor.mime.xml
-share/xfce4/mime/types.xml
-share/xfce4/mime/xfce.org.xml
-share/xfce4/xfce-svg-test.svg
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-manager/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    16 Dec 2006 12:22:36 -0000      1.9
+++ Makefile    10 Apr 2007 19:16:30 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.9 2006/12/16 12:22:36 espie Exp $
 
 COMMENT=       "settings manager for xfce4"
-V=             4.2.3
+V=             4.4.0
 DISTNAME=      xfce-mcs-manager-${V}
-PKGNAME=       ${DISTNAME}p2
 MASTER_SITES=  http://www.xfce.org/archive/xfce-${V}/src/
 
 HOMEPAGE=      http://www.xfce.org/
@@ -14,10 +13,13 @@ PERMIT_DISTFILES_FTP=       Yes
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 
+USE_GMAKE=     Yes
+
 MODULES=       devel/gettext
-LIB_DEPENDS=   xfcegui4.>=3.4::x11/xfce4/libxfcegui4 \
-               
xfce4mcs-client.>=2.3,xfce4mcs-manager.>=2.3::x11/xfce4/libxfce4mcs 
-WANTLIB=       ICE SM X11 Xext Xrender c fontconfig freetype m \
+LIB_DEPENDS=   xfcegui4.>=4::x11/xfce4/libxfcegui4 \
+               
xfce4mcs-client.>=3.0,xfce4mcs-manager.>=3.0::x11/xfce4/libxfce4mcs
+
+WANTLIB=       ICE SM X11 Xrender Xau Xdmcp expat c fontconfig freetype m \
                atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
                gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
                pangoft2-1.0 pangocairo-1.0 cairo glitz png z \
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-manager/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Apr 2007 17:36:26 -0000       1.4
+++ distinfo    9 Apr 2007 16:22:53 -0000
@@ -1,5 +1,5 @@
-MD5 (xfce4/xfce-mcs-manager-4.2.3.tar.gz) = Ap58wrIKPeX5CEg7QlP0kg==
-RMD160 (xfce4/xfce-mcs-manager-4.2.3.tar.gz) = 4IOaxPyMu0lp1+CxQZay2GfNZa8=
-SHA1 (xfce4/xfce-mcs-manager-4.2.3.tar.gz) = vlFwc+dWzhX0MNjpQ14h4o+8Ei4=
-SHA256 (xfce4/xfce-mcs-manager-4.2.3.tar.gz) = 
m8HXFe53o9kQIU3S/m9TfuOZYBd/hpp4E2FTWo2aGCg=
-SIZE (xfce4/xfce-mcs-manager-4.2.3.tar.gz) = 764330
+MD5 (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = Er4fVnZ5mkIQ04g8e0tylA==
+RMD160 (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = VgFU7osE6cwDWTEqJV8q9YbyUlY=
+SHA1 (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = xejQ2a9F6sWwZfDaEJgeQu82wCU=
+SHA256 (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = 
JJncUh/qugWU7L36Ld9Piihvs9WMqChVouFhgA3dIx4=
+SIZE (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = 611521
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-manager/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   10 Nov 2005 22:57:38 -0000      1.3
+++ pkg/PLIST   9 Apr 2007 15:40:21 -0000
@@ -13,9 +13,6 @@ share/icons/hicolor/
 share/icons/hicolor/48x48/
 share/icons/hicolor/48x48/apps/
 share/icons/hicolor/48x48/apps/xfce4-settings.png
-share/locale/af/
-share/locale/af/LC_MESSAGES/
-share/locale/af/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/ar/
 share/locale/ar/LC_MESSAGES/
 share/locale/ar/LC_MESSAGES/xfce-mcs-manager.mo
@@ -29,8 +26,10 @@ share/locale/bn_IN/LC_MESSAGES/
 share/locale/bn_IN/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/ca/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/cs/LC_MESSAGES/xfce-mcs-manager.mo
-share/locale/da/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/de/LC_MESSAGES/xfce-mcs-manager.mo
+share/locale/dz/
+share/locale/dz/LC_MESSAGES/
+share/locale/dz/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/el/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/en_GB/
 share/locale/en_GB/LC_MESSAGES/
@@ -49,6 +48,7 @@ share/locale/fa/LC_MESSAGES/
 share/locale/fa/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/fi/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/fr/LC_MESSAGES/xfce-mcs-manager.mo
+share/locale/gl/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/gu/
 share/locale/gu/LC_MESSAGES/
 share/locale/gu/LC_MESSAGES/xfce-mcs-manager.mo
@@ -59,13 +59,16 @@ share/locale/hi/LC_MESSAGES/xfce-mcs-man
 share/locale/hu/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/it/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/ja/LC_MESSAGES/xfce-mcs-manager.mo
+share/locale/ka/
+share/locale/ka/LC_MESSAGES/
+share/locale/ka/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/ko/LC_MESSAGES/xfce-mcs-manager.mo
-share/locale/ku/
-share/locale/ku/LC_MESSAGES/
-share/locale/ku/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/lt/
 share/locale/lt/LC_MESSAGES/
 share/locale/lt/LC_MESSAGES/xfce-mcs-manager.mo
+share/locale/mk/
+share/locale/mk/LC_MESSAGES/
+share/locale/mk/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/mr/
 share/locale/mr/LC_MESSAGES/
 share/locale/mr/LC_MESSAGES/xfce-mcs-manager.mo
@@ -87,7 +90,6 @@ share/locale/pt_PT/LC_MESSAGES/xfce-mcs-
 share/locale/ro/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/ru/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/sk/LC_MESSAGES/xfce-mcs-manager.mo
-share/locale/sl/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/sv/LC_MESSAGES/xfce-mcs-manager.mo
 share/locale/ta/
 share/locale/ta/LC_MESSAGES/
@@ -112,9 +114,10 @@ share/xfce4/doc/fr/images/smgr_from_pane
 share/xfce4/doc/fr/images/smgr_from_root_menu.png
 share/xfce4/doc/fr/images/smgr_from_setup_button.png
 share/xfce4/doc/fr/xfce-mcs-manager.html
-share/xfce4/doc/he/
-share/xfce4/doc/he/images/
-share/xfce4/doc/he/images/settings_manager.png
-share/xfce4/doc/he/images/smgr_from_root_menu.png
-share/xfce4/doc/he/images/smgr_from_setup_button.png
-share/xfce4/doc/he/xfce-mcs-manager.html
+share/xfce4/doc/it/
+share/xfce4/doc/it/images/
+share/xfce4/doc/it/images/settings_manager.png
+share/xfce4/doc/it/images/smgr_from_panel.png
+share/xfce4/doc/it/images/smgr_from_root_menu.png
+share/xfce4/doc/it/images/smgr_from_setup_button.png
+share/xfce4/doc/it/xfce-mcs-manager.html
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-plugins/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    16 Dec 2006 12:22:36 -0000      1.10
+++ Makefile    10 Apr 2007 19:22:53 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.10 2006/12/16 12:22:36 espie Exp $
 
 COMMENT=       "settings manager plug-ins for xfce4"
-V=             4.2.3
+V=             4.4.0
 DISTNAME=      xfce-mcs-plugins-${V}
-PKGNAME=       ${DISTNAME}p2
 MASTER_SITES=  http://www.xfce.org/archive/xfce-${V}/src/
 
 HOMEPAGE=      http://www.xfce.org/
@@ -14,12 +13,13 @@ PERMIT_DISTFILES_FTP=       Yes
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 
+USE_GMAKE=     Yes
+
 MODULES=       devel/gettext
-BUILD_DEPENDS= :xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
-LIB_DEPENDS=   xfcegui4.>=3.4::x11/xfce4/libxfcegui4 \
-               
xfce4mcs-client.>=2.3,xfce4mcs-manager.>=2.3::x11/xfce4/libxfce4mcs
-RUN_DEPENDS=   :xfce-mcs-manager-*:x11/xfce4/xfce-mcs-manager
-WANTLIB=       ICE SM X11 Xext Xrandr Xrender Xxf86vm \
+LIB_DEPENDS=   
xfce4mcs-client.>=3.0,xfce4mcs-manager.>=3.0::x11/xfce4/libxfce4mcs \
+               xfcegui4.>=4::x11/xfce4/libxfcegui4
+RUN_DEPENDS=   :xfce-mcs-manager->=4.4.0:x11/xfce4/xfce-mcs-manager
+WANTLIB=       ICE SM X11 Xcursor Xext Xrandr Xrender Xxf86vm Xau Xdmcp Xfixes 
expat \
                fontconfig freetype m \
                atk-1.0 gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
                gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \
Index: distinfo
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-plugins/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    5 Apr 2007 17:36:26 -0000       1.4
+++ distinfo    9 Apr 2007 16:23:06 -0000
@@ -1,5 +1,5 @@
-MD5 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = zdHKP/dhCkVliqgBuR2o3A==
-RMD160 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = Dptp26JexDgApFhbaXb0PzgcsuQ=
-SHA1 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = mBo6ONkGPzud4y8TOEZ3v2MdE1o=
-SHA256 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = 
V9/8asLUSo/rEeMPShKBCrOiK0NrOOqHPTcGpiyuoWk=
-SIZE (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = 1009785
+MD5 (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = lSEzRePM0iSjCyvgHpwGuQ==
+RMD160 (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = /QneJ6pRmzq0plDOu33cdMjgx38=
+SHA1 (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = 3Ko6LQKR5kCYA1Wwxbqt2eh6/qQ=
+SHA256 (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = 
hE0TmUakF/F+DYjafFu1SM8u8fRDiuWOBRiQt2XbH8Q=
+SIZE (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = 850632
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-plugins/pkg/PFRAG.shared,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PFRAG.shared
--- pkg/PFRAG.shared    12 May 2005 04:38:35 -0000      1.1.1.1
+++ pkg/PFRAG.shared    9 Apr 2007 15:45:24 -0000
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/05/12 04:38:35 jolan Exp $
 lib/xfce4/mcs-plugins/display_plugin.so
+lib/xfce4/mcs-plugins/fm_plugin.so
 lib/xfce4/mcs-plugins/keyboard_plugin.so
 lib/xfce4/mcs-plugins/mouse_plugin.so
 lib/xfce4/mcs-plugins/screensaver_plugin.so
Index: pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/x11/xfce4/xfce-mcs-plugins/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   10 Nov 2005 22:57:38 -0000      1.3
+++ pkg/PLIST   9 Apr 2007 20:05:15 -0000
@@ -4,6 +4,8 @@ lib/xfce4/
 lib/xfce4/mcs-plugins/
 lib/xfce4/mcs-plugins/display_plugin.a
 lib/xfce4/mcs-plugins/display_plugin.la
+lib/xfce4/mcs-plugins/fm_plugin.a
+lib/xfce4/mcs-plugins/fm_plugin.la
 lib/xfce4/mcs-plugins/keyboard_plugin.a
 lib/xfce4/mcs-plugins/keyboard_plugin.la
 lib/xfce4/mcs-plugins/mouse_plugin.a
@@ -26,7 +28,6 @@ share/icons/hicolor/scalable/apps/xfce4-
 share/icons/hicolor/scalable/apps/xfce4-keyboard.svg
 share/icons/hicolor/scalable/apps/xfce4-mouse.svg
 share/icons/hicolor/scalable/apps/xfce4-ui.svg
-share/locale/af/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ar/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/az/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/be/LC_MESSAGES/xfce-mcs-plugins.mo
@@ -34,8 +35,8 @@ share/locale/bg/LC_MESSAGES/xfce-mcs-plu
 share/locale/bn_IN/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ca/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/cs/LC_MESSAGES/xfce-mcs-plugins.mo
-share/locale/da/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/de/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/dz/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/el/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/en_GB/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/eo/LC_MESSAGES/xfce-mcs-plugins.mo
@@ -46,15 +47,17 @@ share/locale/eu/LC_MESSAGES/xfce-mcs-plu
 share/locale/fa/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/fi/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/fr/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/gl/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/gu/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/he/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/hi/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/hu/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/it/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ja/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/ka/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ko/LC_MESSAGES/xfce-mcs-plugins.mo
-share/locale/ku/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/lt/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/mk/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/mr/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ms/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/nl/LC_MESSAGES/xfce-mcs-plugins.mo
@@ -65,7 +68,6 @@ share/locale/pt_PT/LC_MESSAGES/xfce-mcs-
 share/locale/ro/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ru/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/sk/LC_MESSAGES/xfce-mcs-plugins.mo
-share/locale/sl/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/sv/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/ta/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/tr/LC_MESSAGES/xfce-mcs-plugins.mo
@@ -73,6 +75,9 @@ share/locale/uk/LC_MESSAGES/xfce-mcs-plu
 share/locale/vi/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/zh_CN/LC_MESSAGES/xfce-mcs-plugins.mo
 share/locale/zh_TW/LC_MESSAGES/xfce-mcs-plugins.mo
+share/xfce-mcs-plugins/
+share/xfce-mcs-plugins/shortcuts/
+share/xfce-mcs-plugins/shortcuts/default.xml
 share/xfce4/doc/C/images/display_preferences.png
 share/xfce4/doc/C/images/font_selection.png
 share/xfce4/doc/C/images/keyboard_settings.png
@@ -86,9 +91,8 @@ share/xfce4/doc/fr/images/keyboard_setti
 share/xfce4/doc/fr/images/mouse_settings.png
 share/xfce4/doc/fr/images/user_interface_settings.png
 share/xfce4/doc/fr/xfce-mcs-plugins.html
-share/xfce4/doc/he/images/display_preferences.png
-share/xfce4/doc/he/images/font_selection.png
-share/xfce4/doc/he/images/keyboard_settings.png
-share/xfce4/doc/he/images/mouse_settings.png
-share/xfce4/doc/he/images/user_interface_settings.png
-share/xfce4/doc/he/xfce-mcs-plugins.html
+share/xfce4/doc/it/images/font_selection.png
+share/xfce4/doc/it/images/keyboard_settings.png
+share/xfce4/doc/it/images/mouse_settings.png
+share/xfce4/doc/it/images/user_interface_settings.png
+share/xfce4/doc/it/xfce-mcs-plugins.html

Reply via email to