FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 3:45 AM BST
Port details
wmii 3.6_3 x11-wm on this many watch lists=6 search for ports that depend on this port
A dynamic, minimalist window manager for X11
Maintained by: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Jun 2005 11:29:36
License: not specified in port


WMII is a small, dynamic window manager for X11.  It supports both classic
and tiling (acme-like) window management with extended keyboard, mouse, and
9p filesystem based remote control.  It replaces the workspace paradigm with
a new tagging approach and is highly scriptable (with plain shell or Python
and even Chicken).

Its minimalist philosophy attempts to not exceed 10.000 lines of code
(including all shipped utilities and libraries), to enforce simplicity and
clarity (read: it is hackable and beautiful).

WWW: http://wmii.suckless.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/xextproto, x11/libX11, x11-toolkits/libXt, x11/libXext
Required To Run: x11/dmenu, x11/libX11, x11-toolkits/libXt, x11/libXext
Required Libraries: devel/libixp, converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-wm/wmii/ && make install clean
To add the package: pkg_add -r wmii


Configuration Options
===> The following configuration options are available for wmii-3.6_3:
     SLIM_LAYOUT_BOX=off (default) "Build with slim layout boxes"
     UTF8_TEXT=on (default) "Work with UTF-8 instead of user locale"
===> Use 'make config' to modify these settings

