Index: head/x11-wm/subtle/Makefile =================================================================== --- head/x11-wm/subtle/Makefile (revision 438443) +++ head/x11-wm/subtle/Makefile (revision 438444) @@ -1,32 +1,33 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= subtle PORTVERSION= 0.11.3224 CATEGORIES= x11-wm ruby MASTER_SITES= http://subtle.subforge.org/attachments/download/81/ DISTNAME= ${PORTNAME}-${PORTVERSION}-xi MAINTAINER= danfe@FreeBSD.org COMMENT= Grid-based manual tiling window manager LICENSE= GPLv2 BUILD_DEPENDS= rake:devel/rubygem-rake -USES= pkgconfig shebangfix tar:tbz2 +USES= pkgconfig tar:tbz2 USE_RUBY= yes USE_XORG= x11 xft xinerama xpm xrandr xtst MAKE_CMD= rake -v MAKEFILE= Rakefile ALL_TARGET= build post-patch: + @${REINPLACE_CMD} -e 1d ${WRKSRC}/data/subtler/runner.rb @${REINPLACE_CMD} -e 's,/etc/xdg,${LOCALBASE}&,' \ ${WRKSRC}/src/subtle/ruby.c do-configure: @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} config .include Index: head/x11-wm/subtle/pkg-descr =================================================================== --- head/x11-wm/subtle/pkg-descr (revision 438443) +++ head/x11-wm/subtle/pkg-descr (revision 438444) @@ -1,14 +1,14 @@ subtle is a manual tiling window manager with a rather uncommon approach of tiling: instead of relying on predefined layouts, subtle divides the screen into a grid with customizeable slots (called gravities). For better understanding, the default config uses a 3x3 grid and maps each gravity to one key of the numpad. With those keys, windows can be moved directly to the desired gravity -- the same can be done with tagging rules in the config. -Another unique concept is the strict tagging: Unlike other tiling window +Another unique concept is the strict tagging: unlike other tiling window managers, subtle does not allow weak tagging and always maps windows to virtual desktops (called views) with matching tags, regardless of the current active view. WWW: http://subtle.subforge.org/