pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fluxter Import fluxter from pkgsrc-wip. Packaged b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f8c81faf7a3
branches:  trunk
changeset: 511087:8f8c81faf7a3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 08 23:29:21 2006 +0000

description:
Import fluxter from pkgsrc-wip.  Packaged by Michael-John Turner.

fluxter is a newer incarnation of bbpager, which is like the name suggests a
pager tool for Blackbox.

The major changes to bbpager are:
o Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in
  blackbox directories.
o Default styles come from the fluxbox configuration.  Without
  customization it will track the look of the current theme.
o The configuration files have been renamed to fluxter.bb (used in a
  fluxbox environment) and fluxter.nobb (used in a non-fluxbox
  environment).  These files should go in fluxbox configuration
  directories, such as ~/.fluxbox.
o The X resource entries in the configuration files use fluxter as a label,
  rather than bbpager.
o Per-workspace wallpaper changing is supported by the addition of
  per-workspace rootCommand configuration entries.  For example:
    fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png
    fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png
    fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png

diffstat:

 wm/fluxter/DESCR    |  19 +++++++++++++++++++
 wm/fluxter/Makefile |  27 +++++++++++++++++++++++++++
 wm/fluxter/PLIST    |   9 +++++++++
 wm/fluxter/distinfo |   5 +++++
 4 files changed, 60 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 736a2ce741e7 -r 8f8c81faf7a3 wm/fluxter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxter/DESCR  Sat Apr 08 23:29:21 2006 +0000
@@ -0,0 +1,19 @@
+fluxter is a newer incarnation of bbpager, which is like the name suggests a
+pager tool for Blackbox.
+
+The major changes to bbpager are:
+o Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in
+  blackbox directories.
+o Default styles come from the fluxbox configuration.  Without
+  customization it will track the look of the current theme.
+o The configuration files have been renamed to fluxter.bb (used in a
+  fluxbox environment) and fluxter.nobb (used in a non-fluxbox
+  environment).  These files should go in fluxbox configuration
+  directories, such as ~/.fluxbox.
+o The X resource entries in the configuration files use fluxter as a label,
+  rather than bbpager.
+o Per-workspace wallpaper changing is supported by the addition of
+  per-workspace rootCommand configuration entries.  For example:
+    fluxter.workspace0.rootCommand: Esetroot /usr/share/pixmaps/bg1.png
+    fluxter.workspace1.rootCommand: Esetroot /usr/share/pixmaps/bg2.png
+    fluxter.workspace2.rootCommand: Esetroot /usr/share/pixmaps/bg3.png
diff -r 736a2ce741e7 -r 8f8c81faf7a3 wm/fluxter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxter/Makefile       Sat Apr 08 23:29:21 2006 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 23:29:21 minskim Exp $
+#
+
+DISTNAME=              fluxter-0.1.0
+CATEGORIES=            wm x11
+MASTER_SITES=          http://benedict.isomedia.com/homes/stevencooper/files/
+
+MAINTAINER=            mj%turner.org.za@localhost
+HOMEPAGE=              http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html
+COMMENT=               Workspace pager dockapp, particularly useful with Fluxbox
+
+GNU_CONFIGURE=         yes
+USE_LANGUAGES=         c++
+
+FLUXBOX_DATA=          ${PREFIX}/share/fluxbox
+DOCDIR=                        ${PREFIX}/share/doc/${PKGBASE}
+EXDIR=                 ${PREFIX}/share/examples/${PKGBASE}
+
+post-install:
+       ${RM} ${FLUXBOX_DATA}/README.fluxter
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/data/README.fluxter ${DOCDIR}
+       ${INSTALL_DATA_DIR} ${EXDIR}
+       ${INSTALL_DATA} ${WRKSRC}/examples/fluxter.bb ${EXDIR}
+
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 736a2ce741e7 -r 8f8c81faf7a3 wm/fluxter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxter/PLIST  Sat Apr 08 23:29:21 2006 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/08 23:29:21 minskim Exp $
+bin/fluxter
+share/doc/fluxter/README.fluxter
+share/fluxbox/fluxter.bb
+share/fluxbox/fluxter.nobb
+share/examples/fluxter/fluxter.bb
+@dirrm share/doc/fluxter
+@dirrm share/examples/fluxter
+@unexec ${RMDIR} %D/share/fluxbox 2>/dev/null || ${TRUE}
diff -r 736a2ce741e7 -r 8f8c81faf7a3 wm/fluxter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/fluxter/distinfo       Sat Apr 08 23:29:21 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/08 23:29:21 minskim Exp $
+
+SHA1 (fluxter-0.1.0.tar.gz) = d0da4759a21fdadc8a6457195c87b6648b5d69bc
+RMD160 (fluxter-0.1.0.tar.gz) = b4059b81aa448f6f5c3ef7f4672335396448ac2d
+Size (fluxter-0.1.0.tar.gz) = 99522 bytes



Home | Main Index | Thread Index | Old Index