diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-08 23:29:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-08 23:29:21 +0000 |
commit | 6498a92d095825f201b854737a6bdbba3b79bba2 (patch) | |
tree | 84d22aa67c317497e34480ee1037efe15963aa93 /wm | |
parent | 820db1d986ab9a628d5fcac76033730a0ec0b04d (diff) | |
download | pkgsrc-6498a92d095825f201b854737a6bdbba3b79bba2.tar.gz |
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 (limited to 'wm')
-rw-r--r-- | wm/fluxter/DESCR | 19 | ||||
-rw-r--r-- | wm/fluxter/Makefile | 27 | ||||
-rw-r--r-- | wm/fluxter/PLIST | 9 | ||||
-rw-r--r-- | wm/fluxter/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/wm/fluxter/DESCR b/wm/fluxter/DESCR new file mode 100644 index 00000000000..9fce915ede8 --- /dev/null +++ b/wm/fluxter/DESCR @@ -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 --git a/wm/fluxter/Makefile b/wm/fluxter/Makefile new file mode 100644 index 00000000000..b251bbe551f --- /dev/null +++ b/wm/fluxter/Makefile @@ -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 +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 --git a/wm/fluxter/PLIST b/wm/fluxter/PLIST new file mode 100644 index 00000000000..9b7abc92a98 --- /dev/null +++ b/wm/fluxter/PLIST @@ -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 --git a/wm/fluxter/distinfo b/wm/fluxter/distinfo new file mode 100644 index 00000000000..b7d23a0f5d0 --- /dev/null +++ b/wm/fluxter/distinfo @@ -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 |