Port details |
- wmii-devel Dynamic, minimalist window manager for X11
- 3.9.2_4 x11-wm =3 3.9.2_4Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2007-03-08 20:26:05
- Last Update: 2024-01-11 10:31:03
- Commit Hash: e762d07
- People watching this port, also watch:: mDNSResponder, otk, p5-Template-Iterator-AlzaboWrapperCursor, p5-DBIx-SQLite-Simple, health-nut
- License: MIT
- WWW:
- https://code.google.com/p/wmii/
- Description:
- 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).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wmii-devel>0:x11-wm/wmii-devel
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/x11-wm/wmii-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-wm/wmii-devel
- pkg install wmii-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wmii-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (wmii+ixp-3.9.2.tbz) = 0466f1a5c534b0ee9fdace2c7a2d251845b7ec0ae80bdb8e68ae6584ebeebf2b
SIZE (wmii+ixp-3.9.2.tbz) = 432032
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- xinerama.pc : x11/libXinerama
- xft.pc : x11-fonts/libXft
- Runtime dependencies:
-
- python3.9 : lang/python39
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- xinerama.pc : x11/libXinerama
- xft.pc : x11-fonts/libXft
- Library dependencies:
-
- libixp.so : devel/libixp
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wmii-devel-3.9.2_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11-wm_wmii-devel
- USES:
- pkgconfig python:run shebangfix tar:tbz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9.2_4 11 Jan 2024 10:31:03 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate the use of MANPREFIX for x11*
While here move some manpages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.9.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.9.2_3 20 Jul 2022 14:23:42 |
Tobias C. Berner (tcberner) |
x11-wm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger
* Alejandro Pulver <alepulver@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Anton Tornqvist <antont@inbox.lv>
* Aragon Gouveia <aragon@phat.za.net>
* Babak Farrokhi <babak@farrokhi.net>
* Brett Taylor <brett@peloton.physics.montana.edu>
* Brian Handy <handy@physics.montana.edu>
* Bruce A. Mah <bmah@ca.sandia.gov> (Only the first 15 lines of the commit message are shown above ) |
3.9.2_3 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.9.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9.2_3 02 Nov 2020 14:39:52 |
rodrigo |
Fix whith -fno-common in FreeBSD 13
Lastest version of llvm introduced in
FreeBSD 13 has the flag -fno-common
enabled by default. Fix the issue. |
3.9.2_2 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
3.9.2_2 28 Mar 2018 09:42:26 |
rodrigo |
Take maintenership for wmii and wmii-devel |
3.9.2_2 21 Apr 2017 11:04:23 |
amdmi3 |
- Fix shebangs
- Don't install LICENSE with docs |
3.9.2_1 14 Dec 2016 09:00:50 |
amdmi3 |
- Fix CONFLICTS on wmii
- Silence stripping
- Regenerate patches |
3.9.2_1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
3.9.2_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.9.2_1 08 Mar 2015 02:33:27 |
amdmi3 |
- Pet portlint
- Strip binaries |
3.9.2 28 Jan 2015 01:07:55 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
3.9.2 18 Mar 2014 11:21:37 |
danfe |
In r336942, staging was achieved via `do-install' target, not just written
in lengthy, ugly way, but also without need: upstream installation routine
supports DESTDIR naturally. Meanwhile, clean Makefile up a bit by sorting
knobs, utilize newly added USES+=tar:tbz, and synchronize port description
text with `x11-wm/wmii' port. |
3.9.2 19 Dec 2013 18:04:36 |
pawel |
- Update MASTER_SITES and WWW: line
- Fix build on -current
- Add LICENSE
- Support staging
PR: ports/184824
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
3.9.2 21 Sep 2013 00:01:17 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
3.9.2 18 Sep 2013 06:59:12 |
bapt |
Add a missing dependency on pkgconf
Rename the package to -devel to avoid confusion for binary only users
Remove now useless LATEST_LINK |
3.9.2 05 May 2013 08:26:08 |
bapt |
Using gmake does not fix build with bmake at all, reverting |
3.9.2 03 May 2013 22:15:40 |
bapt |
Fix build with bmake |
3.9.2 17 Dec 2012 09:25:42 |
danfe |
- Trim the headers per new rules
- Drop article from COMMENT, shlib versions
- Convert to the new OPTIONS framework
- Relinquish maintainership |
3.9.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.9.2 15 Jun 2010 21:49:49 |
danfe |
- Update to version 3.9.2
- No longer depends on libiconv |
3.9 25 May 2010 03:45:21 |
danfe |
Distribution tarball for 3.9 was rerolled with minor changes to
debian/changelog, manpage, and hdr.mk. No functional differences.
Reported by: Till Plewe |
3.9 24 May 2010 14:40:16 |
danfe |
Update to version 3.9. |
3.9.b1 25 Feb 2010 12:44:52 |
danfe |
- Update to the latest beta, 3.9.b1
- Drop `x11/dmenu' rdep, it is no longer required
- Drop `devel/9base' dependency as well, since it is rather incomplete.
Users who prefer Plan 9'ish way of configuring WMII are advised to go
with `devel/plan9port' port instead
- Respect DOCSDIR and NOPORTDOCS
- Set LATEST_LINK now it's actually quite usable (esp. with p9p)
Feature safe: yes |
s20090703 14 Oct 2009 13:34:34 |
erwin |
Set NO_LATEST_LINK to not overlap with x11-wm/wmii |
s20090703 19 Sep 2009 17:52:14 |
danfe |
Add missing dependencies.
Feature safe: yes |
s20090703 18 Sep 2009 19:08:34 |
danfe |
Remove previous hack and offending variable definitions; this should fix
the package build on cluster.
Feature safe: yes |
s20090703 08 Sep 2009 12:39:30 |
danfe |
Revive the port; version 3.6 is getting utterly old. This port allows to
build recent available snapshot. |
3.5.2010_1 29 Jan 2008 14:33:11 |
danfe |
Deorbit `x11-wm/wmii-devel' in favor of updated `x11-wm/wmii'.
Encouraged by: sat (maintainer) |
3.5.2010_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.5.2010 11 Mar 2007 18:23:47 |
sat |
- Depend on xlib
Reported by: pointyhat via kris |
3.5.2010 08 Mar 2007 20:25:55 |
sat |
- Add port x11-wm/wmii-devel - Hg tip of wmii development
- Arrange mutual conflicts with wmii
Repocopy by: marcus |