Master Sites:
http://dl.suckless.org/wmii/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2011 12:54:45
Original commit files touched by this commit  3.6_3
miwi search for other commits by this committer
- Get Rid MD5 support
25 Feb 2010 12:46:56
Original commit files touched by this commit  3.6_3
danfe search for other commits by this committer
Adjust CONFLICTS after update of `x11-wm/wmii-devel'.

Feature safe:   yes
25 Feb 2010 10:05:22
Original commit files touched by this commit  3.6_3
danfe search for other commits by this committer
Fix the build on amd64 and sparc64 (at least).  I can think of little
reasons to unconditionally reimplement strlcat(3), which is being around in
BSD for over a decade now, but WMII does it anyways.  Apparently, somebody
needs to reread Unix Haters Handbook.

Despite the fact that return value of strlcat() does not seem to be used
anywhere, I decided to keep their implementation instead of switching to
kosher implementation from our libc, just in case of some weird bug-to-bug
compatibility issue.

Closes PR:      ports/143594
Feature safe:   yes
20 Sep 2009 00:52:30
Original commit files touched by this commit  3.6_3
linimon search for other commits by this committer
Mark as broken on amd64 and sparc64: fails to compile.

Feature safe:   yes
11 Sep 2009 14:11:03
Original commit files touched by this commit  3.6_3
danfe search for other commits by this committer
Fix a potential crash.  I was able to trigger it only with non-UTF8 build
(which is not default) and only with Arora when visiting one specific page,
so leave PORTREVISION as is.
11 Sep 2009 12:03:26
Original commit files touched by this commit  3.6_3
danfe search for other commits by this committer
Try to further improve user experience with WMII:

- Since default layout boxes actually just look ugly, but are still useful,
  rework previous solution: instead of omitting them completely, draw them
  in a slim fashion.  Also, give option a better name (SLIM_LAYOUT_BOX)

- Apparently, Xmb* -> Xutf8* conversion was only safe thing to do with UTF-8
  locales; those who use traditional (8-bit) locales and experience problems
  with fonts should try rebuilding the port with UTF8_TEXT option unset

- Since our `devel/9base' port installs rc(1) but not read(1), it is of
  little use as rdep anyway (`devel/plan9port' installs more complete set
  of things, but is unfortunately broken on 8.0+)

- While here, pacify portlint(1) and remove _XOPEN_SOURCE definition to
  prevent some warnings
10 Sep 2009 18:44:27
Original commit files touched by this commit  3.6_2
danfe search for other commits by this committer
- Allow to build with hidden layout boxes, lots of people should appreciate
- Adjust regexp slightly while here (avoid extra resulting space)
08 Sep 2009 12:51:53
Original commit files touched by this commit  3.6_2
danfe search for other commits by this committer
- Register CONFLICTS with readded `x11/wmii-devel' port
- Update MASTER_SITES
- Minor textual nit in a comment
07 Sep 2009 16:20:57
Original commit files touched by this commit  3.6_2
danfe search for other commits by this committer
Update description.
29 Jun 2009 07:48:23
Original commit files touched by this commit  3.6_2
danfe search for other commits by this committer
Update WWW.
29 Jun 2009 07:44:56
Original commit files touched by this commit  3.6_2
danfe search for other commits by this committer
Cleanup, no functional changes.
25 Mar 2009 13:45:40
Original commit files touched by this commit  3.6_2
miwi search for other commits by this committer
- Update MASTER_SITES
- Update WWW

PR:             132185
Submitted by:   Sofian Brabez <sbrabez@gmail.com>
Approved by:    maintainer timeout
07 Mar 2009 21:07:27
Original commit files touched by this commit  3.6_2
tabthorpe search for other commits by this committer
- Fix build after libixp update
- Bump PORTREVISION

PR:             ports/132374 (based on)
Submitted by:   Sofian Brabez (patch)
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  3.6_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
29 Jan 2008 14:33:11
Original commit files touched by this commit  3.6
danfe search for other commits by this committer
Deorbit `x11-wm/wmii-devel' in favor of updated `x11-wm/wmii'.

Encouraged by:  sat (maintainer)
29 Jan 2008 12:49:32
Original commit files touched by this commit  3.6
danfe search for other commits by this committer
- Update `devel/libixp' to version 0.4 [1]
- Update `x11-wm/wmii' to version 3.6 [2]
- Remove CENKES as they do not carry new distfiles
- Minor tweaks in pkg-descr for `devel/libixp'

PRs:            ports/119281 [1]
                ports/119282 [2]
Submitted by:   Daniel Roethlisberger
Reworked by:    danfe (myself)
Go ahead from:  sat (maintainer) [1]
08 Jun 2007 17:47:08
Original commit files touched by this commit  3.5.1
danfe search for other commits by this committer
Fix missing dependency (ergo, the build).

Reported by:    krismail
05 Jun 2007 20:15:33
Original commit files touched by this commit  3.5.1
danfe search for other commits by this committer
Rather belatedly, but still:

- Update to version 3.5.1
- Forget about USE_X_PREFIX
- Remove 4.X support
19 May 2007 20:32:57
Original commit files touched by this commit  3.1_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
08 Mar 2007 20:25:55
Original commit files touched by this commit  3.1
sat search for other commits by this committer
- Add port x11-wm/wmii-devel - Hg tip of wmii development
- Arrange mutual conflicts with wmii

Repocopy by:    marcus
04 Mar 2007 19:59:40
Original commit files touched by this commit  3.1
sat search for other commits by this committer
- Update master site
- Add mirrors
- Update WWW

PR:             ports/105002 (based on)
Submitted by:   ceri
Approved by:    danfe (maintainer timeout, since 2006-11-01)
03 Oct 2006 23:22:04
Original commit files touched by this commit  3.1
danfe search for other commits by this committer
Fix the build on 4.X.
28 Jun 2006 13:17:16
Original commit files touched by this commit  3.1
danfe search for other commits by this committer
- Update to version 3.1
- Provide better COMMENT and port description
13 May 2006 05:00:46
Original commit files touched by this commit  2_1
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
16 Nov 2005 14:38:26
Original commit files touched by this commit  2_1
danfe search for other commits by this committer
Mea culpa.  Previous commit log should read:

- Fix MASTER_SITES [1] and WWW line in pkg-descr
- Add SHA256 hash per new world order

Distfile was rerolled (.tar.bz2 -> .tar.gz), but nothing changed inside.

Reported by:    krismail [1]
16 Nov 2005 14:36:49
Original commit files touched by this commit  2_1
danfe search for other commits by this committer
/tmp/cvs7cc8hm
06 Nov 2005 06:24:47
Original commit files touched by this commit  2_1
mezz search for other commits by this committer
Chase cairo shared library update, bump the PORTREVISION.
15 Sep 2005 20:46:47
Original commit files touched by this commit  2
danfe search for other commits by this committer
Update to version 2.

PR:             ports/84468 [1], ports/85264 [2]
Submitted by:   Wesley Shields <wxs(at)csh.rit.edu> [1]
                Andrew Pogrebennyk <andrew.nau.ua(at)gmail.com> [2]
03 Jun 2005 12:06:55
Original commit files touched by this commit  1
danfe search for other commits by this committer
Disable Cairo by default.  The cairo backend is not recommended in
production use, because cairo library is still very buggy and causes
crashes often (according to authors).  Add a caution comment.
02 Jun 2005 11:27:59
Original commit files touched by this commit  1
danfe search for other commits by this committer
Add wmii, a lightweight window manager.

WWW: http://wmi.modprobe.de/

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.296 seconds.