From owner-cvs-all@FreeBSD.ORG Tue Aug 19 16:03:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E01916A4C1; Tue, 19 Aug 2003 16:03:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BBC43FBF; Tue, 19 Aug 2003 16:03:23 -0700 (PDT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7JN3N0U089887; Tue, 19 Aug 2003 16:03:23 -0700 (PDT) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7JN3NVA089886; Tue, 19 Aug 2003 16:03:23 -0700 (PDT) Message-Id: <200308192303.h7JN3NVA089886@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 19 Aug 2003 16:03:23 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/fluxter Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2003 23:03:24 -0000 adamw 2003/08/19 16:03:23 PDT FreeBSD ports repository Modified files: x11-wm Makefile Added files: x11-wm/fluxter Makefile distinfo pkg-descr pkg-plist Log: fluxter is a newer incarnation of bbpager, which is like the name suggests a 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 Revision Changes Path 1.130 +1 -0 ports/x11-wm/Makefile 1.1 +26 -0 ports/x11-wm/fluxter/Makefile (new) 1.1 +1 -0 ports/x11-wm/fluxter/distinfo (new) 1.1 +20 -0 ports/x11-wm/fluxter/pkg-descr (new) 1.1 +5 -0 ports/x11-wm/fluxter/pkg-plist (new)