The NetBSD Project

CVS log for pkgsrc/wm/wmii/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / wm / wmii

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:02 2023 UTC (3 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

*: Recursive revbup from graphics/freetype2

Revision 1.42 / (download) - annotate - [select for diffs], Tue Aug 9 12:08:31 2022 UTC (9 months, 2 weeks ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

*: Remove hardcoded -liconv / -lintl on SunOS.

This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Jul 21 14:40:31 2021 UTC (22 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Bump PKGREVISION for affected packages by changing default Ruby's version.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:19 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jun 28 14:05:58 2020 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored)

wmii: needs -lm for frexp

(presumably not on architectures where this is a compiler intrinsic, or
something)

bump PKGREVISION

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jun 4 17:56:27 2020 UTC (2 years, 11 months ago) by leot
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

wmii: Assign MAINTAINERship to Rares Aioanei

Patch provided by Rares via PR pkg/55345, thanks for the patch and for stepping
up to maintain it!

Revision 1.37 / (download) - annotate - [select for diffs], Thu Dec 19 22:25:06 2019 UTC (3 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Needs pkg-config.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Apr 28 23:57:25 2019 UTC (4 years, 1 month ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored)

Fix build problem PR pkg/54144, removing NO_CONFIGURE= yes. Tks @tristelo, bsiegert@, leot@

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:40 2018 UTC (4 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.

Revision 1.34 / (download) - annotate - [select for diffs], Mon May 14 10:31:14 2018 UTC (5 years ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.33: +7 -8 lines
Diff to previous 1.33 (colored)

wmii: remove some debug things, re-introduce @@ things
that got mangled via mkpatches, appease the pkglint gods

Revision 1.33 / (download) - annotate - [select for diffs], Mon May 14 10:20:57 2018 UTC (5 years ago) by maya
Branch: MAIN
Changes since 1.32: +31 -13 lines
Diff to previous 1.32 (colored)

wmii: update to 3.9.2, use builtin libixp.

Requested in PR pkg/43459, also using some changes from
pkgsrc-wip's wmii-devel.

Seems to work as expected in NetBSD, although I didn't
test the alternative wmiircs.

Some of the changelog (might omit some parts)

3.9.2:
    * Work around mawk bug that broke wmiirc.

3.9.1:
    * Workaround a dash 0.5.6 bug that broke wmiirc.
    * Noticably speed-up python wmiirc startup.
    * Disable static linking which breaks wmiir in glibc 2.12.
    * Add PKGBUILD.

3.9:
    * wmii9menu is now Xinerama aware.
    * Install READMEs to $(PREFIX)/share/doc/wmii/.
    * Documentation updates. Add wmiir.1, wmii9menu.1.
    * Allow dragging floating clients from anywhere in their titlebars.
    * Allow specifying screen in area specs.
    * Change default $MODKEY to Mod4.
    * Minor changes to pygmi.events API.
    * Allow client to follow tag change in python wmiirc.
    * Update /tag/*/index to be more useful on Xinerama.
    * Add showkeys action to shell and python wmiirc.
    * Restore windows from floating layer to their original Xinerama screen.
    * Hide bar on non-primary Xinerama screens.
    * Allow resizing of rightmost and leftmost column dividers.

3.9a2:
    * Add Suraj's Rumai-based wmiirc.
    * Move rc.wmii to alternative_wmiircs/plan9port/wmiirc.
    * Install wmii.pdf to $(PREFIX)/share/doc/.
    * Focus windows regardless of whether they form a new group.
    * Update selection and execution of wmiirc: no more magic.
    * Update wmii.1
    * Add alternative_wmiircs READMEs.

3.9a1:
    * Add new wmii guide. See doc/wmii.pdf
    * Allow for programmable completion in wimenu.
    * Use pkg-config globally.
    * Add Xft (antialiased font) support.
    * Add python wmiirc/9P client library
    * Allow bindings to work regardless of caps lock.
    * Add M-f fullscreen toggle key binding.
    * Augment /client/*/ctl Fullscreen command.
    * Allow setting of increment display from /ctl.
    * Show a client's extra tags in its titlebar.
    * Darken background when floating area selected.
    * Allow bar on top or bottom.
    * Allow for wmiirc_local.
    * Add grow and nudge commands to /tag/*/ctl.
    * Cascade windows when the floating layer fills.
    * Support alpha-transparant windows.
    * Add regex tag support.
    * It is now possible to float/unfloat windows with the mouse.
    * Make the bar Xdnd aware; DND between views is now possible. Fixed some window raising/moving bugs.
    * Add a notification bar.
    * Improved floating mouse resizing.
    * Improved mouse move/resize support for managed mode.
    * Better return from floating/fullscreen to managed mode.
    * Allow comments (#.*\n) in rules and ctl files.
    * Add /client/*/ctl ?slay? command.
    * Detect unresponsive clients on ?kill?.
    * Draw titlebars of floating clients differently.
    * Add wihack: LD_PRELOAD hack to set window properties of programs:
    * Respect window groups
    * Add ?Kill? to client right-click menu
    * wmii9menu now takes similar args to wimenu
    * Document grow/nudge commands.
    * Add wimenu with history and caret support
    * Add wistrut. Undocumented, not built by default.
    * EWMH strut support.
    * Basic EWMH support.
    * Better fullscreen support.
    * XRandR support.
    * Xinerama support.

2008-08-25:
    * libixp version 97 now required
    * Stack and max modes now affect floating clients:
        - max: Collapsed clients disappear, all clients disappear
               when managed layer is selected.
        - stack: All clients but selected are collapsed.
    * Adobe's Flash plugin's fullscreen mode now works.
    * Some annoying focus bugs are fixed.

Revision 1.32 / (download) - annotate - [select for diffs], Wed Sep 6 11:30:41 2017 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Update some URLs.

Revision 1.31 / (download) - annotate - [select for diffs], Fri May 12 11:59:38 2017 UTC (6 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

SunOS requires an explicit -liconv.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Mar 15 15:24:24 2015 UTC (8 years, 2 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

needs iconv

Revision 1.29 / (download) - annotate - [select for diffs], Wed May 29 14:44:00 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.28: +4 -3 lines
Diff to previous 1.28 (colored)

Update `MASTER_SITES' and `HOMEPAGE';
add `LICENSE'.

From Bug Hunting.

Revision 1.28 / (download) - annotate - [select for diffs], Tue May 21 14:59:25 2013 UTC (10 years ago) by jperkin
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27 (colored)

Fix non-SunOS build.

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 20 09:04:44 2013 UTC (10 years ago) by jperkin
Branch: MAIN
Changes since 1.26: +6 -1 lines
Diff to previous 1.26 (colored)

Fix build on SunOS.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Apr 13 07:55:05 2013 UTC (10 years, 1 month ago) by ghen
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Hand in maintainership.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 23 10:24:16 2012 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).

Revision 1.24 / (download) - annotate - [select for diffs], Mon Oct 8 12:42:25 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
Changes since 1.23: +1 -3 lines
Diff to previous 1.23 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Nov 7 11:24:26 2011 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.22: +3 -1 lines
Diff to previous 1.22 (colored)

Mark as not make-jobs safe (I had two lines of
CC cmd/util.o
with a resulting truncated util.o file in a -j16 build).

Revision 1.22 / (download) - annotate - [select for diffs], Fri Feb 12 20:42:33 2010 UTC (13 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 (colored)

DESTDIR support

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 15 12:43:15 2009 UTC (13 years, 11 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Update MASTER_SITES.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Mar 29 09:07:37 2009 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Remove patch-ad using obsolete command line options for dmenu;
increase dependency on dmenu to 3.7.

Bump PKGREVISION.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 5 09:20:57 2009 UTC (14 years, 2 months ago) by ghen
Branch: MAIN
Changes since 1.18: +8 -2 lines
Diff to previous 1.18 (colored)

Run the wmii.1 manpage through tbl(1) before installation to fix PR pkg/39822.
Alternatively, the manpage could be installed as wmii.tbl, so man(1) will pipe
it through tbl at runtime, but I don't know how portable this behaviour is.
Bump PKGREVISION.

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 16 09:06:03 2008 UTC (15 years ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Fix compatibility with dmenu 3.6; -b option is deprecated and replaced by -y
for arbitrary y coordinate (-y -0 for bottom).  Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 8 12:38:43 2008 UTC (15 years, 4 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

Modular X.org.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 7 09:54:25 2008 UTC (15 years, 4 months ago) by ghen
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Use nl_langinfo(3) instead of the unportable "" to specify the default
character set for iconv_open(3).  This fixes keybindings that didn't work
in wmii-3.6.  From wmii's mercurial repo via Peter Bex.  Bump PKGREVISION.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 6 21:55:38 2008 UTC (15 years, 4 months ago) by ghen
Branch: MAIN
Changes since 1.14: +12 -10 lines
Diff to previous 1.14 (colored)

Update to wmii-3.6, which now requires x11/dmenu and devel/libixp as external
dependencies.  Changes not explicitly listed, but the config file format
changed again. :-(  NOTES mentions: the semantics of WMII_MENU, WMII_9MENU and
WMII_TERM have changed. If you're using them in custom scripts you'll need to
change them to "eval $WMII_MENU" instead of just "$WMII_MENU"

Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 1 17:53:40 2007 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Modular Xorg support.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 15 11:39:10 2007 UTC (16 years, 4 months ago) by ghen
Branch: MAIN
Changes since 1.12: +17 -29 lines
Diff to previous 1.12 (colored)

Update to wmii 3.1, based on pkgsrc-wip/wmii-3.  Changes since 2.5.x are
massive, see the homepage for more information.  Take MAINTAINERship.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 13 02:30:41 2007 UTC (16 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Fix link problem.  Pointed out in PR 35415.

Bump PKGREVISION.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 22 13:02:57 2006 UTC (16 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

MASTER_SITES and HOMEPAGE have been moved.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 12 13:16:02 2006 UTC (16 years, 7 months ago) by obache
Branch: MAIN
Changes since 1.9: +14 -5 lines
Diff to previous 1.9 (colored)

Update wmii to 2.5.2.  Patch provided by PR 33285.
This is release version, previous was snapshot version.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:55 2006 UTC (17 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:16 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 3 00:58:25 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Reset maintainer on his request. PR 32699.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 29 06:22:20 2005 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 6 18:55:32 2005 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored)

Updated to 20051114. Patch provided by Leonard Schmidt in PR 32096.

Changes:
- removed some more actions.
- the new wmibar layout has been improved.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:10 2005 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 3 02:47:58 2005 UTC (17 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.2: +8 -17 lines
Diff to previous 1.2 (colored)

Update wmii to 20051031.  Patches provided by Leonard Schmidt
(maintainer) in PR pkg/31961.

Changes:
- many actions were removed to only have those available that are
  absolutely necessary.
- ~/.wmii-3 is the new configuration directory.
- simplified the drawing routine and style stuff to allow only 1
  border colour (removed approximately 150 lines of code).
- changed wmibar and wmimenu to test some prototypical behavior for
  the upcoming 9P versions of those tools (removed about 150 lines of code).

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 29 16:12:37 2005 UTC (17 years, 7 months ago) by minskim
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Update dependency since 9rc was renamed.  Patches provided by Leonard
Schmidt in PR pkg/31945.

Bump PKGREVISION.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Oct 23 20:39:03 2005 UTC (17 years, 7 months ago) by minskim
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import wmii from pkgsrc-wip.  Packaged by Leonard Schmidt.

window manager improved 2 (wmii) is an improved, modularized and
lightweight X11 window manager which supports tabbed, tiled and
conventional window management through layouts.

wmii consists of components that are independent processes and
communicate via a socket-based virtual filesystem which is oriented on
the "everything is a file" paradigm of the plan9 operating system.

The core distribution of wmii contains the window manager itself, a
master file system routing utility (wmifs), a generic bar (wmibar), a
shortcut handler (wmikeys), and a generic interaction menu (wmimenu)
beside several tiny utilities like wmir, wmiplumb, and wmiwarp.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 23 20:39:03 2005 UTC (17 years, 7 months ago) by minskim
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>