diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/fspanel/Makefile | 30 | ||||
-rw-r--r-- | x11/fspanel/distinfo | 3 | ||||
-rw-r--r-- | x11/fspanel/files/patch-configure | 13 | ||||
-rw-r--r-- | x11/fspanel/pkg-descr | 10 |
7 files changed, 1 insertions, 58 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 0cd196c57d16..354bedd1662f 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -2622,7 +2622,6 @@ frozenbubble ports/games/frozenbubble fsbackup ports/sysutils/fsbackup fsh ports/security/fsh fsmgenerator ports/devel/fsmgenerator -fspanel ports/x11/fspanel fspclient ports/net/fspclient fspd ports/net/fspd fsplib ports/net/fsplib @@ -2178,3 +2178,4 @@ print/acroread5-commfont||2006-02-09|Remove expired print/acroread and related p chinese/pcmanfm|x11-fm/pcmanfm|2006-02-09|Move to new category www/gnuinfo||2006-02-14|Remove expired port x11/gyroscope||2006-02-14|Remove expired port +x11/fspanel||2006-02-14|Remove expired port diff --git a/x11/Makefile b/x11/Makefile index 16de82cd8282..70c3e17c94a8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -51,7 +51,6 @@ SUBDIR += fbsd-icons SUBDIR += fixesext SUBDIR += fluxbg - SUBDIR += fspanel SUBDIR += gcursor SUBDIR += gdesklets-tasklist SUBDIR += gdkxft diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile deleted file mode 100644 index 59f27820d82e..000000000000 --- a/x11/fspanel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: fspanel -# Date created: 17 jan 2001 -# Whom: The Anarcat <anarcat@anarcat.dyndns.org> -# -# $FreeBSD$ -# - -PORTNAME= fspanel -PORTVERSION= 0.8.b1 -CATEGORIES= x11 -MASTER_SITES= # disappeared -DISTNAME= fspanel-0.8beta1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tiny panel listing opened windows for gnome-compliant WM - -DEPRECATED= mastersite disappeared -- consider using fbpanel instead -EXPIRATION_DATE= 2006-01-25 - -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft - -USE_X_PREFIX= yes -HAS_CONFIGURE= yes -PLIST_FILES= bin/fspanel -ALL_TARGET= fspanel - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fspanel ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/x11/fspanel/distinfo b/x11/fspanel/distinfo deleted file mode 100644 index e2fc9892c3a0..000000000000 --- a/x11/fspanel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fspanel-0.8beta1.tar.gz) = 213ea167a50c4971c3c110db9b4be4e9 -SHA256 (fspanel-0.8beta1.tar.gz) = 02ec44100395ebf6d59e03f1f4febb754650a1dd12b9dc13bf6e5afbaf277621 -SIZE (fspanel-0.8beta1.tar.gz) = 9703 diff --git a/x11/fspanel/files/patch-configure b/x11/fspanel/files/patch-configure deleted file mode 100644 index 7f162abf2a9e..000000000000 --- a/x11/fspanel/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Sat Jun 22 22:13:01 2002 -+++ configure Mon Feb 17 16:56:27 2003 -@@ -52,8 +52,8 @@ - xft=no - if test -e "$X11_PATH/include/X11/Xft/Xft.h"; then - echo yes -- LDFLAGS="$LDFLAGS -lXft" -- CFLAGS="$CFLAGS -DXFT" -+ LDFLAGS="$LDFLAGS `pkg-config xft --libs`" -+ CFLAGS="$CFLAGS -DXFT `pkg-config xft --cflags`" - xft=yes - else - echo no diff --git a/x11/fspanel/pkg-descr b/x11/fspanel/pkg-descr deleted file mode 100644 index f255b8c0e8e3..000000000000 --- a/x11/fspanel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FSPanel is a panel for Linux/Unix that lists all your open windows. It -lets you iconify and bring windows to front. FSPanel is tiny, less than -10k on i386-linux. It does require a gnome compliant window manager -though (eg. Enlightenment, SawFish, WindowMaker, IceWM). Basically it's -a tiny, lame, featureless panel. - -FSPanel does NOT and probably will never have any: - * program launchers - * menus - * applets |