diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:36:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:36:27 +0000 |
commit | 67705d56360b5aa518ea4ca18564dce0930e6444 (patch) | |
tree | 8e757afc488ed7c9eacfbdf4b298bc31cf3018b1 /x11/fspanel | |
parent | ab28d810cfa73d614429723f2afa6278e9aac500 (diff) | |
download | ports-67705d56360b5aa518ea4ca18564dce0930e6444.tar.gz ports-67705d56360b5aa518ea4ca18564dce0930e6444.zip |
Notes
Diffstat (limited to 'x11/fspanel')
-rw-r--r-- | x11/fspanel/Makefile | 29 | ||||
-rw-r--r-- | x11/fspanel/distinfo | 1 | ||||
-rw-r--r-- | x11/fspanel/pkg-comment | 1 | ||||
-rw-r--r-- | x11/fspanel/pkg-descr | 10 | ||||
-rw-r--r-- | x11/fspanel/pkg-plist | 1 |
5 files changed, 42 insertions, 0 deletions
diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile new file mode 100644 index 000000000000..21eefb89e868 --- /dev/null +++ b/x11/fspanel/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: fspanel +# Date created: 17 jan 2001 +# Whom: The Anarcat <anarcat@anarcat.dyndns.org> +# +# $FreeBSD$ +# + +PORTNAME= fspanel +PORTVERSION= 0.7.6 +CATEGORIES= x11 +MASTER_SITES= http://sapphire.sourceforge.net/ + +# patched version is from sapphire project (0.7.6) +# the original version (0.7) is there +#MASTER_SITES= http://www.chatjunkies.org/${PORTNAME}/ + +MAINTAINER= anarcat@anarcat.dyndns.org + +USE_X_PREFIX= yes +MAKEFILE= Makefile.freebsd +ALL_TARGET= ${PORTNAME} + +pre-patch: + @${PERL} -pi.orig -e "s#/usr/local#${PREFIX}#g" ${WRKSRC}/${MAKEFILE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11/fspanel/distinfo b/x11/fspanel/distinfo new file mode 100644 index 000000000000..243fa543d224 --- /dev/null +++ b/x11/fspanel/distinfo @@ -0,0 +1 @@ +MD5 (fspanel-0.7.6.tar.gz) = ee8bc3407d5861ead66cc0e4eb4d2dc5 diff --git a/x11/fspanel/pkg-comment b/x11/fspanel/pkg-comment new file mode 100644 index 000000000000..f00d0b2fe7de --- /dev/null +++ b/x11/fspanel/pkg-comment @@ -0,0 +1 @@ +Tiny panel listing opened windows for gnome-compliant WM diff --git a/x11/fspanel/pkg-descr b/x11/fspanel/pkg-descr new file mode 100644 index 000000000000..f255b8c0e8e3 --- /dev/null +++ b/x11/fspanel/pkg-descr @@ -0,0 +1,10 @@ +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 diff --git a/x11/fspanel/pkg-plist b/x11/fspanel/pkg-plist new file mode 100644 index 000000000000..ea68c82d6eae --- /dev/null +++ b/x11/fspanel/pkg-plist @@ -0,0 +1 @@ +bin/fspanel |