summaryrefslogtreecommitdiff
path: root/wm/fluxter
diff options
context:
space:
mode:
authorminskim <minskim>2006-04-08 23:29:21 +0000
committerminskim <minskim>2006-04-08 23:29:21 +0000
commited53f7698f13631c494ce9a73fc7fdad231ce408 (patch)
tree84d22aa67c317497e34480ee1037efe15963aa93 /wm/fluxter
parente6a823a36539172000fb6fa71f29fa0450693417 (diff)
downloadpkgsrc-ed53f7698f13631c494ce9a73fc7fdad231ce408.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/fluxter')
-rw-r--r--wm/fluxter/DESCR19
-rw-r--r--wm/fluxter/Makefile27
-rw-r--r--wm/fluxter/PLIST9
-rw-r--r--wm/fluxter/distinfo5
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