pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/wmdrawer Initial import of wmdrawer-0.10.5, a drawe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65ecb76e8274
branches:  trunk
changeset: 488298:65ecb76e8274
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Jan 27 14:39:33 2005 +0000

description:
Initial import of wmdrawer-0.10.5, a drawer (retractable button bar) to
launch applications.

wmDrawer is a dock application (dockapp) which provides a drawer
(retractable button bar) to launch applications.
- The drawer is retractable and animated.
- Several columns of buttons can be defined in the drawer.
- The configuration file is automaticaly reloaded if it changes.
- Multiple instances of the program can run at the same time.
- The buttons can be highlighted under the mouse cursor.
- A tooltip can be defined for each button.
- The drawer can be transparent (need SHAPE extension).
- Ability to launch several apps at once from the drawer.
  By holding down the key Shift or by using mouse buttons middle or
  right instead of left, you can keep the drawer opened.

diffstat:

 wm/wmdrawer/DESCR    |  12 ++++++++++++
 wm/wmdrawer/MESSAGE  |  10 ++++++++++
 wm/wmdrawer/Makefile |  28 ++++++++++++++++++++++++++++
 wm/wmdrawer/PLIST    |  11 +++++++++++
 wm/wmdrawer/distinfo |   4 ++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r f0c9a3e39c78 -r 65ecb76e8274 wm/wmdrawer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmdrawer/DESCR Thu Jan 27 14:39:33 2005 +0000
@@ -0,0 +1,12 @@
+wmDrawer is a dock application (dockapp) which provides a drawer
+(retractable button bar) to launch applications.
+- The drawer is retractable and animated.
+- Several columns of buttons can be defined in the drawer.
+- The configuration file is automaticaly reloaded if it changes.
+- Multiple instances of the program can run at the same time.
+- The buttons can be highlighted under the mouse cursor.
+- A tooltip can be defined for each button.
+- The drawer can be transparent (need SHAPE extension).
+- Ability to launch several apps at once from the drawer.
+  By holding down the key Shift or by using mouse buttons middle or
+  right instead of left, you can keep the drawer opened.
diff -r f0c9a3e39c78 -r 65ecb76e8274 wm/wmdrawer/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmdrawer/MESSAGE       Thu Jan 27 14:39:33 2005 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
+
+You can use the example configuration file which was installed there :
+
+       ${PREFIX}/share/examples/wmdrawer/wmdrawerrc.example
+
+Copy it as $HOME/.wmdrawerrc and edit to fit your needs.
+
+===========================================================================
diff -r f0c9a3e39c78 -r 65ecb76e8274 wm/wmdrawer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmdrawer/Makefile      Thu Jan 27 14:39:33 2005 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
+#
+
+DISTNAME=              wmdrawer-0.10.5
+CATEGORIES=            misc
+MASTER_SITES=          http://people.easter-eggs.org/~valos/wmdrawer/
+
+MAINTAINER=            Joel CARNAT <joel%carnat.net@localhost>
+HOMEPAGE=              http://people.easter-eggs.org/~valos/wmdrawer/
+COMMENT=               Drawer (retractable button bar) to launch applications
+
+USE_BUILDLINK3=                yes
+USE_GNU_TOOLS+=                make
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/wmdrawer ${PREFIX}/bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmdrawer
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wmdrawer
+       ${INSTALL_MAN} ${WRKSRC}/doc/wmdrawer.1x.gz ${PREFIX}/man/man1
+       ${INSTALL_DATA} ${WRKSRC}/wmdrawerrc.example ${PREFIX}/share/examples/wmdrawer
+       ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/wmdrawer
+       ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/wmdrawer
+       ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/wmdrawer
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmdrawer
+       ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/wmdrawer
+
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f0c9a3e39c78 -r 65ecb76e8274 wm/wmdrawer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmdrawer/PLIST Thu Jan 27 14:39:33 2005 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
+bin/wmdrawer
+share/doc/wmdrawer/AUTHORS
+share/doc/wmdrawer/COPYING
+share/doc/wmdrawer/ChangeLog
+share/doc/wmdrawer/README
+share/doc/wmdrawer/TODO
+man/man1/wmdrawer.1x.gz
+share/examples/wmdrawer/wmdrawerrc.example
+@dirrm share/examples/wmdrawer
+@dirrm share/doc/wmdrawer
diff -r f0c9a3e39c78 -r 65ecb76e8274 wm/wmdrawer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/wmdrawer/distinfo      Thu Jan 27 14:39:33 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/27 14:39:33 ben Exp $
+
+SHA1 (wmdrawer-0.10.5.tar.gz) = ee3a7dc01fc30fddce0a4618b061e1e5cc8e4570
+Size (wmdrawer-0.10.5.tar.gz) = 49413 bytes



Home | Main Index | Thread Index | Old Index