diff options
author | salo <salo@pkgsrc.org> | 2003-03-07 01:25:09 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-07 01:25:09 +0000 |
commit | 62d6433486172c8bd8da311ad0fbe9d594e2ee12 (patch) | |
tree | 032fcb28986616de0be5bea4da30e829871cb0ba /wm | |
parent | 6ba2042c871c142698f588a60deea8ce118babc2 (diff) | |
download | pkgsrc-62d6433486172c8bd8da311ad0fbe9d594e2ee12.tar.gz |
Update to latest stable version 20020207.
Changes:
- s/USE_X11BASE/USE_X11/, there is no need to install this package
into X11BASE
- update HOMEPAGE and MASTER_SITES
2002-02-06
==========
- Added 'split_top "dir"' command.
- Updated doc/function.txt
- Applied the patch to implement input handlers, shortcuts and
a vi-like command mode.
- Updated the LICENSE file to the clarified version of the artistic
license. (The license used to be the original artistic license.)
2002-02-04
==========
- Command sequences fixed to use the proper frame when switching
workspaces.
- Old behaviour with respect to client-requested window size restored
(i.e. force to frame size).
- Added set_width/height/widthq/heightq commands. The versions with
the q postfix take a value in [0,1] and the others take an integer
value. The behaviour is obvious.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/ion/Makefile | 11 | ||||
-rw-r--r-- | wm/ion/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index d80d2424921..86416f04d3f 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.6 2003/01/28 22:04:22 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/07 01:25:09 salo Exp $ # -DISTNAME= ion-20010523 -PKGREVISION= 1 +DISTNAME= ion-20020207 CATEGORIES= x11 wm -MASTER_SITES= http://www.students.tut.fi/~tuomov/dl/ +MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/dl/ MAINTAINER= daniel@codefactory.se,zuntum@netbsd.org -HOMEPAGE= http://www.students.tut.fi/~tuomov/ion/ +HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/ COMMENT= keyboard friendly tiling window manager USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_X11BASE= YES +USE_X11= YES USE_GMAKE= YES PKG_SYSCONFSUBDIR= ion diff --git a/wm/ion/distinfo b/wm/ion/distinfo index 55bad5fab7b..9a06b00647b 100644 --- a/wm/ion/distinfo +++ b/wm/ion/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2002/12/22 21:33:14 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2003/03/07 01:25:09 salo Exp $ -SHA1 (ion-20010523.tar.gz) = d2eb29d8cd193d4b2bf1e630f4bbac7bd47979d6 -Size (ion-20010523.tar.gz) = 146376 bytes +SHA1 (ion-20020207.tar.gz) = 68c893de4843613138d09579da676c74526b7c4a +Size (ion-20020207.tar.gz) = 157649 bytes SHA1 (patch-aa) = ae5fd844f89bf11d64f1f977219d70e8f868289c SHA1 (patch-ab) = fcebbfb40b218442e3ad9788f557c1b71d3a7de6 SHA1 (patch-ac) = 302f20d54304164612d04636642a88d0565da75d |