Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 432529) +++ head/x11-wm/Makefile (revision 432530) @@ -1,140 +1,141 @@ # $FreeBSD$ # COMMENT = X11 window managers SUBDIR += aewm SUBDIR += afterstep SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += awesome2 SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += blackbox SUBDIR += bspwm SUBDIR += ccsm SUBDIR += clementine-wm SUBDIR += compiz SUBDIR += compiz-fusion SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compizconfig-python SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += dwm SUBDIR += e-module-alarm SUBDIR += e-module-cpu SUBDIR += e-module-deskshow SUBDIR += e-module-everything-places SUBDIR += e-module-everything-websearch SUBDIR += e-module-mem SUBDIR += e-module-rmb SUBDIR += e-module-wlan SUBDIR += e-modules SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += ede SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxconf SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-crystal SUBDIR += fvwm2 SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem SUBDIR += herbstluftwm SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib SUBDIR += i3 SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += jwm SUBDIR += larswm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxsession SUBDIR += marco SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += nickleby SUBDIR += obapps SUBDIR += obconf SUBDIR += obkey SUBDIR += obmenu SUBDIR += obpager SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pawm SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plank SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += rubygem-uh-layout + SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += selectwm SUBDIR += simple-ccsm SUBDIR += spectrwm SUBDIR += subtle SUBDIR += swm SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmfs SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += wmx SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-session SUBDIR += xfce4-wm .include Index: head/x11-wm/rubygem-uh-wm/Makefile =================================================================== --- head/x11-wm/rubygem-uh-wm/Makefile (nonexistent) +++ head/x11-wm/rubygem-uh-wm/Makefile (revision 432530) @@ -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 Property changes on: head/x11-wm/rubygem-uh-wm/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/rubygem-uh-wm/distinfo =================================================================== --- head/x11-wm/rubygem-uh-wm/distinfo (nonexistent) +++ head/x11-wm/rubygem-uh-wm/distinfo (revision 432530) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485455749 +SHA256 (rubygem/uh-wm-0.0.15.gem) = c5f32bfc582cc3e77868bf12c4c9f99376a70dd3f489d780274f682ee63fb678 +SIZE (rubygem/uh-wm-0.0.15.gem) = 18944 Property changes on: head/x11-wm/rubygem-uh-wm/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/rubygem-uh-wm/pkg-descr =================================================================== --- head/x11-wm/rubygem-uh-wm/pkg-descr (nonexistent) +++ head/x11-wm/rubygem-uh-wm/pkg-descr (revision 432530) @@ -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 Property changes on: head/x11-wm/rubygem-uh-wm/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property