Remove expired port x11/fspanel
This commit is contained in:
parent
a45b36eb0e
commit
693956649d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156038
1
MOVED
1
MOVED
@ -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
|
||||
|
@ -51,7 +51,6 @@
|
||||
SUBDIR += fbsd-icons
|
||||
SUBDIR += fixesext
|
||||
SUBDIR += fluxbg
|
||||
SUBDIR += fspanel
|
||||
SUBDIR += gcursor
|
||||
SUBDIR += gdesklets-tasklist
|
||||
SUBDIR += gdkxft
|
||||
|
@ -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>
|
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user