diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-23 00:45:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-23 00:45:10 +0800 |
commit | ece43d49726e1fe13a95dc4f28353faf36dce1d0 (patch) | |
tree | 555dc2b1a093e9c80e4daa22b395dfe53aa9b178 /x11-wm/xfce4-systray | |
parent | fd57b294b88da34811c61d674eb0b28a716d2d4f (diff) | |
download | freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.tar.gz freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.tar.zst freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.zip |
Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4)
Diffstat (limited to 'x11-wm/xfce4-systray')
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 33 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/pkg-plist | 5 |
4 files changed, 0 insertions, 44 deletions
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile deleted file mode 100644 index e30ba32867f4..000000000000 --- a/x11-wm/xfce4-systray/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: xfce4-systray -# Date created: 3 July 2003 -# Whom: James Earl <jdearl@telus.net> -# -# $FreeBSD$ -# - -PORTNAME= xfce4-systray -PORTVERSION= 4.2.3 -PORTREVISION= 2 -CATEGORIES= x11-wm 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/ -DIST_SUBDIR= xfce4 - -MAINTAINER= oliver@FreeBSD.org -COMMENT= XFce 4 system tray module 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 \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -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/x11-wm/xfce4-systray/distinfo b/x11-wm/xfce4-systray/distinfo deleted file mode 100644 index 61ea05177e03..000000000000 --- a/x11-wm/xfce4-systray/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfce4/xfce4-systray-4.2.3.tar.gz) = e55fbdecbee9b414c703d47988c5135c -SHA256 (xfce4/xfce4-systray-4.2.3.tar.gz) = 7ac887e9348e535d4d4c3d4f5edcc90e51f309afdab3d697995d1d17e737fd76 -SIZE (xfce4/xfce4-systray-4.2.3.tar.gz) = 320138 diff --git a/x11-wm/xfce4-systray/pkg-descr b/x11-wm/xfce4-systray/pkg-descr deleted file mode 100644 index c9fccc44882e..000000000000 --- a/x11-wm/xfce4-systray/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -XFce 4 system tray or notification area for xfce4-panel. - -WWW: http://www.xfce.org diff --git a/x11-wm/xfce4-systray/pkg-plist b/x11-wm/xfce4-systray/pkg-plist deleted file mode 100644 index f9cf3d39e609..000000000000 --- a/x11-wm/xfce4-systray/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/xfce4/panel-plugins/libsystray.a -lib/xfce4/panel-plugins/libsystray.la -lib/xfce4/panel-plugins/libsystray.so -@dirrmtry lib/xfce4/panel-plugins -@dirrmtry lib/xfce4 |