Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/scrotwm/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile    12 Feb 2009 23:01:13 -0000      1.5
+++ Makefile    16 Mar 2009 22:53:03 -0000
@@ -2,8 +2,8 @@
 
 COMMENT=               small tiling window manager
 
-DISTNAME=              scrotwm-0.9
-PKGNAME=               ${DISTNAME}p0
+DISTNAME=              scrotwm-0.9.2
+PKGNAME=               ${DISTNAME}
 CATEGORIES=            x11
 
 HOMEPAGE=              http://www.peereboom.us/scrotwm/html/scrotwm.html
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/scrotwm/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    12 Feb 2009 16:22:14 -0000      1.4
+++ distinfo    16 Mar 2009 22:53:03 -0000
@@ -1,5 +1,5 @@
-MD5 (scrotwm-0.9.tar.gz) = KwxnggcobIszLUii8zhMDQ==
-RMD160 (scrotwm-0.9.tar.gz) = R1FzhZvb1eK/QwI8bd+UY2sJzIg=
-SHA1 (scrotwm-0.9.tar.gz) = MJ+adbRe7QuAo1X72WBH1bYzs3k=
-SHA256 (scrotwm-0.9.tar.gz) = hA7kqz0WO10hydxuYuLlMxt4ClE56Qaue6qC+wj5NDs=
-SIZE (scrotwm-0.9.tar.gz) = 29156
+MD5 (scrotwm-0.9.2.tar.gz) = PniNY+dcluyLIN4THDafTw==
+RMD160 (scrotwm-0.9.2.tar.gz) = ZLiMIRBr9D/xBXRBX4zkhbbok0E=
+SHA1 (scrotwm-0.9.2.tar.gz) = f7YyFUVEayxwZoNavDNH5dbMSAU=
+SHA256 (scrotwm-0.9.2.tar.gz) = po+whm7Vrlkv0U7y1cR0reLR5O9S5CUHaZIiNy8PuZA=
+SIZE (scrotwm-0.9.2.tar.gz) = 34267
Index: patches/patch-scrotwm_c
===================================================================
RCS file: /cvs/ports/x11/scrotwm/patches/patch-scrotwm_c,v
retrieving revision 1.2
diff -u -p -r1.2 patch-scrotwm_c
--- patches/patch-scrotwm_c     2 Feb 2009 21:21:19 -0000       1.2
+++ patches/patch-scrotwm_c     16 Mar 2009 22:53:03 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-scrotwm_c,v 1.2 2009/02/02 21:21:19 pyr Exp $
---- scrotwm.c.orig     Mon Feb  2 21:19:36 2009
-+++ scrotwm.c  Mon Feb  2 21:20:11 2009
-@@ -134,7 +134,7 @@ u_int32_t          swm_debug = 0
- #define HEIGHT(r)             (r)->g.h
+--- scrotwm.c.orig     Sun Mar 15 16:19:46 2009
++++ scrotwm.c  Mon Mar 16 23:50:36 2009
+@@ -140,7 +140,7 @@ u_int32_t          swm_debug = 0
+ #define SWM_MAX_FONT_STEPS    (3)
  
  #ifndef SWM_LIB
 -#define SWM_LIB                       "/usr/X11R6/lib/swmhack.so"
Index: patches/patch-scrotwm_conf
===================================================================
RCS file: /cvs/ports/x11/scrotwm/patches/patch-scrotwm_conf,v
retrieving revision 1.2
diff -u -p -r1.2 patch-scrotwm_conf
--- patches/patch-scrotwm_conf  2 Feb 2009 21:21:19 -0000       1.2
+++ patches/patch-scrotwm_conf  16 Mar 2009 22:53:03 -0000
@@ -1,21 +1,21 @@
-$OpenBSD: patch-scrotwm_conf,v 1.2 2009/02/02 21:21:19 pyr Exp $
---- scrotwm.conf.orig  Sun Feb  1 05:04:02 2009
-+++ scrotwm.conf       Mon Feb  2 22:10:58 2009
+$OpenBSD$
+--- scrotwm.conf.orig  Mon Mar 16 23:50:57 2009
++++ scrotwm.conf       Mon Mar 16 23:52:00 2009
 @@ -10,7 +10,7 @@ bar_border[1]                = rgb:00/80/80
  bar_color[1]          = black
  bar_font_color[1]     = rgb:a0/a0/a0
- bar_font              = -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
--#bar_action           = ./baraction.sh
+ bar_font              = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*
+-#bar_action           = baraction.sh
 +#bar_action           = ${PREFIX}/share/scrotwm/baraction.sh
  #bar_delay            = 1
+ clock_enabled         = 1
  
- # spawn app
-@@ -19,6 +19,6 @@ spawn_term           = xterm
- # dialog box size ratio .3 >= r < 1
- dialog_ratio          = 0.6
+@@ -22,7 +22,7 @@ dialog_ratio         = 0.6
  
--# screen shots
-+# screen shots (requires the scrot package)
+ # screen shots
  # screenshot_enabled  = 1
 -# screenshot_app      = screenshot.sh
 +# screenshot_app      = ${PREFIX}/share/scrotwm/screenshot.sh
+ 
+ # Split a non-Xrandr dual head setup into one region per monitor
+ # (non-standard driver-based multihead is not seen by scrotwm)

Reply via email to