Import herbstluftwm-0.6.2 as wip/herbstluftwm.

herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
Its main features can be described with:

  - The layout is based on splitting frames into subframes which can be
    split again or can be filled with windows (similar to i3 or musca)

  - Tags (or workspaces, or virtual desktops) can be added/removed at
    runtime.  Each tag contains an own layout

  - Exactly one tag is viewed on each monitor.  The tags are monitor
    independent (similar to xmonad)

  - It is configured at runtime via IPC calls from herbstclient.  So the
    configuration file is just a script which is run on startup.  (Similar
    to wmii or musca)
This commit is contained in:
Youri Mouton 2014-06-05 23:55:47 +00:00 committed by Thomas Klausner
parent b4d1979244
commit 0b2bea41e0
4 changed files with 74 additions and 0 deletions

16
herbstluftwm/DESCR Normal file
View file

@ -0,0 +1,16 @@
herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib.
Its main features can be described with:
- The layout is based on splitting frames into subframes which can be
split again or can be filled with windows (similar to i3 or musca)
- Tags (or workspaces, or virtual desktops) can be added/removed at
runtime. Each tag contains an own layout
- Exactly one tag is viewed on each monitor. The tags are monitor
independent (similar to xmonad)
- It is configured at runtime via IPC calls from herbstclient. So the
configuration file is just a script which is run on startup. (Similar
to wmii or musca)

19
herbstluftwm/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2014/06/05 23:55:47 yrmt Exp $
DISTNAME= herbstluftwm-0.6.2
CATEGORIES= wm
MASTER_SITES= http://herbstluftwm.org/tarballs/
MAINTAINER= youri.mout@gmail.com
HOMEPAGE= http://herbstluftwm.org/
COMMENT= Manual tiling window manager for X11 using Xlib and Glib
LICENSE= modified-bsd
USE_TOOLS+= gmake
MAKEFLAGS+= PREFIX=${PREFIX} SYSCONFDIR=${PREFIX}/share MANDIR=${PREFIX}/${PKGMANDIR}
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

34
herbstluftwm/PLIST Normal file
View file

@ -0,0 +1,34 @@
@comment $NetBSD: PLIST,v 1.1 2014/06/05 23:55:48 yrmt Exp $
bin/herbstclient
bin/herbstluftwm
man/man1/herbstclient.1
man/man1/herbstluftwm.1
man/man7/herbstluftwm-tutorial.7
share/bash_completion.d/herbstclient-completion
share/doc/herbstluftwm/BUGS
share/doc/herbstluftwm/LICENSE
share/doc/herbstluftwm/NEWS
share/doc/herbstluftwm/README
share/doc/herbstluftwm/examples/README
share/doc/herbstluftwm/examples/dmenu.sh
share/doc/herbstluftwm/examples/dumpbeautify.sh
share/doc/herbstluftwm/examples/exec_on_tag.sh
share/doc/herbstluftwm/examples/execwith.sh
share/doc/herbstluftwm/examples/floatmon.sh
share/doc/herbstluftwm/examples/herbstcommander.sh
share/doc/herbstluftwm/examples/keychain.sh
share/doc/herbstluftwm/examples/lasttag.sh
share/doc/herbstluftwm/examples/layout.sh
share/doc/herbstluftwm/examples/loadstate.sh
share/doc/herbstluftwm/examples/q3terminal.sh
share/doc/herbstluftwm/examples/savestate.sh
share/doc/herbstluftwm/examples/scratchpad.sh
share/doc/herbstluftwm/examples/wselect.sh
share/doc/herbstluftwm/herbstclient.html
share/doc/herbstluftwm/herbstluftwm-tutorial.html
share/doc/herbstluftwm/herbstluftwm.html
share/xdg/herbstluftwm/autostart
share/xdg/herbstluftwm/panel.sh
share/xdg/herbstluftwm/restartpanels.sh
share/xsessions/herbstluftwm.desktop
share/zsh/functions/Completion/X/_herbstclient

5
herbstluftwm/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/06/05 23:55:48 yrmt Exp $
SHA1 (herbstluftwm-0.6.2.tar.gz) = 2310c4b07978cbe465ec608a6d9a018ebbdb4692
RMD160 (herbstluftwm-0.6.2.tar.gz) = dd6303e34c5ac72b712dce375922289844919f40
Size (herbstluftwm-0.6.2.tar.gz) = 224191 bytes