pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/fspanel Add README (that is patched to provide a l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b1031c829cb
branches:  trunk
changeset: 497408:4b1031c829cb
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jul 27 15:56:42 2005 +0000

description:
Add README (that is patched to provide a little more documentation).
Bump PKGREVISION.
Okayed by maintainer, Joel CARNAT.

diffstat:

 x11/fspanel/Makefile         |   7 ++++---
 x11/fspanel/PLIST            |   3 ++-
 x11/fspanel/distinfo         |   3 ++-
 x11/fspanel/patches/patch-ac |  29 +++++++++++++++++++++++++++++
 4 files changed, 37 insertions(+), 5 deletions(-)

diffs (82 lines):

diff -r 3e70b6a145ab -r 4b1031c829cb x11/fspanel/Makefile
--- a/x11/fspanel/Makefile      Wed Jul 27 14:42:30 2005 +0000
+++ b/x11/fspanel/Makefile      Wed Jul 27 15:56:42 2005 +0000
@@ -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 @@
 
 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 -r 3e70b6a145ab -r 4b1031c829cb x11/fspanel/PLIST
--- a/x11/fspanel/PLIST Wed Jul 27 14:42:30 2005 +0000
+++ b/x11/fspanel/PLIST Wed Jul 27 15:56:42 2005 +0000
@@ -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 -r 3e70b6a145ab -r 4b1031c829cb x11/fspanel/distinfo
--- a/x11/fspanel/distinfo      Wed Jul 27 14:42:30 2005 +0000
+++ b/x11/fspanel/distinfo      Wed Jul 27 15:56:42 2005 +0000
@@ -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 -r 3e70b6a145ab -r 4b1031c829cb x11/fspanel/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fspanel/patches/patch-ac      Wed Jul 27 15:56:42 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index