Bug 118804

Summary: New port: x11/setlayout, a utility for arranging desktops into a grid
Product: Ports & Packages Reporter: Oleg Pudeyev <oleg>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Oleg Pudeyev 2007-12-18 03:50:01 UTC
setlayout is a utility for arranging desktops into a grid. See http://icculus.org/openbox/index.php/Help:FAQ#How_do_I_put_my_desktops_into_a_grid_layout_instead_of_a_single_row.3F for more details.

Fix: Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/x11; sh setlayout.shar.txt; cd setlayout; make install
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-12-18 10:18:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-19 00:31:25 UTC
miwi        2007-12-19 00:31:17 UTC

  FreeBSD ports repository

  Modified files:
    x11                  Makefile 
  Added files:
    x11/setlayout        Makefile distinfo pkg-descr 
  Log:
  setlayout is a small program that arranges desktops in an MxN grid.
  It should work with any EWHM-compliant window manager, such as Openbox.
  
  Example usage: setlayout 0 2 2 0 for a 2x2 grid.
  
  WWW: http://icculus.org/openbox/index.php
  
  PR:             ports/118804
  Submitted by:   oleg at bsdpower.com
  
  Revision  Changes    Path
  1.668     +1 -0      ports/x11/Makefile
  1.1       +34 -0     ports/x11/setlayout/Makefile (new)
  1.1       +3 -0      ports/x11/setlayout/distinfo (new)
  1.1       +6 -0      ports/x11/setlayout/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-12-19 00:32:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!