summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:49:36 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-03 04:49:36 +0800
commit4f0fb9aed85d143945114e5698a0830a2d212f74 (patch)
treeb9b8c775c5961dc06aa9581a1699c5bfc275e544 /sysutils
parente0489f0bc1f2814a9540f7d7ba4376ac3ba8b434 (diff)
downloadmarcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.gz
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.bz2
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.lz
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.xz
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.tar.zst
marcuscom-ports-4f0fb9aed85d143945114e5698a0830a2d212f74.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7483 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-mcs-plugins/Makefile35
-rw-r--r--sysutils/xfce4-mcs-plugins/distinfo3
-rw-r--r--sysutils/xfce4-mcs-plugins/pkg-descr5
-rw-r--r--sysutils/xfce4-mcs-plugins/pkg-plist107
-rw-r--r--sysutils/xfce4-minicmd-plugin/Makefile24
-rw-r--r--sysutils/xfce4-minicmd-plugin/distinfo3
-rw-r--r--sysutils/xfce4-minicmd-plugin/pkg-descr3
-rw-r--r--sysutils/xfce4-minicmd-plugin/pkg-plist3
-rw-r--r--sysutils/xfce4-netload-plugin/Makefile30
-rw-r--r--sysutils/xfce4-netload-plugin/distinfo3
-rw-r--r--sysutils/xfce4-netload-plugin/files/patch-panel-plugin-Makefile.in6
-rw-r--r--sysutils/xfce4-netload-plugin/pkg-descr3
-rw-r--r--sysutils/xfce4-netload-plugin/pkg-plist4
-rw-r--r--sysutils/xfce4-showdesktop-plugin/Makefile30
-rw-r--r--sysutils/xfce4-showdesktop-plugin/distinfo3
-rw-r--r--sysutils/xfce4-showdesktop-plugin/files/patch-configure21
-rw-r--r--sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c17
-rw-r--r--sysutils/xfce4-showdesktop-plugin/pkg-descr4
-rw-r--r--sysutils/xfce4-showdesktop-plugin/pkg-plist5
-rw-r--r--sysutils/xfce4-systemload-plugin/Makefile29
-rw-r--r--sysutils/xfce4-systemload-plugin/distinfo3
-rw-r--r--sysutils/xfce4-systemload-plugin/files/patch-configure11
-rw-r--r--sysutils/xfce4-systemload-plugin/files/patch-panel-plugin:uptime.c19
-rw-r--r--sysutils/xfce4-systemload-plugin/pkg-descr4
-rw-r--r--sysutils/xfce4-systemload-plugin/pkg-plist4
-rw-r--r--sysutils/xfce4-utils/Makefile36
-rw-r--r--sysutils/xfce4-utils/distinfo3
-rw-r--r--sysutils/xfce4-utils/pkg-descr5
-rw-r--r--sysutils/xfce4-utils/pkg-plist199
29 files changed, 622 insertions, 0 deletions
diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile
new file mode 100644
index 000000000..cf22c1383
--- /dev/null
+++ b/sysutils/xfce4-mcs-plugins/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: xfce-mcs-plugins
+# Date created: 7 June 2003
+# Whom: James Earl <jdearl@telus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-mcs-plugins
+PORTVERSION= 4.2.3
+PORTREVISION= 2
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
+ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
+ http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
+ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+DISTNAME= xfce-mcs-plugins-${PORTVERSION}
+DIST_SUBDIR= xfce4
+
+MAINTAINER= oliver@FreeBSD.org
+COMMENT= XFce 4 settings manager plugins
+
+BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
+LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+
+USE_GETTEXT= yes
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
+ CPPFLAGS=-I${LOCALBASE}/include \
+ LIBS=-L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-mcs-plugins/distinfo b/sysutils/xfce4-mcs-plugins/distinfo
new file mode 100644
index 000000000..28ab1ffdc
--- /dev/null
+++ b/sysutils/xfce4-mcs-plugins/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = cdd1ca3ff7610a45658aa801b91da8dc
+SHA256 (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = 57dffc6ac2d44a8feb11e30f4a12810ab3a22b436b38ea873d3706a62caea169
+SIZE (xfce4/xfce-mcs-plugins-4.2.3.tar.gz) = 1009785
diff --git a/sysutils/xfce4-mcs-plugins/pkg-descr b/sysutils/xfce4-mcs-plugins/pkg-descr
new file mode 100644
index 000000000..f91e5addd
--- /dev/null
+++ b/sysutils/xfce4-mcs-plugins/pkg-descr
@@ -0,0 +1,5 @@
+XFce 4 settings manager plugins. The plugins provide settings dialogs
+for general items that are not part of a package, e.g. GTK settings,
+mouse settings and keyboard settings.
+
+WWW: http://www.xfce.org
diff --git a/sysutils/xfce4-mcs-plugins/pkg-plist b/sysutils/xfce4-mcs-plugins/pkg-plist
new file mode 100644
index 000000000..4369677d3
--- /dev/null
+++ b/sysutils/xfce4-mcs-plugins/pkg-plist
@@ -0,0 +1,107 @@
+lib/xfce4/mcs-plugins/display_plugin.a
+lib/xfce4/mcs-plugins/display_plugin.la
+lib/xfce4/mcs-plugins/display_plugin.so
+lib/xfce4/mcs-plugins/keyboard_plugin.a
+lib/xfce4/mcs-plugins/keyboard_plugin.la
+lib/xfce4/mcs-plugins/keyboard_plugin.so
+lib/xfce4/mcs-plugins/mouse_plugin.a
+lib/xfce4/mcs-plugins/mouse_plugin.la
+lib/xfce4/mcs-plugins/mouse_plugin.so
+lib/xfce4/mcs-plugins/screensaver_plugin.a
+lib/xfce4/mcs-plugins/screensaver_plugin.la
+lib/xfce4/mcs-plugins/screensaver_plugin.so
+lib/xfce4/mcs-plugins/ui_plugin.a
+lib/xfce4/mcs-plugins/ui_plugin.la
+lib/xfce4/mcs-plugins/ui_plugin.so
+share/applications/xfce-ui-settings.desktop
+share/applications/xfce-keyboard-settings.desktop
+share/applications/xfce-mouse-settings.desktop
+share/applications/xfce-display-settings.desktop
+share/icons/hicolor/48x48/apps/xfce4-display.png
+share/icons/hicolor/48x48/apps/xfce4-keyboard.png
+share/icons/hicolor/48x48/apps/xfce4-mouse.png
+share/icons/hicolor/48x48/apps/xfce4-ui.png
+share/icons/hicolor/scalable/apps/xfce4-display.svg
+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/bg/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/be/LC_MESSAGES/xfce-mcs-plugins.mo
+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/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
+share/locale/es/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/es_MX/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/et/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/eu/LC_MESSAGES/xfce-mcs-plugins.mo
+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/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/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/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
+share/locale/pa/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/pl/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/pt_BR/LC_MESSAGES/xfce-mcs-plugins.mo
+share/locale/pt_PT/LC_MESSAGES/xfce-mcs-plugins.mo
+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
+share/locale/uk/LC_MESSAGES/xfce-mcs-plugins.mo
+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/xfce4/doc/C/images/display_preferences.png
+share/xfce4/doc/C/images/font_selection.png
+share/xfce4/doc/C/images/keyboard_settings.png
+share/xfce4/doc/C/images/mouse_settings.png
+share/xfce4/doc/C/images/user_interface_settings.png
+share/xfce4/doc/C/images/user_interface_settings_icons.png
+share/xfce4/doc/C/xfce-mcs-plugins.html
+share/xfce4/doc/fr/images/display_preferences.png
+share/xfce4/doc/fr/images/font_selection.png
+share/xfce4/doc/fr/images/keyboard_settings.png
+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
+@dirrmtry lib/xfce4/mcs-plugins
+@dirrmtry lib/xfce4
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/xfce4/doc/C/images
+@dirrmtry share/xfce4/doc/C
+@dirrmtry share/xfce4/doc/fr/images
+@dirrmtry share/xfce4/doc/fr
+@dirrmtry share/xfce4/doc/he/images
+@dirrmtry share/xfce4/doc/he
+@dirrmtry share/xfce4/doc
+@dirrmtry share/xfce4
diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile
new file mode 100644
index 000000000..14e17358a
--- /dev/null
+++ b/sysutils/xfce4-minicmd-plugin/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: minicmd plugin for xfce4
+# Date created: 16 August 2003
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-minicmd-plugin
+PORTVERSION= 0.3.0
+PORTREVISION= 1
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= demon@FreeBSD.org
+COMMENT= Displays a mini-command line on the xfce4-panel
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-minicmd-plugin/distinfo b/sysutils/xfce4-minicmd-plugin/distinfo
new file mode 100644
index 000000000..57f7ff1b1
--- /dev/null
+++ b/sysutils/xfce4-minicmd-plugin/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce4-minicmd-plugin-0.3.0.tar.gz) = fe52a8ed8451ed41366d5b4abb2dbf9e
+SHA256 (xfce4/xfce4-minicmd-plugin-0.3.0.tar.gz) = 2d4e3709d015d00965047998429071f6940746ccd69c3a7637e74c1d72ce948c
+SIZE (xfce4/xfce4-minicmd-plugin-0.3.0.tar.gz) = 329376
diff --git a/sysutils/xfce4-minicmd-plugin/pkg-descr b/sysutils/xfce4-minicmd-plugin/pkg-descr
new file mode 100644
index 000000000..183683a1c
--- /dev/null
+++ b/sysutils/xfce4-minicmd-plugin/pkg-descr
@@ -0,0 +1,3 @@
+Displays a mini-command line on the xfce4-panel. Uses the same history file as
+xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the
+command and <Ctrl>-<Enter> executes the command in a terminal.
diff --git a/sysutils/xfce4-minicmd-plugin/pkg-plist b/sysutils/xfce4-minicmd-plugin/pkg-plist
new file mode 100644
index 000000000..11e3dcabb
--- /dev/null
+++ b/sysutils/xfce4-minicmd-plugin/pkg-plist
@@ -0,0 +1,3 @@
+lib/xfce4/panel-plugins/libminicmd.a
+lib/xfce4/panel-plugins/libminicmd.la
+lib/xfce4/panel-plugins/libminicmd.so
diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile
new file mode 100644
index 000000000..e7b7d079c
--- /dev/null
+++ b/sysutils/xfce4-netload-plugin/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xfce-netload-plugin
+# Date created: 3 September 2003
+# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-netload-plugin
+PORTVERSION= 0.3.2
+PORTREVISION= 2
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= demon@FreeBSD.org
+COMMENT= Network Load plugin for XFce4
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+USE_BZIP2= yes
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-netload-plugin/distinfo b/sysutils/xfce4-netload-plugin/distinfo
new file mode 100644
index 000000000..368e7191b
--- /dev/null
+++ b/sysutils/xfce4-netload-plugin/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce4-netload-plugin-0.3.2.tar.bz2) = 755dcc170fb33274378c7b110cf21f56
+SHA256 (xfce4/xfce4-netload-plugin-0.3.2.tar.bz2) = 580c8dd3fcfa52cce732bb371bd914fe99e3cfa47b157416ccd883909f3958c3
+SIZE (xfce4/xfce4-netload-plugin-0.3.2.tar.bz2) = 241002
diff --git a/sysutils/xfce4-netload-plugin/files/patch-panel-plugin-Makefile.in b/sysutils/xfce4-netload-plugin/files/patch-panel-plugin-Makefile.in
new file mode 100644
index 000000000..e590c9863
--- /dev/null
+++ b/sysutils/xfce4-netload-plugin/files/patch-panel-plugin-Makefile.in
@@ -0,0 +1,6 @@
+--- panel-plugin/Makefile.in.orig Tue May 17 10:47:05 2005
++++ panel-plugin/Makefile.in Sun Jan 22 13:27:40 2006
+@@ -229,3 +229,2 @@
+ libnetload_la_LIBADD = \
+- @LIBGTOP_LIBS@ \
+ @SOLLIBS@ \
diff --git a/sysutils/xfce4-netload-plugin/pkg-descr b/sysutils/xfce4-netload-plugin/pkg-descr
new file mode 100644
index 000000000..7d5c6002c
--- /dev/null
+++ b/sysutils/xfce4-netload-plugin/pkg-descr
@@ -0,0 +1,3 @@
+Network Load plugin for XFce4.
+
+WWW: http://xfce-goodies.berlios.de/
diff --git a/sysutils/xfce4-netload-plugin/pkg-plist b/sysutils/xfce4-netload-plugin/pkg-plist
new file mode 100644
index 000000000..a8ecf2867
--- /dev/null
+++ b/sysutils/xfce4-netload-plugin/pkg-plist
@@ -0,0 +1,4 @@
+lib/xfce4/panel-plugins/libnetload.a
+lib/xfce4/panel-plugins/libnetload.la
+lib/xfce4/panel-plugins/libnetload.so
+@dirrmtry lib/xfce4/panel-plugins
diff --git a/sysutils/xfce4-showdesktop-plugin/Makefile b/sysutils/xfce4-showdesktop-plugin/Makefile
new file mode 100644
index 000000000..3db5601a1
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xfce-showdesktop-plugin
+# Date created: 04 August 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-showdesktop-plugin
+PORTVERSION= 0.3.0
+PORTREVISION= 8
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= Xfce 4 Plugin to minimize/unminimize all windows
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-showdesktop-plugin/distinfo b/sysutils/xfce4-showdesktop-plugin/distinfo
new file mode 100644
index 000000000..ada0426a7
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce4-showdesktop-plugin-0.3.0.tar.gz) = b57ee27a30302f036bce64ce03a5e14c
+SHA256 (xfce4/xfce4-showdesktop-plugin-0.3.0.tar.gz) = 3102cdac4e37878976ec9a83702e0d11a602b1bc5d988f450bb2396b59e12ac3
+SIZE (xfce4/xfce4-showdesktop-plugin-0.3.0.tar.gz) = 367286
diff --git a/sysutils/xfce4-showdesktop-plugin/files/patch-configure b/sysutils/xfce4-showdesktop-plugin/files/patch-configure
new file mode 100644
index 000000000..927b970a8
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/files/patch-configure
@@ -0,0 +1,21 @@
+--- configure.orig Mon Aug 4 21:43:10 2003
++++ configure Mon Aug 4 21:44:17 2003
+@@ -19318,7 +19318,8 @@
+
+
+ # This can be used to rebuild libtool when needed
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -19612,7 +19613,7 @@
+
+ echo "$as_me:$LINENO: checking where to install panel plugins" >&5
+ echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6
+- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins
+
+ echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5
+ echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6
diff --git a/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c b/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c
new file mode 100644
index 000000000..541a0677c
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c
@@ -0,0 +1,17 @@
+$FreeBSD: ports/sysutils/xfce4-showdesktop-plugin/files/patch-panel-plugin::showdesktop.c,v 1.1 2004/01/10 17:36:28 petef Exp $
+
+--- panel-plugin/showdesktop.c.orig Wed Nov 5 12:06:04 2003
++++ panel-plugin/showdesktop.c Sat Jan 10 11:21:40 2004
+@@ -225,10 +225,11 @@
+ static void
+ plugin_free (Control *ctrl)
+ {
++ gui *plugin;
+ g_return_if_fail (ctrl != NULL);
+ g_return_if_fail (ctrl->data != NULL);
+
+- gui *plugin = ctrl->data;
++ plugin = ctrl->data;
+ g_free(plugin);
+ }
+
diff --git a/sysutils/xfce4-showdesktop-plugin/pkg-descr b/sysutils/xfce4-showdesktop-plugin/pkg-descr
new file mode 100644
index 000000000..025181e94
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/pkg-descr
@@ -0,0 +1,4 @@
+This is a little XFCE Plugin, to minimize and unminimize all windows on the
+current workspace.
+
+WWW: http://www.xfce.org
diff --git a/sysutils/xfce4-showdesktop-plugin/pkg-plist b/sysutils/xfce4-showdesktop-plugin/pkg-plist
new file mode 100644
index 000000000..14aafe9d8
--- /dev/null
+++ b/sysutils/xfce4-showdesktop-plugin/pkg-plist
@@ -0,0 +1,5 @@
+lib/xfce4/panel-plugins/libshowdesktop.a
+lib/xfce4/panel-plugins/libshowdesktop.la
+lib/xfce4/panel-plugins/libshowdesktop.so
+@dirrmtry lib/xfce4/panel-plugins
+@dirrmtry lib/xfce4
diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile
new file mode 100644
index 000000000..b12e5df04
--- /dev/null
+++ b/sysutils/xfce4-systemload-plugin/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xfce-systemload-plugin
+# Date created: 31 June 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-systemload-plugin
+PORTVERSION= 0.3.4
+PORTREVISION= 6
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://download.berlios.de/xfce-goodies/
+DIST_SUBDIR= xfce4
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= System Load plugin for XFce4
+
+BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
+ xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
+
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-systemload-plugin/distinfo b/sysutils/xfce4-systemload-plugin/distinfo
new file mode 100644
index 000000000..07c9b7594
--- /dev/null
+++ b/sysutils/xfce4-systemload-plugin/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce4-systemload-plugin-0.3.4.tar.gz) = e9feb00af63e9953d9e690c145cc087e
+SHA256 (xfce4/xfce4-systemload-plugin-0.3.4.tar.gz) = c7e7d29f7a9735eb224f94a8baeb161022983ed294e01c618606714823956735
+SIZE (xfce4/xfce4-systemload-plugin-0.3.4.tar.gz) = 219362
diff --git a/sysutils/xfce4-systemload-plugin/files/patch-configure b/sysutils/xfce4-systemload-plugin/files/patch-configure
new file mode 100644
index 000000000..32a52a34a
--- /dev/null
+++ b/sysutils/xfce4-systemload-plugin/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Wed Jul 23 22:20:56 2003
++++ configure Fri Aug 1 12:56:48 2003
+@@ -19567,7 +19568,7 @@
+
+ echo "$as_me:$LINENO: checking where to install panel plugins" >&5
+ echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6
+- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`
++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins
+
+ echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5
+ echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6
diff --git a/sysutils/xfce4-systemload-plugin/files/patch-panel-plugin:uptime.c b/sysutils/xfce4-systemload-plugin/files/patch-panel-plugin:uptime.c
new file mode 100644
index 000000000..8022de7f2
--- /dev/null
+++ b/sysutils/xfce4-systemload-plugin/files/patch-panel-plugin:uptime.c
@@ -0,0 +1,19 @@
+--- panel-plugin/uptime.c.orig Thu Nov 13 20:01:50 2003
++++ panel-plugin/uptime.c Fri May 20 22:31:11 2005
+@@ -81,6 +81,7 @@
+ #include <string.h>
+ #include <sys/param.h>
+ #include <sys/sysctl.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/vmmeter.h>
+ #include <unistd.h>
+@@ -94,7 +95,7 @@
+ int mib[2] = {CTL_KERN, KERN_BOOTTIME};
+ struct timeval boottime;
+ time_t now;
+- int size = sizeof(boottime);
++ size_t size = sizeof(boottime);
+ gulong uptime;
+
+ if((sysctl(mib, 2, &boottime, &size, NULL, 0) != -1)
diff --git a/sysutils/xfce4-systemload-plugin/pkg-descr b/sysutils/xfce4-systemload-plugin/pkg-descr
new file mode 100644
index 000000000..bcb49c69b
--- /dev/null
+++ b/sysutils/xfce4-systemload-plugin/pkg-descr
@@ -0,0 +1,4 @@
+System Load plugin for XFce4.
+
+Author: Riccardo Persichetti <riccardo.persichetti@tin.it>
+WWW: http://xfce-goodies.berlios.de/
diff --git a/sysutils/xfce4-systemload-plugin/pkg-plist b/sysutils/xfce4-systemload-plugin/pkg-plist
new file mode 100644
index 000000000..bb54a79ca
--- /dev/null
+++ b/sysutils/xfce4-systemload-plugin/pkg-plist
@@ -0,0 +1,4 @@
+lib/xfce4/panel-plugins/libsystemload.a
+lib/xfce4/panel-plugins/libsystemload.la
+lib/xfce4/panel-plugins/libsystemload.so
+@dirrmtry lib/xfce4/panel-plugins
diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile
new file mode 100644
index 000000000..729365edd
--- /dev/null
+++ b/sysutils/xfce4-utils/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: libxfce4util
+# Date created: 7 June 2003
+# Whom: James Earl <jdearl@telus.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xfce4-utils
+PORTVERSION= 4.2.3
+PORTREVISION= 2
+CATEGORIES= sysutils xfce
+MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
+ http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
+ http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/src/ \
+ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
+DISTNAME= xfce-utils-${PORTVERSION}
+DIST_SUBDIR= xfce4
+
+MAINTAINER= oliver@FreeBSD.org
+COMMENT= XFce 4 essential utilities and scripts
+
+BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
+LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
+ xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
+RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
+
+USE_GETTEXT= yes
+USE_GNOME= gtk20
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
+ CPPFLAGS=-I${LOCALBASE}/include \
+ LIBS=-L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
diff --git a/sysutils/xfce4-utils/distinfo b/sysutils/xfce4-utils/distinfo
new file mode 100644
index 000000000..4b78bcd0f
--- /dev/null
+++ b/sysutils/xfce4-utils/distinfo
@@ -0,0 +1,3 @@
+MD5 (xfce4/xfce-utils-4.2.3.tar.gz) = 8028266d03c5bae7c7ccbddd6656ea97
+SHA256 (xfce4/xfce-utils-4.2.3.tar.gz) = 64ce3cb12a05fe1a4173baf18748b44af8c282d8b93849a39ab1a1174af438aa
+SIZE (xfce4/xfce-utils-4.2.3.tar.gz) = 1303388
diff --git a/sysutils/xfce4-utils/pkg-descr b/sysutils/xfce4-utils/pkg-descr
new file mode 100644
index 000000000..4ea459efb
--- /dev/null
+++ b/sysutils/xfce4-utils/pkg-descr
@@ -0,0 +1,5 @@
+XFce 4 essential utilities and scripts. Provides a taskbar, an about
+dialog, a run dialog, and several important scripts that are used by
+other packages including the panel. Also contains the user guide.
+
+WWW: http://www.xfce.org
diff --git a/sysutils/xfce4-utils/pkg-plist b/sysutils/xfce4-utils/pkg-plist
new file mode 100644
index 000000000..112448f76
--- /dev/null
+++ b/sysutils/xfce4-utils/pkg-plist
@@ -0,0 +1,199 @@
+bin/startxfce4
+bin/xfce4-about
+bin/xfhelp4
+bin/xflock4
+bin/xfmountdev4
+bin/xfrun4
+bin/xftaskbar4
+bin/xfterm4
+etc/xdg/xfce4/xinitrc
+lib/xfce4/mcs-plugins/xftaskbar_plugin.a
+lib/xfce4/mcs-plugins/xftaskbar_plugin.la
+lib/xfce4/mcs-plugins/xftaskbar_plugin.so
+share/applications/xfce-taskbar-settings.desktop
+share/icons/hicolor/48x48/apps/xfce4-logo.png
+share/icons/hicolor/48x48/apps/xfce4-taskbar.png
+share/icons/hicolor/scalable/apps/xfce4-taskbar.svg
+share/locale/af/LC_MESSAGES/xfce-utils.mo
+share/locale/ar/LC_MESSAGES/xfce-utils.mo
+share/locale/az/LC_MESSAGES/xfce-utils.mo
+share/locale/be/LC_MESSAGES/xfce-utils.mo
+share/locale/bg/LC_MESSAGES/xfce-utils.mo
+share/locale/bn_IN/LC_MESSAGES/xfce-utils.mo
+share/locale/ca/LC_MESSAGES/xfce-utils.mo
+share/locale/cs/LC_MESSAGES/xfce-utils.mo
+share/locale/da/LC_MESSAGES/xfce-utils.mo
+share/locale/de/LC_MESSAGES/xfce-utils.mo
+share/locale/el/LC_MESSAGES/xfce-utils.mo
+share/locale/en_GB/LC_MESSAGES/xfce-utils.mo
+share/locale/eo/LC_MESSAGES/xfce-utils.mo
+share/locale/es/LC_MESSAGES/xfce-utils.mo
+share/locale/es_MX/LC_MESSAGES/xfce-utils.mo
+share/locale/et/LC_MESSAGES/xfce-utils.mo
+share/locale/eu/LC_MESSAGES/xfce-utils.mo
+share/locale/fa/LC_MESSAGES/xfce-utils.mo
+share/locale/fi/LC_MESSAGES/xfce-utils.mo
+share/locale/fr/LC_MESSAGES/xfce-utils.mo
+share/locale/gu/LC_MESSAGES/xfce-utils.mo
+share/locale/he/LC_MESSAGES/xfce-utils.mo
+share/locale/hi/LC_MESSAGES/xfce-utils.mo
+share/locale/hu/LC_MESSAGES/xfce-utils.mo
+share/locale/hy/LC_MESSAGES/xfce-utils.mo
+share/locale/it/LC_MESSAGES/xfce-utils.mo
+share/locale/ja/LC_MESSAGES/xfce-utils.mo
+share/locale/ko/LC_MESSAGES/xfce-utils.mo
+share/locale/ku/LC_MESSAGES/xfce-utils.mo
+share/locale/lt/LC_MESSAGES/xfce-utils.mo
+share/locale/mr/LC_MESSAGES/xfce-utils.mo
+share/locale/ms/LC_MESSAGES/xfce-utils.mo
+share/locale/nl/LC_MESSAGES/xfce-utils.mo
+share/locale/pl/LC_MESSAGES/xfce-utils.mo
+share/locale/pa/LC_MESSAGES/xfce-utils.mo
+share/locale/pt_BR/LC_MESSAGES/xfce-utils.mo
+share/locale/pt_PT/LC_MESSAGES/xfce-utils.mo
+share/locale/ro/LC_MESSAGES/xfce-utils.mo
+share/locale/ru/LC_MESSAGES/xfce-utils.mo
+share/locale/sk/LC_MESSAGES/xfce-utils.mo
+share/locale/sl/LC_MESSAGES/xfce-utils.mo
+share/locale/sv/LC_MESSAGES/xfce-utils.mo
+share/locale/ta/LC_MESSAGES/xfce-utils.mo
+share/locale/tr/LC_MESSAGES/xfce-utils.mo
+share/locale/uk/LC_MESSAGES/xfce-utils.mo
+share/locale/vi/LC_MESSAGES/xfce-utils.mo
+share/locale/zh_CN/LC_MESSAGES/xfce-utils.mo
+share/locale/zh_TW/LC_MESSAGES/xfce-utils.mo
+share/xfce4/AUTHORS
+share/xfce4/AUTHORS.az
+share/xfce4/AUTHORS.ca
+share/xfce4/AUTHORS.de
+share/xfce4/AUTHORS.es
+share/xfce4/AUTHORS.eu
+share/xfce4/AUTHORS.fi
+share/xfce4/AUTHORS.fr
+share/xfce4/AUTHORS.he
+share/xfce4/AUTHORS.html
+share/xfce4/AUTHORS.html.az
+share/xfce4/AUTHORS.html.ca
+share/xfce4/AUTHORS.html.de
+share/xfce4/AUTHORS.html.es
+share/xfce4/AUTHORS.html.eu
+share/xfce4/AUTHORS.html.fi
+share/xfce4/AUTHORS.html.fr
+share/xfce4/AUTHORS.html.it
+share/xfce4/AUTHORS.html.ja
+share/xfce4/AUTHORS.html.lt
+share/xfce4/AUTHORS.html.ro
+share/xfce4/AUTHORS.html.ru
+share/xfce4/AUTHORS.html.sk
+share/xfce4/AUTHORS.html.vi
+share/xfce4/AUTHORS.html.zh_TW
+share/xfce4/AUTHORS.it
+share/xfce4/AUTHORS.ja
+share/xfce4/AUTHORS.lt
+share/xfce4/AUTHORS.ro
+share/xfce4/AUTHORS.ru
+share/xfce4/AUTHORS.uk
+share/xfce4/AUTHORS.sk
+share/xfce4/AUTHORS.vi
+share/xfce4/AUTHORS.zh_TW
+share/xfce4/COPYING
+share/xfce4/COPYING.html
+share/xfce4/COPYING.vi
+share/xfce4/BSD
+share/xfce4/BSD.html
+share/xfce4/GPL
+share/xfce4/GPL.html
+share/xfce4/INFO
+share/xfce4/INFO.ca
+share/xfce4/INFO.es
+share/xfce4/INFO.fi
+share/xfce4/INFO.fr
+share/xfce4/INFO.html
+share/xfce4/INFO.html.ca
+share/xfce4/INFO.html.de
+share/xfce4/INFO.html.es
+share/xfce4/INFO.html.fi
+share/xfce4/INFO.html.fr
+share/xfce4/INFO.html.it
+share/xfce4/INFO.html.ja
+share/xfce4/INFO.html.lt
+share/xfce4/INFO.html.ro
+share/xfce4/INFO.html.ru
+share/xfce4/INFO.it
+share/xfce4/INFO.ja
+share/xfce4/INFO.lt
+share/xfce4/INFO.ro
+share/xfce4/INFO.ru
+share/xfce4/INFO.uk
+share/xfce4/INFO.vi
+share/xfce4/LGPL
+share/xfce4/LGPL.html
+share/xfce4/doc/C/index.html
+share/xfce4/doc/C/images/about-dialog.png
+share/xfce4/doc/C/images/run-dialog.png
+share/xfce4/doc/C/images/default-session.png
+share/xfce4/doc/C/images/link_xfce.jpg
+share/xfce4/doc/C/images/taskbar_settings.png
+share/xfce4/doc/C/BSD.html
+share/xfce4/doc/C/GPL.html
+share/xfce4/doc/C/LGPL.html
+share/xfce4/doc/C/xfce-utils.html
+share/xfce4/doc/C/xfce4-components.html
+share/xfce4/doc/C/xfce4-user-guide.html
+share/xfce4/doc/C/xfce4-intro.html
+share/xfce4/doc/C/xfce4-copyright.html
+share/xfce4/doc/C/xfce4-use.html
+share/xfce4/doc/C/xfce4-install.html
+share/xfce4/doc/fr/index.html
+share/xfce4/doc/fr/images/default-session.png
+share/xfce4/doc/fr/images/link_xfce.jpg
+share/xfce4/doc/fr/images/about-dialog.png
+share/xfce4/doc/fr/images/run-dialog.png
+share/xfce4/doc/fr/images/taskbar_settings.png
+share/xfce4/doc/fr/BSD.html
+share/xfce4/doc/fr/GPL.html
+share/xfce4/doc/fr/LGPL.html
+share/xfce4/doc/fr/xfce4-user-guide.html
+share/xfce4/doc/fr/xfce4-intro.html
+share/xfce4/doc/fr/xfce4-copyright.html
+share/xfce4/doc/fr/xfce4-components.html
+share/xfce4/doc/fr/xfce4-use.html
+share/xfce4/doc/fr/xfce4-install.html
+share/xfce4/doc/fr/xfce-utils.html
+share/xfce4/doc/he/images/default-session.png
+share/xfce4/doc/he/images/link_xfce.jpg
+share/xfce4/doc/he/images/about-dialog.png
+share/xfce4/doc/he/images/run-dialog.png
+share/xfce4/doc/he/images/taskbar_settings.png
+share/xfce4/doc/he/index.html
+share/xfce4/doc/he/BSD.html
+share/xfce4/doc/he/GPL.html
+share/xfce4/doc/he/LGPL.html
+share/xfce4/doc/he/xfce4-user-guide.html
+share/xfce4/doc/he/xfce4-intro.html
+share/xfce4/doc/he/xfce4-copyright.html
+share/xfce4/doc/he/xfce4-components.html
+share/xfce4/doc/he/xfce4-use.html
+share/xfce4/doc/he/xfce4-install.html
+share/xfce4/doc/he/xfce-utils.html
+share/xfce4/doc/xfce.css
+share/xfce4/doc/xfce-mouse.png
+share/xfce4/doc/xfce-rtl.css
+@dirrmtry etc/xdg/xfce4
+@dirrmtry etc/xdg
+@dirrmtry etc/xfce4
+@dirrmtry lib/xfce4/mcs-plugins
+@dirrmtry lib/xfce4
+@dirrmtry share/applications
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/xfce4/doc/C/images
+@dirrmtry share/xfce4/doc/C
+@dirrmtry share/xfce4/doc/fr/images
+@dirrmtry share/xfce4/doc/fr
+@dirrmtry share/xfce4/doc/he/images
+@dirrmtry share/xfce4/doc/he
+@dirrmtry share/xfce4/doc
+@dirrmtry share/xfce4