Commit graph

9 commits

Author SHA1 Message Date
jlam
89446e6f55 Use buildlink2. 2002-08-28 05:17:16 +00:00
nathanw
6c0bea89a9 New master site.
Update from version 3.5 to 3.5.2.

from the CHANGES file:

    Changes from version 3.5 to 3.5.1

    1 - f.initsize : resets a window to its initial size given by the
        WM_NORMAL_HINTS hints.

    2 - f.ring : Selects a window and adds it to the WarpRing, or removes it if
        it was already in the ring. This command makes f.warpring much more
        useful, by making its configuration dynamic (thanks to Philip Kizer
        <pckizer@tamu.edu>).

    3 - f.jumpleft, f.jumpright, f.jumpup, f.jumpdown : takes one integer
        argument (the step). These function are designed to be bound to keys,
        they move the current window (step * {X,Y}MoveGrid) pixels in the
        corresponding direction. stopping when the window encounters another
        window (ala f.pack).

    Changes from version 3.5.1 to 3.5.2

    1 - f.moveresize : Takes one string argument which is a geometry with the
        standard X geometry syntax (e.g. 200x300+150-0). Sets the current
        window to the specified geometry. The width and height are to be given
        in pixel, no base size or resize increment are used.

    2 - AutoLower et f.autolower : from Kai Grossjohann
        (Kai.Grossjohann@CS.Uni-Dortmund.DE). Same as autoraise but with lower.

    3 - WindowRingExclude : Takes a window list as argument. All listed windows
        will be excluded from the WarpRing.

    4 - A new menu : 'TwmIcons' same as 'TwmWindows', but shows only iconified
        windows. I did this when I got bored of having icons. Now I have no
        icons and no icon managers. I use this menu to deiconify windows.
        When I was young, I liked to have brightly colored icons, but now that
        I am getting old(er), I prefer a bare desktop.
2002-03-15 01:07:47 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00
zuntum
0e4486ce01 Converted to use buildlink.mk files 2001-06-30 09:50:05 +00:00
agc
41e8e90119 Move to sha1 checksums where appropriate and possible.
Add distfile sizes where possible.
2001-04-17 16:03:42 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
wiz
b48aa2febf Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00