mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
x11-wm/rubygem-uh-wm: create port
uhwm is a minimalistic tiling and stacking window manager for X. It shares some similarities with dwm and wmii, but is written in ruby so you can configure and extend features directly with ruby code. WWW: https://rubygems.org/gems/uh-wm PR: 216434 Submitted by: Thibault Jouan <tj+freebsd_bugs@a13.fr>
This commit is contained in:
parent
0af3f5648f
commit
4163d27e5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432530
@ -104,6 +104,7 @@
|
||||
SUBDIR += ratmenu
|
||||
SUBDIR += ratpoison
|
||||
SUBDIR += rubygem-uh-layout
|
||||
SUBDIR += rubygem-uh-wm
|
||||
SUBDIR += sawfish
|
||||
SUBDIR += selectwm
|
||||
SUBDIR += simple-ccsm
|
||||
|
23
x11-wm/rubygem-uh-wm/Makefile
Normal file
23
x11-wm/rubygem-uh-wm/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= uh-wm
|
||||
PORTVERSION= 0.0.15
|
||||
CATEGORIES= x11-wm rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= tj+freebsd_ports@a13.fr
|
||||
COMMENT= Minimalistic tiling and stacking window manager
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= rubygem-uh>=2.0.2:x11-toolkits/rubygem-uh \
|
||||
rubygem-uh-layout>=0.4.2:x11-wm/rubygem-uh-layout \
|
||||
rubygem-rb-kqueue>=0.2.4:devel/rubygem-rb-kqueue
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/uhwm
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11-wm/rubygem-uh-wm/distinfo
Normal file
3
x11-wm/rubygem-uh-wm/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1485455749
|
||||
SHA256 (rubygem/uh-wm-0.0.15.gem) = c5f32bfc582cc3e77868bf12c4c9f99376a70dd3f489d780274f682ee63fb678
|
||||
SIZE (rubygem/uh-wm-0.0.15.gem) = 18944
|
5
x11-wm/rubygem-uh-wm/pkg-descr
Normal file
5
x11-wm/rubygem-uh-wm/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
uhwm is a minimalistic tiling and stacking window manager for X. It shares some
|
||||
similarities with dwm and wmii, but is written in ruby so you can configure and
|
||||
extend features directly with ruby code.
|
||||
|
||||
WWW: https://rubygems.org/gems/uh-wm
|
Loading…
Reference in New Issue
Block a user