diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 28 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/distinfo | 3 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/files/patch-configure | 21 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/pkg-plist | 8 | ||||
-rw-r--r-- | deskutils/xfce4-taskbar-plugin/Makefile | 29 | ||||
-rw-r--r-- | deskutils/xfce4-taskbar-plugin/distinfo | 3 | ||||
-rw-r--r-- | deskutils/xfce4-taskbar-plugin/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/xfce4-taskbar-plugin/pkg-plist | 4 | ||||
-rw-r--r-- | deskutils/xfce4-windowlist-plugin/Makefile | 31 | ||||
-rw-r--r-- | deskutils/xfce4-windowlist-plugin/distinfo | 3 | ||||
-rw-r--r-- | deskutils/xfce4-windowlist-plugin/pkg-descr | 12 | ||||
-rw-r--r-- | deskutils/xfce4-windowlist-plugin/pkg-plist | 4 |
13 files changed, 155 insertions, 0 deletions
diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile new file mode 100644 index 000000000..1be7b2a69 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xfce4-notes-plugin +# Date created: 06 October 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-notes-plugin +PORTVERSION= 0.9.7 +PORTREVISION= 8 +CATEGORIES= deskutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Sticky notes panel plugin for XFce4 + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/deskutils/xfce4-notes-plugin/distinfo b/deskutils/xfce4-notes-plugin/distinfo new file mode 100644 index 000000000..4c2d1ed78 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-notes-plugin-0.9.7.tar.gz) = d043d4f5b00b4a7f3d5107b65d81de8e +SHA256 (xfce4/xfce4-notes-plugin-0.9.7.tar.gz) = c86290c6058ce22e56794028ca2b9b3e03063073f4b39a85c967a0d20e236e8f +SIZE (xfce4/xfce4-notes-plugin-0.9.7.tar.gz) = 326290 diff --git a/deskutils/xfce4-notes-plugin/files/patch-configure b/deskutils/xfce4-notes-plugin/files/patch-configure new file mode 100644 index 000000000..53b00d19c --- /dev/null +++ b/deskutils/xfce4-notes-plugin/files/patch-configure @@ -0,0 +1,21 @@ +--- configure.orig Sun Oct 5 02:45:14 2003 ++++ configure Mon Oct 6 20:22:50 2003 +@@ -19530,7 +19530,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' +@@ -19824,7 +19825,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/deskutils/xfce4-notes-plugin/pkg-descr b/deskutils/xfce4-notes-plugin/pkg-descr new file mode 100644 index 000000000..b81ce3efe --- /dev/null +++ b/deskutils/xfce4-notes-plugin/pkg-descr @@ -0,0 +1,3 @@ +A sticky notes panel plugin for XFce4. + +WWW: http://www.xfce.org diff --git a/deskutils/xfce4-notes-plugin/pkg-plist b/deskutils/xfce4-notes-plugin/pkg-plist new file mode 100644 index 000000000..88a5c98e1 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/pkg-plist @@ -0,0 +1,8 @@ +lib/xfce4/panel-plugins/libnotes.a +lib/xfce4/panel-plugins/libnotes.la +lib/xfce4/panel-plugins/libnotes.so +share/xfce4/notes/note.png +@dirrmtry lib/xfce4/panel-plugins +@dirrmtry lib/xfce4 +@dirrmtry share/xfce4/notes +@dirrmtry share/xfce4 diff --git a/deskutils/xfce4-taskbar-plugin/Makefile b/deskutils/xfce4-taskbar-plugin/Makefile new file mode 100644 index 000000000..f26f39f66 --- /dev/null +++ b/deskutils/xfce4-taskbar-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xfce4-taskbar-plugin +# Date created: 2003-04-26 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= xfce4-taskbar-plugin +PORTVERSION= 0.2.2 +PORTREVISION= 4 +CATEGORIES= deskutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DISTNAME= xfce4-taskbar-plugin-${PORTVERSION} +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= A taskbar plugin for xfce4-panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/deskutils/xfce4-taskbar-plugin/distinfo b/deskutils/xfce4-taskbar-plugin/distinfo new file mode 100644 index 000000000..d7f7edc5b --- /dev/null +++ b/deskutils/xfce4-taskbar-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-taskbar-plugin-0.2.2.tar.gz) = 06ad356d728cadd8e78a12ec86235593 +SHA256 (xfce4/xfce4-taskbar-plugin-0.2.2.tar.gz) = 5fadc8f7d07a5520e6cfb8b1a423374455d6d5a9db2e01f7784344bee2e0abad +SIZE (xfce4/xfce4-taskbar-plugin-0.2.2.tar.gz) = 304546 diff --git a/deskutils/xfce4-taskbar-plugin/pkg-descr b/deskutils/xfce4-taskbar-plugin/pkg-descr new file mode 100644 index 000000000..7958d26ff --- /dev/null +++ b/deskutils/xfce4-taskbar-plugin/pkg-descr @@ -0,0 +1,6 @@ +xfce4-taskbar-plugin is a taskbar plugin for the xfce4-panel. +The size of the taskbar can be changed via the properties dialog. + +Author: Andre Lerche <a.lerche@gmx.net> + +WWW: http://xfce-goodies.berlios.de/ diff --git a/deskutils/xfce4-taskbar-plugin/pkg-plist b/deskutils/xfce4-taskbar-plugin/pkg-plist new file mode 100644 index 000000000..51a4e477d --- /dev/null +++ b/deskutils/xfce4-taskbar-plugin/pkg-plist @@ -0,0 +1,4 @@ +lib/xfce4/panel-plugins/libtaskbar.a +lib/xfce4/panel-plugins/libtaskbar.la +lib/xfce4/panel-plugins/libtaskbar.so +@dirrmtry lib/xfce4/panel-plugins diff --git a/deskutils/xfce4-windowlist-plugin/Makefile b/deskutils/xfce4-windowlist-plugin/Makefile new file mode 100644 index 000000000..983cf192c --- /dev/null +++ b/deskutils/xfce4-windowlist-plugin/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xfce4-windowlist-plugin +# Date created: 2003-04-26 +# Whom: Matt Lancereau <matt@rimasec.net> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= xfce4-windowlist-plugin +PORTVERSION= 0.1.0 +PORTREVISION= 5 +CATEGORIES= deskutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DISTNAME= xfce4-windowlist-plugin-${PORTVERSION} +DIST_SUBDIR= xfce4 + +MAINTAINER= ports@FreeBSD.org +COMMENT= A windowlist plugin for xfce4-panel + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 libxml2 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.mk> diff --git a/deskutils/xfce4-windowlist-plugin/distinfo b/deskutils/xfce4-windowlist-plugin/distinfo new file mode 100644 index 000000000..43d789bbf --- /dev/null +++ b/deskutils/xfce4-windowlist-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-windowlist-plugin-0.1.0.tar.gz) = 29b1a752003734c0b8171200dfafb733 +SHA256 (xfce4/xfce4-windowlist-plugin-0.1.0.tar.gz) = da4f7c412528aff2e7d0edc63cb347ee6651134feb1192431f9955c6f11276e3 +SIZE (xfce4/xfce4-windowlist-plugin-0.1.0.tar.gz) = 301770 diff --git a/deskutils/xfce4-windowlist-plugin/pkg-descr b/deskutils/xfce4-windowlist-plugin/pkg-descr new file mode 100644 index 000000000..afbb48e1b --- /dev/null +++ b/deskutils/xfce4-windowlist-plugin/pkg-descr @@ -0,0 +1,12 @@ +xfce4-windowlist-plugin is a windowlist plugin for the xfce4-panel. + +The menubutton shows the icon of the active window. + +Leftclick on the menubutton pops up a configurable window +list (windows on the current workspace or all windows). +Leftclick on the window list activates the selected window, +rightclick pops up a window action menu. + +Author: Andre Lerche <a.lerche@gmx.net> + +WWW: http://xfce-goodies.berlios.de/ diff --git a/deskutils/xfce4-windowlist-plugin/pkg-plist b/deskutils/xfce4-windowlist-plugin/pkg-plist new file mode 100644 index 000000000..a690b4f81 --- /dev/null +++ b/deskutils/xfce4-windowlist-plugin/pkg-plist @@ -0,0 +1,4 @@ +lib/xfce4/panel-plugins/libwindowlist.so +lib/xfce4/panel-plugins/libwindowlist.la +lib/xfce4/panel-plugins/libwindowlist.a +@dirrmtry lib/xfce4/panel-plugins |