aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fluxter
Commit message (Collapse)AuthorAgeFilesLines
* - support stagingjgh2013-09-271-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | x11-wm)
* - convert USE_GMAKE to USES=gmakejgh2013-07-061-1/+1
|
* - trim historical header and take maintainershipjgh2013-02-271-6/+2
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update to 0.2.0 so that it can work with current Fluxbox version in ports.rafan2009-03-013-7/+6
| | | | | PR: ports/132163 Submitted by: Robert Woolley <freebsd at rwoolley.com>
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+1
| | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Remove USE_REINPLACE from categories starting with Xedwin2006-05-131-1/+0
|
* - Add SHA256pav2005-11-261-0/+1
|
* Drop maintainership on most of my ports. Feel free to grab 'em if youadamw2004-05-171-1/+1
| | | | want 'em.
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - Fix typo in COMMENTpav2003-12-081-1/+1
| | | | | PR: ports/60028 Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
* fluxter is a newer incarnation of bbpager, which is like the name suggests aadamw2003-08-204-0/+52
pager tool for Blackbox. The major changes to bbpager are: - Accesses fluxbox configuration files, e.g. in ~/.fluxbox, rather than in blackbox directories. - Default styles come from the fluxbox configuration. Without customization it will track the look of the current theme. - 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. - The X resource entries in the configuration files use fluxter as a label, rather than bbpager. - 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 WWW: http://benedict.isomedia.com/homes/stevencooper/projects/fluxter.html