summaryrefslogtreecommitdiff
path: root/x11/fspanel
diff options
context:
space:
mode:
authorreed <reed>2005-07-27 15:56:42 +0000
committerreed <reed>2005-07-27 15:56:42 +0000
commit73df82044903d9feba4e7ffbd4b88ede962d488f (patch)
tree4b7f0beb94554698150d2b45620e888ee5edcceb /x11/fspanel
parenta5c91ff1610fef91065b703400e5cb5f939f656b (diff)
downloadpkgsrc-73df82044903d9feba4e7ffbd4b88ede962d488f.tar.gz
Add README (that is patched to provide a little more documentation).
Bump PKGREVISION. Okayed by maintainer, Joel CARNAT.
Diffstat (limited to 'x11/fspanel')
-rw-r--r--x11/fspanel/Makefile7
-rw-r--r--x11/fspanel/PLIST3
-rw-r--r--x11/fspanel/distinfo3
-rw-r--r--x11/fspanel/patches/patch-ac29
4 files changed, 37 insertions, 5 deletions
diff --git a/x11/fspanel/Makefile b/x11/fspanel/Makefile
index 160e2721ab7..de2f442d828 100644
--- a/x11/fspanel/Makefile
+++ b/x11/fspanel/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:28 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/27 15:56:42 reed Exp $
#
DISTNAME= fspanel-0.8beta1
PKGNAME= ${DISTNAME:C/beta/.0./}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://www.chatjunkies.org/fspanel/
@@ -17,10 +17,11 @@ HAS_CONFIGURE= YES
CFLAGS+= -DHAVE_XPM -DXFT
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/doc/fspanel
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fspanel ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fspanel/
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
diff --git a/x11/fspanel/PLIST b/x11/fspanel/PLIST
index 83f9c5762f3..748f30613cd 100644
--- a/x11/fspanel/PLIST
+++ b/x11/fspanel/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/23 16:59:53 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/07/27 15:56:42 reed Exp $
bin/fspanel
+share/doc/fspanel/README
diff --git a/x11/fspanel/distinfo b/x11/fspanel/distinfo
index a82b1658f0d..f995a3151af 100644
--- a/x11/fspanel/distinfo
+++ b/x11/fspanel/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/03/17 15:49:54 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/07/27 15:56:42 reed Exp $
SHA1 (fspanel-0.8beta1.tar.gz) = 80225c1cd6984b458e487db3cbc04d8e3a4173d8
RMD160 (fspanel-0.8beta1.tar.gz) = e892f182375e8a8541a01e6f3015f7fa4900c009
Size (fspanel-0.8beta1.tar.gz) = 9703 bytes
SHA1 (patch-aa) = 8a61200ff8ef1c05b78ed4bb1a9150c52a95b5e5
SHA1 (patch-ab) = 705eaaf0730e3afc0b0285aa3d8c4c2705e02326
+SHA1 (patch-ac) = 139dd047f884cc0f1cb37bfae39e682cf4de0fd2
diff --git a/x11/fspanel/patches/patch-ac b/x11/fspanel/patches/patch-ac
new file mode 100644
index 00000000000..c0f50d255bb
--- /dev/null
+++ b/x11/fspanel/patches/patch-ac
@@ -0,0 +1,29 @@
+$NetBSD: patch-ac,v 1.1 2005/07/27 15:56:42 reed Exp $
+
+--- README.orig 2005-07-26 23:32:38.000000000 -0700
++++ README 2005-07-26 23:35:52.000000000 -0700
+@@ -3,11 +3,23 @@
+
+ What is it and what can it do?
+
+-It's a panel for Linux that lists all your windows, but the difference
++It's a panel for Unix/Linux that lists all your windows, but the difference
+ is that it's tiny. The binary is about 10k and it takes barely any
+ memory. It requires a window manager that supports the Unified Window
+ Manager spec: NET_WM: http://www.freedesktop.org/standards/wm-spec.html
+
++FSPanel does NOT and probably will never have any:
++
++ * program launchers
++ * menus
++ * applets
++
++Hidden Features
++
++ * Click on the far right of the panel to make it hide.
++ * Click on the far left of the panel to make it jump to top of screen.
++ * Click on the numbers on the left to switch desktops.
++
+ See http://www.chatjunkies.org/fspanel/ for more information.
+
+ Changes in 0.8beta1