The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-wm : blwm

Portuguese derivative of qvwm, simplified to conserve resources

 This window manager is inspired by the Microsoft style.  It is based on qvwm but
has been simplified in order to conserve CPU time and RAM.  It is in the
Portuguese language. 

http://labdid.if.usp.br/~blanes/



blwm history


v. 1.16
date: 2007/05/19 20:32:30;  author: flz;  state: Exp;  lines: +3 -13
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.15 date: 2006/02/11 21:03:12; author: netchild; state: Exp; lines: +1 -1 Reset maintainership to ports@ after ~4 months without any response to any PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim [1] PR: 87985 [1]
v. 1.14 date: 2005/11/15 06:52:08; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.13 date: 2004/03/14 06:17:54; author: ade; state: Exp; lines: +2 -2 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.12 date: 2004/02/04 05:10:20; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.11 date: 2003/11/20 15:06:14; author: trevor; state: Exp; lines: +1 -1 Define USE_PERL5_BUILD, not erroneous USE_PERL. Submitted by: Oliver Eikemeier
v. 1.10 date: 2003/11/20 13:51:46; author: trevor; state: Exp; lines: +1 -0 Define USE_PERL to make Perl available for (mostly deprecated) "perl -pi -e" construction.
v. 1.9 date: 2003/10/04 16:27:26; author: trevor; state: Exp; lines: +2 -1 The site was last reached by fenner's survey September 7th.
v. 1.8 date: 2003/03/01 15:25:36; author: trevor; state: Exp; lines: +1 -1 Add "portuguese" category. PR: 35991
v. 1.7 date: 2003/03/01 14:34:31; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.6 date: 2002/12/01 00:51:59; author: kris; state: Exp; lines: +0 -4 Remove bogus .include
v. 1.5 date: 2002/09/15 15:53:07; author: trevor; state: Exp; lines: +2 -4 Be more efficient. Remove stray $FreeBSD: line.
v. 1.4 date: 2002/09/14 22:52:30; author: kris; state: Exp; lines: +1 -0 Fix plist
v. 1.3 date: 2002/05/26 10:00:06; author: trevor; state: Exp; lines: +18 -14 Update to 1.0.4. No code changed, only documentation. Use "ii" instead of "i" for indexing, as suggested in Roedy Green's "How To Write Unmaintainable Code."
v. 1.2 date: 2002/04/14 02:04:21; author: trevor; state: Exp; lines: +1 -0 This needs libxpm. PR: 36899 Submitted by: KATO Tsuguru
v. 1.1 date: 2002/03/20 19:25:45; author: trevor; state: Exp; Add new port of blwm, PR: 35991 ============================================================================= v. 1.16 date: 2007/05/19 20:32:30; author: flz; state: Exp; lines: +3 -13 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.15 date: 2006/02/11 21:03:12; author: netchild; state: Exp; lines: +1 -1 Reset maintainership to ports@ after ~4 months without any response to any PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim [1] PR: 87985 [1]
v. 1.14 date: 2005/11/15 06:52:08; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.13 date: 2004/03/14 06:17:54; author: ade; state: Exp; lines: +2 -2 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.12 date: 2004/02/04 05:10:20; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.11 date: 2003/11/20 15:06:14; author: trevor; state: Exp; lines: +1 -1 Define USE_PERL5_BUILD, not erroneous USE_PERL. Submitted by: Oliver Eikemeier
v. 1.10 date: 2003/11/20 13:51:46; author: trevor; state: Exp; lines: +1 -0 Define USE_PERL to make Perl available for (mostly deprecated) "perl -pi -e" construction.
v. 1.9 date: 2003/10/04 16:27:26; author: trevor; state: Exp; lines: +2 -1 The site was last reached by fenner's survey September 7th.
v. 1.8 date: 2003/03/01 15:25:36; author: trevor; state: Exp; lines: +1 -1 Add "portuguese" category. PR: 35991
v. 1.7 date: 2003/03/01 14:34:31; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.6 date: 2002/12/01 00:51:59; author: kris; state: Exp; lines: +0 -4 Remove bogus .include
v. 1.5 date: 2002/09/15 15:53:07; author: trevor; state: Exp; lines: +2 -4 Be more efficient. Remove stray $FreeBSD: line.
v. 1.4 date: 2002/09/14 22:52:30; author: kris; state: Exp; lines: +1 -0 Fix plist
v. 1.3 date: 2002/05/26 10:00:06; author: trevor; state: Exp; lines: +18 -14 Update to 1.0.4. No code changed, only documentation. Use "ii" instead of "i" for indexing, as suggested in Roedy Green's "How To Write Unmaintainable Code."
v. 1.2 date: 2002/04/14 02:04:21; author: trevor; state: Exp; lines: +1 -0 This needs libxpm. PR: 36899 Submitted by: KATO Tsuguru
v. 1.1 date: 2002/03/20 19:25:45; author: trevor; state: Exp; Add new port of blwm, PR: 35991 ============================================================================= v. 1.16 date: 2007/05/19 20:32:30; author: flz; state: Exp; lines: +3 -13 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.15 date: 2006/02/11 21:03:12; author: netchild; state: Exp; lines: +1 -1 Reset maintainership to ports@ after ~4 months without any response to any PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim [1] PR: 87985 [1]
v. 1.14 date: 2005/11/15 06:52:08; author: ade; state: Exp; lines: +1 -2 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.13 date: 2004/03/14 06:17:54; author: ade; state: Exp; lines: +2 -2 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.12 date: 2004/02/04 05:10:20; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.11 date: 2003/11/20 15:06:14; author: trevor; state: Exp; lines: +1 -1 Define USE_PERL5_BUILD, not erroneous USE_PERL. Submitted by: Oliver Eikemeier
v. 1.10 date: 2003/11/20 13:51:46; author: trevor; state: Exp; lines: +1 -0 Define USE_PERL to make Perl available for (mostly deprecated) "perl -pi -e" construction.
v. 1.9 date: 2003/10/04 16:27:26; author: trevor; state: Exp; lines: +2 -1 The site was last reached by fenner's survey September 7th.
v. 1.8 date: 2003/03/01 15:25:36; author: trevor; state: Exp; lines: +1 -1 Add "portuguese" category. PR: 35991
v. 1.7 date: 2003/03/01 14:34:31; author: trevor; state: Exp; lines: +1 -0 Retire comment file.
v. 1.6 date: 2002/12/01 00:51:59; author: kris; state: Exp; lines: +0 -4 Remove bogus .include
v. 1.5 date: 2002/09/15 15:53:07; author: trevor; state: Exp; lines: +2 -4 Be more efficient. Remove stray $FreeBSD: line.
v. 1.4 date: 2002/09/14 22:52:30; author: kris; state: Exp; lines: +1 -0 Fix plist
v. 1.3 date: 2002/05/26 10:00:06; author: trevor; state: Exp; lines: +18 -14 Update to 1.0.4. No code changed, only documentation. Use "ii" instead of "i" for indexing, as suggested in Roedy Green's "How To Write Unmaintainable Code."
v. 1.2 date: 2002/04/14 02:04:21; author: trevor; state: Exp; lines: +1 -0 This needs libxpm. PR: 36899 Submitted by: KATO Tsuguru
v. 1.1 date: 2002/03/20 19:25:45; author: trevor; state: Exp; Add new port of blwm, PR: 35991 =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm