* Gleydson Soares <[EMAIL PROTECTED]> [080328 16:58]:
> 4.7 -> 4.8

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/dwm/Makefile,v
> retrieving revision 1.6
> diff -u -r1.6 Makefile
> --- Makefile  25 Nov 2007 12:07:06 -0000      1.6
> +++ Makefile  28 Mar 2008 19:06:46 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT=             dynamic window manager
>  
> -V=                   4.7
> +V=                   4.8
>  DISTNAME=            dwm-$V
>  
>  CATEGORIES=          x11
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/x11/dwm/distinfo,v
> retrieving revision 1.6
> diff -u -r1.6 distinfo
> --- distinfo  25 Nov 2007 12:07:06 -0000      1.6
> +++ distinfo  28 Mar 2008 19:07:25 -0000
> @@ -1,5 +1,5 @@
> -MD5 (dwm-4.7.tar.gz) = gnsShRSj7bh+II6E/uDrPw==
> -RMD160 (dwm-4.7.tar.gz) = KkZM67ykMcC7GZ/Arp/axIEFwiY=
> -SHA1 (dwm-4.7.tar.gz) = 23CkLts4PmU5zOT5qO4fy+Watz0=
> -SHA256 (dwm-4.7.tar.gz) = N0gZV/wkf2hgullCdI+PibUmv1uLIQQgAdOE6INgxao=
> -SIZE (dwm-4.7.tar.gz) = 17693
> +MD5 (dwm-4.8.tar.gz) = dfSZl8SvRXB2iPdk9gTBGQ==
> +RMD160 (dwm-4.8.tar.gz) = XV/fEzR7PNJtbjsH/wPch8tbnoI=
> +SHA1 (dwm-4.8.tar.gz) = 6o5LpkZM28YM6HlJkCSJJtWpm+g=
> +SHA256 (dwm-4.8.tar.gz) = QxtnZ+CQ1LgLQuKt/2pqXH00TG4i6T4N0CLc7CueIRg=
> +SIZE (dwm-4.8.tar.gz) = 17879
> Index: patches/patch-config_h
> ===================================================================
> RCS file: /cvs/ports/x11/dwm/patches/patch-config_h,v
> retrieving revision 1.3
> diff -u -r1.3 patch-config_h
> --- patches/patch-config_h    25 Nov 2007 12:07:06 -0000      1.3
> +++ patches/patch-config_h    28 Mar 2008 19:07:44 -0000
> @@ -1,9 +1,10 @@
> ---- config.h.orig    Sat Nov 24 23:23:08 2007
> -+++ config.h Sat Nov 24 23:23:09 2007
> -@@ -4,12 +4,12 @@
> - #define BARPOS                      BarTop /* BarBot, BarOff */
> +$OpenBSD$
> +--- config.h.orig    Fri Mar 28 15:50:27 2008
> ++++ config.h Fri Mar 28 15:50:30 2008
> +@@ -3,12 +3,12 @@
> + /* appearance */
>   #define BORDERPX            1
> - #define FONT                        
> "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
> + #define FONT                        
> "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"
>  -#define NORMBORDERCOLOR             "#cccccc"
>  -#define NORMBGCOLOR         "#cccccc"
>  -#define NORMFGCOLOR         "#000000"
> @@ -18,13 +19,13 @@
>  +#define SELFGCOLOR          "#f0f0f0"
>   
>   /* tagging */
> - const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", 
> "www" };
> + const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", 
> "9" };
>  @@ -39,7 +39,7 @@ Key keys[] = {
> +     /* modifier                     key             function        
> argument */
>       { MODKEY,                       XK_p,           spawn,
> -             "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf 
> '"NORMFGCOLOR"'"
> -             " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" },
> +             "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf 
> '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
>  -    { MODKEY|ShiftMask,             XK_Return,      spawn, "exec uxterm" },
>  +    { MODKEY|ShiftMask,             XK_Return,      spawn, "exec xterm" },
> -     { MODKEY,                       XK_space,       setlayout,      NULL },
> -     { MODKEY,                       XK_b,           togglebar,      NULL },
>       { MODKEY,                       XK_j,           focusnext,      NULL },
> +     { MODKEY,                       XK_k,           focusprev,      NULL },
> +     { MODKEY,                       XK_r,           reapply,        NULL },

Please hold off on this.  I have a slightly different patch in my tree
that's dependent on Tobias and dmenu.  Frankly, I learned a bit from
Tobias port and applied it to dwm.  Also, it looks like 4.9 is imminent
and fixes some issues related to multi-head setups.

Thanks,
Jim

Jim

Reply via email to